postgres | The files belonging to this database system will be owned by user "postgres". postgres | This user must also own the server process. postgres | postgres | The database cluster will be initialized with locale "en_US.utf8". postgres | The default database encoding has accordingly been set to "UTF8". postgres | The default text search configuration will be set to "english". postgres | postgres | Data page checksums are disabled. postgres | postgres | fixing permissions on existing directory /var/lib/postgresql/data ... ok postgres | creating subdirectories ... ok postgres | selecting dynamic shared memory implementation ... posix postgres | selecting default "max_connections" ... 100 postgres | selecting default "shared_buffers" ... 128MB postgres | selecting default time zone ... Etc/UTC postgres | creating configuration files ... ok postgres | running bootstrap script ... ok postgres | performing post-bootstrap initialization ... ok postgres | syncing data to disk ... ok postgres | initdb: warning: enabling "trust" authentication for local connections postgres | initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb. postgres | postgres | postgres | Success. You can now start the database server using: postgres | postgres | pg_ctl -D /var/lib/postgresql/data -l logfile start postgres | postgres | waiting for server to start....2026-08-07 10:54:05.807 UTC [48] LOG: starting PostgreSQL 17.7 (Debian 17.7-3.pgdg13+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 14.2.0-19) 14.2.0, 64-bit postgres | 2026-08-07 10:54:05.809 UTC [48] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" postgres | 2026-08-07 10:54:05.817 UTC [51] LOG: database system was shut down at 2026-08-07 10:54:05 UTC postgres | 2026-08-07 10:54:05.825 UTC [48] LOG: database system is ready to accept connections postgres | done postgres | server started postgres | postgres | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/db-pg.conf postgres | postgres | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/db-pg.sh postgres | #!/bin/bash -xv postgres | # Copyright (C) 2022,2024,2026 OpenInfra Foundation Europe. All rights reserved. postgres | # postgres | # Licensed under the Apache License, Version 2.0 (the "License"); postgres | # you may not use this file except in compliance with the License. postgres | # You may obtain a copy of the License at postgres | # postgres | # http://www.apache.org/licenses/LICENSE-2.0 postgres | # postgres | # Unless required by applicable law or agreed to in writing, software postgres | # distributed under the License is distributed on an "AS IS" BASIS, postgres | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. postgres | # See the License for the specific language governing permissions and postgres | # limitations under the License. postgres | postgres | psql -U postgres -d postgres --command "CREATE USER ${PGSQL_USER} WITH PASSWORD '${PGSQL_PASSWORD}';" postgres | + psql -U postgres -d postgres --command 'CREATE USER policy_user WITH PASSWORD '\''policy_user'\'';' postgres | CREATE ROLE postgres | psql -U postgres -d postgres --command "CREATE DATABASE clampacm;" postgres | + psql -U postgres -d postgres --command 'CREATE DATABASE clampacm;' postgres | CREATE DATABASE postgres | psql -U postgres -d postgres --command "ALTER DATABASE clampacm OWNER TO ${PGSQL_USER} ;" postgres | + psql -U postgres -d postgres --command 'ALTER DATABASE clampacm OWNER TO policy_user ;' postgres | ALTER DATABASE postgres | psql -U postgres -d postgres --command "GRANT ALL PRIVILEGES ON DATABASE clampacm TO ${PGSQL_USER} ;" postgres | + psql -U postgres -d postgres --command 'GRANT ALL PRIVILEGES ON DATABASE clampacm TO policy_user ;' postgres | GRANT postgres | postgres | waiting for server to shut down....2026-08-07 10:54:06.196 UTC [48] LOG: received fast shutdown request postgres | 2026-08-07 10:54:06.203 UTC [48] LOG: aborting any active transactions postgres | 2026-08-07 10:54:06.205 UTC [48] LOG: background worker "logical replication launcher" (PID 54) exited with exit code 1 postgres | 2026-08-07 10:54:06.210 UTC [49] LOG: shutting down postgres | 2026-08-07 10:54:06.211 UTC [49] LOG: checkpoint starting: shutdown immediate postgres | 2026-08-07 10:54:06.343 UTC [49] LOG: checkpoint complete: wrote 934 buffers (5.7%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.066 s, sync=0.057 s, total=0.134 s; sync files=308, longest=0.006 s, average=0.001 s; distance=4260 kB, estimate=4260 kB; lsn=0/1916A78, redo lsn=0/1916A78 postgres | 2026-08-07 10:54:06.349 UTC [48] LOG: database system is shut down postgres | done postgres | server stopped postgres | postgres | PostgreSQL init process complete; ready for start up. postgres | postgres | 2026-08-07 10:54:06.421 UTC [1] LOG: starting PostgreSQL 17.7 (Debian 17.7-3.pgdg13+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 14.2.0-19) 14.2.0, 64-bit postgres | 2026-08-07 10:54:06.421 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 postgres | 2026-08-07 10:54:06.421 UTC [1] LOG: listening on IPv6 address "::", port 5432 postgres | 2026-08-07 10:54:06.426 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" postgres | 2026-08-07 10:54:06.432 UTC [71] LOG: database system was shut down at 2026-08-07 10:54:06 UTC postgres | 2026-08-07 10:54:06.439 UTC [1] LOG: database system is ready to accept connections postgres | 2026-08-07 10:55:24.519 UTC [280] ERROR: duplicate key value violates unique constraint "pk_automationcompositiondefinition" postgres | 2026-08-07 10:55:24.519 UTC [280] DETAIL: Key (compositionid)=(d30b8017-4d64-4693-84d7-de9c4226b9f8) already exists. postgres | 2026-08-07 10:55:24.519 UTC [280] STATEMENT: /* postgres | * ============LICENSE_START======================================================= postgres | * Copyright (C) 2025 OpenInfra Foundation Europe. All rights reserved. postgres | * ================================================================================ postgres | * Licensed under the Apache License, Version 2.0 (the "License"); postgres | * you may not use this file except in compliance with the License. postgres | * You may obtain a copy of the License at postgres | * postgres | * http://www.apache.org/licenses/LICENSE-2.0 postgres | * Unless required by applicable law or agreed to in writing, software postgres | * distributed under the License is distributed on an "AS IS" BASIS, postgres | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. postgres | * See the License for the specific language governing permissions and postgres | * limitations under the License. postgres | * postgres | * SPDX-License-Identifier: Apache-2.0 postgres | * ============LICENSE_END========================================================= postgres | */ postgres | INSERT INTO automationcompositiondefinition (compositionid, name, servicetemplate, state, statechangeresult, version, lastmsg) postgres | VALUES ('d30b8017-4d64-4693-84d7-de9c4226b9f8', 'Test-Migration-From', '{"tosca_definitions_version":"tosca_simple_yaml_1_3","data_types":{"onap.datatypes.ToscaConceptIdentifier:0.0.0":{"properties":{"name":{"name":"name","type":"string","type_version":"0.0.0","required":true},"version":{"name":"version","type":"string","type_version":"0.0.0","required":true}},"name":"onap.datatypes.ToscaConceptIdentifier","version":"0.0.0","derived_from":"tosca.datatypes.Root","metadata":{}}},"node_types":{"org.onap.policy.clamp.acm.Participant:1.0.1":{"properties":{"provider":{"name":"provider","type":"string","type_version":"0.0.0","required":false}},"name":"org.onap.policy.clamp.acm.Participant","version":"1.0.1","derived_from":"tosca.nodetypes.Root","metadata":{}},"org.onap.policy.clamp.acm.AutomationCompositionElement:1.0.1":{"properties":{"provider":{"name":"provider","type":"string","type_version":"0.0.0","description":"Specifies the organization that provides the automation composition element","required":false,"metadata":{"common":"true"}},"startPhase":{"name":"startPhase","type":"integer","type_version":"0.0.0","description":"A value indicating the start phase in which this automation composition element will be started, the first start phase is zero. Automation Composition Elements are started in their start_phase order and stopped in reverse start phase order. Automation Composition Elements with the same start phase are started and stopped simultaneously","required":false,"constraints":[{"greater_or_equal":"0"}],"metadata":{"common":"true"}},"stage":{"name":"stage","type":"map","type_version":"0.0.0","description":"A map of list indicating for each operation the stages in which this automation composition element will be started, the first stage is zero. Automation Composition Elements are started in their stage order. Automation Composition Elements with the same stage are started simultaneously.","required":false}},"name":"org.onap.policy.clamp.acm.AutomationCompositionElement","version":"1.0.1","derived_from":"tosca.nodetypes.Root","metadata":{}},"org.onap.policy.clamp.acm.AutomationComposition:1.0.1":{"properties":{"provider":{"name":"provider","type":"string","type_version":"0.0.0","description":"Specifies the organization that provides the automation composition element","required":false,"metadata":{"common":"true"}},"elements":{"name":"elements","type":"list","type_version":"0.0.0","description":"Specifies a list of automation composition element definitions that make up this automation composition definition","required":true,"entry_schema":{"type":"onap.datatypes.ToscaConceptIdentifier","type_version":"0.0.0"},"metadata":{"common":"true"}}},"name":"org.onap.policy.clamp.acm.AutomationComposition","version":"1.0.1","derived_from":"tosca.nodetypes.Root","metadata":{}},"org.onap.policy.clamp.acm.SimAutomationCompositionElement:1.0.0":{"properties":{"baseUrl":{"name":"baseUrl","type":"string","type_version":"0.0.0","description":"The base URL to be prepended to each path, identifies the host for the REST endpoints.","required":true,"metadata":{"sensitive":"true"}},"httpHeaders":{"name":"httpHeaders","type":"map","type_version":"0.0.0","description":"HTTP headers to send on REST requests","required":false,"entry_schema":{"type":"string","type_version":"0.0.0"}},"configurationEntities":{"name":"configurationEntities","type":"map","type_version":"0.0.0","description":"The connfiguration entities the Automation Composition Element is managing and their associated REST requests","required":true,"entry_schema":{"type":"map","type_version":"0.0.0"}}},"name":"org.onap.policy.clamp.acm.SimAutomationCompositionElement","version":"1.0.0","derived_from":"org.onap.policy.clamp.acm.AutomationCompositionElement","metadata":{}}},"topology_template":{"node_templates":{"org.onap.policy.clamp.acm.SimParticipant:2.3.4":{"type":"org.onap.policy.clamp.acm.Participant","type_version":"1.0.1","properties":{"provider":"ONAP"},"name":"org.onap.policy.clamp.acm.SimParticipant","version":"2.3.4","metadata":{},"description":"Participant Simulator"},"onap.policy.clamp.ac.element.Sim_StarterAutomationCompositionElement:1.2.3":{"type":"org.onap.policy.clamp.acm.SimAutomationCompositionElement","type_version":"1.0.0","properties":{"provider":"ONAP","startPhase":0,"stage":{"prepare":[1,2],"migrate":[1,2]}},"name":"onap.policy.clamp.ac.element.Sim_StarterAutomationCompositionElement","version":"1.2.3","metadata":{},"description":"Automation composition element for the http requests of AC Element Starter microservice"},"onap.policy.clamp.ac.element.Sim_BridgeAutomationCompositionElement:1.2.3":{"type":"org.onap.policy.clamp.acm.SimAutomationCompositionElement","type_version":"1.0.0","properties":{"provider":"ONAP","startPhase":0,"stage":{"prepare":[0,1],"migrate":[0,1]}},"name":"onap.policy.clamp.ac.element.Sim_BridgeAutomationCompositionElement","version":"1.2.3","metadata":{},"description":"Automation composition element for the http requests of AC Element Bridge microservice"},"onap.policy.clamp.ac.element.Sim_SinkAutomationCompositionElement:1.2.3":{"type":"org.onap.policy.clamp.acm.SimAutomationCompositionElement","type_version":"1.0.0","properties":{"provider":"ONAP","startPhase":0,"stage":{"prepare":[0,2],"migrate":[0,2]}},"name":"onap.policy.clamp.ac.element.Sim_SinkAutomationCompositionElement","version":"1.2.3","metadata":{},"description":"Automation composition element for the http requests of AC Element Sink microservice"},"onap.policy.clamp.ac.element.AutomationCompositionDefinition:1.2.3":{"type":"org.onap.policy.clamp.acm.AutomationComposition","type_version":"1.0.1","properties":{"provider":"ONAP","elements":[{"name":"onap.policy.clamp.ac.element.Sim_StarterAutomationCompositionElement","version":"1.2.3"},{"name":"onap.policy.clamp.ac.element.Sim_BridgeAutomationCompositionElement","version":"1.2.3"},{"name":"onap.policy.clamp.ac.element.Sim_SinkAutomationCompositionElement","version":"1.2.3"}]},"name":"onap.policy.clamp.ac.element.AutomationCompositionDefinition","version":"1.2.3","metadata":{},"description":"Automation composition for Demo"}},"policies":{}},"name":"Test-Migration-From","version":"1.0.0","metadata":{"primeTimeoutMs":200000,"deprimeTimeoutMs":100000,"compositionId":"d30b8017-4d64-4693-84d7-de9c4226b9f8"}}', 2, 0, '1.0.0', '2025-07-16 09:48:22.255172'); postgres | 2026-08-07 10:55:24.520 UTC [280] ERROR: duplicate key value violates unique constraint "pk_nodetemplatestate" postgres | 2026-08-07 10:55:24.520 UTC [280] DETAIL: Key (nodetemplatestateid)=(27e9302f-245e-46ff-9501-ddc8f0ff515c) already exists. postgres | 2026-08-07 10:55:24.520 UTC [280] STATEMENT: INSERT INTO nodetemplatestate (nodetemplatestateid, compositionid, message, nodetemplate_name, nodetemplate_version, outproperties, participantid, state) postgres | VALUES ('27e9302f-245e-46ff-9501-ddc8f0ff515c', 'd30b8017-4d64-4693-84d7-de9c4226b9f8', 'Primed', 'onap.policy.clamp.ac.element.Sim_StarterAutomationCompositionElement', '1.2.3', '{"InternalState":"PRIMED"}', '101c62b3-8918-41b9-a747-d21eb79c6c90', 2); postgres | 2026-08-07 10:55:24.521 UTC [280] ERROR: duplicate key value violates unique constraint "pk_nodetemplatestate" postgres | 2026-08-07 10:55:24.521 UTC [280] DETAIL: Key (nodetemplatestateid)=(68b5e9e3-1803-46e8-af0e-c3590efdc0c2) already exists. postgres | 2026-08-07 10:55:24.521 UTC [280] STATEMENT: INSERT INTO nodetemplatestate (nodetemplatestateid, compositionid, message, nodetemplate_name, nodetemplate_version, outproperties, participantid, state) postgres | VALUES ('68b5e9e3-1803-46e8-af0e-c3590efdc0c2', 'd30b8017-4d64-4693-84d7-de9c4226b9f8', 'Primed', 'onap.policy.clamp.ac.element.Sim_SinkAutomationCompositionElement', '1.2.3', '{"InternalState":"PRIMED"}', '101c62b3-8918-41b9-a747-d21eb79c6c90', 2); postgres | 2026-08-07 10:55:24.521 UTC [280] ERROR: duplicate key value violates unique constraint "pk_nodetemplatestate" postgres | 2026-08-07 10:55:24.521 UTC [280] DETAIL: Key (nodetemplatestateid)=(5c5f9e51-96c6-4626-88f9-db458cf9ef99) already exists. postgres | 2026-08-07 10:55:24.521 UTC [280] STATEMENT: INSERT INTO nodetemplatestate (nodetemplatestateid, compositionid, message, nodetemplate_name, nodetemplate_version, outproperties, participantid, state) postgres | VALUES ('5c5f9e51-96c6-4626-88f9-db458cf9ef99', 'd30b8017-4d64-4693-84d7-de9c4226b9f8', 'Primed', 'onap.policy.clamp.ac.element.Sim_BridgeAutomationCompositionElement', '1.2.3', '{"InternalState":"PRIMED"}', '101c62b3-8918-41b9-a747-d21eb79c6c90', 2); postgres | 2026-08-07 10:55:24.582 UTC [281] ERROR: duplicate key value violates unique constraint "pk_automationcomposition" postgres | 2026-08-07 10:55:24.582 UTC [281] DETAIL: Key (instanceid)=(dd36aaa4-580f-4193-a52b-37c3a955b11a) already exists. postgres | 2026-08-07 10:55:24.582 UTC [281] STATEMENT: /* postgres | * ============LICENSE_START======================================================= postgres | * Copyright (C) 2025 OpenInfra Foundation Europe. All rights reserved. postgres | * ================================================================================ postgres | * Licensed under the Apache License, Version 2.0 (the "License"); postgres | * you may not use this file except in compliance with the License. postgres | * You may obtain a copy of the License at postgres | * postgres | * http://www.apache.org/licenses/LICENSE-2.0 postgres | * Unless required by applicable law or agreed to in writing, software postgres | * distributed under the License is distributed on an "AS IS" BASIS, postgres | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. postgres | * See the License for the specific language governing permissions and postgres | * limitations under the License. postgres | * postgres | * SPDX-License-Identifier: Apache-2.0 postgres | * ============LICENSE_END========================================================= postgres | */ postgres | INSERT INTO automationcomposition (instanceid, compositionid, compositiontargetid, deploystate, description, lockstate, postgres | name, statechangeresult, version, lastmsg, phase, substate, revisionId) postgres | VALUES ('dd36aaa4-580f-4193-a52b-37c3a955b11a', 'd30b8017-4d64-4693-84d7-de9c4226b9f8', NULL, 0, postgres | 'Demo automation composition instance 0', 0, 'Test-Instance-Migration-From', 0, '2.0.1', postgres | '2025-07-16 09:53:15.512496', NULL, 0, 'e999d17c-5b80-476f-96cc-1acfb38194ee'); postgres | 2026-08-07 10:55:24.583 UTC [281] ERROR: duplicate key value violates unique constraint "pk_automationcompositionelement" postgres | 2026-08-07 10:55:24.583 UTC [281] DETAIL: Key (elementid)=(989c62b3-8918-41b9-a747-d21eb79c6c36) already exists. postgres | 2026-08-07 10:55:24.583 UTC [281] STATEMENT: INSERT INTO automationcompositionelement (elementid, definition_name, definition_version, deploystate, description, postgres | instanceid, lockstate, message, operationalstate, outproperties, postgres | participantid, properties, usestate, substate, stage) postgres | VALUES ('989c62b3-8918-41b9-a747-d21eb79c6c36', 'onap.policy.clamp.ac.element.Sim_SinkAutomationCompositionElement', postgres | '1.2.3', 0, 'Sink Automation Composition Element for the Demo', 'dd36aaa4-580f-4193-a52b-37c3a955b11a', 0, postgres | 'Deployed', NULL, '{"InternalState":"DEPLOYED"}', '101c62b3-8918-41b9-a747-d21eb79c6c90', postgres | '{"deployTimeoutMs":200000,"undeployTimeoutMs":150000,"updateTimeoutMs":200000,"migrateTimeoutMs":200000,"deleteTimeoutMs":100000,"baseUrl":"ENCRYPTED:ZuDP803svc1ThgeVcYeQvA0kL8gpz2Qzg9unk3zm+XSi8RSTlDQ2qgSzROz7QOit","httpHeaders":{"Content-Type":"application/json","Authorization":"Basic YWNtVXNlcjp6YiFYenRHMzQ="},"configurationEntities":[{"configurationEntityId":{"name":"onap.policy.clamp.ac.sink","version":"1.0.0"},"restSequence":[{"restRequestId":{"name":"request3","version":"1.0.1"},"httpMethod":"POST","path":"/onap/policy/clamp/acelement/v2/activate","body":"{ \"receiverId\": { \"name\": \"onap.policy.clamp.ac.sink\", \"version\": \"1.0.0\" }, \"timerMs\": 20000, \"elementType\": \"SINK\", \"topicParameterGroup\": { \"server\": \"message-router\", \"listenerTopic\": \"POLICY_UPDATE_MSG\", \"publisherTopic\": \"AC_ELEMENT_MSG\", \"fetchTimeout\": 15000, \"topicCommInfrastructure\": \"dmaap\" } }","expectedResponse":201}],"myParameterToUpdate":"text"}]}', postgres | NULL, 0, NULL); postgres | 2026-08-07 10:55:24.584 UTC [281] ERROR: duplicate key value violates unique constraint "pk_automationcompositionelement" postgres | 2026-08-07 10:55:24.584 UTC [281] DETAIL: Key (elementid)=(989c62b3-8918-41b9-a747-d21eb79c6c34) already exists. postgres | 2026-08-07 10:55:24.584 UTC [281] STATEMENT: INSERT INTO automationcompositionelement (elementid, definition_name, definition_version, deploystate, description, postgres | instanceid, lockstate, message, operationalstate, outproperties, postgres | participantid, properties, usestate, substate, stage) postgres | VALUES ('989c62b3-8918-41b9-a747-d21eb79c6c34', 'onap.policy.clamp.ac.element.Sim_StarterAutomationCompositionElement', postgres | '1.2.3', 0, 'Starter Automation Composition Element for the Demo', 'dd36aaa4-580f-4193-a52b-37c3a955b11a', 0, postgres | 'Deployed', NULL, '{"InternalState":"DEPLOYED"}', '101c62b3-8918-41b9-a747-d21eb79c6c90', postgres | '{"deployTimeoutMs":200000,"undeployTimeoutMs":150000,"updateTimeoutMs":200000,"migrateTimeoutMs":200000,"deleteTimeoutMs":100000,"baseUrl":"ENCRYPTED:1IPD8QRnRhnFlUfrHIoRRuzPYHV0z88DhwXYa+KhZqv6iUh1JiVoN28oAIYFq1i6","httpHeaders":{"Content-Type":"application/json","Authorization":"Basic YWNtVXNlcjp6YiFYenRHMzQ="},"configurationEntities":[{"configurationEntityId":{"name":"onap.policy.clamp.ac.starter","version":"1.0.0"},"restSequence":[{"restRequestId":{"name":"request1","version":"1.0.1"},"httpMethod":"POST","path":"/onap/policy/clamp/acelement/v2/activate","body":"{ \"receiverId\": { \"name\": \"onap.policy.clamp.ac.startertobridge\", \"version\": \"1.0.0\" }, \"timerMs\": 20000, \"elementType\": \"STARTER\", \"topicParameterGroup\": { \"server\": \"message-router:3904\", \"listenerTopic\": \"POLICY_UPDATE_MSG\", \"publisherTopic\": \"AC_ELEMENT_MSG\", \"fetchTimeout\": 15000, \"topicCommInfrastructure\": \"dmaap\" } }","expectedResponse":201}],"myParameterToUpdate":"text"}]}', postgres | NULL, 0, NULL); postgres | 2026-08-07 10:55:24.584 UTC [281] ERROR: duplicate key value violates unique constraint "pk_automationcompositionelement" postgres | 2026-08-07 10:55:24.584 UTC [281] DETAIL: Key (elementid)=(989c62b3-8918-41b9-a747-d21eb79c6c35) already exists. postgres | 2026-08-07 10:55:24.584 UTC [281] STATEMENT: INSERT INTO automationcompositionelement (elementid, definition_name, definition_version, deploystate, description, postgres | instanceid, lockstate, message, operationalstate, outproperties, postgres | participantid, properties, usestate, substate, stage) postgres | VALUES ('989c62b3-8918-41b9-a747-d21eb79c6c35', 'onap.policy.clamp.ac.element.Sim_BridgeAutomationCompositionElement', postgres | '1.2.3', 0, 'Bridge Automation Composition Element for the Demo', 'dd36aaa4-580f-4193-a52b-37c3a955b11a', 0, postgres | 'Deployed', NULL, '{"InternalState":"DEPLOYED"}', '101c62b3-8918-41b9-a747-d21eb79c6c90', postgres | '{"deployTimeoutMs":200000,"undeployTimeoutMs":150000,"updateTimeoutMs":200000,"migrateTimeoutMs":200000,"deleteTimeoutMs":100000,"baseUrl":"ENCRYPTED:Q4bNY29WKbV4o/vi15DMyWnWla6lTTwbn5ZRfR1nspd5xL9vDvtl8FYBA7Sj6mHI","httpHeaders":{"Content-Type":"application/json","Authorization":"Basic YWNtVXNlcjp6YiFYenRHMzQ="},"configurationEntities":[{"configurationEntityId":{"name":"onap.policy.clamp.ac.bridge","version":"1.0.0"},"restSequence":[{"restRequestId":{"name":"request2","version":"1.0.1"},"httpMethod":"POST","path":"/onap/policy/clamp/acelement/v2/activate","body":"{ \"receiverId\": { \"name\": \"onap.policy.clamp.ac.bridgetosink\", \"version\": \"1.0.0\" }, \"timerMs\": 20000, \"elementType\": \"BRIDGE\", \"topicParameterGroup\": { \"server\": \"message-router:3904\", \"listenerTopic\": \"POLICY_UPDATE_MSG\", \"publisherTopic\": \"AC_ELEMENT_MSG\", \"fetchTimeout\": 15000, \"topicCommInfrastructure\": \"dmaap\" } }","expectedResponse":201}],"myParameterToUpdate":"text"}]}', postgres | NULL, 0, NULL);