Results

By type

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

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

[2023-03-29T23:06:34.828+00:00|INFO|Application|main] Starting Application using Java 11.0.18 on onap-policy-clamp-runtime-acm-666ffd8f75-6xdnv with PID 7 (/app/app.jar started by policy in /opt/app/policy/clamp/bin)
[2023-03-29T23:06:34.835+00:00|INFO|Application|main] No active profile set, falling back to 1 default profile: "default"
[2023-03-29T23:06:39.266+00:00|INFO|RepositoryConfigurationDelegate|main] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
[2023-03-29T23:06:40.133+00:00|INFO|RepositoryConfigurationDelegate|main] Finished Spring Data repository scanning in 794 ms. Found 5 JPA repository interfaces.
[2023-03-29T23:06:46.856+00:00|INFO|TomcatWebServer|main] Tomcat initialized with port(s): 6969 (http)
[2023-03-29T23:06:46.941+00:00|INFO|Http11NioProtocol|main] Initializing ProtocolHandler ["http-nio-6969"]
[2023-03-29T23:06:46.942+00:00|INFO|StandardService|main] Starting service [Tomcat]
[2023-03-29T23:06:46.942+00:00|INFO|StandardEngine|main] Starting Servlet engine: [Apache Tomcat/9.0.71]
[2023-03-29T23:06:47.260+00:00|INFO|[/onap/policy/clamp/acm]|main] Initializing Spring embedded WebApplicationContext
[2023-03-29T23:06:47.260+00:00|INFO|ServletWebServerApplicationContext|main] Root WebApplicationContext: initialization completed in 12104 ms
[2023-03-29T23:06:50.044+00:00|INFO|RegistrationBean|main] Filter requestResponseLoggingFilter was not registered (possibly already registered?)
[2023-03-29T23:06:50.926+00:00|INFO|LogHelper|main] HHH000204: Processing PersistenceUnitInfo [name: default]
[2023-03-29T23:06:51.257+00:00|INFO|Version|main] HHH000412: Hibernate ORM core version 5.6.15.Final
[2023-03-29T23:06:52.252+00:00|INFO|Version|main] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
[2023-03-29T23:06:53.121+00:00|INFO|HikariDataSource|main] HikariPool-1 - Starting...
[2023-03-29T23:06:54.259+00:00|INFO|HikariDataSource|main] HikariPool-1 - Start completed.
[2023-03-29T23:06:54.303+00:00|INFO|Dialect|main] HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
[2023-03-29T23:06:56.090+00:00|INFO|Version|main] HV000001: Hibernate Validator 6.2.5.Final
[2023-03-29T23:07:01.294+00:00|INFO|JtaPlatformInitiator|main] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
[2023-03-29T23:07:01.330+00:00|INFO|LocalContainerEntityManagerFactoryBean|main] Initialized JPA EntityManagerFactory for persistence unit 'default'
[2023-03-29T23:07:06.058+00:00|INFO|ConsumerConfig|main] ConsumerConfig values: 
	allow.auto.create.topics = false
	auto.commit.interval.ms = 5000
	auto.include.jmx.reporter = true
	auto.offset.reset = latest
	bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
	check.crcs = true
	client.dns.lookup = use_all_dns_ips
	client.id = consumer-policy-clamp-runtime-acm-1
	client.rack = 
	connections.max.idle.ms = 540000
	default.api.timeout.ms = 60000
	enable.auto.commit = true
	exclude.internal.topics = true
	fetch.max.bytes = 52428800
	fetch.max.wait.ms = 500
	fetch.min.bytes = 1
	group.id = policy-clamp-runtime-acm
	group.instance.id = null
	heartbeat.interval.ms = 3000
	interceptor.classes = []
	internal.leave.group.on.close = true
	internal.throw.on.fetch.stable.offset.unsupported = false
	isolation.level = read_uncommitted
	key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
	max.partition.fetch.bytes = 1048576
	max.poll.interval.ms = 300000
	max.poll.records = 500
	metadata.max.age.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
	receive.buffer.bytes = 65536
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	session.timeout.ms = 45000
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer

