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-10-30T23:06:11.409+00:00|INFO|Application|main] Starting Application using Java 11.0.11 on onap-policy-clamp-runtime-acm-b95fb964c-6fh5s with PID 7 (/app/app.jar started by policy in /opt/app/policy/clamp/bin)
[2022-10-30T23:06:11.414+00:00|INFO|Application|main] No active profile set, falling back to 1 default profile: "default"
[2022-10-30T23:06:14.102+00:00|INFO|RepositoryConfigurationDelegate|main] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
[2022-10-30T23:06:14.591+00:00|INFO|RepositoryConfigurationDelegate|main] Finished Spring Data repository scanning in 471 ms. Found 7 JPA repository interfaces.
[2022-10-30T23:06:17.285+00:00|INFO|TomcatWebServer|main] Tomcat initialized with port(s): 6969 (http)
[2022-10-30T23:06:17.302+00:00|INFO|Http11NioProtocol|main] Initializing ProtocolHandler ["http-nio-6969"]
[2022-10-30T23:06:17.303+00:00|INFO|StandardService|main] Starting service [Tomcat]
[2022-10-30T23:06:17.303+00:00|INFO|StandardEngine|main] Starting Servlet engine: [Apache Tomcat/9.0.62]
[2022-10-30T23:06:17.791+00:00|INFO|[/onap/policy/clamp/acm]|main] Initializing Spring embedded WebApplicationContext
[2022-10-30T23:06:17.791+00:00|INFO|ServletWebServerApplicationContext|main] Root WebApplicationContext: initialization completed in 6260 ms
[2022-10-30T23:06:18.676+00:00|INFO|RegistrationBean|main] Filter requestResponseLoggingFilter was not registered (possibly already registered?)
[2022-10-30T23:06:19.197+00:00|INFO|LogHelper|main] HHH000204: Processing PersistenceUnitInfo [name: default]
[2022-10-30T23:06:19.310+00:00|INFO|Version|main] HHH000412: Hibernate ORM core version 5.4.31.Final
[2022-10-30T23:06:19.673+00:00|INFO|Version|main] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
[2022-10-30T23:06:19.891+00:00|INFO|HikariDataSource|main] HikariPool-1 - Starting...
[2022-10-30T23:06:21.492+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=360) 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=360) 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=360) 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-10-30T23:06:21.493+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=360) 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=360) 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=360) 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-10-30T23:06:21.534+00:00|INFO|Dialect|main] HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
[2022-10-30T23:06:22.665+00:00|INFO|Version|main] HV000001: Hibernate Validator 6.2.3.Final
[2022-10-30T23:06:25.200+00:00|INFO|HikariDataSource|main] HikariPool-1 - Starting...
[2022-10-30T23:06:25.526+00:00|INFO|HikariDataSource|main] HikariPool-1 - Start completed.
[2022-10-30T23:06:30.980+00:00|INFO|JtaPlatformInitiator|main] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
[2022-10-30T23:06:31.000+00:00|INFO|LocalContainerEntityManagerFactoryBean|main] Initialized JPA EntityManagerFactory for persistence unit 'default'
[2022-10-30T23:06:33.896+00:00|INFO|SingleThreadedDmaapTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=5ae2bff1-adb7-41bc-a616-a92f8de9579b, consumerInstance=onap-policy-clamp-runtime-acm-b95fb964c-6fh5s, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=0, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=0, locked=false, #topicListeners=0]]]]: INITTED
[2022-10-30T23:06:34.215+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-10-30T23:06:35.741+00:00|INFO|EndpointLinksResolver|main] Exposing 3 endpoint(s) beneath base path '/actuator'
[2022-10-30T23:06:38.428+00:00|INFO|DefaultSecurityFilterChain|main] Will not secure any request
[2022-10-30T23:06:38.764+00:00|INFO|Http11NioProtocol|main] Starting ProtocolHandler ["http-nio-6969"]
[2022-10-30T23:06:38.794+00:00|INFO|TomcatWebServer|main] Tomcat started on port(s): 6969 (http) with context path '/onap/policy/clamp/acm'
[2022-10-30T23:06:40.129+00:00|INFO|ServiceManager|main] service manager starting
[2022-10-30T23:06:40.129+00:00|INFO|ServiceManager|main] service manager starting Topic endpoint management
[2022-10-30T23:06:40.139+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=5ae2bff1-adb7-41bc-a616-a92f8de9579b, consumerInstance=onap-policy-clamp-runtime-acm-b95fb964c-6fh5s, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=0, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=0, locked=false, #topicListeners=0]]]]: starting
[2022-10-30T23:06:40.142+00:00|INFO|SingleThreadedDmaapTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=5ae2bff1-adb7-41bc-a616-a92f8de9579b, consumerInstance=onap-policy-clamp-runtime-acm-b95fb964c-6fh5s, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=0, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=0, locked=false, #topicListeners=0]]]]: INITTED
[2022-10-30T23:06:40.146+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:06:40.151+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:06:40.143+00:00|INFO|InlineBusTopicSink|main] InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=cfbdea05-5c83-4b1d-a4f0-af5a6109c9b7, alive=false, publisher=null]]: starting
[2022-10-30T23:06:40.161+00:00|INFO|InlineDmaapTopicSink|main] InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=cfbdea05-5c83-4b1d-a4f0-af5a6109c9b7, alive=false, publisher=CambriaPublisherWrapper []]]: DMAAP SINK created
[2022-10-30T23:06:40.161+00:00|INFO|ServiceManager|main] service manager starting Publisher AutomationCompositionStateChangePublisher$$EnhancerBySpringCGLIB$$414ce243
[2022-10-30T23:06:40.175+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantDeregisterAckPublisher$$EnhancerBySpringCGLIB$$8ab7ccf7
[2022-10-30T23:06:40.185+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantUpdatePublisher$$EnhancerBySpringCGLIB$$fd706bd7
[2022-10-30T23:06:40.193+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantRegisterAckPublisher$$EnhancerBySpringCGLIB$$2c40c0d4
[2022-10-30T23:06:40.200+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantStatusReqPublisher$$EnhancerBySpringCGLIB$$a1b62aa2
[2022-10-30T23:06:40.207+00:00|INFO|ServiceManager|main] service manager starting Publisher AutomationCompositionUpdatePublisher$$EnhancerBySpringCGLIB$$65df8a77
[2022-10-30T23:06:40.214+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantUpdateAckListener
[2022-10-30T23:06:40.215+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantRegisterListener
[2022-10-30T23:06:40.215+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantStatusListener
[2022-10-30T23:06:40.215+00:00|INFO|ServiceManager|main] service manager starting Listener AutomationCompositionStateChangeAckListener
[2022-10-30T23:06:40.215+00:00|INFO|ServiceManager|main] service manager starting Listener AutomationCompositionUpdateAckListener
[2022-10-30T23:06:40.215+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantDeregisterListener
[2022-10-30T23:06:40.216+00:00|INFO|ServiceManager|main] service manager starting Topic Message Dispatcher
[2022-10-30T23:06:40.216+00:00|INFO|TopicBase|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=5ae2bff1-adb7-41bc-a616-a92f8de9579b, consumerInstance=onap-policy-clamp-runtime-acm-b95fb964c-6fh5s, 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=false, 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@29bf90fc
[2022-10-30T23:06:40.216+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=5ae2bff1-adb7-41bc-a616-a92f8de9579b, consumerInstance=onap-policy-clamp-runtime-acm-b95fb964c-6fh5s, 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=false, 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-10-30T23:06:40.216+00:00|INFO|ServiceManager|main] service manager started
[2022-10-30T23:06:40.225+00:00|INFO|Application|main] Started Application in 30.384 seconds (JVM running for 32.121)
[2022-10-30T23:06:51.419+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:06:51.441+00:00|INFO|OrderedServiceImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] ***** OrderedServiceImpl implementers:
 []
[2022-10-30T23:06:51.444+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-10-30T23:06:50.307816Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"95e43cd4-8be3-476f-91bb-58c430a9d09b","timestamp":"2022-10-30T23:06:50.308008Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:06:53.524+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:06:53.525+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:07:03.083+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:07:03.084+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-10-30T23:07:02.316804Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"6ac4b386-3804-4b2b-96c7-ad749a05f4b4","timestamp":"2022-10-30T23:07:02.316988Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:07:03.668+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:07:03.668+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:07:18.685+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:07:18.686+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:07:18.686+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:07:33.725+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:07:33.726+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:07:33.726+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:07:48.726+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:07:48.727+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:07:48.727+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:08:03.744+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:08:03.744+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:08:03.744+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:08:18.727+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:08:18.727+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:08:18.727+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:08:33.743+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:08:33.743+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:08:33.743+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:08:40.128+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-10-30T23:08:40.545+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"d380b917-884e-4069-a2a3-e8d3f68fcd8a","timestamp":"2022-10-30T23:08:40.540769Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:08:40.561+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 15 ms
[2022-10-30T23:08:40.565+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:08:40.609+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:08:40.610+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
[2022-10-30T23:08:41.229+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:08:41.229+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"d380b917-884e-4069-a2a3-e8d3f68fcd8a","timestamp":"2022-10-30T23:08:40.540769Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:08:41.230+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:08:41.230+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:08:41.230+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:08:41.405+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:08:41.406+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-10-30T23:08:40.991806Z","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":"80cc1ff7-8ce1-4778-ad95-fe712f0cb4f4","timestamp":"2022-10-30T23:08:40.991852Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:08:41.560+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:08:41.560+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:08:42.087+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:08:42.088+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-10-30T23:08:40.990338Z","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":"d048f4c1-2045-4f10-a3c4-2918e42da80f","timestamp":"2022-10-30T23:08:40.990378Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:08:42.139+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-10-30T23:08:41.225889Z","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":"dd906632-1f21-413a-ad9f-6252c2a7456c","timestamp":"2022-10-30T23:08:41.225931Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:08:42.187+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:08:42.187+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:08:43.145+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:08:43.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-10-30T23:08:42.206065Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"69757f6f-e4d4-4084-907f-8da74c763417","timestamp":"2022-10-30T23:08:42.206152Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:08:43.565+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:08:43.565+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:08:51.207+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:08:51.208+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-10-30T23:08:50.307701Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"6bb92318-7483-4d51-a1c6-8d76998a6d8a","timestamp":"2022-10-30T23:08:50.307781Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:08:51.547+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:08:51.547+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:09:03.036+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:09:03.037+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-10-30T23:09:02.316709Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"d6d456f2-0e3d-44dc-b403-d08f72e1dd75","timestamp":"2022-10-30T23:09:02.316813Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:09:03.575+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:09:03.575+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:09:18.591+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:09:18.591+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:09:18.591+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:09:33.638+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:09:33.639+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:09:33.639+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:09:48.595+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:09:48.595+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:09:48.595+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:10:03.603+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:10:03.604+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:10:03.605+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:10:18.587+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:10:18.587+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:10:18.588+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:10:33.545+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:10:33.546+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:10:33.546+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:10:40.128+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-10-30T23:10:40.556+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"754db904-d8d8-4719-8668-67ecc8c028aa","timestamp":"2022-10-30T23:10:40.554956Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:10:40.561+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 5 ms
[2022-10-30T23:10:40.561+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:10:40.570+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"2d446bcd-af78-4e57-b931-8b40471a0257","timestamp":"2022-10-30T23:10:40.570032Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:10:40.581+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:10:40.582+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
[2022-10-30T23:10:40.611+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 29 ms
[2022-10-30T23:10:40.611+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:10:40.623+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:10:40.624+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
[2022-10-30T23:10:40.707+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:10:40.707+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"754db904-d8d8-4719-8668-67ecc8c028aa","timestamp":"2022-10-30T23:10:40.554956Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:10:40.708+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:10:40.708+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:10:40.708+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:10:40.755+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:10:40.756+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"2d446bcd-af78-4e57-b931-8b40471a0257","timestamp":"2022-10-30T23:10:40.570032Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:10:40.756+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:10:40.756+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:10:40.756+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:10:40.823+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:10:40.824+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-10-30T23:10:40.683144Z","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":"96331ffa-60a0-491a-be61-7348bee9b995","timestamp":"2022-10-30T23:10:40.683155Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:10:40.866+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:10:40.866+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:10:40.890+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:10:40.891+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-10-30T23:10:40.451795Z","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":"d573659f-1ce0-4692-93be-cdcdf7f547fd","timestamp":"2022-10-30T23:10:40.451811Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:10:40.927+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:10:40.927+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:10:40.984+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:10:40.985+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-10-30T23:10:40.734335Z","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":"7ea44e6e-b355-48b6-82fb-15880749445c","timestamp":"2022-10-30T23:10:40.734355Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:10:41.021+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-10-30T23:10:40.496217Z","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":"4a9261d4-9f4f-444d-a9f3-30c5f938a283","timestamp":"2022-10-30T23:10:40.496240Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:10:41.059+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:10:41.059+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:10:41.581+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:10:41.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-10-30T23:10:40.447140Z","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":"5dfe233e-1271-44e5-a3a4-38e130249489","timestamp":"2022-10-30T23:10:40.447147Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:10:42.595+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-10-30T23:10:40.492008Z","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":"9944a77b-3e0c-4ffe-94bd-531ab2877dda","timestamp":"2022-10-30T23:10:40.492031Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:10:43.575+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:10:43.575+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:10:44.285+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:10:44.307+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-10-30T23:10:42.206024Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"0e1d36f1-461d-4020-95e7-6782b35cf4dc","timestamp":"2022-10-30T23:10:42.206143Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:10:44.708+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:10:44.708+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:10:51.276+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:10:51.278+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-10-30T23:10:50.307680Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"62a4bd0d-4cdb-41fa-9ddb-d78baabc940b","timestamp":"2022-10-30T23:10:50.307798Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:10:51.578+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:10:51.578+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:11:03.062+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:11:03.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-10-30T23:11:02.316726Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"f6027ead-f947-4a0a-aadc-570aa5290cb6","timestamp":"2022-10-30T23:11:02.316837Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:11:03.592+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:11:03.592+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:11:18.554+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:11:18.555+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:11:18.555+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:11:33.514+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:11:33.514+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:11:33.514+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:11:48.476+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:11:48.477+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:11:48.477+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:12:03.458+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:12:03.458+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:12:03.458+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:12:18.451+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:12:18.451+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:12:18.451+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:12:33.450+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:12:33.450+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:12:33.450+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:12:40.128+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-10-30T23:12:40.578+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"c266193b-1825-46a5-a6d2-600d5905bc25","timestamp":"2022-10-30T23:12:40.578396Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:12:40.589+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"33da269c-e4f1-4d24-9526-c110bb6e8273","timestamp":"2022-10-30T23:12:40.589668Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:12:40.611+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 2 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 33 ms
[2022-10-30T23:12:40.611+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:12:40.625+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:12:40.626+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (15 ms):{"serverTimeMs":0,"count":2}
[2022-10-30T23:12:41.307+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:12:41.308+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"c266193b-1825-46a5-a6d2-600d5905bc25","timestamp":"2022-10-30T23:12:40.578396Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:12:41.308+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:12:41.308+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"33da269c-e4f1-4d24-9526-c110bb6e8273","timestamp":"2022-10-30T23:12:40.589668Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:12:41.308+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:12:41.308+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:12:41.309+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:12:41.331+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:12:41.332+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-10-30T23:12:41.233450Z","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":"21d06a8c-503e-44ff-ab71-24dabd3a0b96","timestamp":"2022-10-30T23:12:41.233477Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:12:41.597+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-10-30T23:12:41.235962Z","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":"8bb7cbd8-4b9f-4624-aead-0fc89db6ee65","timestamp":"2022-10-30T23:12:41.235981Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:12:41.624+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:12:41.624+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:12:41.650+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:12:41.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-10-30T23:12:41.008258Z","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":"0bad7a84-21dc-441d-9fcb-61bf91b1c9a2","timestamp":"2022-10-30T23:12:41.008270Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:12:41.685+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-10-30T23:12:41.009652Z","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":"3095e440-6f21-46e1-9553-d3c2770144a6","timestamp":"2022-10-30T23:12:41.009664Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:12:41.711+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:12:41.711+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:12:42.256+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:12:42.257+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-10-30T23:12:40.997545Z","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":"2c132a29-92e3-4ecf-a2c2-a49b4da1b2d5","timestamp":"2022-10-30T23:12:40.997561Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:12:42.289+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-10-30T23:12:40.998446Z","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":"2c55f25e-7cba-44fc-9d92-a71f76a28e24","timestamp":"2022-10-30T23:12:40.998457Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:12:42.312+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:12:42.312+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:12:43.154+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:12:43.155+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-10-30T23:12:42.207304Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"995b2b8b-1894-469a-b2cf-ebf9a605f56e","timestamp":"2022-10-30T23:12:42.207459Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:12:43.791+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:12:43.792+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:12:51.228+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:12:51.229+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-10-30T23:12:50.307740Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"b3215d06-674f-48ad-bc58-cf52aa4e9194","timestamp":"2022-10-30T23:12:50.307899Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:12:51.594+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:12:51.595+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:13:03.059+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:13:03.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-10-30T23:13:02.316728Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"6ebe7481-6d57-4868-a76a-f4afe988a4fd","timestamp":"2022-10-30T23:13:02.316822Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:13:03.598+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:13:03.599+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:13:18.566+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:13:18.568+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:13:18.568+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:13:33.559+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:13:33.560+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:13:33.561+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:13:48.554+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:13:48.555+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:13:48.555+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:14:03.521+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:14:03.522+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:14:03.522+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:14:18.494+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:14:18.494+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:14:18.495+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:14:33.455+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:14:33.455+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:14:33.455+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:14:40.128+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-10-30T23:14:40.602+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"c52ea992-e37e-4e4b-a292-91e84560d744","timestamp":"2022-10-30T23:14:40.601910Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:14:40.611+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 9 ms
[2022-10-30T23:14:40.612+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:14:40.622+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"4a647b75-9b61-4824-84e4-5fb60a940629","timestamp":"2022-10-30T23:14:40.622804Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:14:40.629+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:14:40.630+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
[2022-10-30T23:14:40.661+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 31 ms
[2022-10-30T23:14:40.661+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:14:40.673+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:14:40.674+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
[2022-10-30T23:14:40.820+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:14:40.820+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"c52ea992-e37e-4e4b-a292-91e84560d744","timestamp":"2022-10-30T23:14:40.601910Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:14:40.821+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:14:40.821+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"4a647b75-9b61-4824-84e4-5fb60a940629","timestamp":"2022-10-30T23:14:40.622804Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:14:40.821+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:14:40.821+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:14:40.821+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:14:40.872+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:14:40.872+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-10-30T23:14:40.490555Z","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":"6b9fe61f-d60e-4b24-87d7-5da0cc9c6dbd","timestamp":"2022-10-30T23:14:40.490572Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:14:40.931+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:14:40.931+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:14:40.951+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:14:40.951+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-10-30T23:14:40.726626Z","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":"00f1a74b-0857-43a0-8e99-6b64ba6022b6","timestamp":"2022-10-30T23:14:40.726645Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:14:40.987+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:14:40.987+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:14:41.011+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:14:41.012+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-10-30T23:14:40.490007Z","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":"05686d6a-415a-40e7-a998-7f99096a439a","timestamp":"2022-10-30T23:14:40.490044Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:14:41.047+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:14:41.047+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:14:41.572+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:14:41.573+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-10-30T23:14:40.547954Z","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":"47153d05-d707-4d77-9b73-f5833eae92a1","timestamp":"2022-10-30T23:14:40.547991Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:14:41.614+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-10-30T23:14:40.785433Z","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":"742f6825-6d0d-4d75-a7b4-86f2be5914d5","timestamp":"2022-10-30T23:14:40.785472Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:14:41.641+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-10-30T23:14:40.547874Z","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":"9d643ef5-1af8-4ea7-a844-034183ff4f62","timestamp":"2022-10-30T23:14:40.547908Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:14:41.666+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:14:41.667+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:14:43.162+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:14:43.162+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-10-30T23:14:42.206179Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"8fb2a5ab-3356-40aa-888e-4476132b47b3","timestamp":"2022-10-30T23:14:42.206313Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:14:43.619+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:14:43.619+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:14:51.235+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:14:51.236+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-10-30T23:14:50.307663Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"4557f4ea-0779-4a39-a20e-b7d00fb2899b","timestamp":"2022-10-30T23:14:50.307767Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:14:51.630+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:14:51.631+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:15:03.018+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:15:03.019+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-10-30T23:15:02.316758Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"7f323cc1-8c1d-4ce7-a4e8-10962755ca4c","timestamp":"2022-10-30T23:15:02.316894Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:15:03.650+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:15:03.650+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:15:18.634+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:15:18.634+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:15:18.634+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:15:33.613+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:15:33.613+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:15:33.613+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:15:48.580+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:15:48.580+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:15:48.581+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:16:03.582+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:16:03.583+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:16:03.583+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:16:18.557+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:16:18.558+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:16:18.558+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:16:33.546+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:16:33.548+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:16:33.548+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:16:40.128+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-10-30T23:16:40.633+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"c78cfbff-3c85-49b6-bf52-3f4ee51f666f","timestamp":"2022-10-30T23:16:40.632749Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:16:40.649+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"1184b3d0-a2a9-479b-97dd-a9586eb385ab","timestamp":"2022-10-30T23:16:40.648818Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:16:40.661+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 2 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 28 ms
[2022-10-30T23:16:40.664+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:16:40.679+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:16:40.680+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (19 ms):{"serverTimeMs":2,"count":2}
[2022-10-30T23:16:40.798+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:16:40.798+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"c78cfbff-3c85-49b6-bf52-3f4ee51f666f","timestamp":"2022-10-30T23:16:40.632749Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:16:40.799+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:16:40.799+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:16:40.799+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:16:41.318+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:16:41.319+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"1184b3d0-a2a9-479b-97dd-a9586eb385ab","timestamp":"2022-10-30T23:16:40.648818Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:16:41.319+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:16:41.319+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:16:41.319+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:16:41.517+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:16:41.518+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-10-30T23:16:41.340964Z","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":"fd99903b-93ca-4a50-9e49-b2ccfdd448c2","timestamp":"2022-10-30T23:16:41.340974Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:16:41.653+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-10-30T23:16:41.341841Z","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":"d9805c11-feab-4e33-972c-be781ea776c9","timestamp":"2022-10-30T23:16:41.341885Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:16:41.680+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:16:41.680+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:16:41.750+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:16:41.752+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-10-30T23:16:41.103039Z","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":"4b2cbcda-69ac-4d15-a060-d962d0c3b99e","timestamp":"2022-10-30T23:16:41.103049Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:16:41.785+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-10-30T23:16:41.103708Z","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":"568fd6c0-bcfe-45d3-961a-8ead0f137bc9","timestamp":"2022-10-30T23:16:41.103723Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:16:41.812+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:16:41.812+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:16:42.341+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:16:42.343+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-10-30T23:16:41.103220Z","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":"6d00ad74-c4e2-41af-bf0f-eed40e088ce4","timestamp":"2022-10-30T23:16:41.103231Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:16:42.375+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-10-30T23:16:41.104108Z","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":"9c06f874-16e1-4558-8041-b78b204902b9","timestamp":"2022-10-30T23:16:41.104126Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:16:42.401+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:16:42.401+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:16:43.150+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:16:43.151+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-10-30T23:16:42.205992Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"3d8d2c41-0634-4f63-8975-61684b935614","timestamp":"2022-10-30T23:16:42.206078Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:16:43.649+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:16:43.649+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:16:51.223+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:16:51.224+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-10-30T23:16:50.307999Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"83921078-99a3-47ac-8987-ce88d42b7844","timestamp":"2022-10-30T23:16:50.308103Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:16:51.651+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:16:51.652+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:17:03.018+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:17:03.019+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-10-30T23:17:02.316617Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"207e2583-4faa-4620-ada8-1e869513e8a8","timestamp":"2022-10-30T23:17:02.316707Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:17:03.654+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:17:03.654+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:17:18.695+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:17:18.695+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:17:18.696+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:17:33.727+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:17:33.728+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:17:33.728+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:17:48.702+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:17:48.703+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:17:48.703+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:18:03.661+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:18:03.661+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:18:03.662+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:18:18.617+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:18:18.618+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:18:18.618+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:18:33.571+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:18:33.572+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:18:33.572+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:18:40.129+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-10-30T23:18:40.655+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"ff3d07a1-30b4-4aa4-b61f-ab7e3900134e","timestamp":"2022-10-30T23:18:40.655046Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:18:40.661+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 6 ms
[2022-10-30T23:18:40.661+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:18:40.667+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"b592d4c3-a0fb-48ce-9e70-66daaca5079a","timestamp":"2022-10-30T23:18:40.667374Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:18:40.676+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:18:40.677+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
[2022-10-30T23:18:40.711+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 34 ms
[2022-10-30T23:18:40.711+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:18:40.724+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:18:40.724+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
[2022-10-30T23:18:40.801+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:18:40.801+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"ff3d07a1-30b4-4aa4-b61f-ab7e3900134e","timestamp":"2022-10-30T23:18:40.655046Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:18:40.801+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:18:40.802+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:18:40.802+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:18:40.862+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:18:40.863+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"b592d4c3-a0fb-48ce-9e70-66daaca5079a","timestamp":"2022-10-30T23:18:40.667374Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:18:40.863+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:18:40.863+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:18:40.863+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:18:40.908+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:18:40.908+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-10-30T23:18:40.764885Z","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":"3ef56ff0-8ddf-492e-87f6-4ecabf636bac","timestamp":"2022-10-30T23:18:40.764915Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:18:40.935+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:18:40.936+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:18:40.962+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:18:40.963+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-10-30T23:18:40.826801Z","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":"a75beda0-a74d-41a8-b1cf-8a5e99c6dac7","timestamp":"2022-10-30T23:18:40.826821Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:18:40.988+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:18:40.988+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:18:41.009+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:18:41.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-10-30T23:18:40.628976Z","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":"dae413dc-9969-4e46-8942-c335b16662f0","timestamp":"2022-10-30T23:18:40.629003Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:18:41.038+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:18:41.038+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:18:41.059+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:18:41.059+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-10-30T23:18:40.627319Z","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":"df8d271a-6807-4d8e-914e-d19f24e9fa45","timestamp":"2022-10-30T23:18:40.627352Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:18:41.088+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-10-30T23:18:40.651899Z","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":"3102493b-16a8-4e7d-a1f5-6e85f3f83e4f","timestamp":"2022-10-30T23:18:40.651912Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:18:41.114+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:18:41.114+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:18:41.638+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:18:41.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-10-30T23:18:40.657810Z","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":"7b299537-3155-4dea-bd1f-1f37486500aa","timestamp":"2022-10-30T23:18:40.657845Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:18:41.684+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:18:41.684+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:18:43.158+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:18:43.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-10-30T23:18:42.206228Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"f8140cba-30ba-4bd0-9b0e-e5a21778b42e","timestamp":"2022-10-30T23:18:42.206345Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:18:43.676+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:18:43.677+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:18:51.235+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:18:51.236+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-10-30T23:18:50.307691Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"b9530542-836e-4b6f-96ee-e73cf9cb3937","timestamp":"2022-10-30T23:18:50.307786Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:18:51.682+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:18:51.683+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:19:03.029+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:19:03.030+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-10-30T23:19:02.316645Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"7ccae5b2-7b3e-4528-8ac7-d4d51757e42e","timestamp":"2022-10-30T23:19:02.316735Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:19:03.679+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:19:03.680+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:19:18.637+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:19:18.638+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:19:18.638+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:19:33.606+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:19:33.607+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:19:33.607+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:19:48.568+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:19:48.569+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:19:48.569+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:20:03.569+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:20:03.570+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:20:03.570+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:20:18.533+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:20:18.534+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:20:18.534+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:20:33.513+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:20:33.514+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:20:33.514+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:20:40.128+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-10-30T23:20:40.685+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"f23df4e7-2173-4d65-956c-b802d88fe63f","timestamp":"2022-10-30T23:20:40.684936Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:20:40.701+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"e5bf0a2f-caf3-4778-b5c8-29aa729e9809","timestamp":"2022-10-30T23:20:40.700801Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:20:40.711+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 2 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 25 ms
[2022-10-30T23:20:40.711+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:20:40.728+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:20:40.728+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (17 ms):{"serverTimeMs":1,"count":2}
[2022-10-30T23:20:41.393+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:20:41.393+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"f23df4e7-2173-4d65-956c-b802d88fe63f","timestamp":"2022-10-30T23:20:40.684936Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:20:41.394+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:20:41.394+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"e5bf0a2f-caf3-4778-b5c8-29aa729e9809","timestamp":"2022-10-30T23:20:40.700801Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:20:41.394+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:20:41.394+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:20:41.394+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:20:41.517+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:20:41.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-10-30T23:20:41.071376Z","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":"cc736f1b-76c5-4de0-a838-0f38d66d10d2","timestamp":"2022-10-30T23:20:41.071383Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:20:41.703+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-10-30T23:20:41.072062Z","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":"c4817391-e971-4a65-964d-06cef8e4c1ef","timestamp":"2022-10-30T23:20:41.072091Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:20:41.724+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:20:41.724+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:20:41.766+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:20:41.767+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-10-30T23:20:41.359152Z","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":"1d73be39-9193-496e-9cfe-4befb259cee3","timestamp":"2022-10-30T23:20:41.359168Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:20:41.797+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-10-30T23:20:41.360410Z","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":"f39fabd3-8971-4b2c-8bfb-9374a34b359a","timestamp":"2022-10-30T23:20:41.360429Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:20:41.839+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:20:41.839+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:20:42.365+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:20:42.365+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-10-30T23:20:41.118146Z","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":"71cb3338-f2fe-471a-9855-0b7db99e5573","timestamp":"2022-10-30T23:20:41.118156Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:20:42.396+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-10-30T23:20:41.118929Z","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":"07e5bc41-e6ad-4887-bc94-31c96bf48d8c","timestamp":"2022-10-30T23:20:41.118940Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:20:42.416+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:20:42.416+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:20:43.159+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:20:43.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-10-30T23:20:42.206Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"ac4d23aa-1979-470e-a8e0-6f309e40e42a","timestamp":"2022-10-30T23:20:42.206099Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:20:43.701+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:20:43.701+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:20:51.226+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:20:51.227+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-10-30T23:20:50.307674Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"b0bcbd30-997d-4a5f-b9e2-0004e4fc438c","timestamp":"2022-10-30T23:20:50.307770Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:20:51.710+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:20:51.710+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:21:03.018+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:21:03.019+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-10-30T23:21:02.316748Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"67d321cb-cc0b-4629-b687-15dddbd6c686","timestamp":"2022-10-30T23:21:02.316914Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:21:03.732+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:21:03.732+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:21:18.701+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:21:18.701+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:21:18.701+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:21:33.676+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:21:33.677+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:21:33.677+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:21:48.640+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:21:48.640+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:21:48.640+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:22:03.614+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:22:03.614+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:22:03.614+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:22:18.674+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:22:18.675+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:22:18.675+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:22:33.745+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:22:33.746+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:22:33.746+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:22:40.128+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-10-30T23:22:40.710+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"c3fecbfe-e68a-4f9d-ab54-8e926e271917","timestamp":"2022-10-30T23:22:40.709714Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:22:40.711+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 1 ms
[2022-10-30T23:22:40.711+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:22:40.720+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"ff0a4530-46d4-4b55-8bba-5b2133a1c639","timestamp":"2022-10-30T23:22:40.720201Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:22:40.749+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:22:40.750+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
[2022-10-30T23:22:40.761+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 11 ms
[2022-10-30T23:22:40.763+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:22:40.882+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:22:40.883+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (121 ms):{"serverTimeMs":0,"count":1}
[2022-10-30T23:22:41.005+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:22:41.006+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"c3fecbfe-e68a-4f9d-ab54-8e926e271917","timestamp":"2022-10-30T23:22:40.709714Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:22:41.006+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:22:41.006+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:22:41.006+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:22:41.208+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:22:41.209+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"ff0a4530-46d4-4b55-8bba-5b2133a1c639","timestamp":"2022-10-30T23:22:40.720201Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:22:41.209+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:22:41.209+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:22:41.209+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:22:41.280+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:22:41.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-10-30T23:22:40.983207Z","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":"9d00a3f1-89b9-4450-a29e-e1c993891009","timestamp":"2022-10-30T23:22:40.983218Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:22:41.731+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:22:41.731+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:22:41.761+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:22:41.762+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-10-30T23:22:40.796163Z","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":"e69620a0-f0bc-4e17-ac8d-433c64419f87","timestamp":"2022-10-30T23:22:40.796182Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:22:41.790+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:22:41.790+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:22:41.836+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:22:41.837+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-10-30T23:22:40.911979Z","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":"866dfc5b-cf5c-4a88-bdc1-e7d4c351132c","timestamp":"2022-10-30T23:22:40.912001Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:22:41.929+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-10-30T23:22:41.169188Z","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":"ea0cae68-526f-40e5-a564-82c6b9576b8c","timestamp":"2022-10-30T23:22:41.169207Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:22:42.004+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:22:42.004+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:22:42.533+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:22:42.534+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-10-30T23:22:40.913949Z","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":"f4c1973d-0fcf-4bb7-a4e4-06742c35db16","timestamp":"2022-10-30T23:22:40.913970Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:22:42.730+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-10-30T23:22:40.915505Z","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":"ab481736-1efa-4f3e-88f4-f0bf9dfad918","timestamp":"2022-10-30T23:22:40.915531Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:22:42.756+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:22:42.756+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:22:43.383+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:22:43.384+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-10-30T23:22:42.206009Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"4e424592-7f5c-4dce-a84d-77eb1862cf9d","timestamp":"2022-10-30T23:22:42.206094Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:22:43.408+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:22:43.408+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:22:51.284+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:22:51.284+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-10-30T23:22:50.307679Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"f0a92891-cd8d-45f7-b1e0-9cc6ff869269","timestamp":"2022-10-30T23:22:50.307768Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:22:51.725+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:22:51.726+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:23:03.023+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:23:03.026+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-10-30T23:23:02.316658Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"54e90dd0-5d4b-4a29-b4d3-e8c8ab030240","timestamp":"2022-10-30T23:23:02.316762Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:23:03.762+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:23:03.762+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:23:18.734+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:23:18.735+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:23:18.735+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:23:33.728+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:23:33.729+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:23:33.729+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:23:48.759+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:23:48.761+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:23:48.761+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:24:03.896+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:24:03.897+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:24:03.897+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:24:18.963+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:24:18.964+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:24:18.965+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:24:34.023+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:24:34.023+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:24:34.024+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:24:40.128+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-10-30T23:24:40.739+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"843e2461-180a-48c0-8d41-643ffeabf347","timestamp":"2022-10-30T23:24:40.736822Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:24:40.762+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 23 ms
[2022-10-30T23:24:40.763+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:24:40.774+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"5c22143f-f723-4c2c-9f11-b76d533cd52b","timestamp":"2022-10-30T23:24:40.774244Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:24:40.824+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:24:40.825+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (63 ms):{"serverTimeMs":8,"count":1}
[2022-10-30T23:24:40.861+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 35 ms
[2022-10-30T23:24:40.862+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:24:40.973+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:24:40.974+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (113 ms):{"serverTimeMs":0,"count":1}
[2022-10-30T23:24:41.080+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:24:41.082+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"843e2461-180a-48c0-8d41-643ffeabf347","timestamp":"2022-10-30T23:24:40.736822Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:24:41.082+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:24:41.082+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:24:41.082+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:24:41.328+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:24:41.328+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"5c22143f-f723-4c2c-9f11-b76d533cd52b","timestamp":"2022-10-30T23:24:40.774244Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:24:41.328+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:24:41.328+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:24:41.329+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:24:41.513+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:24:41.514+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-10-30T23:24:40.805102Z","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":"ffc98b50-205c-400a-8e5d-20c1e7e1ba70","timestamp":"2022-10-30T23:24:40.805126Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:24:41.768+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:24:41.768+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:24:41.867+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:24:41.868+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-10-30T23:24:41.097836Z","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":"a4fe8783-b6bd-4a20-a68b-a0c9cb5dc6e3","timestamp":"2022-10-30T23:24:41.097987Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:24:41.903+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:24:41.904+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:24:42.023+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:24:42.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-10-30T23:24:40.807667Z","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":"d0790dba-caa7-4961-b6da-eb1633b43619","timestamp":"2022-10-30T23:24:40.807685Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:24:42.070+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:24:42.070+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:24:42.582+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:24:42.583+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-10-30T23:24:41.311882Z","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":"40de099f-9b77-4032-a783-1e9357ffbcfd","timestamp":"2022-10-30T23:24:41.311900Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:24:42.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-10-30T23:24:41.058265Z","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":"35248922-0444-4570-b46f-62b1e3285ff5","timestamp":"2022-10-30T23:24:41.058290Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:24:42.804+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-10-30T23:24:41.074993Z","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":"5a40567e-0e37-4aba-820a-8d216dca76ce","timestamp":"2022-10-30T23:24:41.084608Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:24:42.854+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:24:42.854+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:24:43.380+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:24:43.380+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-10-30T23:24:42.206051Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"569f4286-895d-4cf5-adc4-d7f6d5a22ba5","timestamp":"2022-10-30T23:24:42.206150Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:24:43.409+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:24:43.409+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:24:51.336+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:24:51.337+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-10-30T23:24:50.307696Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"50803224-05d1-4568-9de2-7caa46c9b363","timestamp":"2022-10-30T23:24:50.307771Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:24:51.767+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:24:51.768+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:25:03.044+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:25:03.045+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-10-30T23:25:02.325963Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"659e78c6-8b48-425d-a53f-c4f7aa51c19e","timestamp":"2022-10-30T23:25:02.326103Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:25:03.752+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:25:03.755+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:25:18.772+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:25:18.773+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:25:18.773+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:25:33.748+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:25:33.749+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:25:33.750+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:25:48.734+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:25:48.736+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:25:48.736+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:26:03.735+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:26:03.737+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:26:03.738+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:26:18.763+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:26:18.763+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:26:18.764+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:26:33.753+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:26:33.754+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:26:33.754+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:26:40.128+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-10-30T23:26:40.758+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"9c6be611-df7e-49a2-b7fe-97d19ad94bee","timestamp":"2022-10-30T23:26:40.756638Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:26:40.761+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 3 ms
[2022-10-30T23:26:40.761+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:26:40.775+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"33c4c2d6-edd5-49c6-aa9b-3a391971cb60","timestamp":"2022-10-30T23:26:40.775738Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:26:40.778+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:26:40.778+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
[2022-10-30T23:26:40.811+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 32 ms
[2022-10-30T23:26:40.811+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:26:40.823+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:26:40.824+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
[2022-10-30T23:26:40.899+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:26:40.900+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"9c6be611-df7e-49a2-b7fe-97d19ad94bee","timestamp":"2022-10-30T23:26:40.756638Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:26:40.900+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:26:40.901+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:26:40.901+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:26:40.964+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:26:40.965+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"33c4c2d6-edd5-49c6-aa9b-3a391971cb60","timestamp":"2022-10-30T23:26:40.775738Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:26:40.965+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:26:40.965+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:26:40.966+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:26:41.011+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:26:41.012+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-10-30T23:26:40.613242Z","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":"055c6211-e0c9-4a98-89c7-814bf09a4f94","timestamp":"2022-10-30T23:26:40.613259Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:26:41.040+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:26:41.040+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:26:41.082+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:26:41.083+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-10-30T23:26:40.679867Z","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":"dc63e3e0-c258-40ba-89d1-427416db6f33","timestamp":"2022-10-30T23:26:40.679884Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:26:41.108+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:26:41.108+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:26:41.132+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:26:41.132+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-10-30T23:26:40.709724Z","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":"bd6a52ef-6892-43d0-ba4e-e6b06a91b911","timestamp":"2022-10-30T23:26:40.709738Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:26:41.762+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:26:41.762+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:26:41.788+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:26:41.788+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-10-30T23:26:40.957770Z","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":"289f6390-c10e-4238-9cbf-89220f5545a1","timestamp":"2022-10-30T23:26:40.957782Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:26:41.814+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-10-30T23:26:40.980610Z","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":"da11799e-b4d4-4c7d-b1b9-e7eaa2b05544","timestamp":"2022-10-30T23:26:40.980636Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:26:41.846+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:26:41.846+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:26:42.374+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:26:42.375+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-10-30T23:26:40.730997Z","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":"56390201-68a9-4d89-bd83-55aa5dd5f582","timestamp":"2022-10-30T23:26:40.731011Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:26:42.777+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:26:42.777+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:26:43.402+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:26:43.403+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-10-30T23:26:42.205995Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"54b20522-ebf8-4497-a630-cd81d4441c25","timestamp":"2022-10-30T23:26:42.206133Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:26:43.773+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:26:43.774+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:26:51.271+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:26:51.271+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-10-30T23:26:50.307703Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"25d51e90-3c49-4fd1-aeda-4c9b340587da","timestamp":"2022-10-30T23:26:50.307803Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:26:51.775+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:26:51.775+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:27:03.026+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:27:03.026+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-10-30T23:27:02.316702Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"9e1fece1-6aee-4181-87a5-46188f8dd71f","timestamp":"2022-10-30T23:27:02.316782Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:27:03.775+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:27:03.775+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:27:18.752+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:27:18.752+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:27:18.753+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:27:33.720+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:27:33.720+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:27:33.720+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:27:48.671+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:27:48.671+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:27:48.671+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:28:03.674+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:28:03.674+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:28:03.674+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:28:18.635+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:28:18.635+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:28:18.635+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:28:33.591+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:28:33.591+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:28:33.592+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:28:40.128+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-10-30T23:28:40.773+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"8c95f09b-e60e-4f02-8e6a-a67b7a089d31","timestamp":"2022-10-30T23:28:40.773002Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:28:40.783+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"c0f08c2a-b452-4769-910d-73019f04e235","timestamp":"2022-10-30T23:28:40.783162Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:28:40.811+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 2 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 38 ms
[2022-10-30T23:28:40.811+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:28:40.825+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:28:40.826+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (15 ms):{"serverTimeMs":0,"count":2}
[2022-10-30T23:28:41.447+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:28:41.447+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"8c95f09b-e60e-4f02-8e6a-a67b7a089d31","timestamp":"2022-10-30T23:28:40.773002Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:28:41.447+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:28:41.447+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"c0f08c2a-b452-4769-910d-73019f04e235","timestamp":"2022-10-30T23:28:40.783162Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:28:41.447+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:28:41.448+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:28:41.448+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:28:41.583+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:28:41.584+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-10-30T23:28:41.158130Z","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":"61c9ee7f-f1e4-46fd-ac90-81b429c657df","timestamp":"2022-10-30T23:28:41.158146Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:28:41.792+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-10-30T23:28:41.159123Z","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":"ebe24075-d9ff-48fc-b0c0-7b6692fcca84","timestamp":"2022-10-30T23:28:41.159137Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:28:41.823+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:28:41.823+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:28:41.854+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:28:41.855+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-10-30T23:28:41.155486Z","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":"32f63e9a-f3c7-40e7-8ce4-0ec8113df16a","timestamp":"2022-10-30T23:28:41.155498Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:28:41.885+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-10-30T23:28:41.156166Z","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":"84045cc7-d26b-44e6-8d01-0fa99e6f7bc9","timestamp":"2022-10-30T23:28:41.156182Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:28:41.907+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:28:41.907+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:28:42.433+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:28:42.434+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-10-30T23:28:41.402876Z","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":"b61a511b-837d-47e1-9ba4-393cc94d46a0","timestamp":"2022-10-30T23:28:41.402887Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:28:42.458+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-10-30T23:28:41.404030Z","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":"61967bb3-b948-470c-921c-9aa5438006d0","timestamp":"2022-10-30T23:28:41.404051Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:28:42.478+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:28:42.478+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:28:43.171+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:28:43.171+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-10-30T23:28:42.205981Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"2ec18cee-d21a-4b40-8f4c-e608579720bb","timestamp":"2022-10-30T23:28:42.206085Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:28:43.786+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:28:43.786+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:28:51.254+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:28:51.255+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-10-30T23:28:50.307854Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"a3b9d857-dd97-4c1a-a28f-2c9b084e347a","timestamp":"2022-10-30T23:28:50.308085Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:28:51.787+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:28:51.787+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:29:03.029+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:29:03.031+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-10-30T23:29:02.316642Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"02b6435b-2c20-4797-a9c5-248de799ffb2","timestamp":"2022-10-30T23:29:02.316832Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:29:03.788+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:29:03.789+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:29:18.745+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:29:18.746+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:29:18.746+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:29:33.711+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:29:33.711+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:29:33.711+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:29:48.673+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:29:48.673+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:29:48.673+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:30:03.636+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:30:03.636+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:30:03.636+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:30:18.596+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:30:18.596+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:30:18.596+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:30:33.570+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:30:33.570+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:30:33.570+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:30:40.128+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-10-30T23:30:40.792+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"66f099ea-7142-45e4-8b92-fafa70a959d7","timestamp":"2022-10-30T23:30:40.792406Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:30:40.803+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"fa5a366e-18a8-465c-b176-bd1f26dfce5e","timestamp":"2022-10-30T23:30:40.803373Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:30:40.811+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 2 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 19 ms
[2022-10-30T23:30:40.811+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:30:40.830+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:30:40.830+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (19 ms):{"serverTimeMs":0,"count":2}
[2022-10-30T23:30:41.449+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:30:41.450+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"66f099ea-7142-45e4-8b92-fafa70a959d7","timestamp":"2022-10-30T23:30:40.792406Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:30:41.450+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:30:41.450+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"fa5a366e-18a8-465c-b176-bd1f26dfce5e","timestamp":"2022-10-30T23:30:40.803373Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:30:41.450+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:30:41.450+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:30:41.451+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:30:41.586+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:30:41.587+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-10-30T23:30:41.157597Z","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":"260d0ddc-a540-445d-b149-10376adbf312","timestamp":"2022-10-30T23:30:41.157606Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:30:41.811+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-10-30T23:30:41.158220Z","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":"30810996-d388-4e2c-9d9e-92da3026a487","timestamp":"2022-10-30T23:30:41.158229Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:30:41.831+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:30:41.831+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:30:41.857+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:30:41.858+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-10-30T23:30:41.158420Z","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":"0ddb3bab-9104-47b2-bd7e-fe2ae4fe30a5","timestamp":"2022-10-30T23:30:41.158439Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:30:41.881+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-10-30T23:30:41.159154Z","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":"a4a61f16-814c-4aa7-acb5-5844eb898d44","timestamp":"2022-10-30T23:30:41.159165Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:30:41.901+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:30:41.901+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:30:42.424+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:30:42.425+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-10-30T23:30:41.411146Z","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":"63a2585e-8e96-4e61-b4af-84ebd8bb830a","timestamp":"2022-10-30T23:30:41.411164Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:30:42.459+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-10-30T23:30:41.412120Z","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":"62e08b73-5b67-42c3-8c54-dc490c737a5f","timestamp":"2022-10-30T23:30:41.412140Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:30:42.482+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:30:42.483+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:30:43.172+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:30:43.173+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-10-30T23:30:42.206076Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"6f47def4-fcca-4e98-8515-72cf73dd5ca5","timestamp":"2022-10-30T23:30:42.206157Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:30:43.808+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:30:43.808+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:30:51.241+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:30:51.242+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-10-30T23:30:50.307655Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"526ee9f8-d3e8-44aa-846d-5cec82f963bb","timestamp":"2022-10-30T23:30:50.307739Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:30:51.812+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:30:51.813+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:31:03.031+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:31:03.032+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-10-30T23:31:02.316786Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"156c9e10-55ba-4950-90d2-f87b3c19c0ec","timestamp":"2022-10-30T23:31:02.317076Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:31:03.814+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:31:03.814+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:31:18.776+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:31:18.777+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:31:18.778+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:31:33.762+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:31:33.763+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:31:33.763+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:31:48.744+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:31:48.745+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:31:48.745+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:32:03.704+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:32:03.705+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:32:03.705+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:32:18.669+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:32:18.670+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:32:18.670+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:32:33.656+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:32:33.656+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:32:33.657+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:32:40.128+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-10-30T23:32:40.815+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"f0625052-cd11-42ce-a7d7-7ecf46209e81","timestamp":"2022-10-30T23:32:40.814581Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:32:40.827+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"bd1f8121-a913-4a32-8abb-1580012abe1f","timestamp":"2022-10-30T23:32:40.827253Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:32:40.861+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 2 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 46 ms
[2022-10-30T23:32:40.861+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:32:40.878+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:32:40.878+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (17 ms):{"serverTimeMs":0,"count":2}
[2022-10-30T23:32:41.517+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:32:41.517+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"f0625052-cd11-42ce-a7d7-7ecf46209e81","timestamp":"2022-10-30T23:32:40.814581Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:32:41.518+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:32:41.518+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"bd1f8121-a913-4a32-8abb-1580012abe1f","timestamp":"2022-10-30T23:32:40.827253Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:32:41.518+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:32:41.518+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:32:41.518+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:32:41.647+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:32:41.648+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-10-30T23:32:41.203040Z","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":"fa1b2942-b78b-4a91-9ddd-3e522b344d11","timestamp":"2022-10-30T23:32:41.203051Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:32:41.858+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-10-30T23:32:41.203623Z","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":"960a0b70-32a9-425e-a546-38ebb454b493","timestamp":"2022-10-30T23:32:41.203634Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:32:41.880+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:32:41.881+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:32:42.407+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:32:42.409+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-10-30T23:32:41.458527Z","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":"53e949bf-050c-47be-907d-678a49244821","timestamp":"2022-10-30T23:32:41.458545Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:32:42.439+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-10-30T23:32:41.205637Z","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":"b4faf874-ff85-4445-8d13-143820572eba","timestamp":"2022-10-30T23:32:41.205645Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:32:42.471+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-10-30T23:32:41.206201Z","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":"fb572c36-37eb-4a25-9baf-4585d1a9eea0","timestamp":"2022-10-30T23:32:41.206214Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:32:42.499+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-10-30T23:32:41.460260Z","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":"01bed9a0-1a96-402c-80d3-495fe632a147","timestamp":"2022-10-30T23:32:41.460276Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:32:42.534+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:32:42.534+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:32:43.176+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:32:43.176+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-10-30T23:32:42.205963Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"66a0c780-5b23-4cb3-8887-dd0d7dccde15","timestamp":"2022-10-30T23:32:42.206048Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:32:43.844+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:32:43.844+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:32:51.249+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:32:51.249+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-10-30T23:32:50.307697Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"eb274c9b-c699-42f4-943f-4d9e83cc8547","timestamp":"2022-10-30T23:32:50.307783Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:32:51.831+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:32:51.832+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:33:03.033+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:33:03.033+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-10-30T23:33:02.316634Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"f535e0ea-6223-40c0-b102-3b18219c8f4a","timestamp":"2022-10-30T23:33:02.316734Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:33:03.837+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:33:03.838+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:33:18.815+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:33:18.816+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:33:18.816+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:33:33.780+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:33:33.780+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:33:33.781+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:33:48.741+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:33:48.742+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:33:48.742+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:34:03.727+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:34:03.728+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:34:03.728+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:34:18.684+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:34:18.685+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:34:18.685+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:34:33.652+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:34:33.652+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:34:33.652+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:34:40.128+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-10-30T23:34:40.834+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"ce266245-fbe9-48df-9603-3c5929c5cab3","timestamp":"2022-10-30T23:34:40.834652Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:34:40.844+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"7bb5aca9-c498-40f6-8799-90b3f661277c","timestamp":"2022-10-30T23:34:40.844448Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:34:40.861+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 2 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 27 ms
[2022-10-30T23:34:40.861+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:34:40.876+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:34:40.876+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (15 ms):{"serverTimeMs":0,"count":2}
[2022-10-30T23:34:41.523+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:34:41.523+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"ce266245-fbe9-48df-9603-3c5929c5cab3","timestamp":"2022-10-30T23:34:40.834652Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:34:41.524+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:34:41.524+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"7bb5aca9-c498-40f6-8799-90b3f661277c","timestamp":"2022-10-30T23:34:40.844448Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:34:41.524+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:34:41.524+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:34:41.524+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:34:41.647+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:34:41.647+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-10-30T23:34:41.198797Z","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":"7ff876c9-8186-4c47-803c-eebab1d65524","timestamp":"2022-10-30T23:34:41.198810Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:34:41.851+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-10-30T23:34:41.199371Z","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":"223de025-cead-4f67-bc1f-9df8c9c7a731","timestamp":"2022-10-30T23:34:41.199389Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:34:41.871+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:34:41.871+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:34:41.894+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:34:41.894+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-10-30T23:34:41.448239Z","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":"b1c80e1b-dcef-41df-9cec-2c72013a29fa","timestamp":"2022-10-30T23:34:41.448251Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:34:41.920+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-10-30T23:34:41.448984Z","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":"04b524e8-d4e6-49d4-984e-90572caa0f36","timestamp":"2022-10-30T23:34:41.448999Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:34:41.938+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:34:41.938+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:34:42.468+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:34:42.468+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-10-30T23:34:41.198999Z","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":"e782a2a7-0fe2-4d12-8b98-93524e5fc836","timestamp":"2022-10-30T23:34:41.199006Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:34:42.497+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-10-30T23:34:41.199449Z","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":"58598adf-0ed4-484d-8ddf-2c2660dc26fe","timestamp":"2022-10-30T23:34:41.199457Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:34:42.527+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:34:42.531+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:34:43.178+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:34:43.179+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-10-30T23:34:42.205987Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"45851d50-59e1-4e20-ae16-9193e565ea6a","timestamp":"2022-10-30T23:34:42.206079Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:34:43.857+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:34:43.858+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:34:51.285+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:34:51.286+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-10-30T23:34:50.307700Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"b4f24a1f-955f-49a9-b8cc-5c020fd86810","timestamp":"2022-10-30T23:34:50.307815Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:34:51.855+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:34:51.855+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:35:03.033+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:35:03.034+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-10-30T23:35:02.316687Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"d635f8a0-469d-4f9f-8fd0-b87d51609b59","timestamp":"2022-10-30T23:35:02.316828Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:35:03.856+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:35:03.856+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:35:18.825+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:35:18.826+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:35:18.826+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:35:33.798+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:35:33.799+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:35:33.799+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:35:48.818+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:35:48.819+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:35:48.819+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:36:03.779+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:36:03.780+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:36:03.780+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:36:18.729+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:36:18.730+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:36:18.730+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:36:33.706+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:36:33.707+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:36:33.707+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:36:40.128+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-10-30T23:36:40.856+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"0093a8c0-f8e7-4a28-b2a2-9c4ec35032c1","timestamp":"2022-10-30T23:36:40.856140Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:36:40.861+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 5 ms
[2022-10-30T23:36:40.861+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:36:40.865+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"f24f9144-cebd-4085-af6e-6463d138f79d","timestamp":"2022-10-30T23:36:40.865696Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:36:40.877+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:36:40.877+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
[2022-10-30T23:36:40.911+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 34 ms
[2022-10-30T23:36:40.911+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:36:40.925+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:36:40.926+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
[2022-10-30T23:36:41.046+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:36:41.046+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"0093a8c0-f8e7-4a28-b2a2-9c4ec35032c1","timestamp":"2022-10-30T23:36:40.856140Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:36:41.046+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:36:41.047+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"f24f9144-cebd-4085-af6e-6463d138f79d","timestamp":"2022-10-30T23:36:40.865696Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:36:41.047+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:36:41.047+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:36:41.047+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:36:41.065+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:36:41.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-10-30T23:36:40.945566Z","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":"d8cfee1e-b403-44aa-9d42-f0d9d2e4e922","timestamp":"2022-10-30T23:36:40.945584Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:36:41.090+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:36:41.090+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:36:41.125+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:36:41.126+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-10-30T23:36:40.695692Z","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":"f32015c7-7a6d-49a6-8920-e37848a9938f","timestamp":"2022-10-30T23:36:40.695707Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:36:41.874+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:36:41.875+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:36:41.896+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:36:41.897+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-10-30T23:36:40.978606Z","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":"3c02545b-4c98-47ab-bd76-45a0fac4f5bd","timestamp":"2022-10-30T23:36:40.978624Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:36:41.920+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:36:41.920+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:36:42.445+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:36:42.446+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-10-30T23:36:40.700046Z","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":"87507ce4-19b8-4a5e-bc36-dd9b94ff302c","timestamp":"2022-10-30T23:36:40.700066Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:36:42.876+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-10-30T23:36:40.727316Z","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":"96612ca6-9003-495a-bda2-be2776f3f150","timestamp":"2022-10-30T23:36:40.727355Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:36:42.907+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-10-30T23:36:40.729928Z","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":"2c9281aa-1f10-4089-b93b-1146652142e9","timestamp":"2022-10-30T23:36:40.729949Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:36:42.937+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:36:42.938+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:36:43.565+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:36:43.565+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-10-30T23:36:42.206211Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"b0b0ec17-fe67-40d8-a905-0141b77a8681","timestamp":"2022-10-30T23:36:42.206328Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:36:43.873+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:36:43.873+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:36:51.248+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:36:51.248+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-10-30T23:36:50.307715Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"121b5573-a8ed-4891-9bce-891b881ea23b","timestamp":"2022-10-30T23:36:50.307794Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:36:51.873+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:36:51.874+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:37:03.034+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:37:03.034+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-10-30T23:37:02.316638Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"cd29ebc5-cbe3-4d41-ac3f-911bc16346ea","timestamp":"2022-10-30T23:37:02.316744Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:37:03.883+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:37:03.883+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:37:18.845+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:37:18.847+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:37:18.847+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:37:33.839+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:37:33.840+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:37:33.840+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:37:48.801+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:37:48.802+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:37:48.802+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:38:03.774+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:38:03.775+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:38:03.775+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:38:18.753+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:38:18.753+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:38:18.754+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:38:33.732+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:38:33.732+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:38:33.733+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:38:40.132+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-10-30T23:38:40.881+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"6f89cf85-63ff-4619-8e88-b4449871c53e","timestamp":"2022-10-30T23:38:40.880209Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:38:40.894+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"4477e849-b477-4ea1-bffa-891e23bc7637","timestamp":"2022-10-30T23:38:40.894471Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:38:40.911+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 2 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 30 ms
[2022-10-30T23:38:40.911+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:38:40.926+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:38:40.927+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (16 ms):{"serverTimeMs":1,"count":2}
[2022-10-30T23:38:41.589+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:38:41.589+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"6f89cf85-63ff-4619-8e88-b4449871c53e","timestamp":"2022-10-30T23:38:40.880209Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:38:41.590+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:38:41.590+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"4477e849-b477-4ea1-bffa-891e23bc7637","timestamp":"2022-10-30T23:38:40.894471Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:38:41.590+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:38:41.590+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:38:41.590+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:38:41.716+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:38:41.716+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-10-30T23:38:41.242173Z","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":"195cc125-41b1-4845-9afd-695be630d9b0","timestamp":"2022-10-30T23:38:41.242200Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:38:41.897+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-10-30T23:38:41.242877Z","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":"c390df67-d8c2-4407-aba9-1d16d3f78c70","timestamp":"2022-10-30T23:38:41.242887Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:38:41.920+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:38:41.920+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:38:41.940+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:38:41.941+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-10-30T23:38:41.250478Z","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":"a03511ee-425d-425e-881a-3ee236e76563","timestamp":"2022-10-30T23:38:41.250486Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:38:41.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-10-30T23:38:41.251099Z","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":"84d40fce-127a-4b0b-ab2a-22176a757455","timestamp":"2022-10-30T23:38:41.251108Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:38:41.987+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:38:41.987+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:38:42.510+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:38:42.510+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-10-30T23:38:41.496940Z","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":"b6da58b7-7750-4b62-830b-73d82dab6b82","timestamp":"2022-10-30T23:38:41.496957Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:38:42.537+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-10-30T23:38:41.497622Z","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":"eed91e6e-8cbc-4f0d-9f10-3363f7229182","timestamp":"2022-10-30T23:38:41.497637Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:38:42.559+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:38:42.559+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:38:43.183+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:38:43.184+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-10-30T23:38:42.206020Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"473aed81-1ba4-4b79-93b5-4a3bfcdf4d44","timestamp":"2022-10-30T23:38:42.206138Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:38:43.902+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:38:43.902+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:38:51.254+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:38:51.254+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-10-30T23:38:50.307759Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"d121fc28-8645-4b4a-8031-a5908e4dc44d","timestamp":"2022-10-30T23:38:50.308016Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:38:51.894+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:38:51.894+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:39:03.038+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:39:03.039+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-10-30T23:39:02.316770Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"728c18cc-b4c9-477e-95e5-d3e3f30d551f","timestamp":"2022-10-30T23:39:02.317146Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:39:03.901+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:39:03.901+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:39:18.902+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:39:18.902+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:39:18.902+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:39:33.857+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:39:33.857+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:39:33.858+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:39:48.831+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:39:48.832+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:39:48.832+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:40:03.786+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:40:03.787+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:40:03.787+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:40:18.744+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:40:18.745+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:40:18.745+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:40:33.719+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:40:33.720+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:40:33.720+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:40:40.128+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-10-30T23:40:40.908+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"e8e40b11-9f11-43d7-8ada-390aedebebe8","timestamp":"2022-10-30T23:40:40.908Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:40:40.911+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 3 ms
[2022-10-30T23:40:40.911+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:40:40.920+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"ed4aa56a-d744-47b1-8d7e-d5d83c00e812","timestamp":"2022-10-30T23:40:40.920084Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:40:40.926+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:40:40.927+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
[2022-10-30T23:40:40.961+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 34 ms
[2022-10-30T23:40:40.961+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:40:40.975+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:40:40.975+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
[2022-10-30T23:40:41.067+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:40:41.067+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"e8e40b11-9f11-43d7-8ada-390aedebebe8","timestamp":"2022-10-30T23:40:40.908Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:40:41.067+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:40:41.067+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:40:41.068+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:40:41.086+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:40:41.086+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"ed4aa56a-d744-47b1-8d7e-d5d83c00e812","timestamp":"2022-10-30T23:40:40.920084Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:40:41.086+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:40:41.086+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:40:41.086+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:40:41.106+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:40:41.107+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-10-30T23:40:40.742090Z","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":"84d48720-3e5a-4bb1-916f-ae71837d8068","timestamp":"2022-10-30T23:40:40.742101Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:40:41.910+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:40:41.910+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:40:41.940+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:40:41.940+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-10-30T23:40:40.741727Z","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":"167c7028-b120-4e6a-9618-f0fd52bf7084","timestamp":"2022-10-30T23:40:40.741735Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:40:41.986+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:40:41.987+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:40:42.008+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:40:42.009+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-10-30T23:40:40.996855Z","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":"28a76130-9d09-4bdc-a234-360acda71ac3","timestamp":"2022-10-30T23:40:40.996867Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:40:42.042+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-10-30T23:40:41.030678Z","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":"0a11efac-0bd7-48b7-b971-18b6e3e8e1d6","timestamp":"2022-10-30T23:40:41.030706Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:40:42.076+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:40:42.076+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:40:42.622+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:40:42.623+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-10-30T23:40:40.776158Z","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":"18e71c12-73f8-4fc2-bafc-ee3e89e34390","timestamp":"2022-10-30T23:40:40.776176Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:40:42.935+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-10-30T23:40:40.777665Z","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":"b1a7b4a2-153d-46c2-ad15-511d843f5785","timestamp":"2022-10-30T23:40:40.777687Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:40:42.974+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:40:42.974+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:40:43.606+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:40:43.606+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-10-30T23:40:42.206001Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"51de6744-6646-4f55-9ed0-11c323d67186","timestamp":"2022-10-30T23:40:42.206093Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:40:43.642+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:40:43.644+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:40:51.258+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:40:51.259+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-10-30T23:40:50.307655Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"ea57821f-b1f6-4bf8-bf46-89612ef20f6a","timestamp":"2022-10-30T23:40:50.307739Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:40:51.927+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:40:51.927+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:41:03.042+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:41:03.042+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-10-30T23:41:02.316685Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"fc0a9163-2e6d-48a9-8fb5-92ebfd78008b","timestamp":"2022-10-30T23:41:02.316792Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:41:03.954+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:41:03.954+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:41:18.941+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:41:18.941+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:41:18.941+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:41:33.898+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:41:33.898+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:41:33.898+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:41:48.848+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:41:48.849+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:41:48.849+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:42:03.801+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:42:03.801+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:42:03.802+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:42:18.767+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:42:18.767+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:42:18.768+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:42:33.739+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:42:33.740+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:42:33.740+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:42:40.128+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-10-30T23:42:40.928+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"3478ad44-85af-44ed-a372-af1a7ac0f641","timestamp":"2022-10-30T23:42:40.928206Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:42:40.938+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"2fd28ab3-20a3-4fa6-b423-da87a546e1d2","timestamp":"2022-10-30T23:42:40.938086Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:42:40.961+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 2 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 33 ms
[2022-10-30T23:42:40.961+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:42:40.977+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:42:40.977+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (16 ms):{"serverTimeMs":1,"count":2}
[2022-10-30T23:42:41.604+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:42:41.604+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"3478ad44-85af-44ed-a372-af1a7ac0f641","timestamp":"2022-10-30T23:42:40.928206Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:42:41.604+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:42:41.604+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"2fd28ab3-20a3-4fa6-b423-da87a546e1d2","timestamp":"2022-10-30T23:42:40.938086Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:42:41.604+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:42:41.604+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:42:41.605+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:42:41.755+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:42:41.756+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-10-30T23:42:41.288903Z","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":"671e5cf9-4e1c-4851-9bb8-bbb2376f74fc","timestamp":"2022-10-30T23:42:41.288925Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:42:41.951+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-10-30T23:42:41.290132Z","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":"e66277ce-471e-4345-8d9a-0d268a412862","timestamp":"2022-10-30T23:42:41.290143Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:42:41.975+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:42:41.975+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:42:41.999+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:42:42.000+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-10-30T23:42:41.290209Z","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":"e4f67cd5-8242-493a-88b2-2af24120f557","timestamp":"2022-10-30T23:42:41.290235Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:42:42.029+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-10-30T23:42:41.292178Z","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":"07711d02-7501-4f0a-a889-e00b9be80001","timestamp":"2022-10-30T23:42:41.292205Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:42:42.057+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:42:42.057+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:42:42.601+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:42:42.602+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-10-30T23:42:41.549743Z","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":"315d6412-e2a0-49d9-abf0-e2a8bbbf8491","timestamp":"2022-10-30T23:42:41.549760Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:42:42.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-10-30T23:42:41.550795Z","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":"ef8e4419-8341-44e0-9045-3c7c6399225a","timestamp":"2022-10-30T23:42:41.550815Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:42:42.676+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:42:42.677+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:42:43.303+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:42:43.304+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-10-30T23:42:42.206135Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"cd9879ac-a1ff-42d2-8445-32d8d852d4b7","timestamp":"2022-10-30T23:42:42.206219Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:42:43.961+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:42:43.962+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:42:51.265+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:42:51.266+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-10-30T23:42:50.307781Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"1784c47d-0152-4210-b8e7-64075411dda9","timestamp":"2022-10-30T23:42:50.307923Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:42:51.946+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:42:51.946+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:43:03.049+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:43:03.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-10-30T23:43:02.316731Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"d755dbac-6659-4e4d-90b0-3593ae65709b","timestamp":"2022-10-30T23:43:02.316839Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:43:03.967+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:43:03.967+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:43:18.949+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:43:18.949+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:43:18.949+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:43:33.916+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:43:33.916+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:43:33.916+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:43:48.903+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:43:48.904+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:43:48.904+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:44:03.869+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:44:03.870+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:44:03.870+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:44:18.843+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:44:18.844+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:44:18.845+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:44:33.809+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:44:33.810+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:44:33.810+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:44:40.128+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-10-30T23:44:40.955+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"5363e5f4-ffb5-4ed0-b334-18bb36de02f4","timestamp":"2022-10-30T23:44:40.954354Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:44:40.961+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 6 ms
[2022-10-30T23:44:40.961+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:44:40.972+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"1def401c-b7be-4361-88a9-dac919217f7b","timestamp":"2022-10-30T23:44:40.972260Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:44:40.994+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:44:40.995+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
[2022-10-30T23:44:41.011+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 16 ms
[2022-10-30T23:44:41.012+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:44:41.024+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:44:41.024+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
[2022-10-30T23:44:41.162+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:44:41.163+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"5363e5f4-ffb5-4ed0-b334-18bb36de02f4","timestamp":"2022-10-30T23:44:40.954354Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:44:41.164+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:44:41.164+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"1def401c-b7be-4361-88a9-dac919217f7b","timestamp":"2022-10-30T23:44:40.972260Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:44:41.164+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:44:41.164+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:44:41.164+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:44:41.189+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:44:41.189+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-10-30T23:44:40.806688Z","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":"9a67139e-67e8-4f2e-988e-b77dd72e49e1","timestamp":"2022-10-30T23:44:40.806706Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:44:41.971+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:44:41.971+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:44:41.994+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:44:41.995+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-10-30T23:44:41.063491Z","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":"47c3ecf8-5fd7-4301-81cb-c6efbecf1117","timestamp":"2022-10-30T23:44:41.063502Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:44:42.021+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:44:42.021+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:44:42.055+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:44:42.056+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-10-30T23:44:40.810957Z","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":"3e207e85-5e19-46b8-8e77-161d122cbe7c","timestamp":"2022-10-30T23:44:40.810980Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:44:42.084+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:44:42.084+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:44:42.590+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:44:42.591+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-10-30T23:44:40.849856Z","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":"0d1d59cf-dd04-4080-b8f8-92378941ff9e","timestamp":"2022-10-30T23:44:40.849878Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:44:42.975+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-10-30T23:44:41.105569Z","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":"7e1aba92-0365-4476-9c53-a7f5a358f9ab","timestamp":"2022-10-30T23:44:41.105590Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:44:43.006+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-10-30T23:44:40.852551Z","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":"eb7dd65e-5151-4c51-b8b2-d3c7bb4e7c0d","timestamp":"2022-10-30T23:44:40.852569Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:44:43.028+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:44:43.028+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:44:43.577+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:44:43.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-10-30T23:44:42.206061Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"9a0bb6af-4fc5-464d-86fb-ed719e945f90","timestamp":"2022-10-30T23:44:42.206142Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:44:43.600+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:44:43.601+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:44:51.261+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:44:51.262+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-10-30T23:44:50.307681Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"a3ad850c-9918-469b-88db-3edc830fb0bd","timestamp":"2022-10-30T23:44:50.307772Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:44:51.975+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:44:51.976+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:45:03.042+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:45:03.043+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-10-30T23:45:02.316632Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"86db6abd-f1da-445a-babf-99811dd430bb","timestamp":"2022-10-30T23:45:02.316743Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:45:03.982+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:45:03.983+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:45:18.947+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:45:18.948+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:45:18.948+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:45:33.917+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:45:33.918+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:45:33.918+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:45:48.883+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:45:48.884+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:45:48.884+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:46:03.860+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:46:03.861+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:46:03.861+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:46:18.866+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:46:18.867+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:46:18.867+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:46:33.822+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:46:33.822+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:46:33.823+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:46:40.128+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-10-30T23:46:40.976+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"dee75677-0a9f-4ca6-a2a8-03a162e5b949","timestamp":"2022-10-30T23:46:40.976108Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:46:40.987+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"b4b912ae-3c08-4e4f-a987-3f9ef0253f61","timestamp":"2022-10-30T23:46:40.987870Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:46:41.011+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 2 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 35 ms
[2022-10-30T23:46:41.011+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:46:41.026+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:46:41.027+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (15 ms):{"serverTimeMs":0,"count":2}
[2022-10-30T23:46:41.668+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:46:41.669+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"dee75677-0a9f-4ca6-a2a8-03a162e5b949","timestamp":"2022-10-30T23:46:40.976108Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:46:41.669+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:46:41.669+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"b4b912ae-3c08-4e4f-a987-3f9ef0253f61","timestamp":"2022-10-30T23:46:40.987870Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:46:41.669+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:46:41.670+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:46:41.670+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:46:41.823+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:46:41.824+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-10-30T23:46:41.593049Z","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":"1ea8deda-ee7e-4df8-a63a-3b8177a35870","timestamp":"2022-10-30T23:46:41.593067Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:46:41.991+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-10-30T23:46:41.593742Z","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":"6a4486a7-bea5-4313-8338-314a25c306fd","timestamp":"2022-10-30T23:46:41.593759Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:46:42.017+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:46:42.017+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:46:42.040+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:46:42.040+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-10-30T23:46:41.333626Z","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":"9eacc154-5b05-4b33-b8c8-4862bdf3b7b7","timestamp":"2022-10-30T23:46:41.333643Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:46:42.071+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-10-30T23:46:41.334426Z","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":"ff1b5b83-9ed7-437e-9b39-025ce72400b7","timestamp":"2022-10-30T23:46:41.334444Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:46:42.093+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:46:42.093+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:46:42.593+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:46:42.593+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-10-30T23:46:41.336586Z","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":"5d12e567-cd56-49a6-83ab-13c2188b649d","timestamp":"2022-10-30T23:46:41.336604Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:46:42.624+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-10-30T23:46:41.337587Z","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":"7f59c755-b52b-4960-9b2d-36261ae0460d","timestamp":"2022-10-30T23:46:41.337601Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:46:42.666+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:46:42.666+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:46:43.191+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:46:43.191+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-10-30T23:46:42.206025Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"0501db9b-055d-4f68-a905-4b82206d104d","timestamp":"2022-10-30T23:46:42.206151Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:46:44.004+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:46:44.004+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:46:51.265+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:46:51.266+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-10-30T23:46:50.307680Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"35b58e99-2764-431f-b1ee-9a9609c78e51","timestamp":"2022-10-30T23:46:50.307767Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:46:51.988+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:46:51.988+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:47:03.053+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:47:03.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-10-30T23:47:02.317466Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"ed51aa50-db24-49fd-8f87-d748d7e2cda0","timestamp":"2022-10-30T23:47:02.318373Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:47:04.007+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:47:04.008+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:47:18.967+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:47:18.967+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:47:18.967+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:47:33.957+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:47:33.957+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:47:33.957+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:47:48.947+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:47:48.949+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:47:48.949+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:48:03.916+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:48:03.916+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:48:03.916+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:48:18.878+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:48:18.879+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:48:18.879+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:48:33.874+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:48:33.875+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:48:33.875+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:48:40.128+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-10-30T23:48:41.002+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"543d9518-33e6-4264-befa-3b8c05f16dda","timestamp":"2022-10-30T23:48:41.001868Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:48:41.011+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 9 ms
[2022-10-30T23:48:41.012+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:48:41.019+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"dd56893a-0812-40ea-8359-e8ad1ee27070","timestamp":"2022-10-30T23:48:41.019610Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:48:41.027+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:48:41.028+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
[2022-10-30T23:48:41.061+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 33 ms
[2022-10-30T23:48:41.061+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:48:41.074+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:48:41.075+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
[2022-10-30T23:48:41.218+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:48:41.218+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"543d9518-33e6-4264-befa-3b8c05f16dda","timestamp":"2022-10-30T23:48:41.001868Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:48:41.219+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:48:41.219+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"dd56893a-0812-40ea-8359-e8ad1ee27070","timestamp":"2022-10-30T23:48:41.019610Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:48:41.219+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:48:41.219+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:48:41.219+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:48:41.238+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:48:41.238+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-10-30T23:48:41.089326Z","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":"cfe9ef33-9d07-4908-bae7-33be08488c6c","timestamp":"2022-10-30T23:48:41.089340Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:48:42.023+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:48:42.023+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:48:42.047+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:48:42.047+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-10-30T23:48:40.829120Z","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":"862fa84f-0640-4dff-8d2c-1f9db9ea0f73","timestamp":"2022-10-30T23:48:40.829144Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:48:42.078+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-10-30T23:48:40.829504Z","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":"cba3e511-7e2c-4ccf-8f30-4ed3c3a42b20","timestamp":"2022-10-30T23:48:40.829512Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:48:42.111+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:48:42.111+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:48:42.139+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:48:42.140+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-10-30T23:48:41.131626Z","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":"56848e5c-8686-4df6-8b22-e056ee1d29d6","timestamp":"2022-10-30T23:48:41.131644Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:48:42.168+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:48:42.168+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:48:42.615+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:48:42.615+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-10-30T23:48:40.868026Z","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":"662b2cc2-d8ff-48c4-bed9-3e7a074d7e32","timestamp":"2022-10-30T23:48:40.868037Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:48:43.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-10-30T23:48:40.867397Z","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":"f95bab90-ee0b-45ea-92f1-18503e3de9d3","timestamp":"2022-10-30T23:48:40.867420Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:48:43.071+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:48:43.072+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:48:43.596+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:48:43.597+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-10-30T23:48:42.206009Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"4f97d8c9-e614-468e-8754-b19a2c9fd594","timestamp":"2022-10-30T23:48:42.206122Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:48:44.007+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:48:44.008+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:48:51.267+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:48:51.268+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-10-30T23:48:50.307748Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"5cbbf5f5-197f-472f-943e-6223e474c12a","timestamp":"2022-10-30T23:48:50.307892Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:48:52.020+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:48:52.021+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:49:03.088+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:49:03.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-10-30T23:49:02.316762Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"932b0909-4d30-4ab9-9767-929860740543","timestamp":"2022-10-30T23:49:02.316891Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:49:04.045+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:49:04.047+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:49:19.003+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:49:19.004+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:49:19.004+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:49:33.971+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:49:33.972+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:49:33.972+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:49:48.946+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:49:48.947+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:49:48.948+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:50:03.920+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:50:03.921+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:50:03.921+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:50:18.889+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:50:18.890+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:50:18.890+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:50:33.866+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:50:33.866+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:50:33.867+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:50:40.128+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-10-30T23:50:41.029+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"2a829e3c-6d92-4e00-80cb-15b83f0adb19","timestamp":"2022-10-30T23:50:41.028935Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:50:41.040+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"efd952b4-ffcf-4a0e-9b2e-f76b5a469ad6","timestamp":"2022-10-30T23:50:41.040715Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:50:41.061+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 2 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 31 ms
[2022-10-30T23:50:41.061+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:50:41.076+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:50:41.076+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (15 ms):{"serverTimeMs":0,"count":2}
[2022-10-30T23:50:41.708+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:50:41.709+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"2a829e3c-6d92-4e00-80cb-15b83f0adb19","timestamp":"2022-10-30T23:50:41.028935Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:50:41.709+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:50:41.709+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"efd952b4-ffcf-4a0e-9b2e-f76b5a469ad6","timestamp":"2022-10-30T23:50:41.040715Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:50:41.709+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:50:41.709+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:50:41.710+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:50:41.869+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:50:41.870+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-10-30T23:50:41.631475Z","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":"ac4861af-f184-4962-a363-67da6a20fc66","timestamp":"2022-10-30T23:50:41.631488Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:50:42.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-10-30T23:50:41.632148Z","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":"3b7472b0-7cbf-4b8c-99c9-0da11780059b","timestamp":"2022-10-30T23:50:41.632170Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:50:42.079+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:50:42.079+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:50:42.101+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:50:42.102+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-10-30T23:50:41.371676Z","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":"c43d9831-11d5-4d60-b775-4eca633f03bc","timestamp":"2022-10-30T23:50:41.371696Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:50:42.127+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-10-30T23:50:41.372588Z","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":"c303e813-bdfc-4ee6-8536-46646fb83df6","timestamp":"2022-10-30T23:50:41.372633Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:50:42.152+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:50:42.152+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:50:42.599+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:50:42.599+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-10-30T23:50:41.371508Z","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":"61f6ffc3-c566-4b0a-be96-d4aff686437a","timestamp":"2022-10-30T23:50:41.371524Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:50:42.630+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-10-30T23:50:41.372246Z","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":"e3a89d0a-a33d-4fdd-9021-cd76f66fd44a","timestamp":"2022-10-30T23:50:41.372290Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:50:42.661+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:50:42.661+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:50:43.186+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:50:43.187+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-10-30T23:50:42.206103Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"aa18d1f3-447a-4917-9f3e-f06bcf47b24e","timestamp":"2022-10-30T23:50:42.206248Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:50:44.071+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:50:44.072+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:50:51.325+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:50:51.326+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-10-30T23:50:50.307664Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"73d1148d-d58d-4afe-b46b-0bbc4fd2b191","timestamp":"2022-10-30T23:50:50.307799Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:50:52.057+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:50:52.057+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:51:03.046+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:51:03.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-10-30T23:51:02.316648Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"08bf2f29-2734-4543-ab68-59c1e2391136","timestamp":"2022-10-30T23:51:02.316754Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:51:05.039+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:51:05.040+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:51:19.991+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:51:19.991+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:51:19.991+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:51:34.954+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:51:34.954+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:51:34.955+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:51:49.924+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:51:49.924+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:51:49.924+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:52:04.887+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:52:04.888+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:52:04.888+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:52:19.848+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:52:19.848+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:52:19.849+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:52:34.842+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:52:34.842+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:52:34.842+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:52:40.128+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-10-30T23:52:41.053+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"97d1461d-e319-4626-8f78-f86f593d317c","timestamp":"2022-10-30T23:52:41.052758Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:52:41.077+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 23 ms
[2022-10-30T23:52:41.078+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:52:41.090+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"1fac4347-bd31-4b7d-9665-8661def8496a","timestamp":"2022-10-30T23:52:41.089837Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:52:41.093+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:52:41.094+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
[2022-10-30T23:52:41.111+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 17 ms
[2022-10-30T23:52:41.111+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:52:41.144+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:52:41.144+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
[2022-10-30T23:52:41.213+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:52:41.214+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"97d1461d-e319-4626-8f78-f86f593d317c","timestamp":"2022-10-30T23:52:41.052758Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:52:41.214+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:52:41.214+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:52:41.215+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:52:41.260+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:52:41.260+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"1fac4347-bd31-4b7d-9665-8661def8496a","timestamp":"2022-10-30T23:52:41.089837Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:52:41.261+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:52:41.261+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:52:41.261+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:52:41.298+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:52:41.298+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-10-30T23:52:40.887945Z","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":"a45bc0c7-c64a-491b-8969-c631567b4c02","timestamp":"2022-10-30T23:52:40.887965Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:52:42.087+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:52:42.087+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:52:42.110+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:52:42.111+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-10-30T23:52:40.888118Z","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":"c019b0c1-d4c2-4fba-96a8-7b9e1bdeaea8","timestamp":"2022-10-30T23:52:40.888138Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:52:42.153+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:52:42.153+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:52:42.176+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:52:42.177+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-10-30T23:52:41.149265Z","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":"6d644c14-0eef-4d3c-ae01-3bd4b2954cb4","timestamp":"2022-10-30T23:52:41.149277Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:52:42.200+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-10-30T23:52:41.194473Z","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":"45626e35-0495-4a1a-82fb-39c7ba6da83f","timestamp":"2022-10-30T23:52:41.194521Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:52:42.220+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:52:42.221+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:52:42.604+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:52:42.605+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-10-30T23:52:40.935051Z","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":"9aeb04ca-676e-4387-9061-775cd76feafa","timestamp":"2022-10-30T23:52:40.935066Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:52:43.079+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-10-30T23:52:40.935273Z","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":"f884d662-954b-4ebb-a566-ede54f5bb45e","timestamp":"2022-10-30T23:52:40.935301Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:52:43.098+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:52:43.098+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:52:43.623+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:52:43.624+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-10-30T23:52:42.206123Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"75002799-a4a3-4658-8c35-e03da9d0b8ae","timestamp":"2022-10-30T23:52:42.206246Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:52:44.083+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:52:44.083+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:52:51.325+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:52:51.325+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-10-30T23:52:50.308745Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"fbd682a5-7d15-493e-b644-de9a32ca665e","timestamp":"2022-10-30T23:52:50.308904Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:52:52.072+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:52:52.072+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:53:03.058+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:53:03.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-10-30T23:53:02.316688Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"5e0133af-9ecc-435d-a7f2-41012ae47351","timestamp":"2022-10-30T23:53:02.316905Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:53:05.064+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:53:05.064+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:53:20.072+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:53:20.073+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:53:20.073+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:53:35.033+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:53:35.034+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:53:35.034+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:53:50.027+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:53:50.028+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:53:50.028+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:54:04.983+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:54:04.983+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:54:04.984+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:54:19.934+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:54:19.934+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:54:19.934+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:54:34.941+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:54:34.941+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:54:34.941+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:54:40.128+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-10-30T23:54:41.074+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"8f619ec7-281b-448b-b841-14a79667fe73","timestamp":"2022-10-30T23:54:41.074644Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:54:41.086+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"5a9da9b1-3db4-4724-9e6b-bc2ec7e2c021","timestamp":"2022-10-30T23:54:41.086077Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:54:41.111+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 2 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 36 ms
[2022-10-30T23:54:41.111+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:54:41.127+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:54:41.128+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (17 ms):{"serverTimeMs":0,"count":2}
[2022-10-30T23:54:41.750+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:54:41.750+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"8f619ec7-281b-448b-b841-14a79667fe73","timestamp":"2022-10-30T23:54:41.074644Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:54:41.751+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:54:41.751+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"5a9da9b1-3db4-4724-9e6b-bc2ec7e2c021","timestamp":"2022-10-30T23:54:41.086077Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:54:41.751+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:54:41.751+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:54:41.751+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:54:41.925+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:54:41.926+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-10-30T23:54:41.687563Z","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":"3286dcac-c96d-45e4-bfbb-8e322707682e","timestamp":"2022-10-30T23:54:41.687574Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:54:42.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-10-30T23:54:41.688326Z","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":"154329e5-7ca8-4db4-9efe-77ef95b612dc","timestamp":"2022-10-30T23:54:41.688338Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:54:42.113+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:54:42.113+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:54:42.140+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:54:42.140+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-10-30T23:54:41.423734Z","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":"dc1b6b5a-b055-4e95-85ca-4c5dbe63fd08","timestamp":"2022-10-30T23:54:41.423744Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:54:42.173+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-10-30T23:54:41.424254Z","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":"19486073-f80d-46ae-8c3b-8a8b16158244","timestamp":"2022-10-30T23:54:41.424263Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:54:42.193+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-10-30T23:54:41.424068Z","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":"6e64d3cf-3eaf-4509-a1eb-276b04404296","timestamp":"2022-10-30T23:54:41.424086Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:54:42.219+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:54:42.219+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:54:42.605+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:54:42.605+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-10-30T23:54:41.424841Z","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":"128b54cb-1a90-4f72-9680-e91c098f9757","timestamp":"2022-10-30T23:54:41.424853Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:54:42.651+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:54:42.651+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:54:43.175+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:54:43.176+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-10-30T23:54:42.205980Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"122d9158-da04-4cc5-bb4c-0557c03f2564","timestamp":"2022-10-30T23:54:42.206053Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:54:44.097+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:54:44.097+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:54:51.337+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:54:51.338+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-10-30T23:54:50.307661Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"9a73487f-2213-44ee-8e94-56eeb40b9c2f","timestamp":"2022-10-30T23:54:50.307728Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:54:52.092+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:54:52.092+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:55:03.051+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:55:03.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-10-30T23:55:02.316673Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"641273ef-c145-4c82-a5f6-ea607d2a00d3","timestamp":"2022-10-30T23:55:02.316791Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:55:03.093+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:55:03.093+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:55:18.056+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:55:18.057+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:55:18.057+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:55:33.012+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:55:33.013+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:55:33.013+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:55:47.985+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:55:47.985+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:55:47.985+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:56:02.941+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:56:02.941+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:56:02.941+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:56:17.899+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:56:17.899+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:56:17.899+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:56:32.850+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:56:32.850+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:56:32.851+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:56:40.128+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2022-10-30T23:56:41.098+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"27911db7-f7a0-437a-b1ac-18c167258316","timestamp":"2022-10-30T23:56:41.097813Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:56:41.109+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"e37fb7df-b0cb-47ce-9887-e37205cc285f","timestamp":"2022-10-30T23:56:41.108831Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:56:41.111+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 2 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 13 ms
[2022-10-30T23:56:41.111+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2022-10-30T23:56:41.127+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2022-10-30T23:56:41.128+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (17 ms):{"serverTimeMs":1,"count":2}
[2022-10-30T23:56:41.781+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:56:41.781+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"27911db7-f7a0-437a-b1ac-18c167258316","timestamp":"2022-10-30T23:56:41.097813Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:56:41.781+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:56:41.781+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"e37fb7df-b0cb-47ce-9887-e37205cc285f","timestamp":"2022-10-30T23:56:41.108831Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:56:41.781+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2022-10-30T23:56:41.781+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:56:41.781+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:56:41.928+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:56:41.929+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-10-30T23:56:41.450177Z","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":"c5449742-42b0-4f35-823c-db5c59df1b16","timestamp":"2022-10-30T23:56:41.450194Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:56:42.112+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-10-30T23:56:41.451086Z","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":"ce35fa56-be76-4dcf-b4aa-d56080e505d4","timestamp":"2022-10-30T23:56:41.451093Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:56:42.132+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:56:42.132+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:56:42.154+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:56:42.155+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-10-30T23:56:41.715751Z","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":"33aedb89-3ccd-469c-8ee1-6fca0c79e238","timestamp":"2022-10-30T23:56:41.715778Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:56:42.177+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-10-30T23:56:41.717127Z","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":"21ecc42c-451d-44a9-a51a-1d072d2806c4","timestamp":"2022-10-30T23:56:41.717152Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:56:42.195+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:56:42.195+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:56:42.608+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:56:42.608+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-10-30T23:56:41.450119Z","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":"16fcaaea-16bc-4ca6-bd4c-f1d22c3e6ceb","timestamp":"2022-10-30T23:56:41.450144Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:56:42.634+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-10-30T23:56:41.451151Z","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":"4854337c-8f5b-4222-9da9-9614d7bf7f85","timestamp":"2022-10-30T23:56:41.451165Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:56:42.655+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:56:42.655+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:56:43.193+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:56:43.193+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-10-30T23:56:42.206070Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"41d15854-7604-4934-a2fb-c143f67ccf16","timestamp":"2022-10-30T23:56:42.206157Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2022-10-30T23:56:44.121+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:56:44.121+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:56:51.373+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:56:51.374+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-10-30T23:56:50.307752Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"0ca618d4-4a16-4ab5-bb8c-e87272d797c0","timestamp":"2022-10-30T23:56:50.307836Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2022-10-30T23:56:52.120+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:56:52.120+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:57:03.055+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:57:03.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-10-30T23:57:02.316788Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"1e560692-a351-46d1-ab53-0fbef322e8e5","timestamp":"2022-10-30T23:57:02.316867Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2022-10-30T23:57:03.117+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:57:03.118+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:57:18.110+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:57:18.111+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000
[2022-10-30T23:57:18.111+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/5ae2bff1-adb7-41bc-a616-a92f8de9579b/onap-policy-clamp-runtime-acm-b95fb964c-6fh5s?timeout=15000 (anonymous) ...
[2022-10-30T23:57:33.128+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2022-10-30T23:57:33.129+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPA