overriding logback.xml Policy distribution config file: /opt/app/policy/distribution/etc/mounted/config.json 05:32:29.838 [main] INFO o.o.p.d.main.startstop.Main - Starting policy distribution service with arguments - [-c, /opt/app/policy/distribution/etc/mounted/config.json] 05:32:30.424 [main] INFO org.eclipse.jetty.util.log - Logging initialized @1787ms to org.eclipse.jetty.util.log.Slf4jLog 05:32:30.906 [main] INFO o.o.p.c.u.services.ServiceManager - service manager starting 05:32:30.906 [main] INFO o.o.p.c.u.services.ServiceManager - service manager starting REST SDCDistributionGroup 05:32:30.906 [main] INFO o.o.p.c.e.h.s.i.JettyServletServer - JettyJerseyServer [Jerseyservlets={/*=org.glassfish.jersey.servlet.ServletContainer-7a55af6b@9320f889==org.glassfish.jersey.servlet.ServletContainer,jsp=null,order=0,inst=false,async=true}, swaggerId=swagger-6969, toString()=JettyServer [name=SDCDistributionGroup, host=0.0.0.0, port=6969, user=healthcheck, password=true, contextPath=/, jettyServer=Server@78641d23{STOPPED}[9.4.33.v20201020], context=o.e.j.s.ServletContextHandler@74589991{/,null,STOPPED}, connector=SDCDistributionGroup@40317ba2{SSL, (ssl, http/1.1)}{0.0.0.0:6969}, jettyThread=null]]: STARTING 05:32:30.917 [main] INFO o.o.p.c.u.services.ServiceManager - service manager started 05:32:30.918 [SDCDistributionGroup-6969] INFO o.o.p.c.e.h.s.i.JettyServletServer - JettyJerseyServer [Jerseyservlets={/*=org.glassfish.jersey.servlet.ServletContainer-7a55af6b@9320f889==org.glassfish.jersey.servlet.ServletContainer,jsp=null,order=0,inst=false,async=true}, swaggerId=swagger-6969, toString()=JettyServer [name=SDCDistributionGroup, host=0.0.0.0, port=6969, user=healthcheck, password=true, contextPath=/, jettyServer=Server@78641d23{STOPPED}[9.4.33.v20201020], context=o.e.j.s.ServletContextHandler@74589991{/,null,STOPPED}, connector=SDCDistributionGroup@40317ba2{SSL, (ssl, http/1.1)}{0.0.0.0:6969}, jettyThread=Thread[SDCDistributionGroup-6969,5,main]]]: STARTING 05:32:30.925 [SDCDistributionGroup-6969] INFO org.eclipse.jetty.server.Server - jetty-9.4.33.v20201020; built: 2020-10-20T23:39:24.803Z; git: 1be68755656cef678b79a2ef1c2ebbca99e25420; jvm 11.0.9.1+1 05:32:31.009 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - init 05:32:31.009 [main] INFO o.o.p.d.main.startstop.Main - Started policy-distribution service successfully. 05:32:31.118 [SDCDistributionGroup-6969] INFO org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 05:32:31.119 [SDCDistributionGroup-6969] INFO org.eclipse.jetty.server.session - No SessionScavenger set, using defaults 05:32:31.121 [SDCDistributionGroup-6969] INFO org.eclipse.jetty.server.session - node0 Scavenging every 660000ms 05:32:34.018 [Timer-0] INFO c.att.nsa.apiClient.http.HttpClient - POST https://message-router.onap:3905/apiKeys/create (anonymous) ... 05:32:34.404 [SDCDistributionGroup-6969] INFO o.o.p.c.gson.GsonMessageBodyHandler - Using GSON for REST calls 05:32:34.407 [SDCDistributionGroup-6969] INFO o.o.p.c.e.h.s.YamlMessageBodyHandler - Accepting YAML for REST calls 05:32:34.430 [Timer-0] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 05:32:34.583 [Timer-0] INFO o.o.sdc.impl.DistributionClientImpl - start DistributionClient 05:32:34.612 [pool-2-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 05:32:34.616 [pool-2-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as BBtx23I13PTuLCUg) ... 05:32:34.716 [SDCDistributionGroup-6969] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@74589991{/,null,AVAILABLE} 05:32:34.839 [SDCDistributionGroup-6969] ERROR o.o.p.c.e.h.s.i.JettyServletServer - JettyJerseyServer [Jerseyservlets={/*=org.glassfish.jersey.servlet.ServletContainer-7a55af6b@9320f889==org.glassfish.jersey.servlet.ServletContainer,jsp=null,order=0,inst=true,async=true}, swaggerId=swagger-6969, toString()=JettyServer [name=SDCDistributionGroup, host=0.0.0.0, port=6969, user=healthcheck, password=true, contextPath=/, jettyServer=Server@78641d23{FAILED}[9.4.33.v20201020], context=o.e.j.s.ServletContextHandler@74589991{/,null,AVAILABLE}, connector=SDCDistributionGroup@40317ba2{SSL, (ssl, http/1.1)}{0.0.0.0:6969}, jettyThread=Thread[SDCDistributionGroup-6969,5,main]]]: error found while bringing up server java.io.IOException: keystore password was incorrect at java.base/sun.security.pkcs12.PKCS12KeyStore.engineLoad(Unknown Source) at java.base/sun.security.util.KeyStoreDelegator.engineLoad(Unknown Source) at java.base/java.security.KeyStore.load(Unknown Source) at org.eclipse.jetty.util.security.CertificateUtils.getKeyStore(CertificateUtils.java:54) at org.eclipse.jetty.util.ssl.SslContextFactory.loadKeyStore(SslContextFactory.java:1191) at org.eclipse.jetty.util.ssl.SslContextFactory.load(SslContextFactory.java:323) at org.eclipse.jetty.util.ssl.SslContextFactory.doStart(SslContextFactory.java:245) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117) at org.eclipse.jetty.server.SslConnectionFactory.doStart(SslConnectionFactory.java:97) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117) at org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:321) at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:81) at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:234) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72) at org.eclipse.jetty.server.Server.doStart(Server.java:401) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72) at org.onap.policy.common.endpoints.http.server.internal.JettyServletServer.run(JettyServletServer.java:305) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.security.UnrecoverableKeyException: failed to decrypt safe contents entry: javax.crypto.BadPaddingException: Given final block not properly padded. Such issues can arise if a bad key is used during decryption. ... 22 common frames omitted 05:32:44.260 [pool-2-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 05:32:54.610 [pool-2-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 05:32:54.612 [pool-2-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as BBtx23I13PTuLCUg) ... 05:33:04.154 [pool-2-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 05:33:14.611 [pool-2-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 05:33:14.613 [pool-2-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as BBtx23I13PTuLCUg) ... 05:33:24.151 [pool-2-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 05:33:34.610 [pool-2-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 05:33:34.612 [pool-2-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as BBtx23I13PTuLCUg) ... 05:33:40.914 [pool-2-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 05:33:40.925 [pool-2-thread-1] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - sendNotificationStatus 05:33:40.932 [pool-2-thread-1] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - sendStatus 05:33:41.039 [pool-4-thread-1] INFO c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 05:33:41.042 [pool-4-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BBtx23I13PTuLCUg) ... 05:33:41.090 [pool-4-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 05:33:41.091 [pool-4-thread-1] INFO c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} 05:33:41.940 [pool-2-thread-1] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - sendNotificationStatus 05:33:41.941 [pool-2-thread-1] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - sendStatus 05:33:42.043 [pool-5-thread-1] INFO c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 05:33:42.044 [pool-5-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BBtx23I13PTuLCUg) ... 05:33:42.092 [pool-5-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 05:33:42.093 [pool-5-thread-1] INFO c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 05:33:42.943 [pool-2-thread-1] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - sendNotificationStatus 05:33:42.944 [pool-2-thread-1] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - sendStatus 05:33:43.047 [pool-6-thread-1] INFO c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 05:33:43.047 [pool-6-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BBtx23I13PTuLCUg) ... 05:33:43.102 [pool-6-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 05:33:43.102 [pool-6-thread-1] INFO c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (55 ms):{"serverTimeMs":0,"count":1} 05:33:43.947 [pool-2-thread-1] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - sendNotificationStatus 05:33:43.947 [pool-2-thread-1] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - sendStatus 05:33:44.050 [pool-7-thread-1] INFO c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 05:33:44.051 [pool-7-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BBtx23I13PTuLCUg) ... 05:33:44.087 [pool-7-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 05:33:44.087 [pool-7-thread-1] INFO c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 05:33:44.950 [pool-2-thread-1] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - sendNotificationStatus 05:33:44.951 [pool-2-thread-1] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - sendStatus 05:33:45.053 [pool-8-thread-1] INFO c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 05:33:45.054 [pool-8-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BBtx23I13PTuLCUg) ... 05:33:45.092 [pool-8-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 05:33:45.092 [pool-8-thread-1] INFO c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 05:33:45.953 [pool-2-thread-1] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - sendNotificationStatus 05:33:45.954 [pool-2-thread-1] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - sendStatus 05:33:46.057 [pool-9-thread-1] INFO c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 05:33:46.058 [pool-9-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BBtx23I13PTuLCUg) ... 05:33:46.091 [pool-9-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 05:33:46.092 [pool-9-thread-1] INFO c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 05:33:46.956 [pool-2-thread-1] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - sendNotificationStatus 05:33:46.957 [pool-2-thread-1] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - sendStatus 05:33:47.060 [pool-10-thread-1] INFO c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 05:33:47.061 [pool-10-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BBtx23I13PTuLCUg) ... 05:33:47.093 [pool-10-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 05:33:47.093 [pool-10-thread-1] INFO c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 05:33:47.961 [pool-2-thread-1] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - sendNotificationStatus 05:33:47.961 [pool-2-thread-1] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - sendStatus 05:33:48.063 [pool-11-thread-1] INFO c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 05:33:48.064 [pool-11-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BBtx23I13PTuLCUg) ... 05:33:48.127 [pool-11-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 05:33:48.127 [pool-11-thread-1] INFO c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (64 ms):{"serverTimeMs":0,"count":1} 05:33:48.965 [pool-2-thread-1] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - download 05:33:51.060 [pool-2-thread-1] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - sendDownloadStatus 05:33:51.060 [pool-2-thread-1] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - sendStatus 05:33:51.162 [pool-12-thread-1] INFO c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 05:33:51.163 [pool-12-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BBtx23I13PTuLCUg) ... 05:33:51.208 [pool-12-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 05:33:51.208 [pool-12-thread-1] INFO c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 05:33:52.067 [pool-2-thread-1] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - sendDeploymentStatus 05:33:52.067 [pool-2-thread-1] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - sendStatus 05:33:52.169 [pool-13-thread-1] INFO c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 05:33:52.170 [pool-13-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BBtx23I13PTuLCUg) ... 05:33:52.217 [pool-13-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 05:33:52.218 [pool-13-thread-1] INFO c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 05:33:53.071 [pool-2-thread-1] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - sendComponentDone status 05:33:53.071 [pool-2-thread-1] INFO o.o.sdc.impl.DistributionClientImpl - DistributionClient - sendStatus 05:33:53.173 [pool-14-thread-1] INFO c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 05:33:53.174 [pool-14-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BBtx23I13PTuLCUg) ... 05:33:53.206 [pool-14-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 05:33:53.206 [pool-14-thread-1] INFO c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 05:33:54.611 [pool-2-thread-3] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 05:33:54.612 [pool-2-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as BBtx23I13PTuLCUg) ... 05:34:04.155 [pool-2-thread-3] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 05:34:14.610 [pool-2-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 05:34:14.611 [pool-2-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as BBtx23I13PTuLCUg) ... 05:34:24.151 [pool-2-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 05:34:34.610 [pool-2-thread-4] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 05:34:34.611 [pool-2-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as BBtx23I13PTuLCUg) ... 05:34:44.157 [pool-2-thread-4] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK 05:34:54.610 [pool-2-thread-1] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id 05:34:54.611 [pool-2-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as BBtx23I13PTuLCUg) ... 05:35:04.169 [pool-2-thread-1] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 200 OK