Results

By type

          Policy clamp runtime acm config file: /opt/app/policy/clamp/etc/mounted/acRuntimeParameters.yaml
overriding logback xml file

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

[2022-11-28T05:11:37.640+00:00|INFO|Application|main] Starting Application using Java 11.0.11 on onap-policy-clamp-runtime-acm-6d75459464-st2xm with PID 7 (/app/app.jar started by policy in /opt/app/policy/clamp/bin)
[2022-11-28T05:11:37.644+00:00|INFO|Application|main] No active profile set, falling back to 1 default profile: "default"
[2022-11-28T05:11:39.861+00:00|INFO|RepositoryConfigurationDelegate|main] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
[2022-11-28T05:11:40.502+00:00|INFO|RepositoryConfigurationDelegate|main] Finished Spring Data repository scanning in 622 ms. Found 7 JPA repository interfaces.
[2022-11-28T05:11:44.395+00:00|INFO|TomcatWebServer|main] Tomcat initialized with port(s): 6969 (https)
[2022-11-28T05:11:44.418+00:00|INFO|Http11NioProtocol|main] Initializing ProtocolHandler ["https-jsse-nio-6969"]
[2022-11-28T05:11:44.426+00:00|INFO|StandardService|main] Starting service [Tomcat]
[2022-11-28T05:11:44.427+00:00|INFO|StandardEngine|main] Starting Servlet engine: [Apache Tomcat/9.0.62]
[2022-11-28T05:11:44.642+00:00|INFO|[/onap/policy/clamp/acm]|main] Initializing Spring embedded WebApplicationContext
[2022-11-28T05:11:44.643+00:00|INFO|ServletWebServerApplicationContext|main] Root WebApplicationContext: initialization completed in 6854 ms
[2022-11-28T05:11:45.709+00:00|INFO|RegistrationBean|main] Filter requestResponseLoggingFilter was not registered (possibly already registered?)
[2022-11-28T05:11:46.574+00:00|INFO|LogHelper|main] HHH000204: Processing PersistenceUnitInfo [name: default]
[2022-11-28T05:11:46.781+00:00|INFO|Version|main] HHH000412: Hibernate ORM core version 5.4.31.Final
[2022-11-28T05:11:47.320+00:00|INFO|Version|main] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
[2022-11-28T05:11:47.641+00:00|INFO|HikariDataSource|main] HikariPool-1 - Starting...
[2022-11-28T05:11:49.284+00:00|ERROR|HikariPool|main] HikariPool-1 - Exception during pool initialization.
java.sql.SQLNonTransientConnectionException: Could not connect to address=(host=policy-mariadb)(port=3306)(type=master) : (conn=400) could not load system variables
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:197)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1394)
	at org.mariadb.jdbc.internal.util.Utils.retrieveProxy(Utils.java:635)
	at org.mariadb.jdbc.MariaDbConnection.newConnection(MariaDbConnection.java:150)
	at org.mariadb.jdbc.Driver.connect(Driver.java:89)
	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138)
	at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:364)
	at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206)
	at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476)
	at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561)
	at com.zaxxer.hikari.pool.HikariPool.(HikariPool.java:115)
	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
	at org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:122)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess.obtainConnection(JdbcEnvironmentInitiator.java:180)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:68)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:35)
	at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:101)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:263)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:237)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214)
	at org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory.injectServices(DefaultIdentifierGeneratorFactory.java:152)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.injectDependencies(AbstractServiceRegistryImpl.java:286)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:243)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214)
	at org.hibernate.boot.internal.InFlightMetadataCollectorImpl.(InFlightMetadataCollectorImpl.java:176)
	at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:127)
	at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.metadata(EntityManagerFactoryBuilderImpl.java:1224)
	at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:1255)
	at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:58)
	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:365)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:409)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:396)
	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:341)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1863)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1154)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:908)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:780)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:453)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:343)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1370)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1359)
	at org.onap.policy.clamp.acm.runtime.Application.main(Application.java:51)
	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.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:108)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=400) could not load system variables
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:188)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.requestSessionDataWithShow(AbstractConnectProtocol.java:1114)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.readPipelineAdditionalData(AbstractConnectProtocol.java:1075)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.postConnectionQueries(AbstractConnectProtocol.java:885)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.createConnection(AbstractConnectProtocol.java:600)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1389)
	... 57 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=400) Connection is closed
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:192)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.cmdPrologue(AbstractQueryProtocol.java:1946)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:249)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.requestSessionDataWithShow(AbstractConnectProtocol.java:1089)
	... 61 common frames omitted
[2022-11-28T05:11:49.286+00:00|WARN|JdbcEnvironmentInitiator|main] HHH000342: Could not obtain connection to query metadata
java.sql.SQLNonTransientConnectionException: Could not connect to address=(host=policy-mariadb)(port=3306)(type=master) : (conn=400) could not load system variables
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:197)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1394)
	at org.mariadb.jdbc.internal.util.Utils.retrieveProxy(Utils.java:635)
	at org.mariadb.jdbc.MariaDbConnection.newConnection(MariaDbConnection.java:150)
	at org.mariadb.jdbc.Driver.connect(Driver.java:89)
	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138)
	at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:364)
	at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206)
	at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476)
	at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561)
	at com.zaxxer.hikari.pool.HikariPool.(HikariPool.java:115)
	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
	at org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:122)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess.obtainConnection(JdbcEnvironmentInitiator.java:180)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:68)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:35)
	at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:101)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:263)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:237)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214)
	at org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory.injectServices(DefaultIdentifierGeneratorFactory.java:152)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.injectDependencies(AbstractServiceRegistryImpl.java:286)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:243)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214)
	at org.hibernate.boot.internal.InFlightMetadataCollectorImpl.(InFlightMetadataCollectorImpl.java:176)
	at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:127)
	at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.metadata(EntityManagerFactoryBuilderImpl.java:1224)
	at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:1255)
	at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:58)
	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:365)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:409)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:396)
	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:341)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1863)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1154)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:908)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:780)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:453)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:343)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1370)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1359)
	at org.onap.policy.clamp.acm.runtime.Application.main(Application.java:51)
	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.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:108)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=400) could not load system variables
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:188)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.requestSessionDataWithShow(AbstractConnectProtocol.java:1114)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.readPipelineAdditionalData(AbstractConnectProtocol.java:1075)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.postConnectionQueries(AbstractConnectProtocol.java:885)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.createConnection(AbstractConnectProtocol.java:600)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1389)
	... 57 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=400) Connection is closed
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:192)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.cmdPrologue(AbstractQueryProtocol.java:1946)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:249)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.requestSessionDataWithShow(AbstractConnectProtocol.java:1089)
	... 61 common frames omitted