[2023-03-29T23:07:06.267+00:00|INFO|AbstractLogin|main] Successfully logged in.
[2023-03-29T23:07:06.635+00:00|INFO|AppInfoParser|main] Kafka version: 3.4.0
[2023-03-29T23:07:06.636+00:00|INFO|AppInfoParser|main] Kafka commitId: 2e1947d240607d53
[2023-03-29T23:07:06.636+00:00|INFO|AppInfoParser|main] Kafka startTimeMs: 1680131226630
[2023-03-29T23:07:06.641+00:00|INFO|KafkaConsumer|main] [Consumer clientId=consumer-policy-clamp-runtime-acm-1, groupId=policy-clamp-runtime-acm] Subscribed to topic(s): policy.clamp-runtime-acm
[2023-03-29T23:07:07.951+00:00|INFO|DefaultSecurityFilterChain|main] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@1282e98, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4db0ba1c, org.springframework.security.web.context.SecurityContextPersistenceFilter@40a1b6d4, org.springframework.security.web.header.HeaderWriterFilter@2f04993d, org.springframework.security.web.authentication.logout.LogoutFilter@9b3be1c, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@6568f998, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2b79c8ff, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@66756662, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1d91fa02, org.springframework.security.web.session.SessionManagementFilter@6206b4a7, org.springframework.security.web.access.ExceptionTranslationFilter@6e685e6c, org.springframework.security.web.access.intercept.AuthorizationFilter@7db5b890]
[2023-03-29T23:07:09.631+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
[2023-03-29T23:07:23.124+00:00|INFO|EndpointLinksResolver|main] Exposing 3 endpoint(s) beneath base path '/actuator'
[2023-03-29T23:07:23.251+00:00|INFO|Http11NioProtocol|main] Starting ProtocolHandler ["http-nio-6969"]
[2023-03-29T23:07:23.345+00:00|INFO|TomcatWebServer|main] Tomcat started on port(s): 6969 (http) with context path '/onap/policy/clamp/acm'
[2023-03-29T23:07:23.366+00:00|INFO|ServiceManager|main] service manager starting
[2023-03-29T23:07:23.366+00:00|INFO|ServiceManager|main] service manager starting Topic endpoint management
[2023-03-29T23:07:23.425+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedKafkaTopicSource [getTopicCommInfrastructure()=KAFKA, toString()=SingleThreadedBusTopicSource [consumerGroup=d870577e-57b8-4397-bedc-89a7f0fe4bd6, consumerInstance=onap-policy-clamp-runtime-acm-666ffd8f75-6xdnv, fetchTimeout=15000, fetchLimit=-1, consumer=KafkaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=0, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[onap-strimzi-kafka-bootstrap:9092], topic=policy.clamp-runtime-acm, effectiveTopic=policy.clamp-runtime-acm, #recentEvents=0, locked=false, #topicListeners=0]]]]: starting
[2023-03-29T23:07:23.528+00:00|INFO|ConsumerConfig|main] ConsumerConfig values: 
	allow.auto.create.topics = false
	auto.commit.interval.ms = 5000
	auto.include.jmx.reporter = true
	auto.offset.reset = latest
	bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
	check.crcs = true
	client.dns.lookup = use_all_dns_ips
	client.id = consumer-policy-clamp-runtime-acm-2
	client.rack = 
	connections.max.idle.ms = 540000
	default.api.timeout.ms = 60000
	enable.auto.commit = true
	exclude.internal.topics = true
	fetch.max.bytes = 52428800
	fetch.max.wait.ms = 500
	fetch.min.bytes = 1
	group.id = policy-clamp-runtime-acm
	group.instance.id = null
	heartbeat.interval.ms = 3000
	interceptor.classes = []
	internal.leave.group.on.close = true
	internal.throw.on.fetch.stable.offset.unsupported = false
	isolation.level = read_uncommitted
	key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
	max.partition.fetch.bytes = 1048576
	max.poll.interval.ms = 300000
	max.poll.records = 500
	metadata.max.age.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
	receive.buffer.bytes = 65536
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	session.timeout.ms = 45000
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer

[2023-03-29T23:07:23.535+00:00|INFO|AppInfoParser|main] Kafka version: 3.4.0
[2023-03-29T23:07:23.535+00:00|INFO|AppInfoParser|main] Kafka commitId: 2e1947d240607d53
[2023-03-29T23:07:23.535+00:00|INFO|AppInfoParser|main] Kafka startTimeMs: 1680131243535
[2023-03-29T23:07:23.535+00:00|INFO|KafkaConsumer|main] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] Subscribed to topic(s): policy.clamp-runtime-acm
[2023-03-29T23:07:23.536+00:00|INFO|InlineBusTopicSink|main] InlineKafkaTopicSink [getTopicCommInfrastructure()=KAFKA, toString()=InlineBusTopicSink [partitionId=239aa23e-d438-4985-8dde-875c46ae20fa, alive=false, publisher=null]]: starting
[2023-03-29T23:07:23.748+00:00|INFO|ProducerConfig|main] ProducerConfig values: 
	acks = -1
	auto.include.jmx.reporter = true
	batch.size = 16384
	bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
	buffer.memory = 33554432
	client.dns.lookup = use_all_dns_ips
	client.id = policy-clamp-runtime-acm-client-id
	compression.type = none
	connections.max.idle.ms = 540000
	delivery.timeout.ms = 120000
	enable.idempotence = true
	interceptor.classes = []
	key.serializer = class org.apache.kafka.common.serialization.StringSerializer
	linger.ms = 0
	max.block.ms = 60000
	max.in.flight.requests.per.connection = 5
	max.request.size = 1048576
	metadata.max.age.ms = 300000
	metadata.max.idle.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partitioner.adaptive.partitioning.enable = true
	partitioner.availability.timeout.ms = 0
	partitioner.class = null
	partitioner.ignore.keys = false
	receive.buffer.bytes = 32768
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retries = 2147483647
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	transaction.timeout.ms = 60000
	transactional.id = null
	value.serializer = class org.apache.kafka.common.serialization.StringSerializer

[2023-03-29T23:07:23.842+00:00|INFO|KafkaProducer|main] [Producer clientId=policy-clamp-runtime-acm-client-id] Instantiated an idempotent producer.
[2023-03-29T23:07:24.036+00:00|INFO|AppInfoParser|main] Kafka version: 3.4.0
[2023-03-29T23:07:24.036+00:00|INFO|AppInfoParser|main] Kafka commitId: 2e1947d240607d53
[2023-03-29T23:07:24.036+00:00|INFO|AppInfoParser|main] Kafka startTimeMs: 1680131244036
[2023-03-29T23:07:24.037+00:00|INFO|InlineKafkaTopicSink|main] InlineKafkaTopicSink [getTopicCommInfrastructure()=KAFKA, toString()=InlineBusTopicSink [partitionId=239aa23e-d438-4985-8dde-875c46ae20fa, alive=false, publisher=KafkaPublisherWrapper []]]: KAFKA SINK created
[2023-03-29T23:07:24.037+00:00|INFO|ServiceManager|main] service manager starting Publisher AutomationCompositionStateChangePublisher$$EnhancerBySpringCGLIB$$6eaa30ff
[2023-03-29T23:07:24.131+00:00|INFO|ServiceManager|main] service manager starting Publisher AutomationCompositionDeployPublisher$$EnhancerBySpringCGLIB$$868d0b59
[2023-03-29T23:07:24.136+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantPrimePublisher$$EnhancerBySpringCGLIB$$a88f4105
[2023-03-29T23:07:24.141+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantDeregisterAckPublisher$$EnhancerBySpringCGLIB$$b8151bb3
[2023-03-29T23:07:24.146+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantRegisterAckPublisher$$EnhancerBySpringCGLIB$$599e0f90
[2023-03-29T23:07:24.252+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantStatusReqPublisher$$EnhancerBySpringCGLIB$$cf13795e
[2023-03-29T23:07:24.323+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantRegisterListener
[2023-03-29T23:07:24.324+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantStatusListener
[2023-03-29T23:07:24.324+00:00|INFO|ServiceManager|main] service manager starting Listener AutomationCompositionStateChangeAckListener
[2023-03-29T23:07:24.324+00:00|INFO|ServiceManager|main] service manager starting Listener AutomationCompositionUpdateAckListener
[2023-03-29T23:07:24.324+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantDeregisterListener
[2023-03-29T23:07:24.324+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantPrimeAckListener
[2023-03-29T23:07:24.324+00:00|INFO|ServiceManager|main] service manager starting Topic Message Dispatcher
[2023-03-29T23:07:24.325+00:00|INFO|TopicBase|main] SingleThreadedKafkaTopicSource [getTopicCommInfrastructure()=KAFKA, toString()=SingleThreadedBusTopicSource [consumerGroup=d870577e-57b8-4397-bedc-89a7f0fe4bd6, consumerInstance=onap-policy-clamp-runtime-acm-666ffd8f75-6xdnv, fetchTimeout=15000, fetchLimit=-1, consumer=KafkaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[KAFKA-source-policy.clamp-runtime-acm,5,main], topicListeners=0, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[onap-strimzi-kafka-bootstrap:9092], topic=policy.clamp-runtime-acm, effectiveTopic=policy.clamp-runtime-acm, #recentEvents=0, locked=false, #topicListeners=0]]]]: registering org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@45c90a05
[2023-03-29T23:07:24.325+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedKafkaTopicSource [getTopicCommInfrastructure()=KAFKA, toString()=SingleThreadedBusTopicSource [consumerGroup=d870577e-57b8-4397-bedc-89a7f0fe4bd6, consumerInstance=onap-policy-clamp-runtime-acm-666ffd8f75-6xdnv, fetchTimeout=15000, fetchLimit=-1, consumer=KafkaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[KAFKA-source-policy.clamp-runtime-acm,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[onap-strimzi-kafka-bootstrap:9092], topic=policy.clamp-runtime-acm, effectiveTopic=policy.clamp-runtime-acm, #recentEvents=0, locked=false, #topicListeners=1]]]]: register: start not attempted
[2023-03-29T23:07:24.325+00:00|INFO|ServiceManager|main] service manager started
[2023-03-29T23:07:24.330+00:00|INFO|Application|main] Started Application in 52.76 seconds (JVM running for 56.092)
[2023-03-29T23:07:28.053+00:00|INFO|Metadata|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] Resetting the last seen epoch of partition policy.clamp-runtime-acm-0 to 0 since the associated topicId changed from null to C5zlyjvUQ0S5G92ZnzTmxg
[2023-03-29T23:07:28.054+00:00|INFO|Metadata|kafka-producer-network-thread | policy-clamp-runtime-acm-client-id] [Producer clientId=policy-clamp-runtime-acm-client-id] Cluster ID: wjJI1amQRcCidGW_jtcIMg
[2023-03-29T23:07:28.054+00:00|INFO|Metadata|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] Resetting the last seen epoch of partition policy.clamp-runtime-acm-5 to 0 since the associated topicId changed from null to C5zlyjvUQ0S5G92ZnzTmxg
[2023-03-29T23:07:28.054+00:00|INFO|Metadata|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] Resetting the last seen epoch of partition policy.clamp-runtime-acm-1 to 0 since the associated topicId changed from null to C5zlyjvUQ0S5G92ZnzTmxg
[2023-03-29T23:07:28.055+00:00|INFO|Metadata|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] Resetting the last seen epoch of partition policy.clamp-runtime-acm-4 to 0 since the associated topicId changed from null to C5zlyjvUQ0S5G92ZnzTmxg
[2023-03-29T23:07:28.055+00:00|INFO|Metadata|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] Resetting the last seen epoch of partition policy.clamp-runtime-acm-2 to 0 since the associated topicId changed from null to C5zlyjvUQ0S5G92ZnzTmxg
[2023-03-29T23:07:28.055+00:00|INFO|Metadata|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] Resetting the last seen epoch of partition policy.clamp-runtime-acm-3 to 0 since the associated topicId changed from null to C5zlyjvUQ0S5G92ZnzTmxg
[2023-03-29T23:07:28.057+00:00|INFO|TransactionManager|kafka-producer-network-thread | policy-clamp-runtime-acm-client-id] [Producer clientId=policy-clamp-runtime-acm-client-id] ProducerId set to 2003 with epoch 0
[2023-03-29T23:07:28.059+00:00|INFO|Metadata|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] Cluster ID: wjJI1amQRcCidGW_jtcIMg
[2023-03-29T23:07:28.122+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
[2023-03-29T23:07:28.152+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] (Re-)joining group
[2023-03-29T23:07:28.270+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] Request joining group due to: need to re-join with the given member-id: consumer-policy-clamp-runtime-acm-2-d7b82d8e-cea1-4008-88f8-51f101c41655
[2023-03-29T23:07:28.270+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
[2023-03-29T23:07:28.270+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] (Re-)joining group
[2023-03-29T23:07:31.281+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] Successfully joined group with generation Generation{generationId=1, memberId='consumer-policy-clamp-runtime-acm-2-d7b82d8e-cea1-4008-88f8-51f101c41655', protocol='range'}
[2023-03-29T23:07:31.291+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] Finished assignment for group at generation 1: {consumer-policy-clamp-runtime-acm-2-d7b82d8e-cea1-4008-88f8-51f101c41655=Assignment(partitions=[policy.clamp-runtime-acm-0, policy.clamp-runtime-acm-1, policy.clamp-runtime-acm-2, policy.clamp-runtime-acm-3, policy.clamp-runtime-acm-4, policy.clamp-runtime-acm-5])}
[2023-03-29T23:07:31.336+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] Successfully synced group in generation Generation{generationId=1, memberId='consumer-policy-clamp-runtime-acm-2-d7b82d8e-cea1-4008-88f8-51f101c41655', protocol='range'}
[2023-03-29T23:07:31.338+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] Notifying assignor about the new Assignment(partitions=[policy.clamp-runtime-acm-0, policy.clamp-runtime-acm-1, policy.clamp-runtime-acm-2, policy.clamp-runtime-acm-3, policy.clamp-runtime-acm-4, policy.clamp-runtime-acm-5])
[2023-03-29T23:07:31.349+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] Adding newly assigned partitions: policy.clamp-runtime-acm-0, policy.clamp-runtime-acm-1, policy.clamp-runtime-acm-2, policy.clamp-runtime-acm-3, policy.clamp-runtime-acm-4, policy.clamp-runtime-acm-5
[2023-03-29T23:07:31.365+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] Found no committed offset for partition policy.clamp-runtime-acm-4
[2023-03-29T23:07:31.365+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] Found no committed offset for partition policy.clamp-runtime-acm-5
[2023-03-29T23:07:31.365+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] Found no committed offset for partition policy.clamp-runtime-acm-2
[2023-03-29T23:07:31.365+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] Found no committed offset for partition policy.clamp-runtime-acm-3
[2023-03-29T23:07:31.365+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] Found no committed offset for partition policy.clamp-runtime-acm-0
[2023-03-29T23:07:31.365+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] Found no committed offset for partition policy.clamp-runtime-acm-1
[2023-03-29T23:07:31.628+00:00|INFO|SubscriptionState|kafka-coordinator-heartbeat-thread | policy-clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] Resetting offset for partition policy.clamp-runtime-acm-3 to position FetchPosition{offset=4, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
[2023-03-29T23:07:31.630+00:00|INFO|SubscriptionState|kafka-coordinator-heartbeat-thread | policy-clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] Resetting offset for partition policy.clamp-runtime-acm-0 to position FetchPosition{offset=1, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
[2023-03-29T23:07:31.654+00:00|INFO|SubscriptionState|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] Resetting offset for partition policy.clamp-runtime-acm-5 to position FetchPosition{offset=1, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
[2023-03-29T23:07:31.654+00:00|INFO|SubscriptionState|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] Resetting offset for partition policy.clamp-runtime-acm-2 to position FetchPosition{offset=2, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
[2023-03-29T23:07:31.656+00:00|INFO|SubscriptionState|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] Resetting offset for partition policy.clamp-runtime-acm-4 to position FetchPosition{offset=1, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
[2023-03-29T23:07:31.656+00:00|INFO|SubscriptionState|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] Resetting offset for partition policy.clamp-runtime-acm-1 to position FetchPosition{offset=1, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
[2023-03-29T23:08:16.538+00:00|INFO|OrderedServiceImpl|KAFKA-source-policy.clamp-runtime-acm] ***** OrderedServiceImpl implementers:
 []
[2023-03-29T23:08:16.540+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ed0c8748-8aed-405b-ad57-e26748e31319","timestamp":"2023-03-29T23:08:16.148822Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:08:18.289+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"22fc707f-ab9c-4539-987e-f6004f874540","timestamp":"2023-03-29T23:08:18.207222Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:08:27.458+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"07630b22-d039-4f82-a9e5-71412eeed0cc","timestamp":"2023-03-29T23:08:27.240698Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:08:32.094+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b330fec7-a009-4f65-9d4b-afafb07fb177","timestamp":"2023-03-29T23:08:31.533261Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:08:36.135+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"93fae3d8-09d8-48aa-a0d1-d99da0db39b6","timestamp":"2023-03-29T23:08:36.296790Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:09:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-29T23:10:16.475+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5dbfe860-990a-48ec-9ae0-53901fc7ce1c","timestamp":"2023-03-29T23:10:16.150308Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:10:18.236+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cef63a3f-e10a-47d1-87e6-5081e68bf4fe","timestamp":"2023-03-29T23:10:18.207146Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:10:27.444+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9c583062-f315-48f2-8afa-6fa794aa3c0d","timestamp":"2023-03-29T23:10:27.240676Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:10:32.073+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1bd550ce-d1f7-487d-9520-844a26ed8e70","timestamp":"2023-03-29T23:10:31.533111Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:10:36.133+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ac5e21df-f0ce-4d4b-bb3b-900ead037a8b","timestamp":"2023-03-29T23:10:36.296563Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:11:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-29T23:12:16.451+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"44789e17-49cc-4627-967c-2356f687ddbb","timestamp":"2023-03-29T23:12:16.149693Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:12:18.229+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7241a388-5694-447a-8b0e-af298860928b","timestamp":"2023-03-29T23:12:18.208329Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:12:27.455+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"930d01dc-6383-432b-9f55-69a1f7147f5c","timestamp":"2023-03-29T23:12:27.241391Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:12:32.024+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"04c8127e-68de-4738-a768-90669296b72f","timestamp":"2023-03-29T23:12:31.535615Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:12:36.187+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"9a4c1e0c-a6bb-485c-9a87-0bd92566a9f1","timestamp":"2023-03-29T23:12:36.296532Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:13:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-29T23:14:16.472+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"56c3db61-7e52-4542-a6a9-b9b4997af6c4","timestamp":"2023-03-29T23:14:16.148866Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:14:18.220+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d8590c11-8304-49df-8ba7-469b1e41b259","timestamp":"2023-03-29T23:14:18.207035Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:14:27.524+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4c5714ee-fb82-4b5a-a6fc-137cf209e25c","timestamp":"2023-03-29T23:14:27.240576Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:14:32.018+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f14d3bf1-9c35-486d-8ad0-6e48eafbc254","timestamp":"2023-03-29T23:14:31.533063Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:14:36.237+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ce37c8bf-caee-4a59-afa2-9ec9c3fb01c5","timestamp":"2023-03-29T23:14:36.296735Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:15:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-29T23:16:16.437+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ede222e7-428e-4a10-b73b-56368548db72","timestamp":"2023-03-29T23:16:16.148795Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:16:18.221+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c22368e3-6e11-4028-8a89-2c2e0df16876","timestamp":"2023-03-29T23:16:18.206965Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:16:27.453+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9d330d59-d7d6-429f-b043-ae17e095fa95","timestamp":"2023-03-29T23:16:27.240462Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:16:28.133+00:00|INFO|NetworkClient|kafka-coordinator-heartbeat-thread | policy-clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-runtime-acm-2, groupId=policy-clamp-runtime-acm] Node -1 disconnected.
[2023-03-29T23:16:28.327+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-runtime-acm-client-id] [Producer clientId=policy-clamp-runtime-acm-client-id] Node -1 disconnected.
[2023-03-29T23:16:32.004+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ac3a6942-862b-415d-8006-d678d09a38c4","timestamp":"2023-03-29T23:16:31.532986Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:16:36.133+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"3550bda2-64d5-490b-91a0-5be6b7162ed9","timestamp":"2023-03-29T23:16:36.296524Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:17:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-29T23:18:16.448+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9dbf6d0f-e1af-44c1-8865-fe169f97aeb8","timestamp":"2023-03-29T23:18:16.149456Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:18:18.213+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"954b624a-b172-4e53-92a1-d5ba71785946","timestamp":"2023-03-29T23:18:18.207508Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:18:27.447+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0f52cb68-8748-409e-bd96-cdb3f0b2327b","timestamp":"2023-03-29T23:18:27.240589Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:18:32.008+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9b2b80b8-4363-40df-94c7-c0378101e83b","timestamp":"2023-03-29T23:18:31.533305Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:18:36.119+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"c47a2e0f-8893-427f-a27d-a6d1a9e594c6","timestamp":"2023-03-29T23:18:36.296372Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:19:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-29T23:20:16.439+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a1cdfbda-1c05-4066-94b3-e7d3a67f3aaa","timestamp":"2023-03-29T23:20:16.148794Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:20:18.213+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c8c67198-20be-4f09-a12c-20e1ca33b204","timestamp":"2023-03-29T23:20:18.206981Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:20:27.449+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2a015b68-5c0f-4f17-a85e-d5571a7010c8","timestamp":"2023-03-29T23:20:27.240679Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:20:32.024+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"183d5b16-14e3-4ca7-82f4-dc3a9160d283","timestamp":"2023-03-29T23:20:31.533243Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:20:36.122+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ff544b35-6471-477d-8009-627401b57ac0","timestamp":"2023-03-29T23:20:36.296442Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:21:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-29T23:22:16.437+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e7f5a211-243e-4b3d-b921-f34c254152c5","timestamp":"2023-03-29T23:22:16.148860Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:22:18.337+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d0fd5ade-df2c-4cf4-a88f-1adb5c8b073d","timestamp":"2023-03-29T23:22:18.207172Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:22:27.449+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b88fd4ae-14d2-454d-80b0-f1ad091deda6","timestamp":"2023-03-29T23:22:27.240677Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:22:32.009+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6f196038-0665-4e60-ae67-1c5953a80b43","timestamp":"2023-03-29T23:22:31.533192Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:22:36.166+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"485d4e3f-64c2-41b9-a6a7-8a10e86cecd9","timestamp":"2023-03-29T23:22:36.296454Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:23:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-29T23:24:16.441+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9a34b36a-43ec-40fa-8e81-1e635dfad2a1","timestamp":"2023-03-29T23:24:16.148922Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:24:18.215+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e0f4f90c-02a8-45e1-8f5d-df4b85949f81","timestamp":"2023-03-29T23:24:18.207113Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:24:27.442+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"462a4e45-42a7-4e46-a0d5-46fa7651faf9","timestamp":"2023-03-29T23:24:27.240762Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:24:32.006+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"57bf2fe0-1f3c-471f-be04-859ff0df98f5","timestamp":"2023-03-29T23:24:31.533376Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:24:36.130+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"18882e3c-7117-4c94-8719-c37271d0e58a","timestamp":"2023-03-29T23:24:36.296462Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:25:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-29T23:26:16.453+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"33afba55-6f10-453b-9049-2aab58fe846b","timestamp":"2023-03-29T23:26:16.148982Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:26:18.220+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"12bb4ad4-de02-405a-8225-7f18a3901bdd","timestamp":"2023-03-29T23:26:18.207311Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:26:27.450+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3c87b94d-0c80-4057-ac7d-7601e13174fa","timestamp":"2023-03-29T23:26:27.240524Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:26:32.006+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"991ae31f-c655-44d2-8b24-9d621142d138","timestamp":"2023-03-29T23:26:31.533130Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:26:36.131+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"3b840634-4a5f-4996-a65a-c8fc6434a1ab","timestamp":"2023-03-29T23:26:36.296469Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:27:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-29T23:28:16.529+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e5f7ec69-637d-4009-927f-1b4652f819e6","timestamp":"2023-03-29T23:28:16.148930Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:28:18.219+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e1c1217e-7580-45b5-b161-ab68bded7df6","timestamp":"2023-03-29T23:28:18.207212Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:28:27.446+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0cb771d7-ec20-415d-845a-20f2643b0194","timestamp":"2023-03-29T23:28:27.240716Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:28:32.005+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5e016375-7430-4791-bb0d-e01080dbf93c","timestamp":"2023-03-29T23:28:31.533394Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:28:36.130+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"55e02fe9-59d1-4467-86a9-1a954fbd58bf","timestamp":"2023-03-29T23:28:36.296607Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:29:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-29T23:30:16.454+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2a0b43c7-0e55-454c-9662-7f0dfe82385c","timestamp":"2023-03-29T23:30:16.148819Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:30:18.212+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b3f3c238-7093-4544-8832-c8c19b15a49f","timestamp":"2023-03-29T23:30:18.207073Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:30:27.443+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"83bf625a-2364-4f77-bcae-f853a4ff5b0e","timestamp":"2023-03-29T23:30:27.240533Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:30:32.005+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9c1acf5a-f24b-4549-8f8b-8c93754b79e5","timestamp":"2023-03-29T23:30:31.533323Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:30:36.120+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"2153a6cc-b782-44f3-a396-d6939f33ab54","timestamp":"2023-03-29T23:30:36.296608Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:31:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-29T23:32:16.436+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"67fec2c9-75a0-4b3e-b770-5cd91ec310ab","timestamp":"2023-03-29T23:32:16.148916Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:32:18.216+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"64e1554a-bb95-4df7-b30d-c91d4843b45b","timestamp":"2023-03-29T23:32:18.207129Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:32:27.446+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c5b13b41-f685-46b3-ba61-3133e4146cc1","timestamp":"2023-03-29T23:32:27.240483Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:32:32.012+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"098a7313-beaa-4149-adb1-9e1dff0cc2f6","timestamp":"2023-03-29T23:32:31.533008Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:32:36.126+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"8f7b5962-915d-41fc-992a-c451da9ae790","timestamp":"2023-03-29T23:32:36.296565Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:33:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-29T23:34:16.434+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"644b8bfb-a517-49ad-bdc7-f2f31504d32e","timestamp":"2023-03-29T23:34:16.148757Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:34:18.273+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6279f495-7c5f-4e1b-8e2b-dc74b24457e9","timestamp":"2023-03-29T23:34:18.207176Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:34:27.494+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8840abc2-a913-46bb-9b73-cbcae7c95b17","timestamp":"2023-03-29T23:34:27.240572Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:34:32.013+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1f5ac69c-a6af-47b7-a713-827cdd13c574","timestamp":"2023-03-29T23:34:31.533456Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:34:36.127+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"d62edf86-cbd4-41fc-90ef-2646deacc1cb","timestamp":"2023-03-29T23:34:36.296496Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:35:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-29T23:36:16.438+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"04c31982-4091-4d99-9a85-06d3ff81bc50","timestamp":"2023-03-29T23:36:16.148798Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:36:18.213+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7a9d4fd6-6985-4acc-9e36-15500dbf7fbe","timestamp":"2023-03-29T23:36:18.207736Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:36:27.451+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e3682898-7fed-4cf2-bd15-a4f212290028","timestamp":"2023-03-29T23:36:27.240549Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:36:32.005+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ee22c629-f8b8-49b0-a502-b19fe6555812","timestamp":"2023-03-29T23:36:31.533013Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:36:36.122+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"23087447-fe51-41e8-a256-604156137f3d","timestamp":"2023-03-29T23:36:36.296373Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:37:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-29T23:38:16.524+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"58404a02-416d-42b5-8ad5-91e14f664091","timestamp":"2023-03-29T23:38:16.148989Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:38:18.216+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c10e61d0-79a4-4447-8df5-a6eac0b64a17","timestamp":"2023-03-29T23:38:18.207128Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:38:27.454+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b4be5ed2-425d-4de4-9407-12ecc4d6de1a","timestamp":"2023-03-29T23:38:27.240558Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:38:32.021+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"03a551cb-c724-4222-9135-f93fe78636d0","timestamp":"2023-03-29T23:38:31.533323Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:38:36.124+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"0cc7feaa-df74-4e3d-8508-4efc54bc6161","timestamp":"2023-03-29T23:38:36.296436Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:39:23.366+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-29T23:40:16.439+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7d61f82a-ef24-407a-8bf0-37380b995fd7","timestamp":"2023-03-29T23:40:16.148792Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:40:18.215+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"95b00ac1-edd7-4741-be0f-b88acf7bbae3","timestamp":"2023-03-29T23:40:18.207090Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:40:27.441+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5f3eb4c3-7d8c-44a8-875c-15dd914b548c","timestamp":"2023-03-29T23:40:27.240711Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:40:32.055+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4587f04b-141e-48e8-9047-f0570de101de","timestamp":"2023-03-29T23:40:31.533426Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:40:36.126+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"984919c1-0eae-4177-879b-adbd47814af3","timestamp":"2023-03-29T23:40:36.296610Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:41:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-29T23:42:16.449+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3c1c19ca-44ca-48eb-928b-3ade794a1400","timestamp":"2023-03-29T23:42:16.148895Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:42:18.218+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"549b9583-803b-4a44-a99e-77a3c25f4f67","timestamp":"2023-03-29T23:42:18.207140Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:42:27.446+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c20c39df-4a9e-45c4-a61d-2a124f0e5807","timestamp":"2023-03-29T23:42:27.240729Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:42:32.013+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0f920a69-4667-44bd-8a04-47996da8d054","timestamp":"2023-03-29T23:42:31.533229Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:42:36.115+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"5ac9763a-24ef-4d28-8595-4080d5de7cc2","timestamp":"2023-03-29T23:42:36.296516Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:43:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-29T23:44:16.435+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8c1c931a-036a-48db-b522-d658af6a399a","timestamp":"2023-03-29T23:44:16.148601Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:44:18.221+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f725939a-2952-453b-8389-c56676dfe1cb","timestamp":"2023-03-29T23:44:18.207027Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:44:27.510+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"67e7c0cb-3ae0-4fd5-8087-cbd27447a426","timestamp":"2023-03-29T23:44:27.240624Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:44:32.003+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a259e34d-f682-4a0a-bcab-adf6509864b2","timestamp":"2023-03-29T23:44:31.533307Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:44:36.124+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"aeb090d4-15e4-4681-a522-c2fae09e0639","timestamp":"2023-03-29T23:44:36.296571Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:45:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-29T23:46:16.437+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"de3345b9-7598-4eba-9aa0-f3122ea4a5b4","timestamp":"2023-03-29T23:46:16.148947Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:46:18.217+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b8bc9788-7abd-4878-9760-2506334ef9e8","timestamp":"2023-03-29T23:46:18.207249Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:46:27.445+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a9c108cb-c893-433e-8f37-a6413cd14a80","timestamp":"2023-03-29T23:46:27.240636Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:46:32.005+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b13517cc-8990-4888-bf63-3b31dd4d2b30","timestamp":"2023-03-29T23:46:31.533309Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:46:36.211+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"bedf6a35-6ec1-4e80-96ef-d4d4a2b812d1","timestamp":"2023-03-29T23:46:36.296461Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:47:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-29T23:48:16.428+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2c5fe942-1310-4951-a871-32ae0592ea8b","timestamp":"2023-03-29T23:48:16.148844Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:48:18.265+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5bfb61b5-3ced-4461-bff0-39ded6174fc4","timestamp":"2023-03-29T23:48:18.207224Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:48:27.438+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"96a520a3-621d-46e9-8b42-4d404459d807","timestamp":"2023-03-29T23:48:27.240672Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:48:32.016+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fe40b4cf-2346-45e2-8c5b-f3a1f24c54c5","timestamp":"2023-03-29T23:48:31.533264Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:48:36.120+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"df59a463-6099-4929-b359-ccbcdfeaedff","timestamp":"2023-03-29T23:48:36.296528Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:49:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-29T23:50:16.437+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5b614dd5-62f6-4ad7-9840-ccdc3aef560e","timestamp":"2023-03-29T23:50:16.148881Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:50:18.267+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f479f4a8-65bb-41a7-9f85-8c6488afc1ca","timestamp":"2023-03-29T23:50:18.207459Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:50:27.507+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"70ee7551-faf9-4ab8-aab9-6519336bf614","timestamp":"2023-03-29T23:50:27.240633Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:50:32.066+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7f3572fb-cddf-4503-8f4d-7b94d7bf61c5","timestamp":"2023-03-29T23:50:31.532993Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:50:36.123+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"fcfca40e-3392-49bd-83b9-c1d8ceadeb4f","timestamp":"2023-03-29T23:50:36.296475Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:51:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-29T23:52:16.435+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"33b2a293-4e53-4204-b0dc-f5812ee64681","timestamp":"2023-03-29T23:52:16.148848Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:52:18.206+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7cc7a148-8e2e-4349-aace-2a1166141f89","timestamp":"2023-03-29T23:52:18.207134Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:52:27.448+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6330de0e-66c9-4a5a-86ea-0f71db24f4b7","timestamp":"2023-03-29T23:52:27.240746Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:52:32.003+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bdada0d6-ffe2-4c52-bb42-af701a0e48d6","timestamp":"2023-03-29T23:52:31.533367Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:52:36.113+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"6e38f27e-30e5-4e00-8cef-76af957ddf16","timestamp":"2023-03-29T23:52:36.296545Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:53:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-29T23:54:16.435+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8f624917-e249-43f5-a792-15a8f1095af9","timestamp":"2023-03-29T23:54:16.148645Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:54:18.213+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"18ebb063-e32e-4e40-aee2-13389c0f8aca","timestamp":"2023-03-29T23:54:18.207276Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:54:27.446+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"98850a26-65b5-42d9-b2b9-df3635f57d7a","timestamp":"2023-03-29T23:54:27.240634Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:54:32.025+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"886f2fed-fb32-429a-bba0-b44cc5a0a5dc","timestamp":"2023-03-29T23:54:31.533234Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:54:36.126+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"5725855d-ca66-4ef4-8e3f-c82e0f748064","timestamp":"2023-03-29T23:54:36.296591Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:55:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-29T23:56:16.434+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"95b299b5-2450-4fcc-a673-990e12f14824","timestamp":"2023-03-29T23:56:16.148906Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:56:18.211+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"63b86f7f-f063-42f5-a3c7-95739ff85393","timestamp":"2023-03-29T23:56:18.207028Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:56:27.443+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5c4a7218-013e-479d-a596-6cfcd03bb257","timestamp":"2023-03-29T23:56:27.240601Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:56:32.005+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"37bd51c6-5cfb-4566-bbfe-8f13af9b4db7","timestamp":"2023-03-29T23:56:31.533138Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:56:36.117+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"da5bb318-6ba8-49f5-8c81-ba7aa2a3989e","timestamp":"2023-03-29T23:56:36.296371Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:57:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-29T23:58:16.432+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4262167d-f92c-4ca2-bd39-030f03ddd3f8","timestamp":"2023-03-29T23:58:16.148790Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:58:18.216+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1eb2ae5b-34e7-4c7d-9dd7-01818d881420","timestamp":"2023-03-29T23:58:18.207220Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:58:27.440+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ae1da742-5559-4e1b-8b0a-c200387a6e3d","timestamp":"2023-03-29T23:58:27.240559Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:58:32.005+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c1bf9295-4e1f-497f-b24b-bbdc9b7389f9","timestamp":"2023-03-29T23:58:31.533358Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:58:36.117+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"a5c4710d-8e6a-4b3d-be1d-976bad969505","timestamp":"2023-03-29T23:58:36.296662Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:59:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T00:00:16.441+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f8bf3f1c-8309-4bad-a888-1ef6650926dd","timestamp":"2023-03-30T00:00:16.148907Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:00:18.211+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"111eea05-220c-4a7e-b207-a71bb59a959c","timestamp":"2023-03-30T00:00:18.207183Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:00:27.444+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"72961dad-7ff3-4c77-9f87-3a3cfaacce58","timestamp":"2023-03-30T00:00:27.240657Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:00:32.061+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bb292b36-9b5b-4761-8013-f40368058049","timestamp":"2023-03-30T00:00:31.533258Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:00:36.121+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"6b9a1d29-13f7-4bb3-baa7-3c5b62704e59","timestamp":"2023-03-30T00:00:36.296637Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:01:23.366+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T00:02:16.489+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"33abb5a7-14ec-4695-9377-f0309933856e","timestamp":"2023-03-30T00:02:16.148943Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:02:18.256+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"88967457-45a5-4b70-b0ca-90af938dcff8","timestamp":"2023-03-30T00:02:18.207092Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:02:27.496+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b1d5e647-50c8-4dc6-8932-3ecaefc82b44","timestamp":"2023-03-30T00:02:27.240572Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:02:32.003+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0b4da123-565b-4b66-a89e-a4d316dd8eeb","timestamp":"2023-03-30T00:02:31.533182Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:02:36.176+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"bc4ba453-e389-49f4-991f-469dbd87cfd2","timestamp":"2023-03-30T00:02:36.296544Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:03:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T00:04:16.426+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"544541af-ce83-488f-a4d7-a3ad6aa8164d","timestamp":"2023-03-30T00:04:16.148629Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:04:18.199+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c533447d-431e-476b-93a5-368c0aa12c91","timestamp":"2023-03-30T00:04:18.207136Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:04:27.445+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d0674677-b703-4d9c-8cb4-7e8a1cf68fe0","timestamp":"2023-03-30T00:04:27.240512Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:04:32.012+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"388f28f3-bddc-4ca0-bbbb-7870fa18aa57","timestamp":"2023-03-30T00:04:31.533027Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:04:36.120+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ee17e2dc-2ce2-4861-b5b4-ab458060bc19","timestamp":"2023-03-30T00:04:36.296576Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:05:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T00:06:16.435+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6c403f9c-781c-4d77-87e4-d674acff8154","timestamp":"2023-03-30T00:06:16.148887Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:06:18.200+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1ad62bc9-6ae7-45e8-b07b-3188060713f3","timestamp":"2023-03-30T00:06:18.207168Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:06:27.451+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dcbbbc72-e5be-4b86-9960-c146e5d2241a","timestamp":"2023-03-30T00:06:27.240602Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:06:32.070+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9ffa3e2e-16b6-4dac-8f21-04633121f44b","timestamp":"2023-03-30T00:06:31.533091Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:06:36.118+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"a5ba5db7-1187-4cf6-a995-2e474e690cfe","timestamp":"2023-03-30T00:06:36.296687Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:07:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T00:08:16.430+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f07fd42f-d38c-4859-bbc0-37e1e5fe6c71","timestamp":"2023-03-30T00:08:16.148731Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:08:18.199+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ae2c8116-d549-488f-9cb1-7590b11074f6","timestamp":"2023-03-30T00:08:18.207249Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:08:27.446+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6ec84937-ba4c-4f1f-9702-78cac856d948","timestamp":"2023-03-30T00:08:27.240648Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:08:32.018+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b7cf0573-1909-4ff8-9360-9bce83db6b87","timestamp":"2023-03-30T00:08:31.533031Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:08:36.114+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"0dd7332d-5951-4acf-8cca-c5099de50c2f","timestamp":"2023-03-30T00:08:36.296526Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:09:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T00:10:16.432+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cd41c879-77d3-4795-8346-288cb0ce73e1","timestamp":"2023-03-30T00:10:16.148850Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:10:18.207+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1a30347e-48aa-4d01-aa98-04ea97029cb1","timestamp":"2023-03-30T00:10:18.207152Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:10:27.442+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3e3edf03-a634-4ea9-9e7a-2631897a1f46","timestamp":"2023-03-30T00:10:27.240686Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:10:32.010+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ad1b421e-5410-4b61-bbf6-0069ebd8b29e","timestamp":"2023-03-30T00:10:31.533294Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:10:36.118+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b6e126df-2e4b-42d9-bf0c-f1ba6e007522","timestamp":"2023-03-30T00:10:36.296685Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:11:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T00:12:16.425+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0bce3014-52ff-43df-8b89-dd3563e8e0e2","timestamp":"2023-03-30T00:12:16.149506Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:12:18.196+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"315f98f1-c5d8-4ebd-ae95-1030acd17d8b","timestamp":"2023-03-30T00:12:18.207967Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:12:27.514+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"204efb77-642f-4c60-a743-cfb8427ba9f9","timestamp":"2023-03-30T00:12:27.240528Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:12:32.022+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c5ad4c97-accf-4d92-b8ee-82ed052ae67d","timestamp":"2023-03-30T00:12:31.533080Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:12:36.110+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f5275db7-770a-4b0f-b204-83c8608726bd","timestamp":"2023-03-30T00:12:36.296526Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:13:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T00:14:16.472+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"97244a66-4a2d-4583-85e8-13d6fbb111a1","timestamp":"2023-03-30T00:14:16.149077Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:14:18.203+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"921f3ad3-c441-40f0-abea-5a39d7d20377","timestamp":"2023-03-30T00:14:18.207121Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:14:27.439+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"470584f7-4f94-41ce-9e85-dda104baa4bb","timestamp":"2023-03-30T00:14:27.240684Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:14:32.014+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8427520b-915a-47b5-be92-d7261a817ddf","timestamp":"2023-03-30T00:14:31.533443Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:14:36.108+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"7ab68880-a6cc-4d54-b082-ad03563ecdde","timestamp":"2023-03-30T00:14:36.296564Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:15:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T00:16:16.427+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"de56bee5-8dbe-4e5a-ba28-be37089d8d4a","timestamp":"2023-03-30T00:16:16.148748Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:16:18.204+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"eab38b1e-de5d-411d-8631-518b0146da11","timestamp":"2023-03-30T00:16:18.207198Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:16:27.447+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7340182d-5001-4249-a47a-b7eb614b1bb6","timestamp":"2023-03-30T00:16:27.240447Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:16:32.078+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a94f88c7-359d-4274-a148-06c74012b08b","timestamp":"2023-03-30T00:16:31.533175Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:16:36.117+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f02cbdea-214e-4564-84d8-71cff406b7ad","timestamp":"2023-03-30T00:16:36.296542Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:17:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T00:18:16.433+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"863c53eb-5450-40c4-93ad-f71203999cff","timestamp":"2023-03-30T00:18:16.148864Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:18:18.198+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2851f27b-a548-49ca-8af2-5f1beadbf106","timestamp":"2023-03-30T00:18:18.207201Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:18:27.446+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b6ac7e89-49f0-4009-83f1-b5b7de8a5482","timestamp":"2023-03-30T00:18:27.240585Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:18:32.003+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"939d94c8-0671-4451-982a-bb4cca4663ba","timestamp":"2023-03-30T00:18:31.533059Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:18:36.171+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b9f8b77f-b9b9-4072-b0af-4cf0b0eb200f","timestamp":"2023-03-30T00:18:36.296577Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:19:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T00:20:16.431+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0187d707-ec0e-4695-8182-7b580a387465","timestamp":"2023-03-30T00:20:16.148819Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:20:18.201+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"abc14e4e-462f-43aa-aedc-e8c874c0d7c7","timestamp":"2023-03-30T00:20:18.207051Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:20:27.504+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ceaad51b-0cd2-43cd-8a63-2f3dc2365253","timestamp":"2023-03-30T00:20:27.240512Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:20:32.030+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b3a800e7-d882-4780-b161-257b914c28ab","timestamp":"2023-03-30T00:20:31.533142Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:20:36.109+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"5c295e12-d9d2-425d-9eb7-368bca1760de","timestamp":"2023-03-30T00:20:36.296585Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:21:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T00:22:16.427+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8fdd2445-8081-445a-bc65-aa6fd3c2780b","timestamp":"2023-03-30T00:22:16.149695Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:22:18.255+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"61434b9a-f3c6-47dd-9e40-b8c085d4bc27","timestamp":"2023-03-30T00:22:18.207082Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:22:27.445+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"985bc9ef-b46c-43b0-b559-0b91a9d3ecdf","timestamp":"2023-03-30T00:22:27.240653Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:22:32.010+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"678c0061-9b72-4e89-ae57-2e50a75604c5","timestamp":"2023-03-30T00:22:31.533135Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:22:36.174+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"5e53c24a-4ab7-455f-9aad-e1ac69979372","timestamp":"2023-03-30T00:22:36.296540Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:23:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T00:24:16.426+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8d345ebe-9994-4f08-bead-f9352b960816","timestamp":"2023-03-30T00:24:16.148723Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:24:18.203+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7570ecc4-3225-4f11-8984-c0cd326db3db","timestamp":"2023-03-30T00:24:18.207062Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:24:27.447+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"123fdc47-86c9-4d12-b48b-89274711c98e","timestamp":"2023-03-30T00:24:27.240666Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:24:32.006+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"066ae702-0aca-4cb7-9030-70f5c10b1d07","timestamp":"2023-03-30T00:24:31.533160Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:24:36.107+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"d3bfbc98-f8f2-4d5e-9041-242dfeaab0de","timestamp":"2023-03-30T00:24:36.296683Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:25:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T00:26:16.418+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3e4843f3-368f-4611-9be6-7efbc8cc54c5","timestamp":"2023-03-30T00:26:16.148770Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:26:18.197+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"57c3de9e-063d-44ee-bfb4-29355b43c40e","timestamp":"2023-03-30T00:26:18.206919Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:26:27.517+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"05ca4292-ee61-439c-a94f-487005c51607","timestamp":"2023-03-30T00:26:27.240682Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:26:32.004+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"86c3ff21-4e0d-408b-974d-c792b4a7843c","timestamp":"2023-03-30T00:26:31.533254Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:26:36.112+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"5cd94e3a-66a9-4ac4-aab3-5323e5ca16d7","timestamp":"2023-03-30T00:26:36.296602Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:27:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T00:28:16.440+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c2607c7f-9f54-41cb-b8f7-c8429aada35e","timestamp":"2023-03-30T00:28:16.148734Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:28:18.195+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3e16ece6-01f3-4603-87a0-42a7f16d5375","timestamp":"2023-03-30T00:28:18.207161Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:28:27.453+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3df4c62c-f00a-4f5c-bc97-c587b4275f26","timestamp":"2023-03-30T00:28:27.240538Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:28:32.005+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fc93d451-7984-4446-b7b2-eee0b7be1a42","timestamp":"2023-03-30T00:28:31.533142Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:28:36.102+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"13a027cb-35f5-4b15-9d9e-8be7bf5bddf0","timestamp":"2023-03-30T00:28:36.296480Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:29:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T00:30:16.471+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"65c5bedc-5f96-4585-a1dd-f5e0e563f43b","timestamp":"2023-03-30T00:30:16.148715Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:30:18.195+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3f8224f9-1d08-45fe-b834-ea3a1a632902","timestamp":"2023-03-30T00:30:18.207013Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:30:27.441+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"697971b8-beb6-4acc-997c-bf5958265fc4","timestamp":"2023-03-30T00:30:27.240625Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:30:32.008+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"be3556a9-b71a-422c-a30d-4668ed6cf704","timestamp":"2023-03-30T00:30:31.533315Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:30:36.103+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f57b6ef4-5563-44be-96fb-23a498150229","timestamp":"2023-03-30T00:30:36.296491Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:31:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T00:32:16.419+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e3f768a0-8f6f-4d80-9d9e-5860f595d7ac","timestamp":"2023-03-30T00:32:16.148674Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:32:18.256+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"53bb2352-bd92-4750-9ac1-bf86496df3d0","timestamp":"2023-03-30T00:32:18.207104Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:32:27.438+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5a6e2b7c-f6c9-4fc0-b409-ff2bc655591a","timestamp":"2023-03-30T00:32:27.240602Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:32:32.013+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0c6cb0ea-add5-4f5e-87de-2947517e0256","timestamp":"2023-03-30T00:32:31.532975Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:32:36.153+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"864ab56b-eed4-4cf4-a7bc-5d77adbd05cf","timestamp":"2023-03-30T00:32:36.296518Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:33:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T00:34:16.485+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f9fac3e9-5221-43bc-b7a5-2b8abe767575","timestamp":"2023-03-30T00:34:16.148782Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:34:18.197+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5be77abc-28fa-4ee5-89d0-cac123310243","timestamp":"2023-03-30T00:34:18.207092Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:34:27.438+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9cf7044b-f24d-433e-82e3-b387b7432c6a","timestamp":"2023-03-30T00:34:27.240561Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:34:32.069+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ff6d9e0c-fdad-4793-ab80-1617c272de24","timestamp":"2023-03-30T00:34:31.533035Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:34:36.109+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b8dbb9ce-7389-4d85-a3b9-f6699eaa7a9e","timestamp":"2023-03-30T00:34:36.296440Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:35:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T00:36:16.425+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3a71ef00-338c-4aa8-8081-a871cfa0632c","timestamp":"2023-03-30T00:36:16.148823Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:36:18.198+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a52e0165-666e-44ed-b3f2-46fdae277594","timestamp":"2023-03-30T00:36:18.207065Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:36:27.442+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3964c6d3-5ce1-4e7f-8366-855ea66cd85b","timestamp":"2023-03-30T00:36:27.240453Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:36:32.009+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"abd1b631-0128-43cd-b4f3-fb8c4742fd52","timestamp":"2023-03-30T00:36:31.533452Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:36:36.105+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"2c13c1cb-d9e3-4cb5-b0ea-1c0961332397","timestamp":"2023-03-30T00:36:36.296624Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:37:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T00:38:16.413+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fc40616f-e075-4485-91f2-a305e7bd2cee","timestamp":"2023-03-30T00:38:16.148764Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:38:18.194+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7f4be3a0-be94-49ce-b84d-f48c345d0c33","timestamp":"2023-03-30T00:38:18.207214Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:38:27.439+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7be60f65-b580-4469-8708-01fa892c9e17","timestamp":"2023-03-30T00:38:27.240562Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:38:32.011+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cafc5aae-0b09-4ba5-81d3-d222a5c705a3","timestamp":"2023-03-30T00:38:31.533173Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:38:36.104+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"e38d88f4-0f6b-4068-be69-3eb7efb40480","timestamp":"2023-03-30T00:38:36.296472Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:39:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T00:40:16.414+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b6603200-fd2d-4748-bbe2-11596ee82762","timestamp":"2023-03-30T00:40:16.148856Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:40:18.193+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ffa4bb64-773b-45df-b458-53539481245f","timestamp":"2023-03-30T00:40:18.207014Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:40:27.504+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"57bf4e90-20bf-4d5f-bae7-c50cc756bb6b","timestamp":"2023-03-30T00:40:27.240901Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:40:32.008+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"45372b4b-2b68-4a2f-8c07-97b8216a79a0","timestamp":"2023-03-30T00:40:31.533487Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:40:36.111+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"fca2a09e-0024-4fc1-9a00-1ea5dd3c505c","timestamp":"2023-03-30T00:40:36.296659Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:41:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T00:42:16.418+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"93fc017b-6d66-4c82-b9b9-ee959d96cba1","timestamp":"2023-03-30T00:42:16.149013Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:42:18.195+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c47beb8a-0a56-4a84-89c3-72fd4c318902","timestamp":"2023-03-30T00:42:18.207289Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:42:27.443+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5a3ea16e-e4d0-4abb-986b-4e41e8073e84","timestamp":"2023-03-30T00:42:27.240711Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:42:32.013+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c6dac54b-fc54-4e9b-bad0-566b171f1f63","timestamp":"2023-03-30T00:42:31.533212Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:42:36.099+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"3c2d80be-a8da-4ee0-a1e7-db128f129f17","timestamp":"2023-03-30T00:42:36.296355Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:43:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T00:44:16.418+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5c2fa07b-76a4-47ba-a664-5c68002977f4","timestamp":"2023-03-30T00:44:16.149514Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:44:18.187+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8858b775-d87d-45fc-9687-131f13f8f307","timestamp":"2023-03-30T00:44:18.207209Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:44:27.441+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b1a18b10-88d8-4645-89f1-f7ee207372c9","timestamp":"2023-03-30T00:44:27.240535Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:44:32.001+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"94d8f402-d59b-42ba-ab32-2e634b59b88f","timestamp":"2023-03-30T00:44:31.533310Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:44:36.097+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"77163020-0ec2-4f4e-9005-a306387dc90b","timestamp":"2023-03-30T00:44:36.296858Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:45:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T00:46:16.410+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c2084ecd-7427-4044-a8d1-4cb63c602a9b","timestamp":"2023-03-30T00:46:16.148883Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:46:18.184+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"06208179-99ec-494b-8231-1371cb74a5e3","timestamp":"2023-03-30T00:46:18.207151Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:46:27.437+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7d933fce-af20-4da6-abf9-8737aff59b6a","timestamp":"2023-03-30T00:46:27.240691Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:46:32.009+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"01eb286c-2a3a-4c8b-a3ce-207c0725189d","timestamp":"2023-03-30T00:46:31.533245Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:46:36.175+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"5883f00f-6b34-452f-abe4-f2d4ffe8b0e7","timestamp":"2023-03-30T00:46:36.296765Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:47:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T00:48:16.412+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5a50e721-53ec-4435-aeeb-95e718e29681","timestamp":"2023-03-30T00:48:16.148757Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:48:18.188+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"aa669b42-6b67-4a8d-b973-4940e978c909","timestamp":"2023-03-30T00:48:18.207106Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:48:27.446+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4aae2dc5-6626-4f20-a16c-ac58ae761d9e","timestamp":"2023-03-30T00:48:27.240507Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:48:32.070+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7d8c6bd7-b716-4f89-b137-eba0d37c0806","timestamp":"2023-03-30T00:48:31.533293Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:48:36.099+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"920bade9-3324-4bfe-9bc1-8327897fcf45","timestamp":"2023-03-30T00:48:36.296510Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:49:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T00:50:16.409+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4f66bd7c-306e-4e20-9504-c828aee044e6","timestamp":"2023-03-30T00:50:16.148668Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:50:18.192+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0abb74dc-b58a-4635-b106-16336723118c","timestamp":"2023-03-30T00:50:18.206972Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:50:27.445+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b7e5ae3b-8e12-4c0c-96b3-890745bdd5cc","timestamp":"2023-03-30T00:50:27.240512Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:50:32.002+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"28add523-4821-44e7-94a5-69ecf98d7d78","timestamp":"2023-03-30T00:50:31.533019Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:50:36.141+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"61ad67cd-96e0-4fdd-a844-b3a13afffca9","timestamp":"2023-03-30T00:50:36.296378Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:51:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T00:52:16.410+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3669a686-a5ac-454b-8701-8f6420e50e14","timestamp":"2023-03-30T00:52:16.148741Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:52:18.184+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b74d51b9-a5c9-4f4c-89dc-fb06010c6099","timestamp":"2023-03-30T00:52:18.207053Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:52:27.517+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1d114ae0-423f-4561-b5ca-95d43a23db5b","timestamp":"2023-03-30T00:52:27.240530Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:52:32.008+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fa3c7a87-3dba-4e6e-970a-b28c6bb131aa","timestamp":"2023-03-30T00:52:31.533308Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:52:36.094+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"fa6c0a3d-cc0c-4c96-b591-cc88fb3ff514","timestamp":"2023-03-30T00:52:36.296621Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:53:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T00:54:16.408+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c73cd420-b0b5-4acb-a1d2-92fad33810de","timestamp":"2023-03-30T00:54:16.148935Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:54:18.190+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1f73c735-d1da-4ede-80f5-8363fd261a91","timestamp":"2023-03-30T00:54:18.207103Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:54:27.435+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"eb1bcc7a-2dd8-4b15-bf44-bccc3d59b600","timestamp":"2023-03-30T00:54:27.240663Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:54:32.014+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8b651e99-97a1-42c9-95aa-dc6c0a34ab4f","timestamp":"2023-03-30T00:54:31.533181Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:54:36.104+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"69ead129-86e1-42c4-b24d-d26dfd591356","timestamp":"2023-03-30T00:54:36.296559Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:55:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T00:56:16.411+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8b3ac62a-f4dd-45b4-99df-2b6975cd3027","timestamp":"2023-03-30T00:56:16.148757Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:56:18.185+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0015ab5c-2a56-4f31-bb4d-923f2e81ad51","timestamp":"2023-03-30T00:56:18.207080Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:56:27.453+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4fa69e3f-30ae-40e5-86ca-ce542760efa2","timestamp":"2023-03-30T00:56:27.240602Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:56:32.004+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"67430f17-aca1-45f4-be24-ed6675844e40","timestamp":"2023-03-30T00:56:31.533102Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:56:36.104+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"24e74c73-3bd7-47a7-8a98-45a254b6d641","timestamp":"2023-03-30T00:56:36.296558Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:57:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T00:58:16.405+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9875d949-0e35-4868-a620-5a16b5a0efc2","timestamp":"2023-03-30T00:58:16.148780Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:58:18.187+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dd6e82a8-2e41-4e69-816d-503420ecc115","timestamp":"2023-03-30T00:58:18.207234Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:58:27.442+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ae3816ce-a20e-4192-992d-ea2589d1b839","timestamp":"2023-03-30T00:58:27.240593Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:58:32.010+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"14a86b10-9b41-4453-a8fb-a5138fa9f68e","timestamp":"2023-03-30T00:58:31.533151Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:58:36.094+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"121c727e-dbf5-40e8-8506-e176e217eaec","timestamp":"2023-03-30T00:58:36.296432Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:59:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T01:00:16.414+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0fda21a6-1647-4e49-b61b-7afb95d33f64","timestamp":"2023-03-30T01:00:16.148715Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:00:18.190+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e2deaf39-31f8-4c65-8260-d57558d1f87d","timestamp":"2023-03-30T01:00:18.207047Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:00:27.440+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a5025607-1075-4683-8074-3c7a4b066a89","timestamp":"2023-03-30T01:00:27.240570Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:00:32.001+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fa4faa09-694f-45cc-84fb-0e42cb868af4","timestamp":"2023-03-30T01:00:31.533127Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:00:36.103+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"86b6b127-8262-4b7b-ab8e-522cc754a8bc","timestamp":"2023-03-30T01:00:36.296453Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:01:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T01:02:16.415+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"10974b0b-5c3a-4eff-96b7-f1f745996e46","timestamp":"2023-03-30T01:02:16.148817Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:02:18.181+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5c7502e7-5f3a-40cb-a033-a7b59c92cbf4","timestamp":"2023-03-30T01:02:18.206976Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:02:27.499+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"82b1467c-a252-4a7b-8182-0b8dfec75f5e","timestamp":"2023-03-30T01:02:27.240569Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:02:32.010+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"79921090-fd32-4eeb-a734-598d796960df","timestamp":"2023-03-30T01:02:31.533149Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:02:36.100+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f86593b8-eaf0-4089-ab60-1dcdb1d6bf7f","timestamp":"2023-03-30T01:02:36.296627Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:03:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T01:04:16.407+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1ca04543-cd51-4bcb-91df-16e5b14450f5","timestamp":"2023-03-30T01:04:16.148794Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:04:18.250+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3cf6d648-c0f5-4bcf-ac52-53c500db6c3f","timestamp":"2023-03-30T01:04:18.207152Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:04:27.437+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"74791832-5db4-441b-ab99-40cf27a5ff83","timestamp":"2023-03-30T01:04:27.240627Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:04:32.005+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"312e1992-9607-4b34-8f9c-e0e0d22a0c9e","timestamp":"2023-03-30T01:04:31.533024Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:04:36.097+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"1729f305-c247-43b2-93d1-1154b58a7c59","timestamp":"2023-03-30T01:04:36.296532Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:05:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T01:06:16.412+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"aee061ed-30bf-4cf9-994f-98cd1f5bfd94","timestamp":"2023-03-30T01:06:16.148608Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:06:18.189+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"560bf928-bf46-42f5-972a-eeb688c57092","timestamp":"2023-03-30T01:06:18.206986Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:06:27.446+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f51195ff-cebf-463a-a3a1-d11ff274372e","timestamp":"2023-03-30T01:06:27.240479Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:06:32.003+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"29807d31-ee52-41ac-915f-c0718e6fb3f8","timestamp":"2023-03-30T01:06:31.533727Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:06:36.105+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"1ff04d40-e17d-466c-9a25-36e93896409d","timestamp":"2023-03-30T01:06:36.296433Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:07:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T01:08:16.405+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4344d7b7-a100-4a20-884e-3db68b768812","timestamp":"2023-03-30T01:08:16.148914Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:08:18.184+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d3a617c4-43ae-40b6-be2a-ffaf31c5ad29","timestamp":"2023-03-30T01:08:18.207053Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:08:27.433+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1db96f18-4f92-46bc-a2af-960a3c5cbfc8","timestamp":"2023-03-30T01:08:27.240611Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:08:32.005+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4bc08dd0-61c5-4b6d-aa02-1ae42e0dce63","timestamp":"2023-03-30T01:08:31.533121Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:08:36.178+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b96200cf-d27c-4e7b-a4fa-dbf08fd6360a","timestamp":"2023-03-30T01:08:36.297044Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:09:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T01:10:16.403+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0dc7a610-b10e-4bf3-af00-7ef4d8bf4eae","timestamp":"2023-03-30T01:10:16.148921Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:10:18.178+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5fc12f3d-e96d-4c07-a31d-468c4f7868e8","timestamp":"2023-03-30T01:10:18.207148Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:10:27.447+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"677c575c-b70f-43bb-860c-c1ef4a460b52","timestamp":"2023-03-30T01:10:27.240455Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:10:32.008+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cb9d1333-ce04-4e87-ba65-48d5fd3adc5e","timestamp":"2023-03-30T01:10:31.533052Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:10:36.094+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"66e2c498-80a1-40dd-aad5-24707593caa0","timestamp":"2023-03-30T01:10:36.296456Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:11:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T01:12:16.472+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f937d620-05fa-45ef-a530-774f855bdf67","timestamp":"2023-03-30T01:12:16.148918Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:12:18.178+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8b8d0d08-ab42-4eae-899d-4673049e3ca5","timestamp":"2023-03-30T01:12:18.207066Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:12:27.436+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"94bdc9f2-7a19-4d28-91ec-b55c389a4c71","timestamp":"2023-03-30T01:12:27.240656Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:12:32.005+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c27f673b-c545-4189-91f0-a082d652418b","timestamp":"2023-03-30T01:12:31.533171Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:12:36.097+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"e56d81a8-f37e-46d1-9962-7b74ac793085","timestamp":"2023-03-30T01:12:36.296605Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:13:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T01:14:16.408+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3e33fbf6-8359-4deb-b115-86928b4c0737","timestamp":"2023-03-30T01:14:16.148828Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:14:18.184+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9339c1d3-ad23-4901-848a-eb340880c59f","timestamp":"2023-03-30T01:14:18.207072Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:14:27.489+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"767aa026-2ffb-474b-acf0-a14115e0c55f","timestamp":"2023-03-30T01:14:27.240600Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:14:32.044+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7123c47e-b8fc-41b8-9bd6-487795e6851a","timestamp":"2023-03-30T01:14:31.533240Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:14:36.094+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"65a293ba-e5b1-42a0-a597-fe7776c935b3","timestamp":"2023-03-30T01:14:36.296710Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:15:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T01:16:16.406+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"aaf670a8-7fcc-422d-b5fb-646f7a419a68","timestamp":"2023-03-30T01:16:16.148739Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:16:18.185+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ad19ed61-8993-4ff9-a382-c07ae2f6c382","timestamp":"2023-03-30T01:16:18.207088Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:16:27.442+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"79d83b02-2526-4333-a5c1-9472a667d06a","timestamp":"2023-03-30T01:16:27.241081Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:16:32.003+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"45c550a2-f1cd-4630-85d8-b5b559b0679f","timestamp":"2023-03-30T01:16:31.533224Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:16:36.090+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"77ead7c1-a685-4a69-a3e7-c9a923f3a323","timestamp":"2023-03-30T01:16:36.296478Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:17:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T01:18:16.397+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"68b9110c-95ef-4b52-bcfa-f0bd8f66dcd4","timestamp":"2023-03-30T01:18:16.148738Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:18:18.175+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"caed069f-e2d0-4ef7-a679-d9b96e942c53","timestamp":"2023-03-30T01:18:18.207148Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:18:27.495+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5d006a44-f86c-4277-92e3-b957d7d43587","timestamp":"2023-03-30T01:18:27.240542Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:18:32.003+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"34bc1177-370d-44b9-bc15-e1e27c187191","timestamp":"2023-03-30T01:18:31.533151Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:18:36.099+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"390e5cf9-8590-438f-9771-f2668dc78f62","timestamp":"2023-03-30T01:18:36.296541Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:19:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T01:20:16.404+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3aa94a82-afce-408c-b56c-64273e1c9286","timestamp":"2023-03-30T01:20:16.148756Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:20:18.176+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"19fd9214-ed46-463e-8d03-2bf53a469fc5","timestamp":"2023-03-30T01:20:18.207018Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:20:27.438+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5ab583e6-4e69-4081-9a8a-3c352d9687cc","timestamp":"2023-03-30T01:20:27.240577Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:20:32.001+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"59135f45-c9a7-4b63-b754-b9be023a948a","timestamp":"2023-03-30T01:20:31.533216Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:20:36.148+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"a4e16924-aa8a-4730-8951-a18fcaf50cca","timestamp":"2023-03-30T01:20:36.298100Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:21:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T01:22:16.404+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4a402dee-efb7-4990-ba7b-a183830cd79e","timestamp":"2023-03-30T01:22:16.148838Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:22:18.176+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"979ce081-ba7d-46fa-b4e2-65215c40a9bd","timestamp":"2023-03-30T01:22:18.206995Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:22:27.456+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a57f799b-fa16-49ed-8d05-6280404a06d0","timestamp":"2023-03-30T01:22:27.240573Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:22:32.071+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0166c000-774c-41b6-8d77-b63c179e40c4","timestamp":"2023-03-30T01:22:31.533198Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:22:36.085+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ae1050b5-3a2c-4afb-a2f4-bb76307b13a2","timestamp":"2023-03-30T01:22:36.296520Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:23:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T01:24:16.452+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"194c2cea-d5cd-4af6-98a3-2a2533fa9f04","timestamp":"2023-03-30T01:24:16.148753Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:24:18.181+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"47fb0893-6c72-4f30-9aed-db4b81879ad9","timestamp":"2023-03-30T01:24:18.207173Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:24:27.443+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"53ba85b0-6162-4994-8924-ee5a1c426b92","timestamp":"2023-03-30T01:24:27.240680Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:24:32.005+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"642044bf-0f9f-4ef1-ad63-aac666ca73fb","timestamp":"2023-03-30T01:24:31.533138Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:24:36.085+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"a2d95d4d-c136-421e-860f-9464d829bb6b","timestamp":"2023-03-30T01:24:36.296504Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:25:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T01:26:16.397+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"49f6b1cc-b985-492e-914c-88d5b2dc8ebe","timestamp":"2023-03-30T01:26:16.148790Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:26:18.179+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d70b8999-a293-414e-82aa-f0c7782f8234","timestamp":"2023-03-30T01:26:18.207087Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:26:27.497+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"523e5a61-1112-4408-a2ae-747e29415d99","timestamp":"2023-03-30T01:26:27.240647Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:26:32.012+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"64cfdc12-86e2-498a-a393-b059389dcbca","timestamp":"2023-03-30T01:26:31.533343Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:26:36.136+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"9b258d1e-237e-46ea-a269-ee9c7aee6f71","timestamp":"2023-03-30T01:26:36.296539Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:27:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T01:28:16.408+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bf266b8c-1cc3-4adb-bc6c-a05a43a004fe","timestamp":"2023-03-30T01:28:16.150363Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:28:18.185+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f69dabeb-ee15-45f8-a46c-ffe4b9ae40a8","timestamp":"2023-03-30T01:28:18.207141Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:28:27.434+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d703080e-40ce-4e2d-b3e3-10fdd7ad1a82","timestamp":"2023-03-30T01:28:27.240605Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:28:32.006+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"108e264b-36e5-4907-85f2-89502b670b7e","timestamp":"2023-03-30T01:28:31.533148Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:28:36.082+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"cd73b59a-2c34-43ce-a5ab-78cef0d1aa31","timestamp":"2023-03-30T01:28:36.296586Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:29:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T01:30:16.395+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b78ce2b7-ce70-43a0-be6a-61ad73c37b58","timestamp":"2023-03-30T01:30:16.148695Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:30:18.182+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fd00fb95-ae76-4015-b0a1-5fb18d240f86","timestamp":"2023-03-30T01:30:18.207027Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:30:27.440+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"58b8ce6b-5206-4c0c-9ffd-e074b1c79aaf","timestamp":"2023-03-30T01:30:27.240493Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:30:32.009+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a89db340-dd00-42da-bfd2-3af9e89a00a0","timestamp":"2023-03-30T01:30:31.533105Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:30:36.083+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"e0be5c96-e3d7-4b2c-9c94-cf8c781109ca","timestamp":"2023-03-30T01:30:36.296520Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:31:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T01:32:16.394+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c5650f05-3870-4caf-8085-258a76dfa598","timestamp":"2023-03-30T01:32:16.148807Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:32:18.226+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3e277094-2d49-4030-a3da-e5ac3d64689e","timestamp":"2023-03-30T01:32:18.207055Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:32:27.439+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"98a90b3a-5942-4c15-a25b-f64911be8618","timestamp":"2023-03-30T01:32:27.240525Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:32:32.001+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"62967e47-3df8-4eff-b29f-8b72144aa2f7","timestamp":"2023-03-30T01:32:31.533064Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:32:36.091+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"437f0b45-1c96-4da9-a170-04ebca35a2b7","timestamp":"2023-03-30T01:32:36.296587Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:33:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T01:34:16.395+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"55d2c3f3-0903-42fb-b553-e88de6e2dda7","timestamp":"2023-03-30T01:34:16.148980Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:34:18.180+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0d2814d4-e36d-4a53-9847-82752d83427b","timestamp":"2023-03-30T01:34:18.206969Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:34:27.437+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0dec1b38-692a-4079-a70d-aa432da7d831","timestamp":"2023-03-30T01:34:27.240532Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:34:32.012+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0da1be4a-46e7-4073-a54d-8feb578aa979","timestamp":"2023-03-30T01:34:31.533185Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:34:36.085+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"efa19726-e4a5-471a-9e27-c3af147b40db","timestamp":"2023-03-30T01:34:36.296532Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:35:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T01:36:16.403+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c88bb13c-16f5-4863-8acc-8a1c25778300","timestamp":"2023-03-30T01:36:16.148931Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:36:18.176+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b237b75a-75e8-4a0e-b0c4-fd25a0d8edf5","timestamp":"2023-03-30T01:36:18.209183Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:36:27.431+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9e391a4e-e1c3-4f89-9122-0e107a680466","timestamp":"2023-03-30T01:36:27.240591Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:36:32.011+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c7b275fa-3b1f-4866-b11f-ee816f524712","timestamp":"2023-03-30T01:36:31.533117Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:36:36.090+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f0e23815-5fee-48a3-bd8a-df0463489839","timestamp":"2023-03-30T01:36:36.296565Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:37:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T01:38:16.397+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"81b0a877-3b55-446b-bc9a-6175b34f1be2","timestamp":"2023-03-30T01:38:16.150443Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:38:18.179+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d888213c-6230-4090-8f4c-d801e09d4166","timestamp":"2023-03-30T01:38:18.207138Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:38:27.507+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"372af8e4-5ebe-41df-b1c8-1bf1bebda554","timestamp":"2023-03-30T01:38:27.240698Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:38:32.071+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"04e8d112-fa89-4d7f-97bb-3dfe9396718f","timestamp":"2023-03-30T01:38:31.533390Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:38:36.079+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"5b2c925d-15bf-4de8-841f-3ef23a0e1d02","timestamp":"2023-03-30T01:38:36.296383Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:39:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T01:40:16.396+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a975aa7b-42da-46e0-a35f-15d2f9e94fb0","timestamp":"2023-03-30T01:40:16.148980Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:40:18.176+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"897c2fe9-b7dc-4bc7-ab42-41338a6b307c","timestamp":"2023-03-30T01:40:18.207057Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:40:27.438+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6c094bd5-1766-4c2d-be7c-1621c4f0fdcf","timestamp":"2023-03-30T01:40:27.240585Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:40:32.010+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9ebe4995-785f-462d-8882-2c7e2b653f1c","timestamp":"2023-03-30T01:40:31.533152Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:40:36.088+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"2f7e4a10-9c7e-4432-a2de-a2ef3bf8c215","timestamp":"2023-03-30T01:40:36.296412Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:41:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T01:42:16.401+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5cc08472-fa55-47c6-874a-a7530e9fa9f1","timestamp":"2023-03-30T01:42:16.148953Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:42:18.169+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"24c6eaf0-1dc7-416c-a567-fe483d68fac8","timestamp":"2023-03-30T01:42:18.206925Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:42:27.437+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1c7646c1-ed97-4866-ac48-fafa14d474a8","timestamp":"2023-03-30T01:42:27.241039Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:42:32.008+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"16bca0fd-c74c-4d9f-bf04-6eb53f5c280e","timestamp":"2023-03-30T01:42:31.533204Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:42:36.080+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ae5818a1-5cfc-47fe-bd7a-a6514ebbc75a","timestamp":"2023-03-30T01:42:36.296545Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:43:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T01:44:16.395+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cc34f24c-8c57-44f9-9ffd-6a3ed81da4c1","timestamp":"2023-03-30T01:44:16.148855Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:44:18.173+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"110ae949-48c4-4b64-9bcd-43a1d0d8af02","timestamp":"2023-03-30T01:44:18.207282Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:44:27.432+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"508d1577-3965-4220-ad2a-17c024bb82fa","timestamp":"2023-03-30T01:44:27.240567Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:44:32.008+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2d665401-b5f1-4cce-8414-cde4de0ed8ae","timestamp":"2023-03-30T01:44:31.533234Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:44:36.078+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"5e13dfa5-bbab-4987-8468-e9e043497259","timestamp":"2023-03-30T01:44:36.296373Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:45:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T01:46:16.447+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5d9e63ca-51a6-457a-86e9-89ecae1d137c","timestamp":"2023-03-30T01:46:16.148850Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:46:18.174+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fe246c1e-5da3-4313-a061-104a0c82dbe0","timestamp":"2023-03-30T01:46:18.207376Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:46:27.438+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"640ff38b-eced-4f00-9492-cc1f4ccb8162","timestamp":"2023-03-30T01:46:27.240658Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:46:32.011+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9a5c719c-ada2-4372-9681-a61cb777deaf","timestamp":"2023-03-30T01:46:31.534689Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:46:36.142+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"73da4754-5157-465e-85e7-2321e8c350df","timestamp":"2023-03-30T01:46:36.296409Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:47:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T01:48:16.390+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6a39d897-a070-4ebc-ab02-f9732b4a5141","timestamp":"2023-03-30T01:48:16.148874Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:48:18.226+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8a3cf070-f693-4229-9534-6d527105814a","timestamp":"2023-03-30T01:48:18.207072Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:48:27.443+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fc46ce31-3b7e-4b5c-b645-cc73c887d094","timestamp":"2023-03-30T01:48:27.240455Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:48:32.005+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0a9ff463-f704-4860-a427-b9cdbabdcd59","timestamp":"2023-03-30T01:48:31.533016Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:48:36.077+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"3c2c82ce-db75-4946-8e79-7c8dfc00a0ca","timestamp":"2023-03-30T01:48:36.296611Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:49:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T01:50:16.448+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"606923d9-6e7a-4310-b87a-492ca0040182","timestamp":"2023-03-30T01:50:16.149189Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:50:18.175+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4979cf62-0718-491b-b6fb-565c652112e0","timestamp":"2023-03-30T01:50:18.207091Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:50:27.441+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"235b4306-ce0c-4119-9683-02877ac7219f","timestamp":"2023-03-30T01:50:27.240545Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:50:32.010+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7aa61414-0e4a-483c-8f20-6785bda1f09d","timestamp":"2023-03-30T01:50:31.533275Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:50:36.091+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"a62aee93-59e5-43fa-9092-ff99a562f183","timestamp":"2023-03-30T01:50:36.296519Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:51:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T01:52:16.392+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"40dab668-abac-4bda-a1c9-28f2b53a1856","timestamp":"2023-03-30T01:52:16.148749Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:52:18.238+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8f34c1a0-7335-4718-8fae-24d37da6de7c","timestamp":"2023-03-30T01:52:18.207099Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:52:27.500+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ae0bc7a5-083c-4237-8742-3ee990d8c1ba","timestamp":"2023-03-30T01:52:27.240624Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:52:32.014+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"69ceeebe-51a9-4c43-ab7e-1f536feb15ad","timestamp":"2023-03-30T01:52:31.533197Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:52:36.083+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"1d550087-f31a-4e94-9a11-262dbfeab111","timestamp":"2023-03-30T01:52:36.296517Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:53:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T01:54:16.396+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"253fe5c4-0cb8-4d60-a97a-abd8c471d545","timestamp":"2023-03-30T01:54:16.149015Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:54:18.166+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5f3d0093-3469-4b0b-a6b3-6e6880bc31a5","timestamp":"2023-03-30T01:54:18.207101Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:54:27.437+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"236160bf-6e0f-453a-9fef-9127108fc6f7","timestamp":"2023-03-30T01:54:27.240508Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:54:32.005+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6ceb9d85-3f75-43f0-a158-c873a8a1b97a","timestamp":"2023-03-30T01:54:31.533260Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:54:36.088+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"3e5d9a71-0c22-43a5-bc3f-f828de80f5a7","timestamp":"2023-03-30T01:54:36.296425Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:55:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T01:56:16.386+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f7cb7161-a8b5-4c82-9ee8-8e671e0e719c","timestamp":"2023-03-30T01:56:16.149109Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:56:18.163+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1f675806-5e28-41f0-8c54-7ea8764a700d","timestamp":"2023-03-30T01:56:18.207104Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:56:27.443+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9412c2c2-865c-43d6-bded-95e4fd5070c6","timestamp":"2023-03-30T01:56:27.240737Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:56:32.006+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a8075cb6-5034-4b71-9e73-051fd6962f25","timestamp":"2023-03-30T01:56:31.533073Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:56:36.081+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f5f4cc70-f6f0-4c8a-b254-dbab139c3c7d","timestamp":"2023-03-30T01:56:36.296412Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:57:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T01:58:16.447+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"03b6783c-2d7d-4814-b0ca-039bccbe6c82","timestamp":"2023-03-30T01:58:16.148697Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:58:18.167+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"27869171-45d0-438f-a9a0-b7de5b52c04c","timestamp":"2023-03-30T01:58:18.207040Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:58:27.431+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d197ef37-8e9f-4b67-b624-ec5158b565d6","timestamp":"2023-03-30T01:58:27.240501Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:58:32.006+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"548a59e5-7d5f-4a15-b714-796963371749","timestamp":"2023-03-30T01:58:31.533135Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:58:36.069+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"5df982f2-f6eb-4f8f-a1d9-ac591d14f9f3","timestamp":"2023-03-30T01:58:36.296450Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:59:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T02:00:16.392+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dcf8f951-8def-4c85-b322-2322db66b5eb","timestamp":"2023-03-30T02:00:16.148739Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:00:18.163+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b5980843-ddf1-4786-bee2-af5820cfded2","timestamp":"2023-03-30T02:00:18.207130Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:00:27.429+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c34967aa-fc38-4ece-87cf-96cf52567126","timestamp":"2023-03-30T02:00:27.240502Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:00:32.017+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"de415d02-6108-4284-b8e2-25bd82017bae","timestamp":"2023-03-30T02:00:31.533101Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:00:36.074+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f0cca4f0-4b3a-4989-9d5a-45b131e92841","timestamp":"2023-03-30T02:00:36.296515Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:01:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T02:02:16.386+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b104cd33-6ef1-485b-97d1-60a4c4bfec54","timestamp":"2023-03-30T02:02:16.148718Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:02:18.160+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f894027d-1c4e-4fc9-ad9c-e87c788392f5","timestamp":"2023-03-30T02:02:18.207141Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:02:27.494+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8670e66c-ccb9-43c0-b42b-4596f4f282d5","timestamp":"2023-03-30T02:02:27.240619Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:02:32.008+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"815bccc6-5e4d-4d8e-8bb6-20aa09832085","timestamp":"2023-03-30T02:02:31.533046Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:02:36.117+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"375cce01-5a3b-4ac8-a63c-904ecdd6a203","timestamp":"2023-03-30T02:02:36.296649Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:03:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T02:04:16.442+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1f5bd913-dc1b-4320-a9df-94a444315f88","timestamp":"2023-03-30T02:04:16.148838Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:04:18.228+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4e96964c-b11e-4028-a348-d75a77e925e6","timestamp":"2023-03-30T02:04:18.207165Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:04:27.445+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c6d41bde-2cf9-441a-a441-f4e709a755cb","timestamp":"2023-03-30T02:04:27.240652Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:04:32.012+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5eac1b32-01f8-4f6d-a8d8-dcee22daf4f7","timestamp":"2023-03-30T02:04:31.533208Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:04:36.070+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"bd454ca4-19a1-41ac-ad29-0347ec0d501e","timestamp":"2023-03-30T02:04:36.296407Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:05:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T02:06:16.385+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3bffbcec-195d-466e-a4cb-6c3a5d76688d","timestamp":"2023-03-30T02:06:16.148800Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:06:18.163+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"50e2e152-31f6-438e-9979-810aae03527a","timestamp":"2023-03-30T02:06:18.207038Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:06:27.437+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"950807de-7b65-46e7-9f31-2ad753f2484a","timestamp":"2023-03-30T02:06:27.240574Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:06:32.007+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ee90473a-baf4-4a20-a66e-da298b0f23de","timestamp":"2023-03-30T02:06:31.533096Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:06:36.077+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"8afd9b0a-80a5-4379-87c6-526a9f800e66","timestamp":"2023-03-30T02:06:36.296493Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:07:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T02:08:16.404+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f3347f32-e0ac-4dff-a60e-3b7d35841edb","timestamp":"2023-03-30T02:08:16.148809Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:08:18.165+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b5e25325-6591-4c0f-9a29-f6ddaa051e16","timestamp":"2023-03-30T02:08:18.207100Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:08:27.429+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e0bded56-6b67-4cb7-bb70-cc52201e63a6","timestamp":"2023-03-30T02:08:27.240547Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:08:32.002+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0f128278-fc0c-4f82-b860-eb4e127dcc04","timestamp":"2023-03-30T02:08:31.532988Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:08:36.080+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"321c57e8-eccc-4453-9b32-8fea39bec235","timestamp":"2023-03-30T02:08:36.296493Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:09:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T02:10:16.382+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"00fdc0d5-542f-452b-b762-98a7daf2a686","timestamp":"2023-03-30T02:10:16.148943Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:10:18.170+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1c69c279-ddc0-4330-945d-e591cedcec3a","timestamp":"2023-03-30T02:10:18.208902Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:10:27.508+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b8cab8f9-719e-4e04-8a55-8af85d6b516f","timestamp":"2023-03-30T02:10:27.240547Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:10:32.013+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"219ebb95-fa12-4198-9eb2-e0e4d625be34","timestamp":"2023-03-30T02:10:31.533487Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:10:36.077+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"9c886349-6f3e-41bd-b283-16cb7626a554","timestamp":"2023-03-30T02:10:36.296598Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:11:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T02:12:16.386+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b28d0be4-0a69-47dd-9c9a-7b9ad9575184","timestamp":"2023-03-30T02:12:16.148751Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:12:18.158+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"724ad41e-1f39-48d8-947a-5f22cd9de9cf","timestamp":"2023-03-30T02:12:18.206926Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:12:27.437+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"67464620-a422-4df7-876e-70b66c9735fc","timestamp":"2023-03-30T02:12:27.240569Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:12:32.000+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8dd52c40-4e88-4379-b902-34c20c21e383","timestamp":"2023-03-30T02:12:31.533071Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:12:36.069+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"60d88df0-1abd-414b-8a4d-21d4ba25f0e3","timestamp":"2023-03-30T02:12:36.296599Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:13:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T02:14:16.382+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f7da87ac-e054-444f-a8bf-aea913627780","timestamp":"2023-03-30T02:14:16.148889Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:14:18.161+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f482c6e2-e90e-4a59-816c-2ae035b25061","timestamp":"2023-03-30T02:14:18.206962Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:14:27.439+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ed308b81-f4b0-4ff0-a84c-3f38991b2429","timestamp":"2023-03-30T02:14:27.240510Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:14:32.019+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"eec61c1c-51a0-4b6f-8b7a-e2c9e97fb774","timestamp":"2023-03-30T02:14:31.533191Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:14:36.074+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ea482063-4435-426c-b8e7-5a80cb424d7c","timestamp":"2023-03-30T02:14:36.296660Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:15:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T02:16:16.397+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7fe59810-e0f0-4caf-b062-7adfe13ad12c","timestamp":"2023-03-30T02:16:16.148749Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:16:18.162+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"97a445e7-f6f7-4959-a558-62d93912a7fe","timestamp":"2023-03-30T02:16:18.206952Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:16:27.434+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5941663f-085f-44d3-9a47-1e207a26c6f7","timestamp":"2023-03-30T02:16:27.240580Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:16:32.006+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"15edcb9e-7ffd-418d-a3b0-ba1843a92267","timestamp":"2023-03-30T02:16:31.533187Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:16:36.081+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"495b0469-0b0d-4d6e-aebe-72f2659ddc56","timestamp":"2023-03-30T02:16:36.296520Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:17:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T02:18:16.437+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0dbd55fb-4c38-47bc-af6a-822e38c813fa","timestamp":"2023-03-30T02:18:16.148816Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:18:18.154+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c55057fe-8520-43cf-835b-f4a3a5f05844","timestamp":"2023-03-30T02:18:18.207111Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:18:27.492+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fb13e246-c5ac-42f2-989a-e5486405d949","timestamp":"2023-03-30T02:18:27.240632Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:18:32.003+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"865e0a57-e733-4c43-beb5-921e82c718ab","timestamp":"2023-03-30T02:18:31.533106Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:18:36.135+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"0865a8cd-7b33-49df-b2f1-f00bdc7a07ea","timestamp":"2023-03-30T02:18:36.296449Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:19:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T02:20:16.378+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fe6e9186-392a-4893-a935-f9210a7f8c14","timestamp":"2023-03-30T02:20:16.148830Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:20:18.155+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"02b97c26-064e-4c9f-95a2-bbc9ffc014c6","timestamp":"2023-03-30T02:20:18.207628Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:20:27.430+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"86d8a36d-1713-4570-be79-44f142b2e2ff","timestamp":"2023-03-30T02:20:27.240566Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:20:32.019+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"08bee666-263d-4ab0-811a-08e456b2e04c","timestamp":"2023-03-30T02:20:31.533636Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:20:36.069+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"70996341-3637-4986-b7c4-4b01f43a3750","timestamp":"2023-03-30T02:20:36.296573Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:21:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T02:22:16.434+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"63cf33af-7f15-4e9f-8cb7-ebe52b2a85b9","timestamp":"2023-03-30T02:22:16.148787Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:22:18.161+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5e9bac7b-071f-4cf2-97ac-b40c1e09c30c","timestamp":"2023-03-30T02:22:18.207160Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:22:27.434+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6eaa0105-b0fe-4004-b007-abcaef84f95a","timestamp":"2023-03-30T02:22:27.240664Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:22:32.008+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"73c6e2d6-25b3-4b4d-9942-44e68a533f18","timestamp":"2023-03-30T02:22:31.533167Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:22:36.073+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"c4d2eb02-5ea9-4ab8-b4be-a935196802ee","timestamp":"2023-03-30T02:22:36.296613Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:23:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T02:24:16.379+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c6ebdfb9-e1a5-416d-8592-547d56ca1655","timestamp":"2023-03-30T02:24:16.148631Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:24:18.153+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"26cd3448-a8d6-49e4-aa09-b448c05f56f0","timestamp":"2023-03-30T02:24:18.207069Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:24:27.430+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"34518c84-08a4-44dc-905e-80c4452e9837","timestamp":"2023-03-30T02:24:27.240609Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:24:32.002+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1190c797-36a6-40ea-8deb-92c5d83f0fb5","timestamp":"2023-03-30T02:24:31.533009Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:24:36.070+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"686143ee-0bb9-41e5-bf07-f4fbca526449","timestamp":"2023-03-30T02:24:36.296661Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:25:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T02:26:16.384+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e9615e8d-60f8-4007-890e-93b561695d1c","timestamp":"2023-03-30T02:26:16.148774Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:26:18.160+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b44c9d20-3107-444a-a368-d0cafc56653d","timestamp":"2023-03-30T02:26:18.206969Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:26:27.435+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d13a5d0d-c17c-4195-b781-2a6bb23a8f80","timestamp":"2023-03-30T02:26:27.240635Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:26:32.009+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3a3648e6-f9f4-497c-899e-3b6954744e9c","timestamp":"2023-03-30T02:26:31.533169Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:26:36.068+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"cbfc97ee-a964-43f4-8ddd-ae2a4faaf082","timestamp":"2023-03-30T02:26:36.296330Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:27:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T02:28:16.439+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a53c577c-3100-418d-b21d-d37f172dedb4","timestamp":"2023-03-30T02:28:16.148844Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:28:18.153+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"91426404-45a2-4ffb-a3c2-e510cd35fb37","timestamp":"2023-03-30T02:28:18.207125Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:28:27.426+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5b0fbd51-1b5d-4a99-8f65-d3fd851c9f92","timestamp":"2023-03-30T02:28:27.240585Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:28:32.067+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b85eaca5-0728-4298-9291-e4e665c92f22","timestamp":"2023-03-30T02:28:31.533128Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:28:36.065+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"23a162e3-fcfc-4c83-b3f6-08eb705ba3c2","timestamp":"2023-03-30T02:28:36.296489Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:29:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T02:30:16.377+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2af4286f-7685-4561-868a-411c9bc6776f","timestamp":"2023-03-30T02:30:16.148695Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:30:18.158+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8e78a1c6-c76a-4c5b-8446-caf5985ea0c1","timestamp":"2023-03-30T02:30:18.208603Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:30:27.430+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7d46b486-cdf8-4cc4-a3d3-b9a71cadde30","timestamp":"2023-03-30T02:30:27.240645Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:30:32.067+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c1e9b181-2d4c-4269-b4ab-ddc67a7bd1d9","timestamp":"2023-03-30T02:30:31.533054Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:30:36.068+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"2fee701c-93ea-4df1-87a7-e1ce4733cfa9","timestamp":"2023-03-30T02:30:36.296491Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:31:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T02:32:16.388+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bbf77ae2-e28d-4e16-a75e-107729e66ae4","timestamp":"2023-03-30T02:32:16.148755Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:32:18.212+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"72a976d0-9f37-40fb-9fd7-cb96fa42fb83","timestamp":"2023-03-30T02:32:18.206864Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:32:27.434+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8ccb0231-e15e-4822-9797-680311b6df6a","timestamp":"2023-03-30T02:32:27.240701Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:32:32.013+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d88ee8ea-6e69-495f-9f58-74b9fd131476","timestamp":"2023-03-30T02:32:31.533217Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:32:36.063+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"d46721b1-4933-43ec-9a07-85b6cafeca16","timestamp":"2023-03-30T02:32:36.296331Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:33:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T02:34:16.451+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"800b1fc9-1414-4ecc-b2c2-499301820b09","timestamp":"2023-03-30T02:34:16.148733Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:34:18.150+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"20aff18b-afc2-457f-b21f-3e29468be3c8","timestamp":"2023-03-30T02:34:18.207268Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:34:27.426+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1ca39e2a-4932-456d-9311-1f7191b660b6","timestamp":"2023-03-30T02:34:27.240497Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:34:32.005+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"78a77f73-9436-4ae6-936e-ad4675ddaecf","timestamp":"2023-03-30T02:34:31.532979Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:34:36.064+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b873f14d-0109-43fe-8848-feda354ca933","timestamp":"2023-03-30T02:34:36.296424Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:35:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T02:36:16.381+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3b907a63-685d-4524-b9bb-8da8218ac7e5","timestamp":"2023-03-30T02:36:16.148699Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:36:18.154+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"50a72824-7db1-4eac-afee-2708b91a3a42","timestamp":"2023-03-30T02:36:18.207642Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:36:27.501+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fc84c5be-93f2-4a59-9d72-478357c9c147","timestamp":"2023-03-30T02:36:27.240575Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:36:31.999+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e670c077-4af0-4937-83a3-e6fc1e126988","timestamp":"2023-03-30T02:36:31.533028Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:36:36.065+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ea936e83-f45a-4fa7-bd3d-eaa3da047690","timestamp":"2023-03-30T02:36:36.296551Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:37:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T02:38:16.385+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3a721557-5adb-4888-8729-353840274843","timestamp":"2023-03-30T02:38:16.148892Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:38:18.148+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"10ce0951-f35c-49c2-9f8d-74d3e9249ddf","timestamp":"2023-03-30T02:38:18.207188Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:38:27.432+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"605bce73-4ed3-44a3-8500-797c5b387ec8","timestamp":"2023-03-30T02:38:27.240748Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:38:32.026+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"87b54d64-a4aa-458f-b4c3-d737929903f1","timestamp":"2023-03-30T02:38:31.533187Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:38:36.068+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f2cef086-1c4d-4b3b-9893-86cf0327f67c","timestamp":"2023-03-30T02:38:36.296585Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:39:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T02:40:16.373+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8031263e-0c22-4485-b41e-f775cb847ca0","timestamp":"2023-03-30T02:40:16.148692Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:40:18.147+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3e4f13ae-aa26-4206-aba8-55018b00bb17","timestamp":"2023-03-30T02:40:18.207031Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:40:27.436+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"16f75286-6b10-49d5-a7d3-ea6f3064e132","timestamp":"2023-03-30T02:40:27.240544Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:40:32.001+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"13627c44-cad9-4d4f-aea2-d5f564b0b69e","timestamp":"2023-03-30T02:40:31.533106Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:40:36.069+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"31d9334b-d03e-42b5-bb88-2cbd0b0a4bbf","timestamp":"2023-03-30T02:40:36.296561Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:41:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T02:42:16.372+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ae6fa321-dca1-43b0-97cd-c036ef23991d","timestamp":"2023-03-30T02:42:16.148797Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:42:18.149+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"df5ae627-afa9-4e83-9986-43cf028643ca","timestamp":"2023-03-30T02:42:18.207045Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:42:27.429+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1cb05c5b-7a1a-4e1d-985e-e56e22550154","timestamp":"2023-03-30T02:42:27.240596Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:42:32.005+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"12ba76c9-2e51-461a-aa43-5cd183787e82","timestamp":"2023-03-30T02:42:31.533057Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:42:36.063+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b9f8c4ef-9ef8-446c-a4b7-cacaeea03a20","timestamp":"2023-03-30T02:42:36.296402Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:43:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T02:44:16.382+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cb76477b-9432-4b44-870e-b98de26a6699","timestamp":"2023-03-30T02:44:16.149005Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:44:18.155+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"10d6bd60-5c6b-4d5e-9122-144bb8406114","timestamp":"2023-03-30T02:44:18.207282Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:44:27.438+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2cd0d9fa-da17-4c74-a604-4e7e3a644c21","timestamp":"2023-03-30T02:44:27.240539Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:44:32.002+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f9cb92a8-1441-46be-9db0-8e200f8b368b","timestamp":"2023-03-30T02:44:31.533245Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:44:36.058+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"c1a47125-06b5-405a-872b-557b47188c11","timestamp":"2023-03-30T02:44:36.296474Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:45:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T02:46:16.374+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d82bf44b-1907-40cb-8d5a-df2b6cc76315","timestamp":"2023-03-30T02:46:16.148856Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:46:18.152+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"444b260b-ae3c-4630-a6e8-4b943441e8bf","timestamp":"2023-03-30T02:46:18.206858Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:46:27.453+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"27dc234e-29f2-4d55-99cc-c6e16bdc7bb0","timestamp":"2023-03-30T02:46:27.240607Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:46:31.999+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a6a12451-11fd-4990-b449-eda2121146a5","timestamp":"2023-03-30T02:46:31.533075Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:46:36.128+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"992ed12d-c52f-494e-9136-e4680fd2f220","timestamp":"2023-03-30T02:46:36.296529Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:47:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T02:48:16.375+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e73d5252-a185-4a65-ade8-1c922ee8daaf","timestamp":"2023-03-30T02:48:16.148759Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:48:18.144+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"70b66879-d5ee-41e8-bdaf-8894550da879","timestamp":"2023-03-30T02:48:18.207084Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:48:27.430+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f0fded32-2347-417f-8937-26d3d8ba55ba","timestamp":"2023-03-30T02:48:27.240455Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:48:32.010+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fca994b9-30ee-4f90-8306-89d6c7fb1eab","timestamp":"2023-03-30T02:48:31.533137Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:48:36.065+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ccbccab3-3fed-49f4-8b75-796f1bdb9c32","timestamp":"2023-03-30T02:48:36.296608Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:49:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T02:50:16.375+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a870a85c-e13b-436e-83fe-c73426dc96fd","timestamp":"2023-03-30T02:50:16.148776Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:50:18.154+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"95433ce4-ceed-44dd-9865-43b8f9b36597","timestamp":"2023-03-30T02:50:18.207617Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:50:27.429+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"40139851-6ba0-45d1-9e97-c2c353eb0246","timestamp":"2023-03-30T02:50:27.242348Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:50:32.004+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1bb9d234-6f7f-4607-865a-ff49497f0242","timestamp":"2023-03-30T02:50:31.533114Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:50:36.116+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"2bb26eaf-06af-4159-b196-662e4b254855","timestamp":"2023-03-30T02:50:36.296319Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:51:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T02:52:16.370+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d48d8b02-62e3-4c8f-80ae-385954ddf943","timestamp":"2023-03-30T02:52:16.148818Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:52:18.150+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2d4457af-2f33-4fd7-994f-c65744f18195","timestamp":"2023-03-30T02:52:18.207046Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:52:27.429+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9831696f-4876-4db7-966a-d37083cd9f17","timestamp":"2023-03-30T02:52:27.240693Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:52:32.001+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"35b522b5-7668-423d-9be8-d4be2b1d1d88","timestamp":"2023-03-30T02:52:31.533047Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:52:36.060+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"87fc080c-cf3a-4434-82cb-b1c15548e85c","timestamp":"2023-03-30T02:52:36.296576Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:53:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T02:54:16.371+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9aeebbee-4ac7-4cd7-9fdf-07058ff6c1d7","timestamp":"2023-03-30T02:54:16.148851Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:54:18.151+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8c4c81a2-a7d8-4b10-8edf-25217ecce209","timestamp":"2023-03-30T02:54:18.207150Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:54:27.499+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"12a15c08-fe40-4c48-bb91-ac94fd7b6d08","timestamp":"2023-03-30T02:54:27.240567Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:54:32.003+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"830dfb7f-8fdf-43ad-8af2-ab75391325f9","timestamp":"2023-03-30T02:54:31.533327Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:54:36.060+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"3cfc24dd-f24a-4807-aff3-3822d26d4d03","timestamp":"2023-03-30T02:54:36.296453Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:55:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T02:56:16.374+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"98cd98ca-cf5a-4a5f-9164-4588b3556dc5","timestamp":"2023-03-30T02:56:16.148810Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:56:18.143+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"30c62550-f811-4a64-b881-2fe6b7935f27","timestamp":"2023-03-30T02:56:18.206881Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:56:27.431+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b8b34129-7fa1-4f39-81b0-52291fed72e0","timestamp":"2023-03-30T02:56:27.240577Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:56:32.024+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a1e777c9-c53f-449a-b168-8a0192fcddae","timestamp":"2023-03-30T02:56:31.533157Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:56:36.059+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"1af8cce5-bc5d-4317-94b3-0181a0c11dea","timestamp":"2023-03-30T02:56:36.296535Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:57:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T02:58:16.367+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9bc97118-d56a-4984-aeb0-094319818f52","timestamp":"2023-03-30T02:58:16.150087Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:58:18.202+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a12a17a2-58c6-4091-bd91-b08d9c7db48e","timestamp":"2023-03-30T02:58:18.206963Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:58:27.442+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a07a3096-0407-467a-b3d1-e7a0b5360a12","timestamp":"2023-03-30T02:58:27.240530Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:58:32.004+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"54217972-f686-4a14-aea8-b75aaaa78ba1","timestamp":"2023-03-30T02:58:31.533098Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:58:36.102+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ad50fc2d-129d-4b8e-ade2-ec0cf1123c8d","timestamp":"2023-03-30T02:58:36.296434Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:59:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T03:00:16.368+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"076d17da-afcd-407c-977c-ab1d3ba90495","timestamp":"2023-03-30T03:00:16.148797Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T03:00:18.146+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d5bbc3d7-76c0-4dec-bf26-0a07f91c8049","timestamp":"2023-03-30T03:00:18.207077Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T03:00:27.429+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2d5cabc0-e709-4842-9b60-4a3d246c62e9","timestamp":"2023-03-30T03:00:27.240498Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T03:00:32.019+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cb02c1e7-d5a2-42e0-8d8b-a272c55ce9cb","timestamp":"2023-03-30T03:00:31.533268Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T03:00:36.067+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"052d5c78-5b6f-4713-ae47-dc2bbb39650b","timestamp":"2023-03-30T03:00:36.296599Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T03:01:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T03:02:16.367+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6b7b596b-c3c7-4195-9153-77ca6628cdf2","timestamp":"2023-03-30T03:02:16.148863Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T03:02:18.152+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"76182936-d3a9-4195-9524-7b42ed847f84","timestamp":"2023-03-30T03:02:18.207123Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T03:02:27.494+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9d3e3dad-2bb6-4dc6-b494-43bbb01ed418","timestamp":"2023-03-30T03:02:27.240487Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T03:02:32.000+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3863699d-6447-4f4f-b22e-6fe6d4175a5b","timestamp":"2023-03-30T03:02:31.533120Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T03:02:36.052+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"8ab04357-68f6-4cf8-99f8-41416229583e","timestamp":"2023-03-30T03:02:36.296551Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T03:03:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T03:04:16.372+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5eea0dc8-9593-427a-8148-5d6b0631a88d","timestamp":"2023-03-30T03:04:16.148666Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T03:04:18.147+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c2406598-ad90-4f2e-96b0-0bbf0b8caeb5","timestamp":"2023-03-30T03:04:18.207128Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T03:04:27.440+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f647c257-b1ed-4589-adbb-9230dfe773d5","timestamp":"2023-03-30T03:04:27.240525Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T03:04:32.003+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0fb8bafe-3efd-436b-b588-c47020e1d397","timestamp":"2023-03-30T03:04:31.533012Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T03:04:36.050+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"372c36e2-d835-4b2b-b9bd-cbdae2ae4cdd","timestamp":"2023-03-30T03:04:36.296470Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T03:05:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T03:06:16.371+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f12803a6-d244-4786-9a15-5bc758f0b957","timestamp":"2023-03-30T03:06:16.148709Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T03:06:18.141+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"989afc62-9a4e-456f-8d77-69d44fcca84e","timestamp":"2023-03-30T03:06:18.207099Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T03:06:27.425+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0bbf82ed-9cd0-4a35-8d7e-b7979b786978","timestamp":"2023-03-30T03:06:27.240512Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T03:06:32.009+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2391fa48-e5b9-4b7b-94a6-b93641c57198","timestamp":"2023-03-30T03:06:31.533176Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T03:06:36.047+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"19ea277e-7596-4035-99dd-7e46cfa1d67a","timestamp":"2023-03-30T03:06:36.296517Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T03:07:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T03:08:16.364+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c79d7cbc-1a05-43e1-bbd6-ee3cecccefd4","timestamp":"2023-03-30T03:08:16.148622Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T03:08:18.215+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"389766fa-77f2-47c9-890f-948d684225e9","timestamp":"2023-03-30T03:08:18.207048Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T03:08:27.426+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"95974e16-3f2d-4fae-a261-b831ddaa97f8","timestamp":"2023-03-30T03:08:27.240430Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T03:08:32.002+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"66607313-9cf4-48ba-9c5d-a1c8d076b961","timestamp":"2023-03-30T03:08:31.532943Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T03:08:36.062+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"2a7a0550-e991-4f84-9c39-de628d5f8ed4","timestamp":"2023-03-30T03:08:36.296656Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T03:09:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T03:10:16.360+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0ed53ff8-cda2-44b7-a6ef-d11becd358e0","timestamp":"2023-03-30T03:10:16.148765Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T03:10:18.147+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2dfb833e-7e92-4b57-a76a-ddbe6ebca551","timestamp":"2023-03-30T03:10:18.207121Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T03:10:27.427+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7093e351-42b7-448e-be05-16914214566d","timestamp":"2023-03-30T03:10:27.240414Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T03:10:32.032+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b158cf50-7fe1-4e2a-bbc9-1ddd7174d8b2","timestamp":"2023-03-30T03:10:31.533164Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T03:10:36.124+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ae33c797-21b3-4513-a2bc-af766ec2e03a","timestamp":"2023-03-30T03:10:36.297245Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T03:11:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T03:12:16.363+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5048e1a0-41c3-4ec0-8588-a7c2df9b9c4c","timestamp":"2023-03-30T03:12:16.148666Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T03:12:18.144+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"90ecb9d9-4690-4e2e-a4b3-62b2200229cd","timestamp":"2023-03-30T03:12:18.206996Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T03:12:27.432+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"560a267c-6d3b-4d37-83ab-4eafb67b741e","timestamp":"2023-03-30T03:12:27.240516Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T03:12:32.078+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bcc9a792-bca2-4da6-8c01-b76e796344c1","timestamp":"2023-03-30T03:12:31.533090Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T03:12:36.050+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"0c1b3be8-7def-44c2-a789-eece22ebb5c4","timestamp":"2023-03-30T03:12:36.296506Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T03:13:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T03:14:16.367+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a2405c39-66ff-42b4-83b5-48e6692fc6de","timestamp":"2023-03-30T03:14:16.148581Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T03:14:18.146+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"19196e14-c1e8-4a15-9b1c-e2e90861aabc","timestamp":"2023-03-30T03:14:18.207044Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T03:14:27.437+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b193bd16-c89b-4d0f-b5da-f3889e4e8e8a","timestamp":"2023-03-30T03:14:27.240659Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T03:14:32.003+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5abe0677-9c8b-4e1b-bbc9-e6510506b0ee","timestamp":"2023-03-30T03:14:31.533217Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T03:14:36.060+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f929fecc-0dbc-44ca-8937-e9ab9b4b44d4","timestamp":"2023-03-30T03:14:36.296563Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T03:15:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T03:16:16.368+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6cf6f92f-6d46-4717-aa06-75b797c6c337","timestamp":"2023-03-30T03:16:16.148899Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T03:16:18.143+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e6846686-ac93-41a6-88ac-8d53cfb26cc2","timestamp":"2023-03-30T03:16:18.207115Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T03:16:27.492+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0cd08c7b-0158-4160-895c-4ddbf6fcf431","timestamp":"2023-03-30T03:16:27.240473Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T03:16:32.017+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1d16fe3b-f0ee-4637-8632-b469fea9bbc7","timestamp":"2023-03-30T03:16:31.533118Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T03:16:36.047+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"40bc0a56-80cf-4d12-8c2b-3e4a0f38ecb0","timestamp":"2023-03-30T03:16:36.296637Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T03:17:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T03:18:16.364+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ddf32f3f-b816-4640-911e-204fb27abe01","timestamp":"2023-03-30T03:18:16.148740Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T03:18:18.199+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"01adb257-57e4-46b2-802b-62c106c78f0c","timestamp":"2023-03-30T03:18:18.207187Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T03:18:27.425+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"85cb7b82-b702-4754-b2a2-e27b9489d4eb","timestamp":"2023-03-30T03:18:27.240505Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T03:18:32.009+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e1845fc2-7be2-4773-8de4-ae952b18ed9e","timestamp":"2023-03-30T03:18:31.533229Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T03:18:36.048+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"41352374-7895-4746-aad8-8ce7d1912cee","timestamp":"2023-03-30T03:18:36.296467Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T03:19:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T03:20:16.368+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bc1628bd-0a14-4e57-bf90-c38383235c86","timestamp":"2023-03-30T03:20:16.149159Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T03:20:18.143+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"76fd8715-c103-4586-9e4f-b99d2aad6b6f","timestamp":"2023-03-30T03:20:18.207243Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T03:20:27.426+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c30e01cc-96fd-43c7-947f-c9df96ca14d8","timestamp":"2023-03-30T03:20:27.240668Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T03:20:32.002+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ee07d2d5-378a-4fb5-bc70-1a8f5b189cdd","timestamp":"2023-03-30T03:20:31.533231Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T03:20:36.059+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"bbc420a3-0bf8-4ee6-a958-42cc52733dfd","timestamp":"2023-03-30T03:20:36.296610Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T03:21:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T03:22:16.365+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3e98478f-e0d0-4ed0-92de-0557cc363ba4","timestamp":"2023-03-30T03:22:16.148795Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T03:22:18.140+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cdc69d5e-f4a7-4b14-9a76-4db097ef80ba","timestamp":"2023-03-30T03:22:18.207056Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T03:22:27.427+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1cf1afaa-134a-4cad-8cf7-ca8a521c02c6","timestamp":"2023-03-30T03:22:27.240473Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T03:22:32.006+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b01a61c7-d7a5-4f0a-bb0f-eece846fa71e","timestamp":"2023-03-30T03:22:31.533103Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T03:22:36.128+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"7c1dc4e7-3e14-4d7d-ba1b-664ee1a40da4","timestamp":"2023-03-30T03:22:36.296541Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T03:23:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T03:24:16.428+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c2ee1938-2840-4e2d-9dbc-f60d6e7fb87b","timestamp":"2023-03-30T03:24:16.148814Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T03:24:18.136+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4532bd4d-811f-4a3c-acd6-c0a074871ea7","timestamp":"2023-03-30T03:24:18.207116Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T03:24:27.434+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3edadaea-8e36-4b29-83a7-d004c4508998","timestamp":"2023-03-30T03:24:27.240406Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T03:24:32.004+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e8b1bf91-68a5-4a71-907b-94f66190c776","timestamp":"2023-03-30T03:24:31.532996Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T03:24:36.047+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f40ad741-7f3b-400a-8ec1-a7e0b985ba3a","timestamp":"2023-03-30T03:24:36.296497Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T03:25:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T03:26:16.358+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"18712956-aeaf-48bb-8576-05ac60cc2f55","timestamp":"2023-03-30T03:26:16.148688Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T03:26:18.198+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b2285568-06cd-42ba-a74c-f98a77287308","timestamp":"2023-03-30T03:26:18.207036Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T03:26:27.508+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b9e25724-00b4-48b7-abbc-9a920e634cc2","timestamp":"2023-03-30T03:26:27.240617Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T03:26:32.001+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f1325ebc-d173-40ad-b299-d58457cc1347","timestamp":"2023-03-30T03:26:31.532976Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T03:26:36.048+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"9d4a2b26-f945-4b6e-94f3-ed613f81b382","timestamp":"2023-03-30T03:26:36.296487Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T03:27:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T03:28:16.353+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0fbe5ccd-5be1-4a4f-b7dd-574334ea797c","timestamp":"2023-03-30T03:28:16.148633Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T03:28:18.136+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d834cec2-6e3d-4c27-86b8-519f2cc23aec","timestamp":"2023-03-30T03:28:18.206991Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T03:28:27.426+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d5ebb981-9c7a-4e8f-a765-d89f28891875","timestamp":"2023-03-30T03:28:27.240441Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T03:28:32.107+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bc1515b4-f137-49ee-96ea-af41ea4027ab","timestamp":"2023-03-30T03:28:31.533225Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T03:28:36.043+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"a1a83338-2e8b-4c0d-874c-e1bd46b5f39b","timestamp":"2023-03-30T03:28:36.296488Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T03:29:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T03:30:16.357+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ae59f95f-33a7-4dc0-ac7d-d45269183994","timestamp":"2023-03-30T03:30:16.148732Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T03:30:18.140+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7521553b-4ae9-4dab-85a1-d6498021ebe6","timestamp":"2023-03-30T03:30:18.207102Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T03:30:27.431+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7417fb5a-a6c5-43cb-b1fd-60ab65e7102e","timestamp":"2023-03-30T03:30:27.240534Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T03:30:32.009+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"75d773d6-59ca-4610-9437-a787174888ba","timestamp":"2023-03-30T03:30:31.533093Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T03:30:36.046+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"0512284c-5374-4620-b8a3-2a428ed56158","timestamp":"2023-03-30T03:30:36.296441Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T03:31:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T03:32:16.468+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6a0ce55b-57a8-4709-8929-1a17cb7a2036","timestamp":"2023-03-30T03:32:16.149001Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T03:32:18.136+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6b85e3a2-da65-430b-bfa6-040c90b0db02","timestamp":"2023-03-30T03:32:18.207203Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T03:32:27.475+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"06819358-432e-4dd8-821a-5c6dafdefe46","timestamp":"2023-03-30T03:32:27.240382Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T03:32:32.005+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"27f99b34-9d62-4634-9561-c3ecbdf1d5b5","timestamp":"2023-03-30T03:32:31.533157Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T03:32:36.046+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"c9fab883-751a-4fa8-ae7a-b51dea1c879f","timestamp":"2023-03-30T03:32:36.296523Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T03:33:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T03:34:16.359+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"364f6b40-1925-4349-898c-46f46b2e6232","timestamp":"2023-03-30T03:34:16.148759Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T03:34:18.140+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1fdc9ac8-a487-4b46-b20d-59cf4e9155f7","timestamp":"2023-03-30T03:34:18.206947Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T03:34:27.424+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"53127d41-a4a8-4c19-b430-2a92a7ea314e","timestamp":"2023-03-30T03:34:27.240514Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T03:34:32.010+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"56884145-6780-4a3a-abc1-50977ca7616d","timestamp":"2023-03-30T03:34:31.533187Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T03:34:36.037+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"29503045-7142-4379-af63-1e9a3fb63513","timestamp":"2023-03-30T03:34:36.296317Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T03:35:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T03:36:16.347+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"468ee432-4d5e-4140-af31-05af2cd7b193","timestamp":"2023-03-30T03:36:16.148728Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T03:36:18.137+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ac8b283d-f952-4235-a3fc-c7b3dfb80dd7","timestamp":"2023-03-30T03:36:18.207015Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T03:36:27.429+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"defee2b3-c438-4d4e-8ef3-a64a5384ffa8","timestamp":"2023-03-30T03:36:27.240467Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T03:36:32.009+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d5be42b5-6300-43f6-b652-b9ed6936dcad","timestamp":"2023-03-30T03:36:31.533026Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T03:36:36.046+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"2196eeb2-d727-42ba-9028-bb6c07817dbe","timestamp":"2023-03-30T03:36:36.296741Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T03:37:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T03:38:16.358+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0cec0daa-8867-4302-8059-3c04cf0d1d37","timestamp":"2023-03-30T03:38:16.148766Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T03:38:18.129+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"02a8c7f8-5f45-464b-8925-93992d0ea849","timestamp":"2023-03-30T03:38:18.207052Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T03:38:27.429+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1a813192-c9c6-4040-b22f-8bec52ddc0f1","timestamp":"2023-03-30T03:38:27.240487Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T03:38:32.003+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a840096b-0e51-44e4-be5a-ff53ff4f44e8","timestamp":"2023-03-30T03:38:31.533205Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T03:38:36.043+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"33c35028-a104-47ce-88d0-1962163e2668","timestamp":"2023-03-30T03:38:36.296506Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T03:39:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T03:40:16.355+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"acb1a08c-2bc0-4d5a-a97f-224738ee2a8e","timestamp":"2023-03-30T03:40:16.149314Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T03:40:18.133+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"46220337-a8eb-4437-bbdf-5e8aba826bcc","timestamp":"2023-03-30T03:40:18.207130Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T03:40:27.422+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1a5310f1-da23-4088-aa18-b9f246442d11","timestamp":"2023-03-30T03:40:27.240555Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T03:40:32.101+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f8e037d3-4a6b-492e-a893-9c6ca20c6628","timestamp":"2023-03-30T03:40:31.532955Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T03:40:36.038+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"4f8d6a9f-baf7-473b-b0c2-ede3d4f1d03c","timestamp":"2023-03-30T03:40:36.296598Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T03:41:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T03:42:16.360+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"77476e8d-6ad1-480a-8a3d-2a20efc38ddf","timestamp":"2023-03-30T03:42:16.148781Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T03:42:18.134+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"887be456-405a-49ba-b403-00cce5445a0b","timestamp":"2023-03-30T03:42:18.207101Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T03:42:27.492+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7b921c97-cefd-43a8-8010-08f7cee794ff","timestamp":"2023-03-30T03:42:27.240543Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T03:42:31.999+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e457f880-abbc-41b9-82ed-4f6fb0437104","timestamp":"2023-03-30T03:42:31.533191Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T03:42:36.116+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"5094fa0e-51f5-4002-a1ba-35c6882c5ce4","timestamp":"2023-03-30T03:42:36.296702Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T03:43:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T03:44:16.360+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2ed448f0-7281-47cc-99f9-d857dcc20a7f","timestamp":"2023-03-30T03:44:16.148728Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T03:44:18.128+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1453d0e3-99f0-4e0f-9dce-bb8026f0df9f","timestamp":"2023-03-30T03:44:18.207075Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T03:44:27.421+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"790a539b-7f24-43eb-b372-c78094b0d8a3","timestamp":"2023-03-30T03:44:27.240511Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T03:44:32.003+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7134c3c1-82b4-4e8b-8571-e30b16342825","timestamp":"2023-03-30T03:44:31.533120Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T03:44:36.038+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"24013bcc-4f57-47d6-8cc7-990004b7d1d5","timestamp":"2023-03-30T03:44:36.296539Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T03:45:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T03:46:16.349+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7c26ed06-8c68-4e83-8e0f-e085cd7a03fd","timestamp":"2023-03-30T03:46:16.148797Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T03:46:18.126+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a089e36f-e55a-438d-87fa-3c1c5386a318","timestamp":"2023-03-30T03:46:18.207076Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T03:46:27.431+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b05e932a-802e-4221-90dd-6e9409181df4","timestamp":"2023-03-30T03:46:27.240493Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T03:46:32.004+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5a89373d-8c55-478a-a32e-c3b8d8efab80","timestamp":"2023-03-30T03:46:31.533210Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T03:46:36.047+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"e4ab9a64-a00c-483d-9ef3-ac9add26a61f","timestamp":"2023-03-30T03:46:36.296419Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T03:47:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T03:48:16.354+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"363b76b0-c02c-4510-89ac-98146cd69549","timestamp":"2023-03-30T03:48:16.149224Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T03:48:18.128+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"eaa6e80b-f4e6-4c95-91bd-06c85525d1a9","timestamp":"2023-03-30T03:48:18.206990Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T03:48:27.421+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4e1bba0b-fb2f-47a2-a93a-bccf0763e2ff","timestamp":"2023-03-30T03:48:27.240544Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T03:48:32.008+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fb41f444-d477-4aab-ac69-a93a62a86421","timestamp":"2023-03-30T03:48:31.533046Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T03:48:36.043+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"7dc44ee7-95d8-4ce0-ae22-2dd40c7e57e8","timestamp":"2023-03-30T03:48:36.296509Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T03:49:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T03:50:16.348+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1669d553-59b6-450f-9026-ff93d0b78543","timestamp":"2023-03-30T03:50:16.148805Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T03:50:18.131+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"04f511c2-8c6d-483a-8fc5-016514224eb0","timestamp":"2023-03-30T03:50:18.207094Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T03:50:27.427+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4c4a03cc-3906-400f-be6d-3230590ba682","timestamp":"2023-03-30T03:50:27.240645Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T03:50:32.003+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dd4a94b0-297d-411d-94b0-47a6de63956e","timestamp":"2023-03-30T03:50:31.533251Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T03:50:36.051+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"dcf30e7a-368d-4b85-a10a-a3901bff9db4","timestamp":"2023-03-30T03:50:36.296540Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T03:51:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T03:52:16.356+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b6aa5902-61d2-4d6d-9d3d-76478279815a","timestamp":"2023-03-30T03:52:16.148540Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T03:52:18.131+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"372ea786-ee9b-4f84-80eb-85fc00849e16","timestamp":"2023-03-30T03:52:18.207153Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T03:52:27.428+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ffda6571-ca0a-4f7b-9bcf-e1789bb24865","timestamp":"2023-03-30T03:52:27.240399Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T03:52:32.012+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6f87c6e6-039b-45ab-8165-656e584d027e","timestamp":"2023-03-30T03:52:31.533322Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T03:52:36.036+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"45663380-c42e-46a8-ab16-c025bd500f47","timestamp":"2023-03-30T03:52:36.296529Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T03:53:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T03:54:16.351+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f6661b61-b8f0-4fb5-afb8-875642eb6bc1","timestamp":"2023-03-30T03:54:16.148852Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T03:54:18.121+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2c9000ca-2eed-4de2-965d-73b79ea89c8d","timestamp":"2023-03-30T03:54:18.206998Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T03:54:27.429+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8e2fb38f-7356-4c16-b5bd-fb1b32884a5f","timestamp":"2023-03-30T03:54:27.240461Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T03:54:32.009+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d1ce1460-0d92-4158-8a32-41fc86d7cc95","timestamp":"2023-03-30T03:54:31.533069Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T03:54:36.099+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"6fa9623f-0042-4b85-a1bc-9dec0e78b5c7","timestamp":"2023-03-30T03:54:36.296533Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T03:55:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T03:56:16.351+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"05fe12cf-8adf-498d-9037-770e8f257e16","timestamp":"2023-03-30T03:56:16.148640Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T03:56:18.123+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"45583aeb-918e-4b51-a086-3f4cb5bccf52","timestamp":"2023-03-30T03:56:18.207025Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T03:56:27.431+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"80f9d5d8-3e59-425d-b4ae-27b3212991e9","timestamp":"2023-03-30T03:56:27.240661Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T03:56:32.014+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"80a90c40-1b0f-4fc9-a7c5-a6ff416f64ca","timestamp":"2023-03-30T03:56:31.533248Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T03:56:36.034+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"58a10db7-bac3-429b-b124-57f413439d56","timestamp":"2023-03-30T03:56:36.296345Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T03:57:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T03:58:16.423+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a4d817bf-d078-4ec9-bd2c-5ac5dcf5dc68","timestamp":"2023-03-30T03:58:16.150176Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T03:58:18.194+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d1445b8d-b894-432c-996d-f6fce6ad669e","timestamp":"2023-03-30T03:58:18.207026Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T03:58:27.487+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"91a0ed95-47e2-4ebf-b42b-cee293e401db","timestamp":"2023-03-30T03:58:27.240534Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T03:58:32.010+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9fe43bfa-3e1e-4115-81d6-ebf7dc53f485","timestamp":"2023-03-30T03:58:31.532954Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T03:58:36.033+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f6c918ba-9107-4b4f-b693-51908c8501a0","timestamp":"2023-03-30T03:58:36.296429Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T03:59:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T04:00:16.403+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5f66af54-0a8e-4573-8fdf-3fc1828a57bf","timestamp":"2023-03-30T04:00:16.148705Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T04:00:18.139+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c3259c61-2550-4617-a5ac-cf641932e0c4","timestamp":"2023-03-30T04:00:18.207001Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T04:00:27.423+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9174bdf3-c9a7-4314-8ef5-2b1aad7e7061","timestamp":"2023-03-30T04:00:27.240455Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T04:00:32.008+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7e106bce-8936-4d4a-bed0-9bc40eb54dbe","timestamp":"2023-03-30T04:00:31.532995Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T04:00:36.033+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"05deab0f-7ed2-4569-add7-24e8e6728f82","timestamp":"2023-03-30T04:00:36.296397Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T04:01:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T04:02:16.355+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7ed6d049-aab3-433f-9dca-341165407db4","timestamp":"2023-03-30T04:02:16.148806Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T04:02:18.129+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"24aab6b2-4fa6-450a-881d-552b2e6da404","timestamp":"2023-03-30T04:02:18.206965Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T04:02:27.424+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cda7e647-9aeb-4002-b9eb-905b40512604","timestamp":"2023-03-30T04:02:27.240352Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T04:02:32.007+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1cc666b2-6928-405e-8dc3-07a28cc53288","timestamp":"2023-03-30T04:02:31.533202Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T04:02:36.033+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"87127736-5fff-4cef-9ce3-6435a0a62f78","timestamp":"2023-03-30T04:02:36.296501Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T04:03:23.365+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T04:04:16.352+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f89c1b2d-2efb-4547-9c7d-53e48244bb27","timestamp":"2023-03-30T04:04:16.148607Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T04:04:18.183+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ffebc913-0489-4d89-8feb-f4cbd4f7a8e2","timestamp":"2023-03-30T04:04:18.207086Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T04:04:27.502+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e612e79a-a50b-45aa-80c3-0d445ba0898f","timestamp":"2023-03-30T04:04:27.240484Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T04:04:31.999+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7a80a46a-c427-40ae-93ac-4c3cc9418301","timestamp":"2023-03-30T04:04:31.533088Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T04:04:36.033+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"e6106b28-ab11-468d-9573-3c2b38b6523c","timestamp":"2023-03-30T04:04:36.296585Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T04:05:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T04:06:16.344+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c1b1b270-c2b9-4d7a-8f99-97c75d5e28ba","timestamp":"2023-03-30T04:06:16.148860Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T04:06:18.118+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e62e66b3-cefd-4ea2-8d8a-4e0428e3cf9e","timestamp":"2023-03-30T04:06:18.206952Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T04:06:27.422+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"848ac83a-b93d-46c0-88a9-f8220189f007","timestamp":"2023-03-30T04:06:27.240598Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T04:06:32.007+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"87470218-46f1-455c-99fd-9eb00026d5c9","timestamp":"2023-03-30T04:06:31.533105Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T04:06:36.038+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"74b8ded9-aa88-466c-957d-a2330061cb53","timestamp":"2023-03-30T04:06:36.296517Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T04:07:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T04:08:16.362+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"96001c32-a8d9-494b-b34c-d3f33d00316d","timestamp":"2023-03-30T04:08:16.150097Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T04:08:18.189+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c54b9c7b-8e44-4311-b88f-5f8873fb632b","timestamp":"2023-03-30T04:08:18.207047Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T04:08:27.432+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a60838a5-d309-4c0c-badf-8af2b4150a92","timestamp":"2023-03-30T04:08:27.240523Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T04:08:32.053+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"143a3d30-e73c-49b4-8e98-05b1a543bd5d","timestamp":"2023-03-30T04:08:31.533076Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T04:08:36.030+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f9ca1ac3-7110-4453-bd4f-57c2091deae1","timestamp":"2023-03-30T04:08:36.296527Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T04:09:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T04:10:16.346+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"15f1c925-e0e2-4301-a6dd-4aa93bd7169d","timestamp":"2023-03-30T04:10:16.148685Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T04:10:18.127+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"31a815b1-c9fd-4323-a5cc-6d79f37c4e94","timestamp":"2023-03-30T04:10:18.207058Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T04:10:27.422+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"608457f7-114d-4308-91bf-9990c2756333","timestamp":"2023-03-30T04:10:27.240697Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T04:10:32.004+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a53aa67b-aa1a-4cf9-a491-14248b602276","timestamp":"2023-03-30T04:10:31.533083Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T04:10:36.028+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"97793b07-7fe3-479f-889b-307224fad3ab","timestamp":"2023-03-30T04:10:36.296593Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T04:11:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T04:12:16.344+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2e4bc572-e516-4042-a334-d9f74229eece","timestamp":"2023-03-30T04:12:16.148749Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T04:12:18.124+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4dbde7c8-d84b-4eef-a251-42446ffb8648","timestamp":"2023-03-30T04:12:18.207135Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T04:12:27.424+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f0571467-0b13-4737-ad5e-02b23eb74301","timestamp":"2023-03-30T04:12:27.240606Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T04:12:32.007+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bf2c1a0e-d6db-41b5-80a8-44702587a9d4","timestamp":"2023-03-30T04:12:31.533117Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T04:12:36.029+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f12d9833-78d0-4f7e-a52d-2ad006a5e1af","timestamp":"2023-03-30T04:12:36.296469Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T04:13:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T04:14:16.348+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"96a5edb9-0dc1-4a3e-855d-646614bb1f63","timestamp":"2023-03-30T04:14:16.148734Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T04:14:18.117+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cd3adc24-0038-408c-b6f4-cf70c26c0515","timestamp":"2023-03-30T04:14:18.207094Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T04:14:27.433+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e09c039a-f167-4b9c-bce3-e97b286c2050","timestamp":"2023-03-30T04:14:27.240532Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T04:14:32.003+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4a2cdaa8-3504-43c4-90da-34711909c4d0","timestamp":"2023-03-30T04:14:31.533124Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T04:14:36.042+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"8c781883-027f-4573-b709-6adfaa43cc75","timestamp":"2023-03-30T04:14:36.296437Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T04:15:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T04:16:16.339+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d7b602e9-19eb-493c-8c2e-2206be26f54e","timestamp":"2023-03-30T04:16:16.148646Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T04:16:18.181+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7c1a61f7-bbed-4182-a09a-bcd68dfdc4f1","timestamp":"2023-03-30T04:16:18.207015Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T04:16:27.424+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3a36ac96-ef33-461c-a250-e0b25f7e3387","timestamp":"2023-03-30T04:16:27.240508Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T04:16:32.004+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a07866a1-15a6-413b-95cc-e89dde376551","timestamp":"2023-03-30T04:16:31.533140Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T04:16:36.034+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"1792519d-4a32-4b8a-81ec-56824e44e782","timestamp":"2023-03-30T04:16:36.296680Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T04:17:23.364+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-03-30T04:18:16.348+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"eb168692-f0cf-4b72-aac5-8ab3007c3229","timestamp":"2023-03-30T04:18:16.148654Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T04:18:18.119+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bf4c1b78-95e0-48ee-a006-21ebd99e9210","timestamp":"2023-03-30T04:18:18.207100Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T04:18:27.430+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6a286792-7533-4a51-973e-3905ede29717","timestamp":"2023-03-30T04:18:27.240612Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T04:18:32.003+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"940f79f5-e08e-4f8a-b9ed-a8a4f054dfde","timestamp":"2023-03-30T04:18:31.533178Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T04:18:36.031+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1