[2022-11-28T05:11:49.330+00:00|INFO|Dialect|main] HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
[2022-11-28T05:11:50.977+00:00|INFO|Version|main] HV000001: Hibernate Validator 6.2.3.Final
[2022-11-28T05:11:53.948+00:00|INFO|HikariDataSource|main] HikariPool-1 - Starting...
[2022-11-28T05:11:54.009+00:00|INFO|HikariDataSource|main] HikariPool-1 - Start completed.
[2022-11-28T05:12:07.803+00:00|INFO|JtaPlatformInitiator|main] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
[2022-11-28T05:12:07.824+00:00|INFO|LocalContainerEntityManagerFactoryBean|main] Initialized JPA EntityManagerFactory for persistence unit 'default'
[2022-11-28T05:12:11.610+00:00|INFO|SingleThreadedDmaapTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=550d0719-991b-4f0f-abef-4b89cf1e649d, consumerInstance=onap-policy-clamp-runtime-acm-6d75459464-st2xm, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=0, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=0, locked=false, #topicListeners=0]]]]: INITTED
[2022-11-28T05:12:11.840+00:00|WARN|JpaBaseConfiguration$JpaWebConfiguration|main] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
[2022-11-28T05:12:13.231+00:00|INFO|EndpointLinksResolver|main] Exposing 3 endpoint(s) beneath base path '/actuator'
[2022-11-28T05:12:15.597+00:00|INFO|DefaultSecurityFilterChain|main] Will not secure any request
[2022-11-28T05:12:15.963+00:00|INFO|Http11NioProtocol|main] Starting ProtocolHandler ["https-jsse-nio-6969"]
[2022-11-28T05:12:16.530+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [utnuserfirstobjectca [jdk]] and DN [CN=UTN-USERFirst-Object, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US] is not valid due to [NotAfter: Tue Jul 09 18:40:36 GMT 2019]. Certificates signed by this trusted certificate WILL be accepted
[2022-11-28T05:12:16.531+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [deutschetelekomrootca2 [jdk]] and DN [CN=Deutsche Telekom Root CA 2, OU=T-TeleSec Trust Center, O=Deutsche Telekom AG, C=DE] is not valid due to [NotAfter: Tue Jul 09 23:59:00 GMT 2019]. Certificates signed by this trusted certificate WILL be accepted
[2022-11-28T05:12:16.531+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [globalsignr2ca [jdk]] and DN [CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R2] is not valid due to [NotAfter: Wed Dec 15 08:00:00 GMT 2021]. Certificates signed by this trusted certificate WILL be accepted
[2022-11-28T05:12:16.532+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [identrustdstx3 [jdk]] and DN [CN=DST Root CA X3, O=Digital Signature Trust Co.] is not valid due to [NotAfter: Thu Sep 30 14:01:15 GMT 2021]. Certificates signed by this trusted certificate WILL be accepted
[2022-11-28T05:12:16.533+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [addtrustexternalca [jdk]] and DN [CN=AddTrust External CA Root, OU=AddTrust External TTP Network, O=AddTrust AB, C=SE] is not valid due to [NotAfter: Sat May 30 10:48:38 GMT 2020]. Certificates signed by this trusted certificate WILL be accepted
[2022-11-28T05:12:16.533+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [utnuserfirstclientauthemailca [jdk]] and DN [CN=UTN-USERFirst-Client Authentication and Email, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US] is not valid due to [NotAfter: Tue Jul 09 17:36:58 GMT 2019]. Certificates signed by this trusted certificate WILL be accepted
[2022-11-28T05:12:16.533+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [verisigntsaca [jdk]] and DN [CN=Thawte Timestamping CA, OU=Thawte Certification, O=Thawte, L=Durbanville, ST=Western Cape, C=ZA] is not valid due to [NotAfter: Fri Jan 01 23:59:59 GMT 2021]. Certificates signed by this trusted certificate WILL be accepted
[2022-11-28T05:12:16.534+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [gtecybertrustglobalca [jdk]] and DN [CN=GTE CyberTrust Global Root, OU="GTE CyberTrust Solutions, Inc.", O=GTE Corporation, C=US] is not valid due to [NotAfter: Mon Aug 13 23:59:00 GMT 2018]. Certificates signed by this trusted certificate WILL be accepted
[2022-11-28T05:12:16.534+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [luxtrustglobalrootca [jdk]] and DN [CN=LuxTrust Global Root, O=LuxTrust s.a., C=LU] is not valid due to [NotAfter: Wed Mar 17 09:51:37 GMT 2021]. Certificates signed by this trusted certificate WILL be accepted
[2022-11-28T05:12:16.535+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [soneraclass2ca [jdk]] and DN [CN=Sonera Class2 CA, O=Sonera, C=FI] is not valid due to [NotAfter: Tue Apr 06 07:29:40 GMT 2021]. Certificates signed by this trusted certificate WILL be accepted
[2022-11-28T05:12:16.536+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [equifaxsecureglobalebusinessca1 [jdk]] and DN [CN=Equifax Secure Global eBusiness CA-1, O=Equifax Secure Inc., C=US] is not valid due to [NotAfter: Mon Jun 22 04:00:00 GMT 2020]. Certificates signed by this trusted certificate WILL be accepted
[2022-11-28T05:12:16.537+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [certplusclass3pprimaryca [jdk]] and DN [CN=Class 3P Primary CA, O=Certplus, C=FR] is not valid due to [NotAfter: Sat Jul 06 23:59:59 GMT 2019]. Certificates signed by this trusted certificate WILL be accepted
[2022-11-28T05:12:16.537+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [thawtepremiumserverca [jdk]] and DN [EMAILADDRESS=premium-server@thawte.com, CN=Thawte Premium Server CA, OU=Certification Services Division, O=Thawte Consulting cc, L=Cape Town, ST=Western Cape, C=ZA] is not valid due to [NotAfter: Fri Jan 01 23:59:59 GMT 2021]. Certificates signed by this trusted certificate WILL be accepted
[2022-11-28T05:12:16.538+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [geotrustglobalca [jdk]] and DN [CN=GeoTrust Global CA, O=GeoTrust Inc., C=US] is not valid due to [NotAfter: Sat May 21 04:00:00 GMT 2022]. Certificates signed by this trusted certificate WILL be accepted
[2022-11-28T05:12:16.538+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [equifaxsecureebusinessca1 [jdk]] and DN [CN=Equifax Secure eBusiness CA-1, O=Equifax Secure Inc., C=US] is not valid due to [NotAfter: Mon Jun 22 04:00:00 GMT 2020]. Certificates signed by this trusted certificate WILL be accepted
[2022-11-28T05:12:16.538+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [equifaxsecureca [jdk]] and DN [OU=Equifax Secure Certificate Authority, O=Equifax, C=US] is not valid due to [NotAfter: Wed Aug 22 16:41:51 GMT 2018]. Certificates signed by this trusted certificate WILL be accepted
[2022-11-28T05:12:16.539+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [quovadisrootca [jdk]] and DN [CN=QuoVadis Root Certification Authority, OU=Root Certification Authority, O=QuoVadis Limited, C=BM] is not valid due to [NotAfter: Wed Mar 17 18:33:33 GMT 2021]. Certificates signed by this trusted certificate WILL be accepted
[2022-11-28T05:12:16.539+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [addtrustclass1ca [jdk]] and DN [CN=AddTrust Class 1 CA Root, OU=AddTrust TTP Network, O=AddTrust AB, C=SE] is not valid due to [NotAfter: Sat May 30 10:38:31 GMT 2020]. Certificates signed by this trusted certificate WILL be accepted
[2022-11-28T05:12:16.540+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [certplusclass2primaryca [jdk]] and DN [CN=Class 2 Primary CA, O=Certplus, C=FR] is not valid due to [NotAfter: Sat Jul 06 23:59:59 GMT 2019]. Certificates signed by this trusted certificate WILL be accepted
[2022-11-28T05:12:16.540+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [keynectisrootca [jdk]] and DN [CN=KEYNECTIS ROOT CA, OU=ROOT, O=KEYNECTIS, C=FR] is not valid due to [NotAfter: Tue May 26 00:00:00 GMT 2020]. Certificates signed by this trusted certificate WILL be accepted
[2022-11-28T05:12:16.541+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [utnuserfirsthardwareca [jdk]] and DN [CN=UTN-USERFirst-Hardware, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US] is not valid due to [NotAfter: Tue Jul 09 18:19:22 GMT 2019]. Certificates signed by this trusted certificate WILL be accepted
[2022-11-28T05:12:16.541+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [addtrustqualifiedca [jdk]] and DN [CN=AddTrust Qualified CA Root, OU=AddTrust TTP Network, O=AddTrust AB, C=SE] is not valid due to [NotAfter: Sat May 30 10:44:50 GMT 2020]. Certificates signed by this trusted certificate WILL be accepted
[2022-11-28T05:12:16.631+00:00|INFO|TomcatWebServer|main] Tomcat started on port(s): 6969 (https) with context path '/onap/policy/clamp/acm'
[2022-11-28T05:12:18.160+00:00|INFO|ServiceManager|main] service manager starting
[2022-11-28T05:12:18.161+00:00|INFO|ServiceManager|main] service manager starting Topic endpoint management
[2022-11-28T05:12:18.174+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=550d0719-991b-4f0f-abef-4b89cf1e649d, consumerInstance=onap-policy-clamp-runtime-acm-6d75459464-st2xm, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=0, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=0, locked=false, #topicListeners=0]]]]: starting
[2022-11-28T05:12:18.220+00:00|INFO|SingleThreadedDmaapTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=550d0719-991b-4f0f-abef-4b89cf1e649d, consumerInstance=onap-policy-clamp-runtime-acm-6d75459464-st2xm, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=0, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=0, locked=false, #topicListeners=0]]]]: INITTED
[2022-11-28T05:12:18.225+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:12:18.233+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:12:18.222+00:00|INFO|InlineBusTopicSink|main] InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=8552617b-d487-47ac-a62f-f1240ac181ab, alive=false, publisher=null]]: starting
[2022-11-28T05:12:18.244+00:00|INFO|InlineDmaapTopicSink|main] InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=8552617b-d487-47ac-a62f-f1240ac181ab, alive=false, publisher=CambriaPublisherWrapper []]]: DMAAP SINK created
[2022-11-28T05:12:18.244+00:00|INFO|ServiceManager|main] service manager starting Publisher AutomationCompositionStateChangePublisher$$EnhancerBySpringCGLIB$$b9642244
[2022-11-28T05:12:18.255+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantDeregisterAckPublisher$$EnhancerBySpringCGLIB$$2cf0cf8
[2022-11-28T05:12:18.261+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantUpdatePublisher$$EnhancerBySpringCGLIB$$7587abd8
[2022-11-28T05:12:18.266+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantRegisterAckPublisher$$EnhancerBySpringCGLIB$$a45800d5
[2022-11-28T05:12:18.270+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantStatusReqPublisher$$EnhancerBySpringCGLIB$$19cd6aa3
[2022-11-28T05:12:18.274+00:00|INFO|ServiceManager|main] service manager starting Publisher AutomationCompositionUpdatePublisher$$EnhancerBySpringCGLIB$$ddf6ca78
[2022-11-28T05:12:18.277+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantUpdateAckListener
[2022-11-28T05:12:18.278+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantRegisterListener
[2022-11-28T05:12:18.278+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantStatusListener
[2022-11-28T05:12:18.278+00:00|INFO|ServiceManager|main] service manager starting Listener AutomationCompositionStateChangeAckListener
[2022-11-28T05:12:18.278+00:00|INFO|ServiceManager|main] service manager starting Listener AutomationCompositionUpdateAckListener
[2022-11-28T05:12:18.279+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantDeregisterListener
[2022-11-28T05:12:18.279+00:00|INFO|ServiceManager|main] service manager starting Topic Message Dispatcher
[2022-11-28T05:12:18.279+00:00|INFO|TopicBase|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=550d0719-991b-4f0f-abef-4b89cf1e649d, consumerInstance=onap-policy-clamp-runtime-acm-6d75459464-st2xm, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=0, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=0, locked=false, #topicListeners=0]]]]: registering org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@786cc1df
[2022-11-28T05:12:18.279+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=550d0719-991b-4f0f-abef-4b89cf1e649d, consumerInstance=onap-policy-clamp-runtime-acm-6d75459464-st2xm, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=0, locked=false, #topicListeners=1]]]]: register: start not attempted
[2022-11-28T05:12:18.279+00:00|INFO|ServiceManager|main] service manager started
[2022-11-28T05:12:18.285+00:00|INFO|Application|main] Started Application in 42.462 seconds (JVM running for 44.799)
[2022-11-28T05:12:30.240+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:12:30.255+00:00|INFO|OrderedServiceImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] ***** OrderedServiceImpl implementers:
 []
[2022-11-28T05:12:30.257+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:12:29.506387Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"7ff48c19-8400-4fb8-87c7-940c778c4cb8","timestamp":"2022-11-28T05:12:29.506520Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:12:30.814+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:12:30.814+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:12:45.842+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:12:45.843+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:12:45.843+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:12:59.063+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:12:59.065+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:12:58.682402Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"5386b159-04b6-44ed-8f1d-750a4c3d6e59","timestamp":"2022-11-28T05:12:58.682561Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:12:59.601+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:12:59.603+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:13:14.671+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:13:14.672+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:13:14.672+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:13:29.726+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:13:29.727+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:13:29.727+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:13:44.806+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:13:44.807+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:13:44.807+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:13:59.811+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:13:59.812+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:13:59.812+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:14:07.601+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:14:07.603+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:14:07.209770Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"a52f5292-2dc4-4b5c-abd7-dbe7931fd205","timestamp":"2022-11-28T05:14:07.209894Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:14:10.634+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:14:10.634+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:14:18.160+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T05:14:18.666+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"b336d4b2-da89-4f8c-b32e-3f9813ab5814","timestamp":"2022-11-28T05:14:18.658436Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:14:18.694+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 27 ms
[2022-11-28T05:14:18.698+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T05:14:18.786+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T05:14:18.787+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (90 ms):{"serverTimeMs":0,"count":1}
[2022-11-28T05:14:19.457+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:14:19.457+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"b336d4b2-da89-4f8c-b32e-3f9813ab5814","timestamp":"2022-11-28T05:14:18.658436Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:14:19.458+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T05:14:19.458+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:14:19.458+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:14:19.663+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:14:19.664+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:14:19.871808Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"acb2e9e7-af63-4d97-96e9-da78651104b2","timestamp":"2022-11-28T05:14:19.871831Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:14:20.654+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:14:20.654+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:14:21.192+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:14:21.193+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:14:19.863555Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"93b6897d-b8d4-4aad-8ed2-9cbdcb842c7b","timestamp":"2022-11-28T05:14:19.863577Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:14:21.681+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:14:19.566626Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"85a748eb-0c4c-4e67-ad2e-53e9044a2e36","timestamp":"2022-11-28T05:14:19.566649Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:14:21.758+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:14:21.758+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:14:30.065+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:14:30.066+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:14:29.506306Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"19a246f8-8afd-4c7f-b8f4-ae14facaf043","timestamp":"2022-11-28T05:14:29.506399Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:14:30.665+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:14:30.665+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:14:45.654+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:14:45.654+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:14:45.654+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:14:59.017+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:14:59.018+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:14:58.682136Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"3c1c8d1e-a8c0-4a05-ba20-5a2b09155180","timestamp":"2022-11-28T05:14:58.682205Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:14:59.701+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:14:59.701+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:15:14.753+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:15:14.754+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:15:14.754+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:15:29.775+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:15:29.776+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:15:29.776+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:15:44.830+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:15:44.831+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:15:44.831+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:15:59.813+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:15:59.814+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:15:59.814+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:16:07.517+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:16:07.518+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:16:07.211860Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"d40cfd25-4aa1-4301-a2a9-994fafaa21ee","timestamp":"2022-11-28T05:16:07.212086Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:16:07.731+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:16:07.731+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:16:18.160+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T05:16:18.707+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"47d15b9f-ce0a-4524-bf03-7daa19fd555c","timestamp":"2022-11-28T05:16:18.707470Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:16:18.744+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 36 ms
[2022-11-28T05:16:18.744+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T05:16:18.783+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T05:16:18.783+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
[2022-11-28T05:16:19.425+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:16:19.426+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"47d15b9f-ce0a-4524-bf03-7daa19fd555c","timestamp":"2022-11-28T05:16:18.707470Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:16:19.426+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T05:16:19.426+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:16:19.427+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:16:19.651+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:16:19.651+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:16:19.814150Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"838532d9-60a4-4118-9619-534b9cd88107","timestamp":"2022-11-28T05:16:19.814169Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:16:19.748+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:16:19.748+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:16:20.283+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:16:20.284+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:16:19.541111Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"ef3cc37d-adb7-4d14-a47d-b520615693bb","timestamp":"2022-11-28T05:16:19.541132Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:16:20.315+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:16:19.836404Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"7a0dbf5e-7d18-4d45-811c-3bf767db6be6","timestamp":"2022-11-28T05:16:19.836419Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:16:20.341+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:16:20.341+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:16:30.080+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:16:30.083+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:16:29.506243Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"efe5a16f-b38e-47a1-8d2d-aa9bab317602","timestamp":"2022-11-28T05:16:29.506354Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:16:30.737+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:16:30.737+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:16:45.731+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:16:45.732+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:16:45.732+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:16:59.002+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:16:59.003+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:16:58.682318Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"62e094c2-605a-4940-a8dc-995bddaa9d7a","timestamp":"2022-11-28T05:16:58.682480Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:16:59.743+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:16:59.744+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:17:14.748+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:17:14.749+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:17:14.749+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:17:29.721+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:17:29.722+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:17:29.722+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:17:44.710+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:17:44.711+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:17:44.711+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:17:59.729+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:17:59.729+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:17:59.729+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:18:07.601+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:18:07.602+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:18:07.209701Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"67bd845b-6eb0-4246-9adb-197c1cbcefa1","timestamp":"2022-11-28T05:18:07.209868Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:18:07.749+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:18:07.749+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:18:18.160+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T05:18:18.737+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"77277876-a8cd-4069-a9d8-d569d71de877","timestamp":"2022-11-28T05:18:18.736880Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:18:18.744+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 7 ms
[2022-11-28T05:18:18.744+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T05:18:18.781+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T05:18:18.782+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
[2022-11-28T05:18:19.418+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:18:19.418+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"77277876-a8cd-4069-a9d8-d569d71de877","timestamp":"2022-11-28T05:18:18.736880Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:18:19.418+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T05:18:19.418+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:18:19.419+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:18:19.601+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:18:19.602+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:18:19.817334Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"912cea38-1e25-4560-b143-30202d701f58","timestamp":"2022-11-28T05:18:19.817355Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:18:19.792+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:18:19.792+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:18:20.320+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:18:20.321+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:18:19.817878Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"6f746ffc-70a4-47c8-abe6-1fe93f3375ad","timestamp":"2022-11-28T05:18:19.817938Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:18:20.350+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:18:19.515845Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"9e15deb9-4a0c-438a-8fc7-2d9ed8753f77","timestamp":"2022-11-28T05:18:19.515859Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:18:20.381+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:18:20.382+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:18:30.111+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:18:30.111+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:18:29.506196Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"aa5a19f6-a06c-42c9-8c89-1e9b61014101","timestamp":"2022-11-28T05:18:29.506302Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:18:30.765+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:18:30.765+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:18:45.736+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:18:45.737+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:18:45.737+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:18:59.003+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:18:59.004+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:18:58.682184Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"0897747d-99c1-4d3a-895c-e13118f6a5a1","timestamp":"2022-11-28T05:18:58.682254Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:18:59.761+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:18:59.761+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:19:14.757+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:19:14.758+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:19:14.758+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:19:29.727+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:19:29.727+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:19:29.727+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:19:44.735+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:19:44.736+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:19:44.737+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:19:59.699+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:19:59.699+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:19:59.700+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:20:07.587+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:20:07.588+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:20:07.209877Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"f0f427a4-7ada-42a4-96ef-6346a26895f9","timestamp":"2022-11-28T05:20:07.209970Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:20:07.769+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:20:07.769+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:20:18.159+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T05:20:18.758+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"92a6d908-5d0d-40b9-98c6-919587e945f6","timestamp":"2022-11-28T05:20:18.757930Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:20:18.794+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 36 ms
[2022-11-28T05:20:18.794+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T05:20:18.828+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T05:20:18.829+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
[2022-11-28T05:20:19.458+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:20:19.459+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"92a6d908-5d0d-40b9-98c6-919587e945f6","timestamp":"2022-11-28T05:20:18.757930Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:20:19.459+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T05:20:19.459+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:20:19.460+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:20:19.632+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:20:19.636+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:20:19.558863Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"466830d3-cda1-4c7a-bdd1-4dfd0d33bc7e","timestamp":"2022-11-28T05:20:19.558883Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:20:19.777+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:20:19.777+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:20:19.798+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:20:19.799+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:20:19.848459Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"b139e34e-d96a-498f-86a1-5507c9850442","timestamp":"2022-11-28T05:20:19.848477Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:20:19.832+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:20:19.833+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:20:20.353+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:20:20.354+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:20:19.849934Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"26697e4d-31b8-4bc8-9695-55ea5bdf84ed","timestamp":"2022-11-28T05:20:19.849950Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:20:20.383+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:20:20.384+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:20:30.063+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:20:30.063+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:20:29.506239Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"b0a7e5bd-55a0-42b7-b186-f61052f30f84","timestamp":"2022-11-28T05:20:29.506354Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:20:30.780+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:20:30.780+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:20:45.743+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:20:45.743+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:20:45.743+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:20:59.019+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:20:59.020+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:20:58.682288Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"5a275a57-4003-4611-8f07-f6a03ff37527","timestamp":"2022-11-28T05:20:58.682380Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:20:59.788+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:20:59.788+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:21:14.762+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:21:14.762+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:21:14.763+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:21:29.733+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:21:29.734+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:21:29.735+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:21:44.717+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:21:44.717+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:21:44.717+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:21:59.673+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:21:59.674+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:21:59.674+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:22:07.527+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:22:07.528+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:22:07.209971Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"3c5a5153-7a31-4de3-ae7d-f0476d589c3f","timestamp":"2022-11-28T05:22:07.210149Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:22:07.815+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:22:07.815+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:22:18.160+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T05:22:18.785+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"e1ca9317-ce3e-4ade-a8e5-6820d31bdd63","timestamp":"2022-11-28T05:22:18.784630Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:22:18.794+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 9 ms
[2022-11-28T05:22:18.794+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T05:22:18.844+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T05:22:18.845+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
[2022-11-28T05:22:19.494+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:22:19.495+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"e1ca9317-ce3e-4ade-a8e5-6820d31bdd63","timestamp":"2022-11-28T05:22:18.784630Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:22:19.495+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T05:22:19.496+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:22:19.496+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:22:19.768+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:22:19.769+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:22:19.968576Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"07c3856f-69b8-4dfa-8a70-b1456c78506c","timestamp":"2022-11-28T05:22:19.968599Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:22:19.832+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:22:19.833+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:22:20.359+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:22:20.360+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:22:19.967005Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"90c47a56-268c-4ff2-96f2-be7f4e26a224","timestamp":"2022-11-28T05:22:19.967028Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:22:20.402+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:22:19.674491Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"c2e7c73e-b483-4e27-aaad-e7432e9d586d","timestamp":"2022-11-28T05:22:19.674508Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:22:20.429+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:22:20.430+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:22:30.087+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:22:30.088+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:22:29.506393Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"1ccb7945-8db2-46be-b4f7-79c0c4496730","timestamp":"2022-11-28T05:22:29.506646Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:22:30.817+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:22:30.817+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:22:45.789+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:22:45.790+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:22:45.790+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:22:58.969+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:22:58.970+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:22:58.682178Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"837b9672-bbe7-4426-9a4b-56f77e7c173e","timestamp":"2022-11-28T05:22:58.682263Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:22:59.833+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:22:59.833+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:23:14.812+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:23:14.812+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:23:14.813+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:23:29.762+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:23:29.762+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:23:29.762+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:23:44.743+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:23:44.743+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:23:44.743+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:23:59.708+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:23:59.709+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:23:59.709+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:24:07.561+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:24:07.562+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:24:07.209584Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"2d1fbc16-6732-4ade-bdc0-cc4c0e751a34","timestamp":"2022-11-28T05:24:07.209715Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:24:07.837+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:24:07.838+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:24:18.159+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T05:24:18.822+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"5895b0ae-cbba-4dbb-b641-3bd36013c771","timestamp":"2022-11-28T05:24:18.821868Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:24:18.845+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 22 ms
[2022-11-28T05:24:18.845+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T05:24:18.874+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T05:24:18.875+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
[2022-11-28T05:24:19.549+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:24:19.549+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"5895b0ae-cbba-4dbb-b641-3bd36013c771","timestamp":"2022-11-28T05:24:18.821868Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:24:19.549+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T05:24:19.550+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:24:19.550+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:24:19.812+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:24:19.812+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:24:20.001693Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"a7431edb-3005-4efc-a3ae-9b00e9a38a0d","timestamp":"2022-11-28T05:24:20.001713Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:24:22.824+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:24:22.825+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:24:23.375+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:24:23.376+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:24:20.000303Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"f2f688bc-88de-49de-8bdf-d4cf55df7140","timestamp":"2022-11-28T05:24:20.000318Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:24:24.829+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:24:19.715251Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"8480e619-5b2f-41e9-ae58-13c1b068c37d","timestamp":"2022-11-28T05:24:19.715265Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:24:25.843+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:24:25.843+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:24:30.101+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:24:30.101+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:24:29.506197Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"62b5bb96-0614-4f29-be61-89c4fe97758e","timestamp":"2022-11-28T05:24:29.506270Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:24:30.850+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:24:30.850+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:24:45.837+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:24:45.838+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:24:45.838+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:24:58.979+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:24:58.981+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:24:58.682134Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"8609b5e8-6891-4e0f-b7a2-b984bf77094d","timestamp":"2022-11-28T05:24:58.682212Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:24:59.849+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:24:59.849+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:25:14.808+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:25:14.809+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:25:14.809+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:25:29.762+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:25:29.762+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:25:29.763+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:25:44.747+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:25:44.748+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:25:44.748+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:25:59.730+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:25:59.731+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:25:59.732+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:26:07.581+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:26:07.582+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:26:07.209931Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"073de9a4-cfaf-4b63-ac92-5519c188080a","timestamp":"2022-11-28T05:26:07.210133Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:26:07.877+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:26:07.878+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:26:18.160+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T05:26:18.861+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"e10d7963-a1f2-4b73-9b72-020208d5336e","timestamp":"2022-11-28T05:26:18.860773Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:26:18.894+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 33 ms
[2022-11-28T05:26:18.894+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T05:26:18.951+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T05:26:18.952+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
[2022-11-28T05:26:19.582+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:26:19.584+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"e10d7963-a1f2-4b73-9b72-020208d5336e","timestamp":"2022-11-28T05:26:18.860773Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:26:19.584+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T05:26:19.584+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:26:19.585+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:26:19.754+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:26:19.755+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:26:19.978586Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"44ae5c89-400f-4ef1-b9cb-76bb8de8495a","timestamp":"2022-11-28T05:26:19.978598Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:26:19.875+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:26:19.875+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:26:20.398+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:26:20.399+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:26:19.705685Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"0738b7e3-df9f-4b8e-a06f-d897a2cd072b","timestamp":"2022-11-28T05:26:19.705706Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:26:20.438+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:26:20.001525Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"c4727f20-575f-4f1a-a8b8-684bdb768e26","timestamp":"2022-11-28T05:26:20.001539Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:26:20.460+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:26:20.460+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:26:30.112+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:26:30.114+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:26:29.506266Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"0abc50ac-f8ef-4d3b-b68f-3b3bf08da7b3","timestamp":"2022-11-28T05:26:29.506365Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:26:30.921+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:26:30.922+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:26:45.902+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:26:45.903+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:26:45.903+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:26:58.972+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:26:58.973+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:26:58.682258Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"7fed1ad6-8735-4137-8139-562f503e4267","timestamp":"2022-11-28T05:26:58.682368Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:26:59.888+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:26:59.888+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:27:14.849+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:27:14.850+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:27:14.851+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:27:29.830+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:27:29.831+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:27:29.832+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:27:44.845+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:27:44.852+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:27:44.852+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:27:59.818+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:27:59.819+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:27:59.819+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:28:07.517+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:28:07.518+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:28:07.209495Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"0cae6ae2-1398-47e3-b2b7-5a025b748c73","timestamp":"2022-11-28T05:28:07.209569Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:28:07.910+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:28:07.910+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:28:18.160+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T05:28:18.883+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"b54dc66b-9e3b-4c39-ab8a-bb3621c95fad","timestamp":"2022-11-28T05:28:18.882940Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:28:18.894+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 11 ms
[2022-11-28T05:28:18.894+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T05:28:18.951+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T05:28:18.951+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (57 ms):{"serverTimeMs":1,"count":1}
[2022-11-28T05:28:19.581+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:28:19.581+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"b54dc66b-9e3b-4c39-ab8a-bb3621c95fad","timestamp":"2022-11-28T05:28:18.882940Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:28:19.582+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T05:28:19.582+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:28:19.582+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:28:19.762+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:28:19.763+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:28:19.984315Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"f0ca540e-2265-4b55-babc-0a368394b075","timestamp":"2022-11-28T05:28:19.984333Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:28:19.924+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:28:19.925+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:28:19.953+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:28:19.954+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:28:19.703056Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"de5bc174-ce12-44b3-ae9e-5a0da2d848eb","timestamp":"2022-11-28T05:28:19.703074Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:28:20.018+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:28:20.018+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:28:20.544+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:28:20.545+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:28:19.997911Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"89341e3f-d6db-400d-8ecb-90e1886d4953","timestamp":"2022-11-28T05:28:19.997928Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:28:20.582+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:28:20.582+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:28:30.119+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:28:30.119+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:28:29.509985Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"f7a68c12-7d14-400c-b64a-0c51f0a2a85a","timestamp":"2022-11-28T05:28:29.512076Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:28:30.916+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:28:30.916+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:28:45.877+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:28:45.878+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:28:45.878+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:28:58.954+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:28:58.955+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:28:58.682211Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"6af3bc28-8dd9-4e41-a370-3322186bc389","timestamp":"2022-11-28T05:28:58.682283Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:28:59.914+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:28:59.915+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:29:14.888+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:29:14.893+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:29:14.893+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:29:29.873+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:29:29.874+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:29:29.874+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:29:44.855+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:29:44.856+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:29:44.856+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:29:59.829+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:29:59.829+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:29:59.829+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:30:07.533+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:30:07.534+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:30:07.213049Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"f30a9373-c2de-4062-b6db-d3e4a0211d0e","timestamp":"2022-11-28T05:30:07.213280Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:30:07.975+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:30:07.975+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:30:18.160+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T05:30:18.926+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"f0f58c17-118d-4217-80d6-91c0d000ffa4","timestamp":"2022-11-28T05:30:18.926120Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:30:18.944+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 17 ms
[2022-11-28T05:30:18.944+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T05:30:18.989+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T05:30:18.990+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
[2022-11-28T05:30:19.617+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:30:19.619+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"f0f58c17-118d-4217-80d6-91c0d000ffa4","timestamp":"2022-11-28T05:30:18.926120Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:30:19.619+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T05:30:19.619+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:30:19.620+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:30:19.779+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:30:19.779+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:30:20.010478Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"dfe84595-6b4b-432b-9212-9dc4d96154bf","timestamp":"2022-11-28T05:30:20.010486Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:30:19.952+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:30:19.952+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:30:20.477+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:30:20.479+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:30:20.031061Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"3be0837b-a214-4ce7-85e1-59610e5ee683","timestamp":"2022-11-28T05:30:20.031128Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:30:20.522+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:30:19.720093Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"6035187e-0a63-4713-bd5b-b4ddb01b2f63","timestamp":"2022-11-28T05:30:19.720109Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:30:20.564+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:30:20.564+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:30:30.065+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:30:30.065+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:30:29.506213Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"f796e385-84d4-412b-91a9-e877d4647e0d","timestamp":"2022-11-28T05:30:29.506297Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:30:30.971+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:30:30.972+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:30:45.945+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:30:45.946+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:30:45.947+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:30:58.984+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:30:58.985+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:30:58.682435Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"b9226e9b-73da-42be-8dd5-90ba3e7427db","timestamp":"2022-11-28T05:30:58.682574Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:31:00.984+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:31:00.984+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:31:15.951+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:31:15.952+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:31:15.953+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:31:30.911+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:31:30.912+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:31:30.912+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:31:45.881+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:31:45.881+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:31:45.882+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:32:00.836+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:32:00.836+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:32:00.837+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:32:07.522+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:32:07.523+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:32:07.209861Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"3f368ade-fe71-4e18-8db3-08b7ad20c81f","timestamp":"2022-11-28T05:32:07.210042Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:32:08.012+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:32:08.012+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:32:18.160+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T05:32:18.996+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"a16f3835-613c-40ab-a634-a04077685ff1","timestamp":"2022-11-28T05:32:18.996624Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:32:19.044+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 47 ms
[2022-11-28T05:32:19.044+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T05:32:19.108+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T05:32:19.110+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (66 ms):{"serverTimeMs":0,"count":1}
[2022-11-28T05:32:19.732+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:32:19.733+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"a16f3835-613c-40ab-a634-a04077685ff1","timestamp":"2022-11-28T05:32:18.996624Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:32:19.734+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T05:32:19.734+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:32:19.734+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:32:19.886+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:32:19.887+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:32:20.135638Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"22a9f32f-4a2e-496b-b2cb-6abf87af6c09","timestamp":"2022-11-28T05:32:20.135650Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:32:20.016+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:32:20.017+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:32:20.541+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:32:20.542+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:32:20.127924Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"a2e35139-65fe-4764-b6a2-f231a327506b","timestamp":"2022-11-28T05:32:20.127934Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:32:20.569+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:32:19.829222Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"bea166dd-6ba3-4899-8c58-7c75882df5d1","timestamp":"2022-11-28T05:32:19.829241Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:32:20.602+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:32:20.602+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:32:30.056+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:32:30.056+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:32:29.506244Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"2b00026d-7ef4-41ac-acfb-33171e690c71","timestamp":"2022-11-28T05:32:29.506341Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:32:31.027+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:32:31.028+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:32:45.985+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:32:45.985+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:32:45.985+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:32:58.959+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:32:58.960+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:32:58.682256Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"3cf2a903-651f-4330-9f10-a90bdbf48167","timestamp":"2022-11-28T05:32:58.682326Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:32:59.027+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:32:59.028+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:33:14.013+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:33:14.013+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:33:14.013+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:33:28.968+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:33:28.968+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:33:28.969+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:33:43.943+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:33:43.944+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:33:43.944+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:33:58.906+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:33:58.906+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:33:58.907+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:34:07.498+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:34:07.499+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:34:07.209529Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"f2f514b7-3636-455a-b128-c5044b126a6b","timestamp":"2022-11-28T05:34:07.209608Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:34:08.042+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:34:08.043+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:34:18.160+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T05:34:19.033+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"28009311-bfc7-4e5b-8afe-acbb58cf9c26","timestamp":"2022-11-28T05:34:19.032685Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:34:19.044+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 11 ms
[2022-11-28T05:34:19.044+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T05:34:19.077+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T05:34:19.078+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
[2022-11-28T05:34:19.721+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:34:19.722+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"28009311-bfc7-4e5b-8afe-acbb58cf9c26","timestamp":"2022-11-28T05:34:19.032685Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:34:19.722+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T05:34:19.722+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:34:19.722+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:34:19.885+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:34:19.885+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:34:19.811966Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"e47c85d2-e83b-4fb2-a057-f92e3ba59c18","timestamp":"2022-11-28T05:34:19.811975Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:34:20.066+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:34:20.066+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:34:20.111+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:34:20.111+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:34:20.118048Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"f97c22e0-9ae6-4edc-ad3f-8b9007c0fc59","timestamp":"2022-11-28T05:34:20.118068Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:34:20.147+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:34:20.147+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:34:20.719+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:34:20.719+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:34:20.104003Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"ce5f6162-0f27-4c9e-9626-231f85a5f5ab","timestamp":"2022-11-28T05:34:20.104015Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:34:20.757+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:34:20.757+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:34:30.050+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:34:30.051+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:34:29.506538Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"4f232d01-0f90-48ea-9330-9963a196ba77","timestamp":"2022-11-28T05:34:29.508741Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:34:31.050+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:34:31.050+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:34:46.039+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:34:46.040+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:34:46.041+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:34:58.970+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:34:58.971+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:34:58.682200Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"90e3fac5-691c-4ca4-858c-5a1d2b61667b","timestamp":"2022-11-28T05:34:58.682282Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:34:59.069+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:34:59.069+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:35:14.039+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:35:14.040+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:35:14.040+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:35:28.990+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:35:28.991+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:35:28.991+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:35:44.006+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:35:44.006+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:35:44.006+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:35:58.987+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:35:58.987+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:35:58.987+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:36:07.508+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:36:07.509+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:36:07.209774Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"4405402c-a3d0-4eea-94ee-76f691b87e8a","timestamp":"2022-11-28T05:36:07.209987Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:36:08.086+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:36:08.087+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:36:18.160+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T05:36:19.071+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"7a932c82-c458-4ce6-8d8f-77541a2325c2","timestamp":"2022-11-28T05:36:19.071437Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:36:19.094+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 22 ms
[2022-11-28T05:36:19.094+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T05:36:19.127+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T05:36:19.128+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
[2022-11-28T05:36:19.752+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:36:19.752+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"7a932c82-c458-4ce6-8d8f-77541a2325c2","timestamp":"2022-11-28T05:36:19.071437Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:36:19.753+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T05:36:19.753+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:36:19.753+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:36:19.910+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:36:19.910+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:36:20.140734Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"0f9d192e-9b97-4c60-a45a-d642e0088d1d","timestamp":"2022-11-28T05:36:20.140753Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:36:20.093+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:36:20.093+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:36:20.612+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:36:20.613+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:36:19.848936Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"f0f625a6-0d6f-4f01-aef1-bf6dd1563743","timestamp":"2022-11-28T05:36:19.848962Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:36:20.639+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:36:20.140447Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"2538e08b-ce93-4552-8389-593bf95ccb9a","timestamp":"2022-11-28T05:36:20.140459Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:36:20.670+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:36:20.671+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:36:30.053+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:36:30.054+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:36:29.506359Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"020f8ee1-007e-429c-ad54-149baf6f59cd","timestamp":"2022-11-28T05:36:29.506444Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:36:30.096+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:36:30.096+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:36:45.048+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:36:45.048+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:36:45.049+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:36:58.948+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:36:58.949+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:36:58.682227Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"d4262b76-331f-46ea-a655-6f2323573083","timestamp":"2022-11-28T05:36:58.682336Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:36:59.098+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:36:59.098+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:37:14.055+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:37:14.055+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:37:14.056+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:37:29.010+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:37:29.011+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:37:29.011+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:37:43.977+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:37:43.977+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:37:43.978+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:37:58.946+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:37:58.947+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:37:58.947+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:38:07.514+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:38:07.515+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:38:07.209593Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"3e6a6638-022d-4b73-8a31-90e089ad1516","timestamp":"2022-11-28T05:38:07.209711Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:38:08.107+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:38:08.107+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:38:18.160+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T05:38:19.095+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"636e2863-4610-40f2-abdd-4b2baa57c41a","timestamp":"2022-11-28T05:38:19.094847Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:38:19.144+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 49 ms
[2022-11-28T05:38:19.145+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T05:38:19.183+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T05:38:19.183+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
[2022-11-28T05:38:19.826+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:38:19.826+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"636e2863-4610-40f2-abdd-4b2baa57c41a","timestamp":"2022-11-28T05:38:19.094847Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:38:19.827+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T05:38:19.827+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:38:19.827+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:38:19.980+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:38:19.981+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:38:20.218552Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"9a01b4fb-ab6f-4fba-b3b9-f36dc4298023","timestamp":"2022-11-28T05:38:20.218573Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:38:20.112+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:38:20.112+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:38:20.145+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:38:20.146+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:38:20.220217Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"20b230ca-d9e5-4bab-a61f-15e4a8c1f0aa","timestamp":"2022-11-28T05:38:20.220225Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:38:20.170+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:38:20.171+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:38:20.693+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:38:20.693+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:38:19.929580Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"76ba450f-cbaa-40f3-8665-c4c8ee9c3376","timestamp":"2022-11-28T05:38:19.929599Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:38:20.718+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:38:20.718+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:38:30.066+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:38:30.067+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:38:29.506297Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"277bbb2a-d2c1-4078-bf5a-5bb44b563cb6","timestamp":"2022-11-28T05:38:29.506420Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:38:30.121+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:38:30.122+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:38:45.111+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:38:45.111+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:38:45.112+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:38:58.997+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:38:58.998+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:38:58.682182Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"6ecc1693-4790-460a-972b-9d5893046edb","timestamp":"2022-11-28T05:38:58.682371Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:38:59.121+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:38:59.121+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:39:14.082+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:39:14.082+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:39:14.082+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:39:29.040+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:39:29.041+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:39:29.041+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:39:44.024+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:39:44.025+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:39:44.025+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:39:59.008+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:39:59.008+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:39:59.008+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:40:07.512+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:40:07.512+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:40:07.209568Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"af5124be-01bd-4a0c-9ba7-2b33e58ee133","timestamp":"2022-11-28T05:40:07.209661Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:40:08.152+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:40:08.153+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:40:18.159+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T05:40:19.139+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"8a4726a0-019a-4013-8850-5ac4e29b2c3b","timestamp":"2022-11-28T05:40:19.139237Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:40:19.144+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 5 ms
[2022-11-28T05:40:19.144+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T05:40:19.178+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T05:40:19.178+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
[2022-11-28T05:40:19.830+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:40:19.831+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"8a4726a0-019a-4013-8850-5ac4e29b2c3b","timestamp":"2022-11-28T05:40:19.139237Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:40:19.831+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T05:40:19.831+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:40:19.831+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:40:20.009+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:40:20.010+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:40:20.230046Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"d9f67632-8138-43eb-8797-b49a4a071101","timestamp":"2022-11-28T05:40:20.230058Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:40:20.153+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:40:20.154+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:40:20.195+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:40:20.196+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:40:20.219860Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"44ed5c83-0bca-4eb2-9b17-fcff579eb6f7","timestamp":"2022-11-28T05:40:20.219879Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:40:20.225+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:40:20.225+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:40:20.754+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:40:20.755+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:40:19.928681Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"65bff8c3-3b73-43b1-9ec5-2e0c28d5dd05","timestamp":"2022-11-28T05:40:19.928693Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:40:20.785+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:40:20.785+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:40:30.051+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:40:30.051+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:40:29.506225Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"6e287afe-5aab-4749-83da-77b7cf7ec275","timestamp":"2022-11-28T05:40:29.506314Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:40:30.154+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:40:30.154+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:40:45.130+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:40:45.130+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:40:45.130+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:40:59.031+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:40:59.031+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:40:58.682249Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"11c10dfe-7d71-4ec9-819c-fa7ca40fab5c","timestamp":"2022-11-28T05:40:58.682400Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:40:59.167+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:40:59.167+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:41:14.132+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:41:14.132+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:41:14.133+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:41:29.089+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:41:29.090+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:41:29.090+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:41:44.037+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:41:44.038+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:41:44.038+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:41:58.997+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:41:58.998+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:41:58.998+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:42:07.511+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:42:07.512+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:42:07.209613Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"0d098c21-0be9-4b56-b117-38e4477d49ec","timestamp":"2022-11-28T05:42:07.209769Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:42:08.190+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:42:08.190+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:42:18.160+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T05:42:18.178+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"d715e3d9-13b2-479c-a7c7-a94433e17ad3","timestamp":"2022-11-28T05:42:18.177719Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:42:18.194+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 16 ms
[2022-11-28T05:42:18.194+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T05:42:18.230+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T05:42:18.231+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
[2022-11-28T05:42:18.882+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:42:18.883+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"d715e3d9-13b2-479c-a7c7-a94433e17ad3","timestamp":"2022-11-28T05:42:18.177719Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:42:18.883+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T05:42:18.883+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:42:18.883+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:42:19.159+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:42:19.159+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:42:19.385452Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"08c08002-7ef6-4663-8531-79d27911287b","timestamp":"2022-11-28T05:42:19.385465Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:42:19.198+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:42:19.198+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:42:19.746+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:42:19.746+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:42:19.370417Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"3ecb325f-dad7-4f29-ab49-166ae2689b5d","timestamp":"2022-11-28T05:42:19.370434Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:42:19.787+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:42:19.076922Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"4f0bb6e2-a095-444d-8c4e-1e3cd5e0cc0a","timestamp":"2022-11-28T05:42:19.076934Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:42:19.827+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:42:19.827+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:42:30.108+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:42:30.109+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:42:29.506171Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"63bb9d80-f621-4a69-b388-fb03e2ce835f","timestamp":"2022-11-28T05:42:29.506265Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:42:30.205+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:42:30.206+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:42:45.188+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:42:45.189+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:42:45.190+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:42:59.047+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:42:59.047+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:42:58.682186Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"33c5988e-340c-4b66-9afb-1c1902f39a5d","timestamp":"2022-11-28T05:42:58.682256Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:42:59.208+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:42:59.213+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:43:14.197+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:43:14.198+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:43:14.198+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:43:29.201+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:43:29.202+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:43:29.203+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:43:44.155+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:43:44.156+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:43:44.156+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:43:59.133+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:43:59.134+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:43:59.134+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:44:07.703+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:44:07.704+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:44:07.209564Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"abee99f7-24d9-4736-a162-74f58a031efe","timestamp":"2022-11-28T05:44:07.209663Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:44:08.227+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:44:08.227+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:44:18.163+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T05:44:18.211+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"832412d6-04f3-41fd-b43d-dd1b24a0e5d6","timestamp":"2022-11-28T05:44:18.211098Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:44:18.244+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 33 ms
[2022-11-28T05:44:18.244+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T05:44:18.303+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T05:44:18.303+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
[2022-11-28T05:44:18.932+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:44:18.932+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"832412d6-04f3-41fd-b43d-dd1b24a0e5d6","timestamp":"2022-11-28T05:44:18.211098Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:44:18.932+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T05:44:18.932+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:44:18.933+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:44:19.145+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:44:19.146+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:44:19.363907Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"6ad79846-cd4d-42fe-ba15-d0531fe654a9","timestamp":"2022-11-28T05:44:19.363927Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:44:19.214+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:44:19.215+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:44:19.771+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:44:19.772+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:44:19.359888Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"5c202ea9-cae2-49e6-85d3-15398ff6e545","timestamp":"2022-11-28T05:44:19.359896Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:44:19.802+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:44:19.072998Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"99e9ee8d-0f8d-4e16-9458-a5a95c32d1f0","timestamp":"2022-11-28T05:44:19.073014Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:44:19.826+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:44:19.826+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:44:30.086+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:44:30.086+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:44:29.506246Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"27e52694-bc92-48ea-9f75-fdbe5148f60f","timestamp":"2022-11-28T05:44:29.506319Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:44:30.223+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:44:30.223+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:44:45.201+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:44:45.201+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:44:45.201+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:44:59.055+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:44:59.055+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:44:58.682188Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"1cbd997a-3e0f-4020-8cdc-f5b5f75011ea","timestamp":"2022-11-28T05:44:58.682331Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:44:59.228+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:44:59.228+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:45:14.214+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:45:14.214+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:45:14.215+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:45:29.173+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:45:29.173+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:45:29.174+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:45:44.136+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:45:44.137+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:45:44.137+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:45:59.127+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:45:59.127+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:45:59.127+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:46:07.583+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:46:07.584+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:46:07.209618Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"3aefce5a-7c2a-41f4-961c-657fab759fa9","timestamp":"2022-11-28T05:46:07.209799Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:46:08.257+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:46:08.257+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:46:18.160+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T05:46:18.253+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"13bc4375-1039-404e-97d9-e9f39fde423b","timestamp":"2022-11-28T05:46:18.253273Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:46:18.294+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 41 ms
[2022-11-28T05:46:18.294+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T05:46:18.330+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T05:46:18.331+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
[2022-11-28T05:46:18.970+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:46:18.970+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"13bc4375-1039-404e-97d9-e9f39fde423b","timestamp":"2022-11-28T05:46:18.253273Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:46:18.971+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T05:46:18.971+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:46:18.971+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:46:19.136+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:46:19.136+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:46:19.382774Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"8723bf9f-f954-428f-955f-2209b784013b","timestamp":"2022-11-28T05:46:19.382786Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:46:19.168+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:46:19.168+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:46:19.687+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:46:19.688+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:46:19.379824Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"ef0dc126-6818-4288-b11a-3a344b38871a","timestamp":"2022-11-28T05:46:19.379848Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:46:19.714+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:46:19.082238Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"641a45fe-b924-4fc8-9e90-192394704e52","timestamp":"2022-11-28T05:46:19.082246Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:46:19.734+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:46:19.734+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:46:30.049+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:46:30.050+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:46:29.506258Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"919fd348-6eea-4338-a5ec-4eeefbabed31","timestamp":"2022-11-28T05:46:29.506429Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:46:30.278+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:46:30.278+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:46:45.236+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:46:45.237+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:46:45.237+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:46:58.952+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:46:58.952+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:46:58.682362Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"32b58c3e-e534-4942-bd2b-c2ae7c56c068","timestamp":"2022-11-28T05:46:58.682468Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:46:59.271+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:46:59.271+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:47:14.226+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:47:14.227+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:47:14.227+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:47:29.190+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:47:29.191+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:47:29.191+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:47:44.147+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:47:44.148+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:47:44.148+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:47:59.126+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:47:59.127+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:47:59.127+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:48:07.583+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:48:07.583+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:48:07.209502Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"5fab7667-47d8-4211-9930-de20cd0bfda5","timestamp":"2022-11-28T05:48:07.209568Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:48:08.292+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:48:08.293+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:48:18.160+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T05:48:18.293+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"18efbfb0-4622-4b9c-9e4e-f01302477400","timestamp":"2022-11-28T05:48:18.293233Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:48:18.294+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 1 ms
[2022-11-28T05:48:18.294+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T05:48:18.332+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T05:48:18.333+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
[2022-11-28T05:48:18.977+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:48:18.977+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"18efbfb0-4622-4b9c-9e4e-f01302477400","timestamp":"2022-11-28T05:48:18.293233Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:48:18.978+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T05:48:18.978+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:48:18.978+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:48:19.134+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:48:19.134+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:48:19.369768Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"a570091c-6457-43f1-ad0b-2ed5cc3ed8c4","timestamp":"2022-11-28T05:48:19.369779Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:48:19.165+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:48:19.166+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:48:19.187+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:48:19.188+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:48:19.078473Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"d6eacabe-ef48-477a-ae05-5035ce8f60f4","timestamp":"2022-11-28T05:48:19.078497Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:48:19.294+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:48:19.295+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:48:19.817+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:48:19.818+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:48:19.392774Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"4e8270da-a550-4593-9600-03c6714ba7a7","timestamp":"2022-11-28T05:48:19.392786Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:48:19.850+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:48:19.850+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:48:30.101+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:48:30.101+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:48:29.506187Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"1d054a73-9867-48cc-aa53-eddc9a195d82","timestamp":"2022-11-28T05:48:29.506282Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:48:30.300+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:48:30.300+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:48:45.290+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:48:45.291+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:48:45.291+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:48:58.957+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:48:58.958+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:48:58.685006Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"09d70972-79d0-4fdf-a016-92ee29ce2cee","timestamp":"2022-11-28T05:48:58.685126Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:48:59.322+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:48:59.322+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:49:14.300+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:49:14.300+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:49:14.301+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:49:29.263+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:49:29.263+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:49:29.264+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:49:44.232+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:49:44.233+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:49:44.233+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:49:59.184+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:49:59.184+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:49:59.184+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:50:07.516+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:50:07.516+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:50:07.209509Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"63668fb3-8044-491b-9e5d-b83380b6c57c","timestamp":"2022-11-28T05:50:07.209575Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:50:08.323+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:50:08.323+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:50:18.160+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T05:50:18.305+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"ee8b7996-91b0-49b7-a2e7-45d4b2029b0e","timestamp":"2022-11-28T05:50:18.304973Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:50:18.348+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 43 ms
[2022-11-28T05:50:18.348+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T05:50:18.379+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T05:50:18.379+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
[2022-11-28T05:50:19.001+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:50:19.002+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"ee8b7996-91b0-49b7-a2e7-45d4b2029b0e","timestamp":"2022-11-28T05:50:18.304973Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:50:19.002+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T05:50:19.002+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:50:19.002+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:50:19.194+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:50:19.195+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:50:19.105074Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"aeeb0145-3a58-4ce3-aad0-2bf5e7dacf22","timestamp":"2022-11-28T05:50:19.105088Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:50:19.325+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:50:19.325+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:50:19.358+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:50:19.358+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:50:19.396930Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"4e682d4c-d9c5-400d-a212-38fdf605e62c","timestamp":"2022-11-28T05:50:19.396957Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:50:19.386+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:50:19.386+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:50:19.914+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:50:19.914+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:50:19.397486Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"f478772e-531d-40fe-846c-43658d98900d","timestamp":"2022-11-28T05:50:19.397518Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:50:19.958+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:50:19.958+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:50:30.057+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:50:30.057+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:50:29.506297Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"ef18110b-313f-42a6-9373-bca7a674df63","timestamp":"2022-11-28T05:50:29.506444Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:50:30.319+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:50:30.320+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:50:45.284+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:50:45.285+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:50:45.286+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:50:58.986+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:50:58.988+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:50:58.685133Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"a74d0eb6-fce3-4a96-bb5b-6af39238bc0a","timestamp":"2022-11-28T05:50:58.685280Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:50:59.333+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:50:59.334+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:51:14.293+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:51:14.294+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:51:14.294+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:51:29.260+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:51:29.261+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:51:29.261+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:51:44.219+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:51:44.220+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:51:44.220+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:51:59.181+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:51:59.182+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:51:59.182+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:52:07.508+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:52:07.509+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:52:07.225488Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"f389d020-0755-4215-bbe0-8e24202361b2","timestamp":"2022-11-28T05:52:07.225701Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:52:08.343+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:52:08.343+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:52:18.160+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T05:52:18.333+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"6bb07326-baca-42df-b6a9-5eb215ed05ca","timestamp":"2022-11-28T05:52:18.333208Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:52:18.344+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 10 ms
[2022-11-28T05:52:18.344+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T05:52:18.383+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T05:52:18.384+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
[2022-11-28T05:52:19.006+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:52:19.006+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"6bb07326-baca-42df-b6a9-5eb215ed05ca","timestamp":"2022-11-28T05:52:18.333208Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:52:19.006+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T05:52:19.007+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:52:19.007+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:52:19.172+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:52:19.173+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:52:19.104447Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"46a9f999-1358-4fe8-a983-8545107ce7fd","timestamp":"2022-11-28T05:52:19.104459Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:52:19.357+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:52:19.357+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:52:19.381+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:52:19.381+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:52:19.402163Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"b43a3815-d236-488e-8dd5-d2163905acf1","timestamp":"2022-11-28T05:52:19.402178Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:52:19.415+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:52:19.415+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:52:19.937+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:52:19.938+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:52:19.398643Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"3048cad1-5404-412a-ac7f-134a87a468ec","timestamp":"2022-11-28T05:52:19.398667Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:52:19.963+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:52:19.963+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:52:30.059+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:52:30.059+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:52:29.506289Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"83b4b8a1-06de-44a7-8a05-0c504d8778ac","timestamp":"2022-11-28T05:52:29.506392Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:52:30.350+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:52:30.351+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:52:45.306+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:52:45.307+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:52:45.307+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:52:58.990+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:52:58.990+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:52:58.682145Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"d2f351b2-702b-4814-b4e1-f66c48bc0339","timestamp":"2022-11-28T05:52:58.682210Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:52:59.354+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:52:59.354+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:53:14.313+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:53:14.314+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:53:14.314+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:53:29.267+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:53:29.267+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:53:29.268+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:53:44.225+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:53:44.226+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:53:44.226+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:53:59.179+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:53:59.181+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:53:59.181+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:54:07.522+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:54:07.522+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:54:07.209513Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"3a9bb70a-c649-47f5-a62a-89712d74a182","timestamp":"2022-11-28T05:54:07.209599Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:54:08.365+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:54:08.365+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:54:18.159+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T05:54:18.355+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"32f54cc8-679f-48d1-b7ea-6e0261e49a9c","timestamp":"2022-11-28T05:54:18.355621Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:54:18.394+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 38 ms
[2022-11-28T05:54:18.394+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T05:54:18.436+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T05:54:18.437+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
[2022-11-28T05:54:19.061+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:54:19.062+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"32f54cc8-679f-48d1-b7ea-6e0261e49a9c","timestamp":"2022-11-28T05:54:18.355621Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:54:19.062+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T05:54:19.062+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:54:19.062+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:54:19.216+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:54:19.217+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:54:19.158906Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"7a2c3a13-a18d-4a76-aa66-ff1aaaae06c7","timestamp":"2022-11-28T05:54:19.158924Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:54:19.371+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:54:19.371+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:54:19.392+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:54:19.392+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:54:19.454891Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"888ee90f-7f2c-4658-9fe9-ab9d3a549d74","timestamp":"2022-11-28T05:54:19.454901Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:54:19.414+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:54:19.414+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:54:19.936+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:54:19.936+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:54:19.452378Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"a893ec5c-d7a4-437e-a165-0df685e9a497","timestamp":"2022-11-28T05:54:19.452387Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:54:19.975+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:54:19.975+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:54:30.055+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:54:30.055+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:54:29.506221Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"14bba714-7b36-4dad-9310-29663c4a6041","timestamp":"2022-11-28T05:54:29.506328Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:54:30.370+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:54:30.370+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:54:45.323+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:54:45.324+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:54:45.324+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:54:58.974+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:54:58.975+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:54:58.682834Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"742882a2-bd82-48e6-8fb1-fa7da74b3230","timestamp":"2022-11-28T05:54:58.682929Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:54:59.389+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:54:59.389+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:55:14.364+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:55:14.364+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:55:14.364+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:55:29.319+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:55:29.320+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:55:29.320+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:55:44.308+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:55:44.309+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:55:44.309+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:55:59.260+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:55:59.261+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:55:59.261+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:56:07.527+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:56:07.528+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:56:07.209627Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"a86361d3-b7d3-4848-a868-f0716020635c","timestamp":"2022-11-28T05:56:07.210370Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:56:08.414+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:56:08.414+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:56:18.159+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T05:56:18.401+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"210cd250-ee72-4751-ade2-eb80f655af62","timestamp":"2022-11-28T05:56:18.401311Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:56:18.444+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 43 ms
[2022-11-28T05:56:18.444+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T05:56:18.479+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T05:56:18.479+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
[2022-11-28T05:56:19.104+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:56:19.105+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"210cd250-ee72-4751-ade2-eb80f655af62","timestamp":"2022-11-28T05:56:18.401311Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:56:19.105+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T05:56:19.105+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:56:19.105+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:56:19.279+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:56:19.280+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:56:19.197543Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"b165753d-7545-4570-81b6-d90e19a80878","timestamp":"2022-11-28T05:56:19.198020Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:56:19.418+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:56:19.418+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:56:19.448+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:56:19.449+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:56:19.497443Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"5e33d6e1-7396-4ce2-8850-fc528ae34f89","timestamp":"2022-11-28T05:56:19.497455Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:56:19.474+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:56:19.474+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:56:19.994+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:56:19.995+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:56:19.495464Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"8c5c9337-e92c-4f61-87ae-1b040d85b8ed","timestamp":"2022-11-28T05:56:19.495486Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:56:20.018+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:56:20.018+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:56:30.047+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:56:30.047+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:56:29.506182Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"1631763b-9ccf-44cf-b42a-0e11da4db639","timestamp":"2022-11-28T05:56:29.506302Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:56:30.415+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:56:30.415+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:56:45.371+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:56:45.371+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:56:45.371+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:56:58.957+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:56:58.958+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:56:58.682263Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"c3717aca-7e2b-495a-a00b-23c0a9654d30","timestamp":"2022-11-28T05:56:58.682337Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:56:59.422+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:56:59.422+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:57:14.371+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:57:14.372+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:57:14.373+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:57:29.368+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:57:29.369+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:57:29.369+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:57:44.323+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:57:44.323+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:57:44.324+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:57:59.294+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:57:59.294+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:57:59.295+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:58:07.498+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:58:07.499+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:58:07.209574Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"b6d99aab-1b3d-41bc-a47f-2ec3775512e4","timestamp":"2022-11-28T05:58:07.209631Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:58:08.439+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:58:08.440+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:58:18.160+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T05:58:18.427+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"201166de-c8f9-43c0-95c2-4d56de8ff63a","timestamp":"2022-11-28T05:58:18.427594Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:58:18.444+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 16 ms
[2022-11-28T05:58:18.444+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T05:58:18.482+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T05:58:18.482+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
[2022-11-28T05:58:19.102+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:58:19.102+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"201166de-c8f9-43c0-95c2-4d56de8ff63a","timestamp":"2022-11-28T05:58:18.427594Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:58:19.102+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T05:58:19.103+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:58:19.103+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:58:19.290+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:58:19.290+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:58:19.204558Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"378e84db-4ca3-400a-aded-89ea874f5708","timestamp":"2022-11-28T05:58:19.204583Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:58:19.456+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:58:19.456+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:58:19.478+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:58:19.478+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:58:19.495088Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"2e63cf8b-0b42-4c75-8f33-286872ddd4de","timestamp":"2022-11-28T05:58:19.495099Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T05:58:19.502+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:58:19.502+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:58:20.047+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:58:20.048+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:58:19.494806Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"d052669e-810f-403f-8bd9-4dae7bd85efb","timestamp":"2022-11-28T05:58:19.494819Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:58:20.076+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:58:20.076+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:58:30.050+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:58:30.050+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T05:58:29.506241Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"a441fd8b-5f51-4a3f-88ac-d8d23d40f777","timestamp":"2022-11-28T05:58:29.506422Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T05:58:30.443+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:58:30.443+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:58:45.403+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:58:45.404+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:58:45.404+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:58:58.962+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:58:58.963+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T05:58:58.682156Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"ece009b8-4cd9-4ba0-aecd-22e78823e2ac","timestamp":"2022-11-28T05:58:58.682234Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T05:58:59.458+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:58:59.459+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:59:14.417+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:59:14.418+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:59:14.418+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:59:29.377+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:59:29.378+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:59:29.378+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:59:44.329+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:59:44.330+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:59:44.330+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T05:59:59.294+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T05:59:59.295+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T05:59:59.295+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:00:07.503+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:00:07.504+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:00:07.209496Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"83d25def-9d90-4653-bec7-714271299d53","timestamp":"2022-11-28T06:00:07.209592Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T06:00:08.469+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:00:08.469+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:00:18.160+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T06:00:18.455+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"b8d41671-2a49-4b56-991b-8535c1199d9f","timestamp":"2022-11-28T06:00:18.454585Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:00:18.494+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 39 ms
[2022-11-28T06:00:18.495+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T06:00:18.531+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T06:00:18.531+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
[2022-11-28T06:00:19.154+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:00:19.155+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"b8d41671-2a49-4b56-991b-8535c1199d9f","timestamp":"2022-11-28T06:00:18.454585Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:00:19.156+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T06:00:19.156+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:00:19.156+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:00:19.316+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:00:19.317+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T06:00:19.251763Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"e8abaa13-2179-4a82-891c-ef13cb68b806","timestamp":"2022-11-28T06:00:19.251771Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:00:19.468+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:00:19.469+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:00:19.491+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:00:19.491+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:00:19.545891Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"bd5554b5-b0b0-4867-9bfc-440132574634","timestamp":"2022-11-28T06:00:19.545903Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T06:00:19.518+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:00:19.519+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:00:20.037+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:00:20.038+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:00:19.548733Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"9c5b589d-a141-4e8d-8d53-6c0f21b06960","timestamp":"2022-11-28T06:00:19.548744Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T06:00:20.060+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:00:20.061+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:00:30.064+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:00:30.065+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T06:00:29.506192Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"b8b863da-5efe-4b0a-870b-de206775e6ce","timestamp":"2022-11-28T06:00:29.506274Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:00:30.469+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:00:30.470+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:00:45.492+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:00:45.493+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:00:45.493+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:00:58.981+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:00:58.982+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:00:58.682335Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"bb7ecf46-51e6-4975-9bc3-fd66b66909aa","timestamp":"2022-11-28T06:00:58.682456Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T06:00:59.477+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:00:59.477+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:01:14.451+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:01:14.452+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:01:14.453+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:01:29.409+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:01:29.410+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:01:29.411+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:01:44.394+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:01:44.395+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:01:44.396+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:01:59.368+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:01:59.369+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:01:59.369+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:02:07.578+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:02:07.578+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:02:07.209691Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"2f453f39-a845-4a25-b55d-f1d09fe53440","timestamp":"2022-11-28T06:02:07.209881Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T06:02:08.499+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:02:08.499+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:02:18.159+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T06:02:18.489+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"ebab75f1-9697-413e-84cd-1b103e7af112","timestamp":"2022-11-28T06:02:18.488847Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:02:18.494+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 5 ms
[2022-11-28T06:02:18.494+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T06:02:18.529+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T06:02:18.530+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
[2022-11-28T06:02:19.154+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:02:19.154+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"ebab75f1-9697-413e-84cd-1b103e7af112","timestamp":"2022-11-28T06:02:18.488847Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:02:19.155+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T06:02:19.155+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:02:19.155+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:02:19.293+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:02:19.293+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:02:19.535350Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"29478858-9398-4b4b-85a4-ef28728dac5f","timestamp":"2022-11-28T06:02:19.535370Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T06:02:19.503+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:02:19.504+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:02:20.023+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:02:20.023+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:02:19.536436Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"6bb73801-b484-4cd2-9e2c-1ffef40945ce","timestamp":"2022-11-28T06:02:19.536467Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T06:02:20.047+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T06:02:19.241701Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"8f32b191-8f19-41dc-af36-ab3619efca17","timestamp":"2022-11-28T06:02:19.241709Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:02:20.079+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:02:20.079+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:02:30.060+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:02:30.060+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T06:02:29.506194Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"c331d8eb-75ea-4998-8172-07a3e94916d4","timestamp":"2022-11-28T06:02:29.506279Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:02:30.510+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:02:30.510+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:02:45.468+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:02:45.468+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:02:45.469+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:02:58.964+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:02:58.965+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:02:58.684551Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"313c6e05-ce10-4597-b9b7-d3a066236d3e","timestamp":"2022-11-28T06:02:58.684638Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T06:02:59.516+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:02:59.516+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:03:14.488+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:03:14.489+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:03:14.489+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:03:29.443+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:03:29.444+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:03:29.444+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:03:44.406+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:03:44.406+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:03:44.407+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:03:59.358+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:03:59.359+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:03:59.359+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:04:07.509+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:04:07.510+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:04:07.212050Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"337b1caf-74ec-4045-8a92-87d93e81664f","timestamp":"2022-11-28T06:04:07.212114Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T06:04:07.558+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:04:07.558+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:04:18.160+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T06:04:18.539+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"4e16ad18-0f8b-47f0-b819-fb25e6407f05","timestamp":"2022-11-28T06:04:18.538896Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:04:18.544+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 5 ms
[2022-11-28T06:04:18.544+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T06:04:18.587+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T06:04:18.587+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
[2022-11-28T06:04:19.248+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:04:19.248+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"4e16ad18-0f8b-47f0-b819-fb25e6407f05","timestamp":"2022-11-28T06:04:18.538896Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:04:19.249+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T06:04:19.249+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:04:19.249+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:04:19.390+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:04:19.390+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:04:19.613358Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"6662d2e3-74be-4d31-8e39-e97345123bc7","timestamp":"2022-11-28T06:04:19.613369Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T06:04:19.566+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:04:19.566+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:04:20.110+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:04:20.110+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:04:19.623471Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"a20939da-a01c-484d-a673-079349e5536a","timestamp":"2022-11-28T06:04:19.623485Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T06:04:20.153+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T06:04:19.317946Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"54de04f2-0c04-4842-98f5-2599fccff938","timestamp":"2022-11-28T06:04:19.317954Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:04:20.185+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:04:20.185+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:04:30.070+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:04:30.071+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T06:04:29.506216Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"db4cb260-4a1a-4c8c-96f1-513e73c5b644","timestamp":"2022-11-28T06:04:29.506334Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:04:30.571+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:04:30.571+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:04:45.543+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:04:45.543+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:04:45.544+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:04:58.965+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:04:58.966+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:04:58.682106Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"7e660a38-6fe9-4915-9d74-1d9439d74577","timestamp":"2022-11-28T06:04:58.682796Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T06:04:59.572+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:04:59.572+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:05:14.538+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:05:14.538+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:05:14.538+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:05:29.498+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:05:29.499+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:05:29.499+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:05:44.450+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:05:44.451+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:05:44.451+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:05:59.430+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:05:59.430+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:05:59.431+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:06:07.529+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:06:07.529+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:06:07.209558Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"e2da6bb9-b806-49ce-8bcd-60dd54538495","timestamp":"2022-11-28T06:06:07.209651Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T06:06:07.586+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:06:07.586+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:06:18.159+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T06:06:18.596+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"f96321b0-2a88-4e6c-823d-e4ef240bcebe","timestamp":"2022-11-28T06:06:18.595755Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:06:18.644+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 48 ms
[2022-11-28T06:06:18.644+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T06:06:18.679+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T06:06:18.680+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
[2022-11-28T06:06:19.313+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:06:19.313+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"f96321b0-2a88-4e6c-823d-e4ef240bcebe","timestamp":"2022-11-28T06:06:18.595755Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:06:19.313+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T06:06:19.313+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:06:19.313+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:06:19.499+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:06:19.500+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:06:19.703594Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"febfda6a-8202-4f48-a476-fc508ac7c760","timestamp":"2022-11-28T06:06:19.703603Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T06:06:19.612+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:06:19.612+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:06:19.653+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:06:19.653+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:06:19.695532Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"00e40fc3-8fbf-4a89-8ca9-13c10d68ad8e","timestamp":"2022-11-28T06:06:19.695547Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T06:06:19.690+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:06:19.690+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:06:20.222+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:06:20.223+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T06:06:19.413258Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"14dd5e2c-c5f1-4489-98f9-60daa4e0ceaf","timestamp":"2022-11-28T06:06:19.413268Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:06:20.251+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:06:20.252+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:06:30.054+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:06:30.055+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T06:06:29.506178Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"e6d81a68-23d2-4e1a-b59c-dd15967e1f8d","timestamp":"2022-11-28T06:06:29.506246Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:06:30.604+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:06:30.604+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:06:45.585+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:06:45.586+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:06:45.586+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:06:58.967+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:06:58.967+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:06:58.682831Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"8ec5af42-a4a6-4937-a5e5-6c3ea758daae","timestamp":"2022-11-28T06:06:58.682898Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T06:06:59.625+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:06:59.626+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:07:14.594+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:07:14.595+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:07:14.596+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:07:29.561+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:07:29.562+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:07:29.563+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:07:44.523+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:07:44.523+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:07:44.524+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:07:59.474+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:07:59.475+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:07:59.475+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:08:07.510+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:08:07.511+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:08:07.209644Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"0fdb0966-4ea5-4f8d-9c57-9b548c40c964","timestamp":"2022-11-28T06:08:07.209771Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T06:08:07.646+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:08:07.647+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:08:18.160+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T06:08:18.629+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"e3dd1ff7-14d0-4c1b-8088-8f06ae9f9c6a","timestamp":"2022-11-28T06:08:18.628339Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:08:18.644+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 15 ms
[2022-11-28T06:08:18.644+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T06:08:18.677+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T06:08:18.678+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
[2022-11-28T06:08:19.312+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:08:19.313+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"e3dd1ff7-14d0-4c1b-8088-8f06ae9f9c6a","timestamp":"2022-11-28T06:08:18.628339Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:08:19.313+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T06:08:19.313+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:08:19.313+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:08:19.477+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:08:19.478+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T06:08:19.411773Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"344e62e7-0e8c-4cdc-a8c8-57a6344fdabd","timestamp":"2022-11-28T06:08:19.411787Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:08:19.672+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:08:19.673+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:08:19.704+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:08:19.704+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:08:19.706297Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"5eca8031-0e64-4049-92c7-a80140acd3e3","timestamp":"2022-11-28T06:08:19.706312Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T06:08:19.739+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:08:19.739+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:08:20.258+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:08:20.258+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:08:19.707483Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"2b98028c-2b44-4729-86d6-2c4fd4e4a4dd","timestamp":"2022-11-28T06:08:19.707501Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T06:08:20.284+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:08:20.284+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:08:30.052+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:08:30.052+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T06:08:29.506272Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"4f5771b5-3bf1-4c3f-9b66-02fcd9014eee","timestamp":"2022-11-28T06:08:29.506353Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:08:30.648+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:08:30.649+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:08:45.604+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:08:45.605+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:08:45.605+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:08:58.975+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:08:58.976+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:08:58.684449Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"611c03b2-bd3c-4e13-8bff-0464df979623","timestamp":"2022-11-28T06:08:58.684511Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T06:08:59.669+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:08:59.669+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:09:14.645+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:09:14.645+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:09:14.646+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:09:29.619+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:09:29.620+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:09:29.620+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:09:44.615+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:09:44.615+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:09:44.616+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:09:59.629+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:09:59.630+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:09:59.630+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:10:07.499+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:10:07.499+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:10:07.209559Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"edcba734-f2b2-4692-b48e-bc90d2a3a4bb","timestamp":"2022-11-28T06:10:07.209639Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T06:10:07.667+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:10:07.667+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:10:18.160+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T06:10:18.652+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"796baa63-58a8-4475-9fb3-d68a10ac0f49","timestamp":"2022-11-28T06:10:18.652136Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:10:18.694+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 42 ms
[2022-11-28T06:10:18.694+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T06:10:18.725+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T06:10:18.725+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
[2022-11-28T06:10:19.364+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:10:19.364+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"796baa63-58a8-4475-9fb3-d68a10ac0f49","timestamp":"2022-11-28T06:10:18.652136Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:10:19.364+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T06:10:19.364+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:10:19.365+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:10:19.573+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:10:19.574+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T06:10:19.458538Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"911235cc-915f-42fa-9dbc-ed1e8e743d5b","timestamp":"2022-11-28T06:10:19.458559Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:10:19.687+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:10:19.687+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:10:19.725+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:10:19.725+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:10:19.753964Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"88be8d1d-9ab2-4e86-8f02-e45e0a53f1bc","timestamp":"2022-11-28T06:10:19.753972Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T06:10:19.764+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:10:19.764+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:10:20.309+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:10:20.310+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:10:19.747067Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"a0cbcc91-d764-4fd3-bbc8-3fb87823d833","timestamp":"2022-11-28T06:10:19.747082Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T06:10:20.334+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:10:20.334+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:10:30.046+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:10:30.046+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T06:10:29.506237Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"95d35fb3-de08-46d7-96ba-1bc42ba7d404","timestamp":"2022-11-28T06:10:29.506330Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:10:30.667+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:10:30.667+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:10:45.627+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:10:45.628+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:10:45.628+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:10:58.977+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:10:58.978+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:10:58.682158Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"1e433ccb-fc5c-463a-ac4b-bbc226853383","timestamp":"2022-11-28T06:10:58.682228Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T06:10:59.022+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:10:59.022+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:11:13.976+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:11:13.976+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:11:13.976+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:11:28.929+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:11:28.929+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:11:28.929+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:11:43.890+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:11:43.890+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:11:43.890+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:11:58.860+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:11:58.860+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:11:58.860+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:12:07.518+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:12:07.518+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:12:07.210505Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"ee0f243d-97d4-4c09-acb9-637d7aceda86","timestamp":"2022-11-28T06:12:07.210700Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T06:12:07.703+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:12:07.703+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:12:18.159+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T06:12:18.689+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"087d771c-f3da-40b6-bb3a-f74451ae8974","timestamp":"2022-11-28T06:12:18.689315Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:12:18.694+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 5 ms
[2022-11-28T06:12:18.694+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T06:12:18.723+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T06:12:18.724+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
[2022-11-28T06:12:19.355+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:12:19.355+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"087d771c-f3da-40b6-bb3a-f74451ae8974","timestamp":"2022-11-28T06:12:18.689315Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:12:19.356+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T06:12:19.356+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:12:19.356+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:12:19.522+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:12:19.523+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T06:12:19.452932Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"3a09feab-c118-4377-b098-253aa301c080","timestamp":"2022-11-28T06:12:19.452946Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:12:19.717+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:12:19.717+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:12:19.754+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:12:19.755+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:12:19.740789Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"e3225262-ae0e-401f-a200-12c228804f25","timestamp":"2022-11-28T06:12:19.740800Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T06:12:19.778+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:12:19.779+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:12:20.298+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:12:20.299+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:12:19.742660Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"6bd8a41e-8e07-4119-a2bb-60495a43f5eb","timestamp":"2022-11-28T06:12:19.742673Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T06:12:20.328+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:12:20.328+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:12:30.060+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:12:30.061+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T06:12:29.506168Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"850afcf5-0df3-42f1-a939-b3105f326fb3","timestamp":"2022-11-28T06:12:29.506289Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:12:30.710+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:12:30.710+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:12:45.677+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:12:45.677+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:12:45.678+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:12:58.962+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:12:58.963+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:12:58.682263Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"a6c66880-b1b5-4f9b-a24c-01abc22e9002","timestamp":"2022-11-28T06:12:58.682324Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T06:12:59.711+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:12:59.711+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:13:14.677+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:13:14.677+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:13:14.677+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:13:29.645+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:13:29.646+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:13:29.646+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:13:44.675+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:13:44.675+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:13:44.675+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:13:59.648+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:13:59.649+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:13:59.649+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:14:07.515+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:14:07.515+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:14:07.209486Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"0e68825e-6974-487a-8048-61ecbf5a4e09","timestamp":"2022-11-28T06:14:07.209562Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T06:14:07.737+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:14:07.738+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:14:18.159+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T06:14:18.716+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"b0b386a9-59c5-4b72-bcaa-a2f52dacb58e","timestamp":"2022-11-28T06:14:18.716304Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:14:18.744+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 28 ms
[2022-11-28T06:14:18.744+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T06:14:18.773+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T06:14:18.774+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
[2022-11-28T06:14:19.415+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:14:19.416+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"b0b386a9-59c5-4b72-bcaa-a2f52dacb58e","timestamp":"2022-11-28T06:14:18.716304Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:14:19.416+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T06:14:19.416+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:14:19.416+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:14:19.583+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:14:19.584+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T06:14:19.511941Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"85e042e5-81c2-4178-82bc-0bf754952c7e","timestamp":"2022-11-28T06:14:19.511951Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:14:19.754+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:14:19.754+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:14:19.781+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:14:19.782+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:14:19.813106Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"9f059b37-90e4-422d-9699-7e3325efe8a7","timestamp":"2022-11-28T06:14:19.813118Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T06:14:19.823+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:14:19.823+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:14:20.346+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:14:20.347+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:14:19.814985Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"955a05a5-cb28-4d11-8c73-e5ae70d4c231","timestamp":"2022-11-28T06:14:19.814995Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T06:14:20.397+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:14:20.397+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:14:30.088+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:14:30.089+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T06:14:29.506218Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"4f3e808d-7f54-4082-aa2e-d69f0acc4b62","timestamp":"2022-11-28T06:14:29.506315Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:14:30.736+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:14:30.737+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:14:45.688+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:14:45.689+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:14:45.689+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:14:58.955+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:14:58.955+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:14:58.682122Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"d59e2d53-08df-487b-959a-6c9f8ec67f52","timestamp":"2022-11-28T06:14:58.682180Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T06:14:59.755+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:14:59.755+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:15:14.715+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:15:14.716+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:15:14.716+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:15:29.670+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:15:29.671+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:15:29.671+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:15:44.670+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:15:44.670+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:15:44.670+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:15:59.672+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:15:59.673+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:15:59.673+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:16:07.568+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:16:07.569+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:16:07.210119Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"3477a5c6-fad7-4cc3-ae63-001c38f97657","timestamp":"2022-11-28T06:16:07.210173Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T06:16:07.768+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:16:07.768+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:16:18.160+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T06:16:18.755+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"032579f0-8c40-4174-a502-f423dde0740d","timestamp":"2022-11-28T06:16:18.755391Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:16:18.794+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 39 ms
[2022-11-28T06:16:18.794+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T06:16:18.836+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T06:16:18.837+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
[2022-11-28T06:16:19.477+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:16:19.478+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"032579f0-8c40-4174-a502-f423dde0740d","timestamp":"2022-11-28T06:16:18.755391Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:16:19.478+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T06:16:19.479+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:16:19.479+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:16:19.686+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:16:19.687+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T06:16:19.573372Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"113b5bda-33c2-48aa-86fd-8c8f14dbbb6e","timestamp":"2022-11-28T06:16:19.573388Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:16:19.780+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:16:19.780+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:16:20.314+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:16:20.315+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:16:19.945817Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"58fc2324-86cb-4320-8491-1c7930a82cea","timestamp":"2022-11-28T06:16:19.945833Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T06:16:20.338+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:16:19.946838Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"eddc758b-df2c-44b9-9e1a-1b21a8a26fa9","timestamp":"2022-11-28T06:16:19.946852Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T06:16:20.361+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:16:20.361+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:16:30.076+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:16:30.076+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T06:16:29.506239Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"1653b2bb-1771-43e8-930b-2bb0b32fd1c2","timestamp":"2022-11-28T06:16:29.506311Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:16:30.787+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:16:30.787+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:16:45.769+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:16:45.769+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:16:45.769+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:16:59.027+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:16:59.028+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:16:58.682282Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"6c7fc22a-8046-49d6-9e12-e64d29585ca7","timestamp":"2022-11-28T06:16:58.682366Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T06:16:59.789+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:16:59.789+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:17:14.751+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:17:14.752+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:17:14.752+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:17:29.749+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:17:29.749+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:17:29.749+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:17:44.699+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:17:44.699+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:17:44.699+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:17:59.698+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:17:59.699+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:17:59.699+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:18:07.554+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:18:07.555+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:18:07.209647Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"aa4e781c-3618-4b2a-ac95-410cbf65b9a8","timestamp":"2022-11-28T06:18:07.209783Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T06:18:07.823+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:18:07.823+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:18:18.160+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T06:18:18.794+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"b7f49982-0763-4398-af36-80eceffab475","timestamp":"2022-11-28T06:18:18.793674Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:18:18.844+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 50 ms
[2022-11-28T06:18:18.844+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T06:18:18.887+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T06:18:18.888+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
[2022-11-28T06:18:19.542+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:18:19.542+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"b7f49982-0763-4398-af36-80eceffab475","timestamp":"2022-11-28T06:18:18.793674Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:18:19.542+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T06:18:19.542+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:18:19.542+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:18:19.843+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:18:19.843+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:18:20.019169Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"b5cda51b-a7e4-4baf-990d-9217ef5f7570","timestamp":"2022-11-28T06:18:20.019184Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T06:18:20.810+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:18:20.811+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:18:21.343+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:18:21.343+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T06:18:19.727671Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"adeefe3b-3fd5-4cf4-9d35-7cefe17f30d5","timestamp":"2022-11-28T06:18:19.727680Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:18:21.833+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:18:19.995780Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"c841c7a6-4769-475f-820e-754d9974a20f","timestamp":"2022-11-28T06:18:19.995793Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T06:18:21.859+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:18:21.860+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:18:30.065+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:18:30.066+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T06:18:29.506239Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"137a56ad-2129-45df-ba2b-8e4c42ac3d87","timestamp":"2022-11-28T06:18:29.506317Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:18:30.811+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:18:30.811+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:18:45.779+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:18:45.780+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:18:45.780+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:18:59.039+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:18:59.039+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:18:58.682142Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"f7179164-7b52-4b7a-bbf7-5771e4b00960","timestamp":"2022-11-28T06:18:58.682218Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T06:18:59.817+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:18:59.817+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:19:14.804+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:19:14.804+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:19:14.805+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:19:29.803+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:19:29.803+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:19:29.804+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:19:44.763+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:19:44.763+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:19:44.763+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:19:59.724+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:19:59.725+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:19:59.725+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:20:07.565+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:20:07.566+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:20:07.209529Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"2a923a5f-7fe5-44a1-b656-a4328e2ba695","timestamp":"2022-11-28T06:20:07.209601Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T06:20:07.843+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:20:07.844+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:20:18.160+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-11-28T06:20:18.830+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"5ed27318-52e1-49b8-bf60-a87b0e3c08f1","timestamp":"2022-11-28T06:20:18.830586Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:20:18.844+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 13 ms
[2022-11-28T06:20:18.844+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-11-28T06:20:18.877+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-28T06:20:18.878+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
[2022-11-28T06:20:19.506+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:20:19.506+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"5ed27318-52e1-49b8-bf60-a87b0e3c08f1","timestamp":"2022-11-28T06:20:18.830586Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:20:19.507+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-11-28T06:20:19.507+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:20:19.507+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:20:19.745+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:20:19.746+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:20:19.963605Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"68cbfb1b-6c1b-4e47-904f-66ff0494ebf4","timestamp":"2022-11-28T06:20:19.963616Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-11-28T06:20:19.850+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:20:19.850+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:20:20.369+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:20:20.369+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2022-11-28T06:20:19.973633Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"8278f331-0a74-46c8-80ed-97703642750d","timestamp":"2022-11-28T06:20:19.973643Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-11-28T06:20:20.397+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T06:20:19.684893Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"ce574376-c05a-45b6-ade9-7e07d1978aa1","timestamp":"2022-11-28T06:20:19.684905Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:20:20.420+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000
[2022-11-28T06:20:20.420+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st2xm?timeout=15000 (anonymous) ...
[2022-11-28T06:20:30.065+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-11-28T06:20:30.065+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2022-11-28T06:20:29.506177Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"19e93266-5b89-4ab4-a38f-eb18abfde599","timestamp":"2022-11-28T06:20:29.506264Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-11-28T06:20:30.858+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/550d0719-991b-4f0f-abef-4b89cf1e649d/onap-policy-clamp-runtime-acm-6d75459464-st