By type
@RUNHOME@ /usr/local \n\n### Starting openresty =========== prepare the symbolic links ======================================== ================================================================================ =========== create symbolic link for libluajit-5.1.so.2 ======================================== ln: /lib64/libluajit-5.1.so.2: No such file or directory =============================================================================== HOME=/usr/local/openresty/nginx _NGINXCMD=/usr/local/openresty/nginx/sbin/nginx =============================================================================== /usr/local/openresty/nginx @WORK_DIR@ /usr/local/openresty/nginx @C_CMD@ /usr/local/openresty/nginx/sbin/nginx -p /usr/local/openresty/nginx/ \n\n### Starting discover @RUNHOME@ /usr/local/discover ================== ENV_INFO ============================================= @RUNHOME@ /usr/local/discover @JAVA_HOME@ /usr/lib/jvm/java-1.8-openjdk @Main_Class@ org.onap.msb.sdclient.DiscoverApp @APP_INFO@ msb-discovery-service @Main_JAR@ discovery-service.jar @Main_Conf@ conf/discover.yml @CONSUL_IP@ msb-consul.onap ========================================================================== start msb-discovery-service ... @JAVA_VERSION@ 1.8 @MAXIMUM_HEAP_SIZE@ 128m ================== RUN_INFO ============================================= @JAVA_HOME@ /usr/lib/jvm/java-1.8-openjdk @JAVA@ /usr/lib/jvm/java-1.8-openjdk/bin/java @JAVA_OPTS@ -Xms16m -Xmx128m -XX:+UseSerialGC -XX:MaxMetaspaceSize=64m -XX:NewRatio=2 @CLASS_PATH@ /usr/local/discover/:/usr/local/discover/discovery-service.jar @EXT_DIRS@ ========================================================================== @JAVA@ /usr/lib/jvm/java-1.8-openjdk/bin/java @JAVA_CMD@ 2021-04-09 23:58:53 151 INFO [io.dropwizard.server.SimpleServerFactory][main] - Registering jersey handler with root path prefix: / 2021-04-09 23:58:53 156 INFO [io.dropwizard.server.SimpleServerFactory][main] - Registering admin handler with root path prefix: /admin 2021-04-09 23:58:53 455 INFO [org.onap.msb.sdclient.DiscoverApp][main] - getApplicationContextPath: /api/microservices/v1 2021-04-09 23:59:10 468 INFO [org.reflections.Reflections][main] - Reflections took 16811 ms to scan 1 urls, producing 15738 keys and 30140 values 2021/04/09 23:59:11 [error] 23#23: *7 connect() failed (111: Connection refused) while connecting to upstream, client: 10.233.67.13, server: , request: "GET /api/microservices/v1/services/health HTTP/1.1", upstream: "http://127.0.0.1:8076/api/microservices/v1/services/health", host: "msb-discovery.onap:10081" 10.233.67.13 - - [09/Apr/2021:23:59:11 +0000] 5b5975fa48e5e752b0a40f17245bcba8 "GET /api/microservices/v1/services/health HTTP/1.1" 502 request_processing_time:0.000 upstream_response_time:0.000 "-" "Go-http-client/1.1" "-" 2021-04-09 23:59:13 758 INFO [org.glassfish.jersey.internal.ServiceFinder][main] - Running in a non-OSGi environment 2021-04-09 23:59:15 353 INFO [org.onap.msb.sdclient.wrapper.util.ConfigUtil][main] - init TCP_UDP portRange:28001-30000 2021-04-09 23:59:15 353 INFO [org.onap.msb.sdclient.wrapper.util.ConfigUtil][main] - init Consul Register Mode:agent 2021-04-09 23:59:15 353 INFO [io.dropwizard.server.SimpleServerFactory][main] - Registering jersey handler with root path prefix: / 2021-04-09 23:59:15 354 INFO [io.dropwizard.server.SimpleServerFactory][main] - Registering admin handler with root path prefix: /admin 2021-04-09 23:59:15 355 INFO [io.dropwizard.server.ServerFactory][main] - Starting MicroService Bus 2021/04/09 23:59:15 [error] 23#23: *10 connect() failed (111: Connection refused) while connecting to upstream, client: 10.233.67.13, server: , request: "GET /api/microservices/v1/services/health HTTP/1.1", upstream: "http://127.0.0.1:8076/api/microservices/v1/services/health", host: "msb-discovery.onap:10081" 10.233.67.13 - - [09/Apr/2021:23:59:15 +0000] 1e5c71f4eab23fa21b50e74bc17d0655 "GET /api/microservices/v1/services/health HTTP/1.1" 502 request_processing_time:0.001 upstream_response_time:0.001 "-" "Go-http-client/1.1" "-" 2021-04-09 23:59:17 353 INFO [org.eclipse.jetty.setuid.SetUIDListener][main] - Opened MicroService Bus @674c9079{HTTP/1.1,[http/1.1]}{0.0.0.0:8076} 2021-04-09 23:59:17 357 INFO [org.eclipse.jetty.server.Server][main] - jetty-9.4.z-SNAPSHOT; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_131-b11 2021-04-09 23:59:19 553 INFO [org.glassfish.jersey.server.ApplicationHandler][main] - Initiating Jersey application, version Jersey: 2.25.1 2017-01-19 16:23:50... 2021-04-09 23:59:22 958 INFO [org.glassfish.jersey.process.internal.ExecutorProviders][main] - Selected ExecutorServiceProvider implementation [org.glassfish.jersey.server.internal.process.ServerProcessingBinder$DefaultManagedAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.server.ManagedAsyncExecutor] annotation. 2021-04-09 23:59:23 053 INFO [org.glassfish.jersey.process.internal.ExecutorProviders][main] - Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.server.internal.process.ServerProcessingBinder$DefaultBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.server.BackgroundScheduler] annotation. 2021-04-09 23:59:24 350 INFO [org.glassfish.jersey.server.ApplicationHandler][main] - Jersey application initialized. Root Resource Classes: io.swagger.jaxrs.listing.ApiListingResource org.onap.msb.sdclient.resources.MicroServiceResource Global Reader Interceptors: org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor Global Writer Interceptors: org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor Dynamic Features: io.dropwizard.jersey.caching.CacheControlledResponseFeature@3943c449 Message Body Readers: org.glassfish.jersey.message.internal.StringMessageProvider org.glassfish.jersey.jaxb.internal.DocumentProvider org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$App org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$App org.glassfish.jersey.message.internal.RenderedImageProvider org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider$General org.glassfish.jersey.message.internal.ReaderProvider org.glassfish.jersey.message.internal.FormProvider org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider$App org.glassfish.jersey.message.internal.SourceProvider$DomSourceReader org.glassfish.jersey.message.internal.FileProvider org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$App org.glassfish.jersey.message.internal.BasicTypesMessageProvider org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$Text org.glassfish.jersey.message.internal.SourceProvider$SaxSourceReader org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$Text org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$General io.dropwizard.jersey.jackson.JacksonMessageBodyProvider org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$General org.glassfish.jersey.message.internal.SourceProvider$StreamSourceReader org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$General com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider$Text org.glassfish.jersey.message.internal.InputStreamProvider org.glassfish.jersey.message.internal.ByteArrayProvider org.glassfish.jersey.message.internal.DataSourceProvider org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$Text org.glassfish.jersey.message.internal.FormMultivaluedMapProvider Message Body Writers: org.glassfish.jersey.message.internal.StringMessageProvider org.glassfish.jersey.jaxb.internal.DocumentProvider org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$App org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$App org.glassfish.jersey.message.internal.RenderedImageProvider org.glassfish.jersey.message.internal.ReaderProvider org.glassfish.jersey.message.internal.FormProvider org.glassfish.jersey.server.validation.internal.ValidationErrorMessageBodyWriter org.glassfish.jersey.server.ChunkedResponseWriter org.glassfish.jersey.message.internal.SourceProvider$SourceWriter com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider org.glassfish.jersey.message.internal.FileProvider org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$App io.dropwizard.jersey.optional.OptionalDoubleMessageBodyWriter org.glassfish.jersey.message.internal.BasicTypesMessageProvider org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$Text io.dropwizard.jersey.optional.OptionalMessageBodyWriter org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$Text org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$General io.dropwizard.jersey.guava.OptionalMessageBodyWriter io.dropwizard.jersey.jackson.JacksonMessageBodyProvider io.dropwizard.jersey.optional.OptionalLongMessageBodyWriter org.glassfish.jersey.message.internal.StreamingOutputProvider org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$General org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$General org.glassfish.jersey.message.internal.InputStreamProvider org.glassfish.jersey.message.internal.ByteArrayProvider org.glassfish.jersey.message.internal.DataSourceProvider org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$Text org.glassfish.jersey.message.internal.FormMultivaluedMapProvider io.dropwizard.jersey.optional.OptionalIntMessageBodyWriter 2021-04-09 23:59:25 269 INFO [io.dropwizard.jersey.DropwizardResourceConfig][main] - The following paths were found for the configured resources: GET /api/microservices/v1/services/ (org.onap.msb.sdclient.resources.MicroServiceResource) POST /api/microservices/v1/services/ (org.onap.msb.sdclient.resources.MicroServiceResource) GET /api/microservices/v1/services/apigatewayserviceinfo (org.onap.msb.sdclient.resources.MicroServiceResource) GET /api/microservices/v1/services/health (org.onap.msb.sdclient.resources.MicroServiceResource) GET /api/microservices/v1/services/tcpudpportrange (org.onap.msb.sdclient.resources.MicroServiceResource) DELETE /api/microservices/v1/services/{serviceName}/version/{version} (org.onap.msb.sdclient.resources.MicroServiceResource) GET /api/microservices/v1/services/{serviceName}/version/{version} (org.onap.msb.sdclient.resources.MicroServiceResource) PUT /api/microservices/v1/services/{serviceName}/version/{version} (org.onap.msb.sdclient.resources.MicroServiceResource) GET /api/microservices/v1/services/{serviceName}/version/{version}/allpublishaddress (org.onap.msb.sdclient.resources.MicroServiceResource) GET /api/microservices/v1/services/{serviceName}/version/{version}/nodes (org.onap.msb.sdclient.resources.MicroServiceResource) DELETE /api/microservices/v1/services/{serviceName}/version/{version}/nodes/{ip}/{port} (org.onap.msb.sdclient.resources.MicroServiceResource) GET /api/microservices/v1/services/{serviceName}/version/{version}/publishaddress (org.onap.msb.sdclient.resources.MicroServiceResource) PUT /api/microservices/v1/services/{serviceName}/version/{version}/ttl (org.onap.msb.sdclient.resources.MicroServiceResource) GET /api/microservices/v1/swagger.{type:json|yaml} (io.swagger.jaxrs.listing.ApiListingResource) 2021-04-09 23:59:25 350 WARN [org.glassfish.jersey.internal.Errors][main] - The following warnings have been detected: WARNING: The (sub)resource method getMicroService in org.onap.msb.sdclient.resources.MicroServiceResource contains empty path annotation. WARNING: The (sub)resource method addMicroService in org.onap.msb.sdclient.resources.MicroServiceResource contains empty path annotation. 2021-04-09 23:59:25 351 INFO [org.eclipse.jetty.server.handler.ContextHandler][main] - Started i.d.j.MutableServletContextHandler@8a98f38{/,null,AVAILABLE} 2021-04-09 23:59:25 360 INFO [io.dropwizard.setup.AdminEnvironment][main] - tasks = POST /tasks/log-level (io.dropwizard.servlets.tasks.LogConfigurationTask) POST /tasks/gc (io.dropwizard.servlets.tasks.GarbageCollectionTask) 2021-04-09 23:59:25 360 WARN [io.dropwizard.setup.AdminEnvironment][main] - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! THIS APPLICATION HAS NO HEALTHCHECKS. THIS MEANS YOU WILL NEVER KNOW ! ! IF IT DIES IN PRODUCTION, WHICH MEANS YOU WILL NEVER KNOW IF YOU'RE ! ! LETTING YOUR USERS DOWN. YOU SHOULD ADD A HEALTHCHECK FOR EACH OF YOUR ! ! APPLICATION'S DEPENDENCIES WHICH FULLY (BUT LIGHTLY) TESTS IT. ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 2021-04-09 23:59:25 455 INFO [org.eclipse.jetty.server.handler.ContextHandler][main] - Started i.d.j.MutableServletContextHandler@444cc791{/admin,null,AVAILABLE} 2021-04-09 23:59:25 857 INFO [org.eclipse.jetty.server.AbstractConnector][main] - Started MicroService Bus @674c9079{HTTP/1.1,[http/1.1]}{0.0.0.0:8076} 2021-04-09 23:59:25 857 INFO [org.eclipse.jetty.server.Server][main] - Started @44685ms 2021-04-09 23:59:36 554 INFO [org.onap.msb.sdclient.health.ConsulLinkHealthCheck][dw-35 - GET /api/microservices/v1/services/health] - check consul URL:http://msb-consul.onap:8500/v1/status/leader 10.233.67.13 - - [09/Apr/2021:23:59:38 +0000] d28bde39891ad8b78b1cdf34540ab5fb "GET /api/microservices/v1/services/health HTTP/1.1" 200 request_processing_time:2.765 upstream_response_time:2.765 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [09/Apr/2021:23:59:38 +0000] "GET /api/microservices/v1/services/health HTTP/1.1" 200 25 "-" "Go-http-client/1.1" 2689 2021-04-09 23:59:39 154 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@26474847 2021-04-09 23:59:39 176 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"dmaap-dr-prov","version":"v1","url":"/","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":false,"nodes":[{"ip":"10.233.16.141","port":"443","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 23:59:39 742 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-dmaap-dr-prov,version-v1 ,namespace- 10.233.67.13 - - [09/Apr/2021:23:59:40 +0000] 2b27e9892bfab9accf07fe38b08e7297 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.421 upstream_response_time:1.421 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [09/Apr/2021:23:59:40 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 437 "-" "Go-http-client/1.1" 1413 2021-04-09 23:59:40 450 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@241fb503 2021-04-09 23:59:40 451 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-esr-gui","version":"v1","url":"/esr-gui","protocol":"UI","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/iui/aai-esr-gui","enable_ssl":false,"nodes":[{"ip":"10.233.55.98","port":"8080","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 23:59:40 815 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-esr-gui,version-v1 ,namespace- 10.233.67.13 - - [09/Apr/2021:23:59:40 +0000] e09f11535278b4dcb47638815b6b9760 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.596 upstream_response_time:0.596 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [09/Apr/2021:23:59:40 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 516 2021-04-09 23:59:40 884 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3b161612 2021-04-09 23:59:40 884 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"multicloud-fcaps","version":"v0","url":"/api/multicloud-fcaps/v0","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.56.200","port":"9011","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 23:59:41 326 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-fcaps,version-v0 ,namespace- 10.233.67.13 - - [09/Apr/2021:23:59:41 +0000] ad9626f3cc98670ec5fb8ca68469366f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.578 upstream_response_time:0.578 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [09/Apr/2021:23:59:41 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 467 "-" "Go-http-client/1.1" 576 2021-04-09 23:59:41 555 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7021a262 2021-04-09 23:59:41 555 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"multicloud-fcaps","version":"v1","url":"/api/multicloud-fcaps/v1","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.56.200","port":"9011","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 23:59:41 965 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-fcaps,version-v1 ,namespace- 10.233.67.13 - - [09/Apr/2021:23:59:42 +0000] dab0917eac1d77cd11b61998a267709a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.710 upstream_response_time:0.710 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [09/Apr/2021:23:59:42 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 467 "-" "Go-http-client/1.1" 709 2021-04-09 23:59:42 259 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4f91b0e3 2021-04-09 23:59:42 259 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"appc","version":"v1","url":"/","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/","enable_ssl":false,"nodes":[{"ip":"10.233.48.124","port":"8443","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 23:59:42 790 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-appc,version-v1 ,namespace- 10.233.67.13 - - [09/Apr/2021:23:59:42 +0000] a9d58581ac66ff1bfb417f6db6a89eda "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.689 upstream_response_time:0.689 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [09/Apr/2021:23:59:42 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 422 "-" "Go-http-client/1.1" 609 2021-04-09 23:59:42 960 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@598e7ffb 2021-04-09 23:59:42 960 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"multicloud-starlingx","version":"v0","url":"/api/multicloud-starlingx/v0","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.25.17","port":"9009","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 23:59:43 550 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-starlingx,version-v0 ,namespace- 10.233.67.13 - - [09/Apr/2021:23:59:43 +0000] 663c97f7f84da53ba887267b214fc737 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.900 upstream_response_time:0.900 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [09/Apr/2021:23:59:43 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 814 2021-04-09 23:59:43 861 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7af2c1a1 2021-04-09 23:59:43 862 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"multicloud-starlingx","version":"v1","url":"/api/multicloud-starlingx/v1","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.25.17","port":"9009","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 23:59:45 165 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-starlingx,version-v1 ,namespace- 10.233.67.13 - - [09/Apr/2021:23:59:45 +0000] b76d422a7f39e2ed9e45b7f21d145b08 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.498 upstream_response_time:1.498 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [09/Apr/2021:23:59:45 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 1419 2021-04-09 23:59:45 351 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@388918e 2021-04-09 23:59:45 352 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"multicloud","version":"v0","url":"/api/multicloud/v0","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.14.122","port":"9001","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 23:59:45 551 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud,version-v0 ,namespace- 10.233.67.13 - - [09/Apr/2021:23:59:45 +0000] b65431c5a7d44850a9c0f5a4354718a7 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.377 upstream_response_time:0.377 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [09/Apr/2021:23:59:45 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 449 "-" "Go-http-client/1.1" 376 2021-04-09 23:59:45 756 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@79b5ee15 2021-04-09 23:59:45 756 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"multicloud","version":"v1","url":"/api/multicloud/v1","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.14.122","port":"9001","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 23:59:46 648 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud,version-v1 ,namespace- 10.233.67.13 - - [09/Apr/2021:23:59:46 +0000] a348a43dc52ba681459419df245644cd "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.027 upstream_response_time:1.027 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [09/Apr/2021:23:59:46 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 449 "-" "Go-http-client/1.1" 1027 2021-04-09 23:59:46 852 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5c5ebfa6 2021-04-09 23:59:46 853 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-esr-server","version":"v1","url":"/api/aai-esr-server/v1","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.59.116","port":"9518","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 23:59:47 296 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-esr-server,version-v1 ,namespace- 10.233.67.13 - - [09/Apr/2021:23:59:47 +0000] b7b530b85e4f47abac79dd1d756d2bbb "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.526 upstream_response_time:0.526 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [09/Apr/2021:23:59:47 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 461 "-" "Go-http-client/1.1" 526 2021-04-09 23:59:47 356 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@32bf16cf 2021-04-09 23:59:47 356 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"multicloud-titanium_cloud","version":"v0","url":"/api/multicloud-titanium_cloud/v0","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.21.53","port":"9005","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 23:59:47 567 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-titanium_cloud,version-v0 ,namespace- 10.233.67.13 - - [09/Apr/2021:23:59:47 +0000] 674c29217039a7d9cf01baa91e542fb7 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.659 upstream_response_time:0.659 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [09/Apr/2021:23:59:47 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 492 "-" "Go-http-client/1.1" 620 2021-04-09 23:59:48 053 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7d832934 2021-04-09 23:59:48 053 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"multicloud-titaniumcloud","version":"v0","url":"/api/multicloud-titaniumcloud/v0","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.21.53","port":"9005","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 23:59:48 347 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-titaniumcloud,version-v0 ,namespace- 10.233.67.13 - - [09/Apr/2021:23:59:48 +0000] 5b946326586a398f505c372bcf9b5b5c "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.396 upstream_response_time:0.396 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [09/Apr/2021:23:59:48 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 489 "-" "Go-http-client/1.1" 393 2021-04-09 23:59:48 455 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7160297d 2021-04-09 23:59:48 455 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"multicloud-titaniumcloud","version":"v1","url":"/api/multicloud-titaniumcloud/v1","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.21.53","port":"9005","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 23:59:48 471 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-titaniumcloud,version-v1 ,namespace- 10.233.67.13 - - [09/Apr/2021:23:59:49 +0000] 07559017ae73a5ad30492de3fa808a95 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.696 upstream_response_time:0.696 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [09/Apr/2021:23:59:49 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 489 "-" "Go-http-client/1.1" 696 2021-04-09 23:59:49 083 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5a54b2be 2021-04-09 23:59:49 083 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"message-router","version":"v1","url":"/","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":false,"nodes":[{"ip":"10.233.3.61","port":"3904","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 23:59:49 866 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-message-router,version-v1 ,namespace- 10.233.67.13 - - [09/Apr/2021:23:59:49 +0000] 57b67831090522d076ae3100c06dab64 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.799 upstream_response_time:0.799 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [09/Apr/2021:23:59:49 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 437 "-" "Go-http-client/1.1" 796 2021-04-09 23:59:49 952 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@11391304 2021-04-09 23:59:49 952 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"parser","version":"v1","url":"/api/parser/v1","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":false,"nodes":[{"ip":"10.233.25.71","port":"8806","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 23:59:50 465 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-parser,version-v1 ,namespace- 10.233.67.13 - - [09/Apr/2021:23:59:50 +0000] 89a0645cc2d303611a9ffc24dfe26915 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.691 upstream_response_time:0.691 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [09/Apr/2021:23:59:50 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 436 "-" "Go-http-client/1.1" 691 2021-04-09 23:59:50 655 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6a6efcc6 2021-04-09 23:59:50 664 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"catalog","version":"v1","url":"/api/catalog/v1","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":false,"nodes":[{"ip":"10.233.25.71","port":"8806","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 23:59:51 121 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-catalog,version-v1 ,namespace- 10.233.67.13 - - [09/Apr/2021:23:59:51 +0000] 9b5b3a6a327b9dc74417cf19784857f5 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.700 upstream_response_time:0.700 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [09/Apr/2021:23:59:51 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 439 "-" "Go-http-client/1.1" 699 2021-04-09 23:59:51 352 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3e84eb6a 2021-04-09 23:59:51 352 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"nsd","version":"v1","url":"/api/nsd/v1","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":false,"nodes":[{"ip":"10.233.25.71","port":"8806","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 23:59:52 066 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-nsd,version-v1 ,namespace- 10.233.67.13 - - [09/Apr/2021:23:59:52 +0000] 4c1a6d57df92017877561b90000248ef "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.797 upstream_response_time:0.797 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [09/Apr/2021:23:59:52 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 427 "-" "Go-http-client/1.1" 796 2021-04-09 23:59:52 085 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3edcbfc9 2021-04-09 23:59:52 085 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"vnfpkgm","version":"v1","url":"/api/vnfpkgm/v1","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":false,"nodes":[{"ip":"10.233.25.71","port":"8806","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 23:59:52 607 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-vnfpkgm,version-v1 ,namespace- 10.233.67.13 - - [09/Apr/2021:23:59:52 +0000] 92aa8f0f97907dc1e2e5ba812e06f87d "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.588 upstream_response_time:0.588 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [09/Apr/2021:23:59:52 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 439 "-" "Go-http-client/1.1" 587 2021-04-09 23:59:52 678 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5c46a140 2021-04-09 23:59:52 678 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"multicloud-k8s","version":"v1","url":"/","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":false,"nodes":[{"ip":"10.233.63.66","port":"9015","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 23:59:53 185 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-k8s,version-v1 ,namespace- 10.233.67.13 - - [09/Apr/2021:23:59:53 +0000] f6616ac7f011b41468ce9bed3a2fc24e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [09/Apr/2021:23:59:53 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 439 "-" "Go-http-client/1.1" 596 2021-04-09 23:59:53 277 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2a1941ef 2021-04-09 23:59:53 278 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"multicloud-pike","version":"v0","url":"/api/multicloud-pike/v0","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":false,"nodes":[{"ip":"10.233.11.164","port":"9007","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 23:59:53 666 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-pike,version-v0 ,namespace- 10.233.67.13 - - [09/Apr/2021:23:59:54 +0000] f64f79cc361f6ae374a4bd398c259d66 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.895 upstream_response_time:0.895 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [09/Apr/2021:23:59:54 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 465 "-" "Go-http-client/1.1" 902 2021-04-09 23:59:54 180 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1385234c 2021-04-09 23:59:54 180 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"multicloud-pike","version":"v1","url":"/api/multicloud-pike/v1","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":false,"nodes":[{"ip":"10.233.11.164","port":"9007","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 23:59:54 766 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-pike,version-v1 ,namespace- 10.233.67.13 - - [09/Apr/2021:23:59:54 +0000] bd4d0f19b109601181f4709af744577f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.800 upstream_response_time:0.800 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [09/Apr/2021:23:59:54 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 465 "-" "Go-http-client/1.1" 797 2021-04-09 23:59:54 981 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@77d33f86 2021-04-09 23:59:54 982 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"multicloud-vio","version":"v0","url":"/api/multicloud-vio/v0","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":false,"nodes":[{"ip":"10.233.28.173","port":"9004","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 23:59:55 256 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-vio,version-v0 ,namespace- 10.233.67.13 - - [09/Apr/2021:23:59:55 +0000] bc1dae401a2dc0d21674bbfd369fb87b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.294 upstream_response_time:0.294 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [09/Apr/2021:23:59:55 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 462 "-" "Go-http-client/1.1" 292 2021-04-09 23:59:55 277 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4d5af74 2021-04-09 23:59:55 277 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"multicloud-vio","version":"v1","url":"/api/multicloud-vio/v1","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":false,"nodes":[{"ip":"10.233.28.173","port":"9004","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 23:59:55 670 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-vio,version-v1 ,namespace- 10.233.67.13 - - [09/Apr/2021:23:59:55 +0000] 4fd8a8b81a9fae28c7ebbe2e542106dc "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [09/Apr/2021:23:59:55 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 462 "-" "Go-http-client/1.1" 497 2021-04-09 23:59:55 780 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@650e374f 2021-04-09 23:59:55 780 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v11","url":"/aai/v11/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v11/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 23:59:56 167 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v11 ,namespace- 10.233.67.13 - - [09/Apr/2021:23:59:56 +0000] 6a6356db229cd1341540d13ab2c87396 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.693 upstream_response_time:0.693 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [09/Apr/2021:23:59:56 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 692 2021-04-09 23:59:56 476 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7d7bed98 2021-04-09 23:59:56 476 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v11","url":"/aai/v11/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 23:59:56 965 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v11 ,namespace- 10.233.67.13 - - [09/Apr/2021:23:59:57 +0000] 2aec7e4e45d200c1f8e71e77082f28f3 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.998 upstream_response_time:0.998 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [09/Apr/2021:23:59:57 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 997 2021-04-09 23:59:57 551 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@545bd7ab 2021-04-09 23:59:57 551 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v12","url":"/aai/v12/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v12/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 23:59:58 266 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v12 ,namespace- 10.233.67.13 - - [09/Apr/2021:23:59:58 +0000] d1fc1b1052aa436adc471d5973253516 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.896 upstream_response_time:0.896 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [09/Apr/2021:23:59:58 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 895 2021-04-09 23:59:58 380 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@22153b1f 2021-04-09 23:59:58 380 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v12","url":"/aai/v12/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 23:59:58 669 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v12 ,namespace- 10.233.67.13 - - [09/Apr/2021:23:59:58 +0000] 36419fd208ffe3eac396abb7faa876ab "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.593 upstream_response_time:0.593 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [09/Apr/2021:23:59:58 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 593 2021-04-09 23:59:58 979 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6ed90963 2021-04-09 23:59:58 979 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v13","url":"/aai/v13/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v13/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 23:59:59 435 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v13 ,namespace- 10.233.67.13 - - [09/Apr/2021:23:59:59 +0000] b10c5154bd903fd4c1c2b8160893cac6 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.596 upstream_response_time:0.596 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [09/Apr/2021:23:59:59 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 595 2021-04-09 23:59:59 576 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@72d820d6 2021-04-09 23:59:59 577 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v13","url":"/aai/v13/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:00 030 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v13 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:00 +0000] fc588fab7aac60cfbf33d0267b77aece "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.604 upstream_response_time:0.604 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:00 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 605 2021-04-10 00:00:00 185 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4538371c 2021-04-10 00:00:00 185 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v14","url":"/aai/v14/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v14/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:00 603 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v14 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:00 +0000] 2ff381a34d3a84150ac4059b196d91dc "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.489 upstream_response_time:0.489 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:00 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 488 2021-04-10 00:00:00 677 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@73929ac5 2021-04-10 00:00:00 677 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v14","url":"/aai/v14/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:01 366 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v14 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:01 +0000] 1d19148c23ec594e809292b863dd45c2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.099 upstream_response_time:1.099 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:01 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 1099 2021-04-10 00:00:01 780 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@50d7ae07 2021-04-10 00:00:01 854 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v15","url":"/aai/v15/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v15/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:02 766 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v15 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:02 +0000] efeab43ba7a231b95f48a88f636cf4af "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.001 upstream_response_time:1.001 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:02 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 1001 2021-04-10 00:00:02 785 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@9c1608e 2021-04-10 00:00:02 786 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v15","url":"/aai/v15/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:03 631 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v15 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:03 +0000] 38e80723df719ffe3f526ab9f1ef6a74 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.888 upstream_response_time:0.888 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:03 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 888 2021-04-10 00:00:03 679 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@51986ce2 2021-04-10 00:00:03 679 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v16","url":"/aai/v16/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v16/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:05 283 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v16 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:05 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 1619 10.233.67.13 - - [10/Apr/2021:00:00:05 +0000] 8e14f8815ccf5b3e903cb5f6faade852 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.622 upstream_response_time:1.622 "-" "Go-http-client/1.1" "-" 2021-04-10 00:00:05 304 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3a30e723 2021-04-10 00:00:05 304 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v16","url":"/aai/v16/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:06 148 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v16 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:06 +0000] 30fccdce32fd8717534c426fb9c3d864 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.970 upstream_response_time:0.970 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:06 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 969 2021-04-10 00:00:06 275 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@617dc99b 2021-04-10 00:00:06 276 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v17","url":"/aai/v17/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v17/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:07 017 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v17 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:07 +0000] d8d2b7d75f10322e5c14eac4d1e98c20 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.899 upstream_response_time:0.899 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:07 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 899 2021-04-10 00:00:07 181 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@39fdd07e 2021-04-10 00:00:07 182 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v17","url":"/aai/v17/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:07 789 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v17 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:07 +0000] 3a08f9f0ec330dbfbf5e464db70a3f72 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.691 upstream_response_time:0.691 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:07 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 690 2021-04-10 00:00:07 879 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@758d68be 2021-04-10 00:00:07 880 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v18","url":"/aai/v18/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v18/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:08 423 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v18 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:08 +0000] 12be2f1596d0d39bc319e64fea19a4b4 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:08 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 595 2021-04-10 00:00:08 477 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7defadf8 2021-04-10 00:00:08 477 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v18","url":"/aai/v18/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:09 236 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v18 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:09 +0000] cd71477fceeafe51fa41fc6830398bf0 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.996 upstream_response_time:0.996 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:09 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 996 2021-04-10 00:00:09 477 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@10a45b66 2021-04-10 00:00:09 477 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v19","url":"/aai/v19/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v19/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:10 465 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v19 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:10 +0000] 61254e368e2016517098f10e8f917541 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.396 upstream_response_time:1.396 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:10 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 1396 2021-04-10 00:00:10 883 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@26186ff0 2021-04-10 00:00:10 883 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v19","url":"/aai/v19/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:11 200 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v19 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:11 +0000] 6a2c59f3b047bf022795a928105d98a2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.334 upstream_response_time:0.334 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:11 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 329 2021-04-10 00:00:11 218 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@d6dd23c 2021-04-10 00:00:11 218 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v11","url":"/aai/v11/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v11/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:11 565 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v11 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:11 +0000] a82c10f862ab12ece7aaad3b29a00281 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.457 upstream_response_time:0.457 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:11 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 457 2021-04-10 00:00:11 680 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@94beaec 2021-04-10 00:00:11 680 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v11","url":"/aai/v11/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:12 063 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v11 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:12 +0000] 0281e657be7b16e74970b022eba1bad3 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.397 upstream_response_time:0.397 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:12 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 396 2021-04-10 00:00:12 151 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5bd4e101 2021-04-10 00:00:12 151 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v12","url":"/aai/v12/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v12/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:12 617 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v12 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:12 +0000] 58064f1787facbcddc51125e5f785543 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.695 upstream_response_time:0.695 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:12 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 692 2021-04-10 00:00:12 781 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@23f7ca85 2021-04-10 00:00:12 781 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v12","url":"/aai/v12/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:13 268 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v12 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:13 +0000] 9f4092df5beafc5a2c2b55796527d108 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.594 upstream_response_time:0.594 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:13 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 592 2021-04-10 00:00:13 378 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6d7383b 2021-04-10 00:00:13 378 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v13","url":"/aai/v13/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v13/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:14 365 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v13 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:14 +0000] 9ea27c76f87145179d1230ae436e134c "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.002 upstream_response_time:1.002 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:14 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 1000 2021-04-10 00:00:14 382 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5c7f4fe1 2021-04-10 00:00:14 382 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v13","url":"/aai/v13/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:14 690 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v13 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:14 +0000] 04f64cbdb1469774c16c1ecb8fdc4091 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.490 upstream_response_time:0.490 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:14 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 490 2021-04-10 00:00:14 959 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@67f7a7a2 2021-04-10 00:00:14 959 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v14","url":"/aai/v14/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v14/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:15 366 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v14 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:15 +0000] 4b87cf89596ff9be04cd4b1ce9998f8b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.506 upstream_response_time:0.506 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:15 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 424 2021-04-10 00:00:15 453 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@648a686e 2021-04-10 00:00:15 453 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v14","url":"/aai/v14/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:17 567 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v14 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:17 +0000] 34d18e55edced09cd1c5454eecd1268d "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:2.488 upstream_response_time:2.488 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:17 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 2491 2021-04-10 00:00:17 878 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@e6ff460 2021-04-10 00:00:17 878 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v15","url":"/aai/v15/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v15/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:18 166 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v15 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:18 +0000] 701becacb547819e526cf058ea3a35ce "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.395 upstream_response_time:0.395 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:18 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 395 2021-04-10 00:00:18 278 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5260a8a5 2021-04-10 00:00:18 279 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v15","url":"/aai/v15/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:18 751 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v15 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:18 +0000] 3ba4cf573e290e206c0b54a5232a474d "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.598 upstream_response_time:0.598 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:18 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 597 2021-04-10 00:00:18 954 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7aa39d36 2021-04-10 00:00:18 954 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v16","url":"/aai/v16/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v16/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:19 526 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v16 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:19 +0000] 2e069401a223a4db2ab20a330d89bc29 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.094 upstream_response_time:1.094 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:19 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 1093 2021-04-10 00:00:19 978 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@58e0c8b6 2021-04-10 00:00:19 978 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v16","url":"/aai/v16/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:20 767 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v16 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:20 +0000] 5ed955577e8678d91967c5f00f24871f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.896 upstream_response_time:0.896 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:20 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 895 2021-04-10 00:00:20 877 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2fd0f24c 2021-04-10 00:00:20 877 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v17","url":"/aai/v17/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v17/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:21 375 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v17 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:21 +0000] 79fb19067278bb65173c29d5ec9367cd "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.695 upstream_response_time:0.695 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:21 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 695 2021-04-10 00:00:21 578 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@567734a5 2021-04-10 00:00:21 579 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v17","url":"/aai/v17/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:21 918 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v17 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:22 +0000] ebf48b1162809caaeb94a32f110c37ed "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:22 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 497 2021-04-10 00:00:22 077 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@42a37f22 2021-04-10 00:00:22 077 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v18","url":"/aai/v18/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v18/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:22 466 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v18 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:22 +0000] 27c400957df979078eabb4221df32e04 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.696 upstream_response_time:0.696 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:22 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 696 2021-04-10 00:00:22 778 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3ada1e19 2021-04-10 00:00:22 778 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v18","url":"/aai/v18/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:23 156 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v18 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:23 +0000] 055eef9dbd638cbace8193f6a7b276e8 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:23 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 596 2021-04-10 00:00:23 404 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5b4f6ccc 2021-04-10 00:00:23 404 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v19","url":"/aai/v19/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v19/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:23 769 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v19 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:23 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 469 10.233.67.13 - - [10/Apr/2021:00:00:23 +0000] 81093a09a994a05b76795dfb3d2c4f31 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.472 upstream_response_time:0.472 "-" "Go-http-client/1.1" "-" 2021-04-10 00:00:23 881 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7eb97f7f 2021-04-10 00:00:23 881 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v19","url":"/aai/v19/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:24 454 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v19 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:24 +0000] b5af8ef346fbade11f8ce8d27a980e56 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.613 upstream_response_time:0.613 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:24 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 611 2021-04-10 00:00:24 498 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@8557d0d 2021-04-10 00:00:24 498 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v11","url":"/aai/v11/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v11/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:25 465 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v11 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:25 +0000] 73b733966f207639514aae324b719804 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.376 upstream_response_time:1.376 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:25 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 1374 2021-04-10 00:00:25 876 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@85a4a87 2021-04-10 00:00:25 876 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v11","url":"/aai/v11/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:26 471 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v11 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:26 +0000] e483bc4c063564ef6d73a9b7847c521e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.697 upstream_response_time:0.697 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:26 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 697 2021-04-10 00:00:26 579 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5e0d270b 2021-04-10 00:00:26 579 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v12","url":"/aai/v12/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v12/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:26 975 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v12 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:27 +0000] 3e049531c30aea102fc246fc6072ae14 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:27 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 497 2021-04-10 00:00:27 081 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7f2a5bb7 2021-04-10 00:00:27 081 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v12","url":"/aai/v12/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:27 666 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v12 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:27 +0000] f16688646f161110f4b71247b5a0e971 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.796 upstream_response_time:0.796 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:27 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 796 2021-04-10 00:00:27 881 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@63a9069f 2021-04-10 00:00:27 950 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v13","url":"/aai/v13/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v13/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:28 239 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v13 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:28 +0000] feb5ba494c0247b4e790074ad2101c38 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.496 upstream_response_time:0.496 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:28 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 496 2021-04-10 00:00:28 452 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7a73bd62 2021-04-10 00:00:28 452 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v13","url":"/aai/v13/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:28 787 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v13 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:28 +0000] d2e490729154c406d7697b2033fcd230 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.497 upstream_response_time:0.497 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:28 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 497 2021-04-10 00:00:28 952 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@62ffeb0 2021-04-10 00:00:28 953 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v14","url":"/aai/v14/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v14/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:30 668 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v14 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:30 +0000] e10493fde194ece4fd80d9c34953d8a2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.894 upstream_response_time:1.894 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:30 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 1893 2021-04-10 00:00:30 777 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1a11a3be 2021-04-10 00:00:30 777 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v14","url":"/aai/v14/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:31 468 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v14 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:31 +0000] 1b7c99032ec322d0caa1d9f68982625e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.895 upstream_response_time:0.895 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:31 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 895 2021-04-10 00:00:31 681 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@67660f5f 2021-04-10 00:00:31 681 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v15","url":"/aai/v15/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v15/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:32 166 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v15 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:32 +0000] 5fce91b2124efc94da91a1675761f816 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:32 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 592 2021-04-10 00:00:32 276 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@75e0c306 2021-04-10 00:00:32 276 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v15","url":"/aai/v15/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:32 467 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v15 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:32 +0000] bfeede0921f82e682bd2dbb88ab2c5ec "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.296 upstream_response_time:0.296 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:32 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 295 2021-04-10 00:00:32 576 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5dc25f45 2021-04-10 00:00:32 577 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v16","url":"/aai/v16/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v16/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:33 165 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v16 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:33 +0000] 100ab81ab1a3bd5d8571ffddde51bfd6 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.698 upstream_response_time:0.698 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:33 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 697 2021-04-10 00:00:33 276 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6f0998ac 2021-04-10 00:00:33 276 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v16","url":"/aai/v16/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:33 664 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v16 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:34 +0000] 46d7c71552fd822ef6aa6261da6d2774 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.997 upstream_response_time:0.997 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:34 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 995 2021-04-10 00:00:34 280 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@164cb877 2021-04-10 00:00:34 280 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v17","url":"/aai/v17/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v17/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:34 767 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v17 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:35 +0000] 51dcb5cd30616b23c93218c924f9b1e9 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.794 upstream_response_time:0.794 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:35 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 793 2021-04-10 00:00:35 076 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@304e72b0 2021-04-10 00:00:35 076 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v17","url":"/aai/v17/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:35 472 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v17 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:35 +0000] 0c64e21fb906314f6ca546b3167cf3cd "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.796 upstream_response_time:0.796 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:35 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 796 2021-04-10 00:00:35 876 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@73ba3348 2021-04-10 00:00:35 877 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v18","url":"/aai/v18/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v18/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:36 780 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v18 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:36 +0000] 3b96096c10073de74dff0b156c1ca9c7 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.097 upstream_response_time:1.097 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:36 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 1095 2021-04-10 00:00:36 976 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3cf98c42 2021-04-10 00:00:36 976 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v18","url":"/aai/v18/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:37 969 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v18 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:38 +0000] b4054f1f65f9b209b52dc0f7f6bbbeb6 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.096 upstream_response_time:1.096 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:38 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1096 2021-04-10 00:00:38 076 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3bd14912 2021-04-10 00:00:38 076 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v19","url":"/aai/v19/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v19/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:38 342 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v19 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:38 +0000] 12a8d22666ebeca4ff3a0bea82210b60 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.286 upstream_response_time:0.286 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:38 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 285 2021-04-10 00:00:38 366 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@68db68ec 2021-04-10 00:00:38 367 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v19","url":"/aai/v19/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:38 772 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v19 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:38 +0000] 1deca87b702c1143ea07d8dca158bc08 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.425 upstream_response_time:0.425 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:38 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 424 2021-04-10 00:00:38 794 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2293d72a 2021-04-10 00:00:38 794 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-named-query","version":"","url":"/aai/search","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/search","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:39 069 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-named-query,version- ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:39 +0000] 0809fdee72ee78e08ccd3b3f16cb6b51 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.381 upstream_response_time:0.381 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:39 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 379 2021-04-10 00:00:39 179 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7e0d3245 2021-04-10 00:00:39 179 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-named-query","version":"","url":"/aai/search","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:00:39 699 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-named-query,version- ,namespace- 10.233.67.13 - - [10/Apr/2021:00:00:39 +0000] 2d9b98f668362dacaa23e61ea05dd80f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.695 upstream_response_time:0.695 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:00:39 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 455 "-" "Go-http-client/1.1" 694 2021-04-10 00:02:13 318 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:13 +0000] bda85427b646881a97d073e4ef6129c2 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.162 upstream_response_time:0.162 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:13 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 161 2021-04-10 00:02:13 477 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:13 +0000] 3a403511eff50f25aaf271aff230f02d "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.497 upstream_response_time:0.497 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:13 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 492 2021-04-10 00:02:13 972 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:14 +0000] 03f617356b34b81541752322b98f7a4e "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.499 upstream_response_time:0.499 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:14 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 497 2021-04-10 00:02:14 472 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:14 +0000] 42ce4c3fb3978f98a9e3269bc3411529 "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.401 upstream_response_time:0.401 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:14 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 400 2021-04-10 00:02:14 874 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:15 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 595 10.233.67.13 - - [10/Apr/2021:00:02:15 +0000] 58d4d194613da3a9aac0b334dd3d3bb0 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.598 upstream_response_time:0.598 "-" "Go-http-client/1.1" "-" 2021-04-10 00:02:15 473 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:16 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 899 10.233.67.13 - - [10/Apr/2021:00:02:16 +0000] 6804651eb8f33a2bc940a6a36874bed4 "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.901 upstream_response_time:0.901 "-" "Go-http-client/1.1" "-" 2021-04-10 00:02:16 375 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:16 +0000] ed3203dce43d5f1348c204bf6721c386 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.297 upstream_response_time:0.297 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:16 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 296 2021-04-10 00:02:16 673 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:16 +0000] 5a9cf2a4967c9fa976d5e82e53449bcb "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.198 upstream_response_time:0.198 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:16 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 196 2021-04-10 00:02:16 870 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:17 +0000] 3d085d9bad41104e24cc557aea7f061d "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.202 upstream_response_time:0.202 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:17 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 202 2021-04-10 00:02:17 073 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:17 +0000] ad0dcc21806ccabd6a360a6e48fac3af "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.399 upstream_response_time:0.399 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:17 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 399 2021-04-10 00:02:17 473 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:18 +0000] b803e0ae9932c4c665837a9426903c14 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.604 upstream_response_time:0.604 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:18 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 603 2021-04-10 00:02:18 076 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:18 +0000] 7dd0305b9f4632cd648d70812948e017 "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.094 upstream_response_time:0.094 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:18 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 93 2021-04-10 00:02:18 171 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:18 +0000] be9efdff4ee2b6e1e984f4971b188dbd "DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.206 upstream_response_time:0.206 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:18 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 206 2021-04-10 00:02:18 378 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:18 +0000] 78d55b478f8b1883715e5003f3954bd0 "DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.592 upstream_response_time:0.592 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:18 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 592 2021-04-10 00:02:18 972 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v18,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:19 +0000] 25d082dfebe70ccdc92da6d288066e76 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.601 upstream_response_time:0.601 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:19 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 600 2021-04-10 00:02:19 575 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v18,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:20 +0000] f950a7c69bac7af42f2c79a2ca22533f "DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:1.396 upstream_response_time:1.396 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:20 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1394 2021-04-10 00:02:20 972 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v19,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:21 +0000] 4075afd7776a3577ed90dafa92bb27c0 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.400 upstream_response_time:0.400 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:21 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 398 2021-04-10 00:02:21 372 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v19,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:21 +0000] efaf367cbf4fc9e8de098a82a4f88223 "DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.300 upstream_response_time:0.300 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:21 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 298 2021-04-10 00:02:21 673 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v11,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:21 +0000] b37264083b83a7b54b4a4e90253d35ed "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.203 upstream_response_time:0.203 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:21 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 201 2021-04-10 00:02:21 877 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v11,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:22 +0000] 8d5997659e4ad026fde6997191211115 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.294 upstream_response_time:0.294 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:22 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 292 2021-04-10 00:02:22 171 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v12,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:22 +0000] 55ada7ce3fe86ee8ac0d4276f7b94897 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.400 upstream_response_time:0.400 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:22 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 398 2021-04-10 00:02:22 571 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v12,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:23 +0000] b63af0c12be6cfed35998f854e9f0a60 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:1.302 upstream_response_time:1.302 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:23 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1301 2021-04-10 00:02:23 877 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v13,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:24 +0000] e8c535d9fa515aa9b0f209c3921398e8 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.197 upstream_response_time:0.197 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:24 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 193 2021-04-10 00:02:24 073 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v13,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:24 +0000] 2a6120c79c1c0a52e515e0b5efad9914 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.106 upstream_response_time:0.106 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:24 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 103 2021-04-10 00:02:24 180 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v14,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:24 +0000] 997ce49891a4327b0b0a20d889203e52 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.292 upstream_response_time:0.292 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:24 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 289 2021-04-10 00:02:24 473 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v14,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:24 +0000] 492e08207bef304fb3eefaf3a5b6e818 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.499 upstream_response_time:0.499 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:24 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 497 2021-04-10 00:02:24 972 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v15,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:25 +0000] 1b77bf4b916bea1c9afa339eb57c8486 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.306 upstream_response_time:0.306 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:25 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 304 2021-04-10 00:02:25 279 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v15,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:25 +0000] 897f3b5a5e0d27845339284d7a079b3f "DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.191 upstream_response_time:0.191 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:25 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 189 2021-04-10 00:02:25 471 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v16,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:25 +0000] 7ab2f2dccaf375196676f1402b8a630d "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.500 upstream_response_time:0.500 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:25 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 497 2021-04-10 00:02:25 973 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v16,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:26 +0000] 2cd1c0eb804ccf4a7118b2ee04a87407 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.399 upstream_response_time:0.399 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:26 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 397 2021-04-10 00:02:26 372 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v17,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:27 +0000] d19d58a9069facf211bffed5997802e8 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.999 upstream_response_time:0.999 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:27 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 996 2021-04-10 00:02:27 372 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v17,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:27 +0000] 9cc7f6be5b4c1958e69aca3334f357f1 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.508 upstream_response_time:0.508 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:27 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 507 2021-04-10 00:02:27 880 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v18,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:28 +0000] 69d5a77dfcac473c83a7a5ddba4befa1 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.295 upstream_response_time:0.295 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:28 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 295 2021-04-10 00:02:28 177 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v18,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:28 +0000] 6413b274b902e81f856aa2efd06aea14 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.294 upstream_response_time:0.294 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:28 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 292 2021-04-10 00:02:28 473 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v19,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:28 +0000] b27af03565c02be32443ee84bf117412 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.399 upstream_response_time:0.399 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:28 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 398 2021-04-10 00:02:28 873 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v19,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:29 +0000] 7b6dd67d6917b7b1e401dcb217c6a9ba "DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.898 upstream_response_time:0.898 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:29 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 896 2021-04-10 00:02:29 771 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v11,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:30 +0000] 6f72eb5289a51e20253302f5b577958b "DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.399 upstream_response_time:0.399 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:30 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 397 2021-04-10 00:02:30 174 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v11,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:30 +0000] 35709e0b855c4cbf4c2f2d4ae6bfcceb "DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.022 upstream_response_time:0.022 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:30 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 18 2021-04-10 00:02:30 195 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v12,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:30 +0000] 7ad6c1bd95ce4b24f40425f0c1174518 "DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.379 upstream_response_time:0.379 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:30 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 376 2021-04-10 00:02:30 574 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v12,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:31 +0000] 989a8eca14c56cf42ace8b1c4ce0e409 "DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:1.003 upstream_response_time:1.003 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:31 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1001 2021-04-10 00:02:31 578 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v13,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:31 +0000] 14d7c911c72edf4f26e5fd1e34d9c535 "DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.297 upstream_response_time:0.297 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:31 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 296 2021-04-10 00:02:31 876 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v13,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:32 +0000] a087b8e6c6474a19601b725d10ea8dc4 "DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.193 upstream_response_time:0.193 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:32 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 191 2021-04-10 00:02:32 074 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v14,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:32 +0000] d9cf922e350bd3f2986d4aa76896741b "DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.200 upstream_response_time:0.200 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:32 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 198 2021-04-10 00:02:32 272 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v14,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:32 +0000] 914843f6075e82eb8f57163c6883ad16 "DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.400 upstream_response_time:0.400 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:32 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 398 2021-04-10 00:02:32 672 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v15,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:32 +0000] a7a96183324aaa07a8328b3152634947 "DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.199 upstream_response_time:0.199 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:32 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 197 2021-04-10 00:02:32 873 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v15,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:33 +0000] 25e07b755605ec83d0eba6564e95951b "DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.199 upstream_response_time:0.199 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:33 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 197 2021-04-10 00:02:33 072 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v16,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:34 +0000] 756cff53bdb84ca1884d47896a92e5a2 "DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:1.098 upstream_response_time:1.098 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:34 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1096 2021-04-10 00:02:34 252 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v16,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:34 +0000] cd579d7e29cb051ffafbb7535248dfed "DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.202 upstream_response_time:0.202 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:34 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 201 2021-04-10 00:02:34 374 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v17,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:34 +0000] ae845d694fa6fe0d89c59fbff1a027b8 "DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.196 upstream_response_time:0.196 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:34 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 196 2021-04-10 00:02:34 572 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v17,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:34 +0000] 79f15875b17cd71ecc00ce979ff226fd "DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:34 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 297 2021-04-10 00:02:34 871 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v18,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:35 +0000] 2b9e8d70d58b6842482090c79bf6bd3d "DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.399 upstream_response_time:0.399 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:35 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 399 2021-04-10 00:02:35 279 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v18,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:35 +0000] 9c6f250cb9f94288f7ba5c9b62e75045 "DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.198 upstream_response_time:0.198 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:35 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 190 2021-04-10 00:02:35 473 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v19,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:35 +0000] 1d60fe20f0070df282e19990ca548f94 "DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.400 upstream_response_time:0.400 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:35 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 397 2021-04-10 00:02:35 871 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v19,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:35 +0000] cbf796b4f12b500d91fbe3fb150725d3 "DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.099 upstream_response_time:0.099 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:35 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 99 2021-04-10 00:02:35 972 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-named-query,version:null,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:36 +0000] 95b88d8b9e83f6caf944f6f46ffc75f8 "DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.900 upstream_response_time:0.900 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:36 +0000] "DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 898 2021-04-10 00:02:36 872 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-named-query,version:null,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:02:37 +0000] 9ed9e12509a964a01d35ef2553e7191c "DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.698 upstream_response_time:0.698 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:37 +0000] "DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 697 2021-04-10 00:02:37 572 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2b6f2056 2021-04-10 00:02:37 573 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v11","url":"/aai/v11/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v11/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:37 673 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v11 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:37 +0000] f16d96ad320d8d2c85f36917f723ec3c "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.115 upstream_response_time:0.115 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:37 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 113 2021-04-10 00:02:37 691 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2457900d 2021-04-10 00:02:37 691 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v11","url":"/aai/v11/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:38 115 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v11 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:38 +0000] a2fcf5c27bd4cc7907541f4c413be070 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.580 upstream_response_time:0.580 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:38 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 580 2021-04-10 00:02:38 274 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@232c96a 2021-04-10 00:02:38 274 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v12","url":"/aai/v12/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v12/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:38 592 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v12 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:38 +0000] f5a3701f95ccf4fe82dac8d40b61865a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.330 upstream_response_time:0.330 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:38 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 330 2021-04-10 00:02:38 607 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4260aa30 2021-04-10 00:02:38 607 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v12","url":"/aai/v12/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:38 865 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v12 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:39 +0000] 2fbbfb7833399ba45e08130a832d50da "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.464 upstream_response_time:0.464 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:39 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 464 2021-04-10 00:02:39 079 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4328124c 2021-04-10 00:02:39 079 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v13","url":"/aai/v13/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v13/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:39 399 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v13 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:39 +0000] 854b13d8f37dbd07cc2f4ec04304405b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.399 upstream_response_time:0.399 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:39 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 398 2021-04-10 00:02:39 478 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2502bab7 2021-04-10 00:02:39 478 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v13","url":"/aai/v13/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:39 865 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v13 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:39 +0000] 93a7e600e96e09de10f8efcfc584a8ff "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.403 upstream_response_time:0.403 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:39 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 402 2021-04-10 00:02:39 883 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3c70621e 2021-04-10 00:02:39 883 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v14","url":"/aai/v14/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v14/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:40 540 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v14 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:40 +0000] c413b42cbd109036456cfe4c6eedcaa8 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.689 upstream_response_time:0.689 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:40 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 688 2021-04-10 00:02:40 574 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@60720193 2021-04-10 00:02:40 575 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v14","url":"/aai/v14/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:40 889 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v14 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:40 +0000] eaed0ff33da9c869fe523a789e02225b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.397 upstream_response_time:0.397 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:40 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 397 2021-04-10 00:02:40 975 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@79f902d0 2021-04-10 00:02:40 975 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v15","url":"/aai/v15/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v15/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:41 278 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v15 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:41 +0000] 45b858f3190109df5b94192293ef7273 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.497 upstream_response_time:0.497 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:41 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 497 2021-04-10 00:02:41 475 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5073d45d 2021-04-10 00:02:41 475 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v15","url":"/aai/v15/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:41 965 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v15 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:42 +0000] 30e1c2be29f6e7241b1fa207eaa30e26 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.596 upstream_response_time:0.596 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:42 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 595 2021-04-10 00:02:42 074 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@98a1bf9 2021-04-10 00:02:42 074 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v16","url":"/aai/v16/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v16/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:42 395 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v16 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:42 +0000] fa493a94603663043a5986507924b832 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.497 upstream_response_time:0.497 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:42 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 495 2021-04-10 00:02:42 572 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2df8289b 2021-04-10 00:02:42 573 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v16","url":"/aai/v16/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:43 129 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v16 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:43 +0000] 059e9d39a48845c018596b86507f3105 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.699 upstream_response_time:0.699 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:43 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 698 2021-04-10 00:02:43 275 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7e70c9a5 2021-04-10 00:02:43 275 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v17","url":"/aai/v17/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v17/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:43 564 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v17 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:43 +0000] 5646120e9064653b9dcdfd85387560bd "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.305 upstream_response_time:0.305 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:43 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 304 2021-04-10 00:02:43 586 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@74008ccf 2021-04-10 00:02:43 586 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v17","url":"/aai/v17/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:44 066 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v17 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:44 +0000] 18e91218583e46229075f543b4113693 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.686 upstream_response_time:0.686 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:44 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 685 2021-04-10 00:02:44 276 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7d4659d8 2021-04-10 00:02:44 276 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v18","url":"/aai/v18/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v18/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:44 670 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v18 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:44 +0000] 2a3c132d5c1b012bd7db3de21df60add "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.596 upstream_response_time:0.596 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:44 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 594 2021-04-10 00:02:44 873 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@d9d9fe3 2021-04-10 00:02:44 873 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v18","url":"/aai/v18/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:45 296 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v18 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:45 +0000] e2a72bac202c0d1006df98a908d37a93 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.497 upstream_response_time:0.497 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:45 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 497 2021-04-10 00:02:45 375 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7a6a8c14 2021-04-10 00:02:45 375 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v19","url":"/aai/v19/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v19/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:45 667 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v19 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:46 +0000] cf41fc13102667b0a153fed84917127d "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.699 upstream_response_time:0.699 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:46 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 698 2021-04-10 00:02:46 075 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@427a4902 2021-04-10 00:02:46 076 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v19","url":"/aai/v19/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:46 471 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v19 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:46 +0000] f7860570a849e7e2c2d7726a2396c41e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.496 upstream_response_time:0.496 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:46 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 495 2021-04-10 00:02:46 575 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5c14611 2021-04-10 00:02:46 575 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v11","url":"/aai/v11/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v11/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:46 769 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v11 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:46 +0000] 1f017c0b8f8681c49ddd0aec89f8d5a6 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.215 upstream_response_time:0.215 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:46 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 215 2021-04-10 00:02:46 798 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7d7df650 2021-04-10 00:02:46 799 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v11","url":"/aai/v11/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:47 526 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v11 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:47 +0000] 744b318ea75d0d8f22ae7158d2461968 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.746 upstream_response_time:0.746 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:47 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 747 2021-04-10 00:02:47 548 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@24bf6b74 2021-04-10 00:02:47 549 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v12","url":"/aai/v12/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v12/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:47 918 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v12 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:47 +0000] 0a867f31fda1759b2a96e6505077193e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.383 upstream_response_time:0.383 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:47 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 383 2021-04-10 00:02:47 937 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5c83bd2d 2021-04-10 00:02:47 937 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v12","url":"/aai/v12/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:48 214 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v12 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:48 +0000] 0d43b94ca4e03df437dd6ff56f084864 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.546 upstream_response_time:0.546 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:48 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 546 2021-04-10 00:02:48 487 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@19aab14d 2021-04-10 00:02:48 487 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v13","url":"/aai/v13/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v13/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:49 065 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v13 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:49 +0000] 6f925126839a449062646372e0cc53f6 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.592 upstream_response_time:0.592 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:49 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 592 2021-04-10 00:02:49 081 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@76e3bb0b 2021-04-10 00:02:49 081 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v13","url":"/aai/v13/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:49 826 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v13 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:50 +0000] 34baef0ae7ab3f5f85771f00176120a1 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.092 upstream_response_time:1.092 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:50 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 1091 2021-04-10 00:02:50 178 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@71e7fbe 2021-04-10 00:02:50 178 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v14","url":"/aai/v14/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v14/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:50 598 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v14 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:50 +0000] e032704acb1f24046f7789c6bc0ed136 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.493 upstream_response_time:0.493 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:50 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 493 2021-04-10 00:02:50 675 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@21d38eb0 2021-04-10 00:02:50 675 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v14","url":"/aai/v14/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:50 893 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v14 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:50 +0000] 08b86ca6789e135559b4e99072e76afc "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.296 upstream_response_time:0.296 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:50 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 296 2021-04-10 00:02:50 981 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6674889f 2021-04-10 00:02:50 981 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v15","url":"/aai/v15/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v15/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:51 266 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v15 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:51 +0000] 0ee042a6406d8351812436c3ae4630a0 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.398 upstream_response_time:0.398 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:51 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 390 2021-04-10 00:02:51 374 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@59a00dcf 2021-04-10 00:02:51 375 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v15","url":"/aai/v15/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:51 951 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v15 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:51 +0000] 5f1df12f1b57d514cae5bcfb789117ea "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.595 upstream_response_time:0.595 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:51 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 595 2021-04-10 00:02:51 972 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2641bca6 2021-04-10 00:02:51 973 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v16","url":"/aai/v16/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v16/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:52 369 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v16 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:52 +0000] ef398208632e587d2a80dc7f05023aa6 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.598 upstream_response_time:0.598 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:52 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 596 2021-04-10 00:02:52 576 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3f6d213a 2021-04-10 00:02:52 576 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v16","url":"/aai/v16/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:53 065 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v16 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:53 +0000] 8e985bfdf1c19b8b29ac61bdc848971b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.795 upstream_response_time:0.795 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:53 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 795 2021-04-10 00:02:53 374 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7b9dd25d 2021-04-10 00:02:53 374 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v17","url":"/aai/v17/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v17/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:54 066 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v17 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:54 +0000] a1211ef7d6b1b4d5713b569613e5ff0f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.710 upstream_response_time:0.710 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:54 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 709 2021-04-10 00:02:54 089 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@33bce26f 2021-04-10 00:02:54 089 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v17","url":"/aai/v17/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:54 276 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v17 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:54 +0000] f2afbc37dc9106d51cb33557da2a933a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.482 upstream_response_time:0.482 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:54 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 481 2021-04-10 00:02:54 575 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6cdddb46 2021-04-10 00:02:54 575 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v18","url":"/aai/v18/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v18/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:55 166 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v18 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:55 +0000] aede48ce0621531ca4085cec362805b9 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.799 upstream_response_time:0.799 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:55 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 798 2021-04-10 00:02:55 380 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@991e548 2021-04-10 00:02:55 380 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v18","url":"/aai/v18/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:02:59 277 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v18 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:02:59 +0000] db7b059f223d81a4aad01c218dbf8fd1 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:4.297 upstream_response_time:4.297 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:02:59 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 4292 2021-04-10 00:02:59 680 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7dfbeb6e 2021-04-10 00:02:59 680 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v19","url":"/aai/v19/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v19/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:03:00 854 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v19 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:03:00 +0000] ed29c2771c9a2b80534e552f359886cf "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.192 upstream_response_time:1.192 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:03:00 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 1191 2021-04-10 00:03:00 952 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@71bb1908 2021-04-10 00:03:00 952 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v19","url":"/aai/v19/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:03:01 466 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v19 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:03:01 +0000] ff2dde88a427230dfc8bef2edd62bb17 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.698 upstream_response_time:0.698 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:03:01 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 697 2021-04-10 00:03:01 575 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@52970492 2021-04-10 00:03:01 575 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v11","url":"/aai/v11/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v11/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:03:01 965 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v11 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:03:01 +0000] edd39edac0ef6cdcb08d3a9263ef4bd7 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.403 upstream_response_time:0.403 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:03:01 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 403 2021-04-10 00:03:01 983 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@736fc19a 2021-04-10 00:03:01 983 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v11","url":"/aai/v11/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:03:02 265 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v11 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:03:02 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 488 10.233.67.13 - - [10/Apr/2021:00:03:02 +0000] 189ab680f2cc3a56e6210c6f5decb400 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.491 upstream_response_time:0.491 "-" "Go-http-client/1.1" "-" 2021-04-10 00:03:02 478 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@415c73e6 2021-04-10 00:03:02 478 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v12","url":"/aai/v12/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v12/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:03:02 973 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v12 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:03:03 +0000] 10afef6d5c6b29af6f7fdf57438e4088 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.895 upstream_response_time:0.895 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:03:03 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 895 2021-04-10 00:03:03 376 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@80d8c87 2021-04-10 00:03:03 376 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v12","url":"/aai/v12/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:03:04 266 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v12 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:03:04 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 996 10.233.67.13 - - [10/Apr/2021:00:03:04 +0000] 11a1916763ef68804009b223e0ee216c "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.998 upstream_response_time:0.998 "-" "Go-http-client/1.1" "-" 2021-04-10 00:03:04 379 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4560b486 2021-04-10 00:03:04 379 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v13","url":"/aai/v13/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v13/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:03:05 065 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v13 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:03:05 +0000] a592994360a47d4821f83a4ea437566d "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.795 upstream_response_time:0.795 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:03:05 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 793 2021-04-10 00:03:05 180 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@27248c75 2021-04-10 00:03:05 180 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v13","url":"/aai/v13/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:03:05 667 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v13 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:03:05 +0000] 51c21043e767ebd8bd6e660f612545f3 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.595 upstream_response_time:0.595 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:03:05 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 594 2021-04-10 00:03:05 813 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7d9069d1 2021-04-10 00:03:05 814 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v14","url":"/aai/v14/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v14/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:03:06 266 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v14 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:03:06 +0000] 6e573ec395a14618f3ef99fc125823c2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.560 upstream_response_time:0.560 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:03:06 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 559 2021-04-10 00:03:06 376 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7fd7ec38 2021-04-10 00:03:06 376 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v14","url":"/aai/v14/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:03:06 965 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v14 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:03:07 +0000] f9f7a068a5fe24dcc582a91302b10842 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.696 upstream_response_time:0.696 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:03:07 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 695 2021-04-10 00:03:07 075 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5db1f72 2021-04-10 00:03:07 075 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v15","url":"/aai/v15/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v15/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:03:07 659 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v15 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:03:07 +0000] 2dd0eb5e73544a589d7d885492d6af0d "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.796 upstream_response_time:0.796 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:03:07 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 795 2021-04-10 00:03:07 874 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5af7c868 2021-04-10 00:03:07 874 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v15","url":"/aai/v15/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:03:08 265 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v15 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:03:08 +0000] 543196c25efcc8dfc3d07f8682e60d0b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.598 upstream_response_time:0.598 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:03:08 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 599 2021-04-10 00:03:08 476 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@260f1a03 2021-04-10 00:03:08 477 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v16","url":"/aai/v16/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v16/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:03:08 929 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v16 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:03:09 +0000] 57934a3b4181e74f2322ad50fd00d21c "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.796 upstream_response_time:0.796 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:03:09 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 795 2021-04-10 00:03:09 276 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@69160235 2021-04-10 00:03:09 276 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v16","url":"/aai/v16/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:03:10 668 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v16 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:03:10 +0000] 86b08c4224b5b900c445392de46967c2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.695 upstream_response_time:1.695 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:03:10 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1695 2021-04-10 00:03:10 980 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@f442f27 2021-04-10 00:03:10 980 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v17","url":"/aai/v17/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v17/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:03:11 340 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v17 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:03:11 +0000] 23fb68e08eea0d7b34f2e149c7010351 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:03:11 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 497 2021-04-10 00:03:11 479 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@d648fc9 2021-04-10 00:03:11 479 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v17","url":"/aai/v17/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:03:11 965 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v17 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:03:12 +0000] b8ca34f581947206684319837de39ad0 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.592 upstream_response_time:0.592 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:03:12 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 591 2021-04-10 00:03:12 075 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6e34c053 2021-04-10 00:03:12 075 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v18","url":"/aai/v18/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v18/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:03:12 365 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v18 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:03:12 +0000] bf24b85f843b0dee2ef8c3370e1ec26b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.397 upstream_response_time:0.397 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:03:12 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 397 2021-04-10 00:03:12 479 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@13c456e 2021-04-10 00:03:12 479 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v18","url":"/aai/v18/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:03:13 167 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v18 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:03:13 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 792 10.233.67.13 - - [10/Apr/2021:00:03:13 +0000] 6294f535d66d3b6b5e26f55d68acd38d "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.799 upstream_response_time:0.799 "-" "Go-http-client/1.1" "-" 2021-04-10 00:03:13 278 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@797972 2021-04-10 00:03:13 278 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v19","url":"/aai/v19/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v19/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:03:13 765 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v19 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:03:13 +0000] 8ddd87d20dd3bb38c39ee2cf82fe7c9d "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.596 upstream_response_time:0.596 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:03:13 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 595 2021-04-10 00:03:13 876 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1e4e5a58 2021-04-10 00:03:13 876 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v19","url":"/aai/v19/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:03:14 671 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v19 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:03:15 +0000] e8e4dcb4f6420c102c124eee81af9485 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.396 upstream_response_time:1.396 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:03:15 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1396 2021-04-10 00:03:15 276 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4ed42040 2021-04-10 00:03:15 276 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-named-query","version":"","url":"/aai/search","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/search","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:03:15 599 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-named-query,version- ,namespace- 10.233.67.13 - - [10/Apr/2021:00:03:15 +0000] 34ea986471cd531175296c2a3bcc93a1 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.396 upstream_response_time:0.396 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:03:15 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 396 2021-04-10 00:03:15 682 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2a16b521 2021-04-10 00:03:15 682 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-named-query","version":"","url":"/aai/search","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:03:16 365 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-named-query,version- ,namespace- 10.233.67.13 - - [10/Apr/2021:00:03:16 +0000] ebdab57e3ec70f87d98242bcd1fbadd5 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.096 upstream_response_time:1.096 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:03:16 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 455 "-" "Go-http-client/1.1" 1096 2021-04-10 00:05:30 815 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@114bc140 2021-04-10 00:05:30 816 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"wf-gui","version":"v1","url":"/","protocol":"UI","visualRange":"0|1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":false,"nodes":[{"ip":"10.233.11.59","port":"8443","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:05:31 165 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-wf-gui,version-v1 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:05:31 +0000] 16c1c1f54fbbcf9c445d23d08d8996fd "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.463 upstream_response_time:0.463 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:05:31 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 423 "-" "Go-http-client/1.1" 459 2021-04-10 00:05:31 280 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@408a7d30 2021-04-10 00:05:31 280 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"sdc","version":"v1","url":"/sdc/v1","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.32.210","port":"8443","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:05:32 010 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-sdc,version-v1 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:05:32 +0000] 59885f7af8e18959c22533f70d3a4152 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.894 upstream_response_time:0.894 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:05:32 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 424 "-" "Go-http-client/1.1" 892 2021-04-10 00:05:32 175 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@63a118a7 2021-04-10 00:05:32 175 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"sdc-deprecated","version":"v1","url":"/sdc/v1","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":false,"nodes":[{"ip":"10.233.32.210","port":"8080","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:05:33 241 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-sdc-deprecated,version-v1 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:05:33 +0000] b27c7e7ca25784ebe899892b6f10c723 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.195 upstream_response_time:1.195 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:05:33 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 447 "-" "Go-http-client/1.1" 1195 2021-04-10 00:05:33 376 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1d58cc46 2021-04-10 00:05:33 376 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"sdc-gui","version":"v1","url":"/sdc1","protocol":"UI","visualRange":"0|1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":false,"nodes":[{"ip":"10.233.30.154","port":"8181","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:05:34 165 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-sdc-gui,version-v1 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:05:34 +0000] b610303c473a689c0ce40320a6d129e5 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.897 upstream_response_time:0.897 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:05:34 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 431 "-" "Go-http-client/1.1" 896 2021-04-10 00:08:13 200 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@734491fd 2021-04-10 00:08:13 200 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"sdnc","version":"v1","url":"/","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/","enable_ssl":false,"nodes":[{"ip":"10.233.32.137","port":"8282","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:08:14 652 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-sdnc,version-v1 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:08:14 +0000] f2698bc2f66abe3b4a566fc1e4161150 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.475 upstream_response_time:1.475 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:08:14 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 422 "-" "Go-http-client/1.1" 1470 2021-04-10 00:09:37 015 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-28 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:37 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 155 10.233.67.13 - - [10/Apr/2021:00:09:37 +0000] e6edd472c19ed3ca16468dc74653714b "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.162 upstream_response_time:0.162 "-" "Go-http-client/1.1" "-" 2021-04-10 00:09:37 171 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:37 +0000] 1d132be3d75c2065d19addc70c2664dd "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.200 upstream_response_time:0.200 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:37 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 198 2021-04-10 00:09:37 372 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:38 +0000] b9585008a0fe6eaccff337d43cecf41d "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:1.200 upstream_response_time:1.200 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:38 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1197 2021-04-10 00:09:38 571 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:38 +0000] 6a467015829a668376717a82b5c5815b "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.399 upstream_response_time:0.399 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:38 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 398 2021-04-10 00:09:38 972 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:39 +0000] 30cc23552dac06b4f2ed9fd635dd93e8 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.497 upstream_response_time:0.497 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:39 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 496 2021-04-10 00:09:39 479 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:40 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 989 10.233.67.13 - - [10/Apr/2021:00:09:40 +0000] 71915592b262db62e5413776c581dea6 "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:1.002 upstream_response_time:1.002 "-" "Go-http-client/1.1" "-" 2021-04-10 00:09:40 471 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:40 +0000] d42c0c44b6908364244a1c44b6b545ee "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.300 upstream_response_time:0.300 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:40 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 299 2021-04-10 00:09:40 773 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:41 +0000] 05dff5b8365ff29356ffd6572372b8cf "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.298 upstream_response_time:0.298 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:41 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 297 2021-04-10 00:09:41 075 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:41 +0000] b312ff2e46031c2d350572dfe6619545 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.199 upstream_response_time:0.199 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:41 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 196 2021-04-10 00:09:41 272 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:41 +0000] 8a238f7fa6847a90e394ebf8bf268735 "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.500 upstream_response_time:0.500 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:41 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 498 2021-04-10 00:09:41 772 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:42 +0000] 39dc49046147f0d345f9f05d85bceb9e "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:1.098 upstream_response_time:1.098 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:42 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1098 2021-04-10 00:09:42 875 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:43 +0000] 6c12c47f047715a7b9063932dcb871ca "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:43 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 499 2021-04-10 00:09:43 374 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:43 +0000] 21c39cebbdb9945aa58d6abe10dca8b9 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.400 upstream_response_time:0.400 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:43 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 395 2021-04-10 00:09:43 772 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:44 +0000] e29a6b0952b7359c156dbb184e302fbb "DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.398 upstream_response_time:0.398 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:44 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 396 2021-04-10 00:09:44 170 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v18,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:44 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 398 10.233.67.13 - - [10/Apr/2021:00:09:44 +0000] 46a29ee004619367bdbaa13f30f48c84 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.400 upstream_response_time:0.400 "-" "Go-http-client/1.1" "-" 2021-04-10 00:09:44 573 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v18,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:44 +0000] a02edb44d662978ef3227aef5e1b7606 "DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.298 upstream_response_time:0.298 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:44 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 295 2021-04-10 00:09:44 870 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v19,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:46 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1298 10.233.67.13 - - [10/Apr/2021:00:09:46 +0000] f53fdbabcef6b14868dfd0f4e2432ba9 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:1.299 upstream_response_time:1.299 "-" "Go-http-client/1.1" "-" 2021-04-10 00:09:46 174 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v19,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:46 +0000] c3a35466addfa9f1e4abf5c46999c137 "DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.395 upstream_response_time:0.395 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:46 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 394 2021-04-10 00:09:46 572 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v11,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:46 +0000] 9a6d10497b13f5ea2cd787d0731f0640 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.201 upstream_response_time:0.201 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:46 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 199 2021-04-10 00:09:46 777 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v11,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:47 +0000] 5f7c1b4251ac8e59e335a88ac6f3c6c8 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.298 upstream_response_time:0.298 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:47 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 292 2021-04-10 00:09:47 071 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v12,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:47 +0000] 72bc9bd1b64835a8f357f14e3006b54b "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.300 upstream_response_time:0.300 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:47 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 298 2021-04-10 00:09:47 371 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v12,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:47 +0000] 1ecd62132b3f204787d356fe5cabded4 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:47 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 497 2021-04-10 00:09:47 871 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v13,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:49 +0000] 106d2c73c584f226fdcaa6f7da547b28 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:1.306 upstream_response_time:1.306 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:49 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1304 2021-04-10 00:09:49 178 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v13,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:49 +0000] af5dde8b58cfc0132114a1d8e3f694f8 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.193 upstream_response_time:0.193 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:49 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 191 2021-04-10 00:09:49 372 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v14,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:49 +0000] 38eae3ccca533a3638e0ab847ea0d663 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.505 upstream_response_time:0.505 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:49 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 503 2021-04-10 00:09:49 878 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v14,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:50 +0000] 9376156e69205e9d4df0d42a5eb1b6fa "DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.493 upstream_response_time:0.493 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:50 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 491 2021-04-10 00:09:50 377 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v15,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:50 +0000] 78c5337170cea7aec84c8681e56f73dc "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.398 upstream_response_time:0.398 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:50 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 392 2021-04-10 00:09:50 773 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v15,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:51 +0000] e65f5823b9c415511519ec60f441cdac "DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.319 upstream_response_time:0.319 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:51 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 316 2021-04-10 00:09:51 091 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v16,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:52 +0000] 57f53e16394f88b45b0faf075b8acc2b "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:1.078 upstream_response_time:1.078 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:52 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1076 2021-04-10 00:09:52 170 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v16,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:52 +0000] 0c8942eafa2a3089741d9d122b8493d8 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.211 upstream_response_time:0.211 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:52 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 210 2021-04-10 00:09:52 383 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v17,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:52 +0000] 1662179e0b85cafa8e6ac32d31651eca "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.588 upstream_response_time:0.588 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:52 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 587 2021-04-10 00:09:52 971 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v17,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:53 +0000] 39759b8e723d6f9d7e2faeabf847eed4 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.205 upstream_response_time:0.205 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:53 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 205 2021-04-10 00:09:53 179 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v18,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:53 +0000] fe54f9f32ef5f372f8c3b05a03a2054d "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.493 upstream_response_time:0.493 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:53 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 491 2021-04-10 00:09:53 677 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v18,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:53 +0000] 9e5f62ff69197d1dbdb84d4b40a9832f "DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.101 upstream_response_time:0.101 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:53 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 99 2021-04-10 00:09:53 773 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v19,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:54 +0000] 98885dc6e88a91f2e150a09eb78b6ea7 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.398 upstream_response_time:0.398 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:54 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 395 2021-04-10 00:09:54 171 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v19,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:54 +0000] 0e9824e64074e2db147c2b89327f4622 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.200 upstream_response_time:0.200 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:54 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 198 2021-04-10 00:09:54 371 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v11,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:56 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1898 10.233.67.13 - - [10/Apr/2021:00:09:56 +0000] dcba24c682661db7f30fa3d4de07ad87 "DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:1.901 upstream_response_time:1.901 "-" "Go-http-client/1.1" "-" 2021-04-10 00:09:56 275 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v11,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:56 +0000] cf5952ca923558a41f92facd7cfad6a4 "DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.296 upstream_response_time:0.296 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:56 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 293 2021-04-10 00:09:56 570 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v12,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:57 +0000] 9f9e41b86d4d0c90aa8510790d7f6f70 "DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.998 upstream_response_time:0.998 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:57 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 999 2021-04-10 00:09:57 570 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v12,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:57 +0000] 3142cf5fbbbff215060a65e6f4dbfca1 "DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.199 upstream_response_time:0.199 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:57 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 199 2021-04-10 00:09:57 769 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v13,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:57 +0000] a13ebdcd6fa8ea231b1f93bafcfe6978 "DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.106 upstream_response_time:0.106 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:57 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 106 2021-04-10 00:09:57 879 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v13,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:57 +0000] d4b12fb4ff145f09e87b849e12bc0620 "DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.098 upstream_response_time:0.098 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:57 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 95 2021-04-10 00:09:57 977 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v14,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:58 +0000] d68c4aca930965d35de33158aaf4f0f4 "DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.494 upstream_response_time:0.494 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:58 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 493 2021-04-10 00:09:58 471 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v14,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:09:59 +0000] ae0eb4da1cad3809fa84ad7bb50a1e3c "DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.600 upstream_response_time:0.600 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:09:59 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 599 2021-04-10 00:09:59 071 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v15,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:10:00 +0000] dd6ac22ed27d0c0cb9cfbda3c4a11969 "DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:1.097 upstream_response_time:1.097 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:00 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1098 2021-04-10 00:10:00 171 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v15,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:10:00 +0000] 60f2a155b89fbe012515bde91b8d26e1 "DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.399 upstream_response_time:0.399 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:00 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 397 2021-04-10 00:10:00 570 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v16,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:10:00 +0000] 0a0c02c582610bafe6d07adaf0929db7 "DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.401 upstream_response_time:0.401 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:00 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 399 2021-04-10 00:10:00 972 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v16,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:10:01 +0000] 7c28f2385d83c93b2536f3af4ee95658 "DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.998 upstream_response_time:0.998 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:01 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 996 2021-04-10 00:10:01 969 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v17,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:10:02 +0000] eb3236aff7fab11e2ebf532082f428ea "DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.108 upstream_response_time:0.108 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:02 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 106 2021-04-10 00:10:02 079 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v17,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:10:02 +0000] fa61ea28aee961502973cae0fe9617a6 "DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.392 upstream_response_time:0.392 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:02 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 389 2021-04-10 00:10:02 470 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v18,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:10:02 +0000] 46e3592dcef0717ca5369d1c07aac156 "DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.300 upstream_response_time:0.300 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:02 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 298 2021-04-10 00:10:02 771 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v18,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:10:03 +0000] 33bdd3bdb34aec078e8cb4a9e7d129f7 "DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.499 upstream_response_time:0.499 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:03 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 498 2021-04-10 00:10:03 272 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v19,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:10:03 +0000] 12d72691fbaae6f98c06366602970d00 "DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:03 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 297 2021-04-10 00:10:03 570 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v19,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:10:04 +0000] fcc99d4f94a9c9c1b5afe4ea93921225 "DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.499 upstream_response_time:0.499 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:04 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 499 2021-04-10 00:10:04 072 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-named-query,version:null,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:10:04 +0000] 9d69b8f5eab24126d262741d22485949 "DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.598 upstream_response_time:0.598 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:04 +0000] "DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 597 2021-04-10 00:10:04 670 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-named-query,version:null,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:10:05 +0000] 2683d51290ec32e65bc5d09f8ca401af "DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.500 upstream_response_time:0.500 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:05 +0000] "DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 500 2021-04-10 00:10:05 177 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7d2ff33d 2021-04-10 00:10:05 177 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v11","url":"/aai/v11/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v11/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:07 931 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v11 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:07 +0000] 6e907725b63da369f0d28c08920f23cc "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:2.806 upstream_response_time:2.806 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:07 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 2806 2021-04-10 00:10:07 987 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@79adb6ba 2021-04-10 00:10:07 987 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v11","url":"/aai/v11/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:10 153 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v11 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:10 +0000] ed51bd2bc6f25924864467134cf8a9b1 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:2.384 upstream_response_time:2.384 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:10 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 2384 2021-04-10 00:10:10 377 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@13ac6b22 2021-04-10 00:10:10 377 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v12","url":"/aai/v12/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v12/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:11 368 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v12 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:11 +0000] 66e0a4b9c79d307e836d6a14a36e0e1d "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.099 upstream_response_time:1.099 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:11 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 1099 2021-04-10 00:10:11 552 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4cf597c3 2021-04-10 00:10:11 552 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v12","url":"/aai/v12/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:11 958 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v12 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:11 +0000] 10ebcd86f93409288a1a271370acc63d "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.495 upstream_response_time:0.495 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:11 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 493 2021-04-10 00:10:11 976 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1d7609c 2021-04-10 00:10:11 976 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v13","url":"/aai/v13/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v13/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:12 532 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v13 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:12 +0000] 1581f16066048bf64eccbf13702c4db1 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.894 upstream_response_time:0.894 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:12 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 893 2021-04-10 00:10:12 873 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7f8b1a98 2021-04-10 00:10:12 873 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v13","url":"/aai/v13/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:13 864 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v13 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:14 +0000] 61e45828d5f6fdce08db0870be351931 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.698 upstream_response_time:1.698 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:14 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 1697 2021-04-10 00:10:14 576 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2448c817 2021-04-10 00:10:14 576 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v14","url":"/aai/v14/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v14/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:15 016 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v14 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:15 +0000] b04f99d5dcb129206a3ae13a57bed0a3 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.496 upstream_response_time:0.496 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:15 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 496 2021-04-10 00:10:15 075 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@29a1250d 2021-04-10 00:10:15 076 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v14","url":"/aai/v14/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:15 365 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v14 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:15 +0000] 20224effc94ccfc4916c17d948cad76a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.496 upstream_response_time:0.496 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:15 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 495 2021-04-10 00:10:15 575 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4b5c3aa3 2021-04-10 00:10:15 576 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v15","url":"/aai/v15/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v15/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:15 904 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v15 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:15 +0000] a9ae3149dabe8270a005be91b670e13b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.341 upstream_response_time:0.341 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:15 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 340 2021-04-10 00:10:15 920 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@204d9bba 2021-04-10 00:10:15 920 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v15","url":"/aai/v15/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:16 180 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v15 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:16 +0000] 0da2e3806476f206bee105b09676dbfd "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.751 upstream_response_time:0.751 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:16 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 750 2021-04-10 00:10:16 674 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@31b79b49 2021-04-10 00:10:16 674 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v16","url":"/aai/v16/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v16/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:17 464 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v16 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:17 +0000] 6c36ed0cf9f14e54f2fc9b926b83f7d6 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.096 upstream_response_time:1.096 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:17 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 1096 2021-04-10 00:10:17 774 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@ccd15b9 2021-04-10 00:10:17 774 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v16","url":"/aai/v16/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:18 864 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v16 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:19 +0000] 178e42cc72a3d5416010e81dce47ebcc "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.596 upstream_response_time:1.596 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:19 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 1596 2021-04-10 00:10:19 378 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@52eb3a31 2021-04-10 00:10:19 378 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v17","url":"/aai/v17/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v17/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:19 764 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v17 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:19 +0000] 65ee987b280a8ecd4892c60bdac774aa "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:19 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 596 2021-04-10 00:10:19 975 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@cefc476 2021-04-10 00:10:19 975 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v17","url":"/aai/v17/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:20 265 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v17 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:20 +0000] b54a88bb26f5cbcc7e789dd87fd41804 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.497 upstream_response_time:0.497 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:20 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 497 2021-04-10 00:10:20 476 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2d2250f3 2021-04-10 00:10:20 476 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v18","url":"/aai/v18/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v18/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:20 928 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v18 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:20 +0000] 7d535e892c343552826bab74a4e475e9 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.495 upstream_response_time:0.495 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:20 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 495 2021-04-10 00:10:20 977 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@66afa680 2021-04-10 00:10:20 977 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v18","url":"/aai/v18/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:21 365 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v18 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:21 +0000] 751738b0158b9bbf2a008a0463f6a8dc "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.993 upstream_response_time:0.993 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:21 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 993 2021-04-10 00:10:21 973 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1f6a07c2 2021-04-10 00:10:21 973 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v19","url":"/aai/v19/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v19/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:22 767 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v19 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:23 +0000] 118fffd7c9c929a097781ce69b27377c "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.399 upstream_response_time:1.399 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:23 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 1400 2021-04-10 00:10:23 377 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@25d7c6c3 2021-04-10 00:10:23 377 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v19","url":"/aai/v19/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:24 008 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v19 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:24 +0000] bc1292188efba58a91795a3ad0d787a1 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.695 upstream_response_time:0.695 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:24 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 694 2021-04-10 00:10:24 077 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1f0ece62 2021-04-10 00:10:24 077 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v11","url":"/aai/v11/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v11/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:24 676 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v11 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:24 +0000] d296649439603b8c75c1f21b84899774 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.794 upstream_response_time:0.794 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:24 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 794 2021-04-10 00:10:24 875 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@27963722 2021-04-10 00:10:24 875 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v11","url":"/aai/v11/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:25 768 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v11 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:25 +0000] 6ec900603fab525f832e65b824c690c3 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.096 upstream_response_time:1.096 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:25 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 1095 2021-04-10 00:10:25 976 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@350d984e 2021-04-10 00:10:25 976 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v12","url":"/aai/v12/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v12/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:26 866 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v12 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:26 +0000] 2c2afd0e25ce9dd9b6e9a6020db3c19a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.901 upstream_response_time:0.901 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:26 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 901 2021-04-10 00:10:26 884 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@166b6278 2021-04-10 00:10:26 884 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v12","url":"/aai/v12/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:27 466 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v12 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:27 +0000] f266488a493b80abef8437f747505141 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.601 upstream_response_time:0.601 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:27 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 596 2021-04-10 00:10:27 485 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4f20886a 2021-04-10 00:10:27 485 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v13","url":"/aai/v13/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v13/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:28 765 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v13 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:28 +0000] 8ba9f2f6f4aeee00039369ffa8db472f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.486 upstream_response_time:1.486 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:28 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 1484 2021-04-10 00:10:28 973 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2b6e1355 2021-04-10 00:10:28 973 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v13","url":"/aai/v13/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:29 464 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v13 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:29 +0000] fe090719ddb078a84c029c9cc1ae3be2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.502 upstream_response_time:0.502 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:29 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 502 2021-04-10 00:10:29 480 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@77f15c3b 2021-04-10 00:10:29 480 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v14","url":"/aai/v14/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v14/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:30 319 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v14 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:30 +0000] 29c13b38b1ebc99bae6455c074f95519 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.851 upstream_response_time:0.851 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:30 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 849 2021-04-10 00:10:30 333 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@30d0df51 2021-04-10 00:10:30 333 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v14","url":"/aai/v14/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:30 865 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v14 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:31 +0000] ec1a80270e6d8997773c2e2d84b400a8 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.838 upstream_response_time:0.838 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:31 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 838 2021-04-10 00:10:31 178 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@63f6662d 2021-04-10 00:10:31 178 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v15","url":"/aai/v15/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v15/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:31 564 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v15 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:32 +0000] 94ec21b4243a4a69a3afedadebf67c5b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.892 upstream_response_time:0.892 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:32 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 892 2021-04-10 00:10:32 074 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3646229e 2021-04-10 00:10:32 074 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v15","url":"/aai/v15/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:33 124 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v15 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:33 +0000] f00bf1eb8648f2a9c00505284e58f199 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.198 upstream_response_time:1.198 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:33 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 1197 2021-04-10 00:10:33 275 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@391a1d71 2021-04-10 00:10:33 276 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v16","url":"/aai/v16/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v16/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:34 005 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v16 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:34 +0000] 4fcdc6f80b73ee39cccbc35af8574eb0 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.996 upstream_response_time:0.996 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:34 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 994 2021-04-10 00:10:34 276 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@33e0ebac 2021-04-10 00:10:34 276 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v16","url":"/aai/v16/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:34 669 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v16 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:34 +0000] 6b8d0c05737b5d19349725291115b685 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:34 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 596 2021-04-10 00:10:34 879 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@f03d238 2021-04-10 00:10:34 879 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v17","url":"/aai/v17/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v17/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:35 442 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v17 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:35 +0000] 53f656bc5ec5763c17d6639177577652 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.803 upstream_response_time:0.803 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:35 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 802 2021-04-10 00:10:35 686 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3416c39e 2021-04-10 00:10:35 686 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v17","url":"/aai/v17/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:36 365 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v17 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:37 +0000] 71d847d4abc405663d1ec3424978cc4a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.487 upstream_response_time:1.487 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:37 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 1486 2021-04-10 00:10:37 178 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3b52348b 2021-04-10 00:10:37 178 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v18","url":"/aai/v18/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v18/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:37 565 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v18 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:37 +0000] f472f9bde67508aa9378bad71f1ef22f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.493 upstream_response_time:0.493 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:37 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 492 2021-04-10 00:10:37 675 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6a20daf1 2021-04-10 00:10:37 676 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v18","url":"/aai/v18/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:37 953 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v18 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:38 +0000] bd6946c79aeade786f8148f1dfc66779 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.395 upstream_response_time:0.395 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:38 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 395 2021-04-10 00:10:38 074 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@20ac6558 2021-04-10 00:10:38 074 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v19","url":"/aai/v19/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v19/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:38 664 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v19 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:38 +0000] f71efcb07414631777debf570e9f8ae1 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.697 upstream_response_time:0.697 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:38 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 696 2021-04-10 00:10:38 776 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1b77bfe9 2021-04-10 00:10:38 776 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v19","url":"/aai/v19/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:39 223 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v19 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:40 +0000] 246570ce188f06b5483dff24f012f3e9 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.796 upstream_response_time:1.796 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:40 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 1796 2021-04-10 00:10:40 575 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@67a08f08 2021-04-10 00:10:40 575 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v11","url":"/aai/v11/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v11/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:41 172 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v11 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:41 +0000] a8557a90c9e1adf9a19a57f1d4a86a31 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.695 upstream_response_time:0.695 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:41 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 695 2021-04-10 00:10:41 272 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4f9236c0 2021-04-10 00:10:41 272 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v11","url":"/aai/v11/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:41 866 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v11 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:41 +0000] a663d5d870ecf48b8952e2c8b2c707b4 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.606 upstream_response_time:0.606 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:41 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 607 2021-04-10 00:10:41 883 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@42b6eb48 2021-04-10 00:10:41 883 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v12","url":"/aai/v12/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v12/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:42 564 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v12 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:42 +0000] 92877f127178ef820c4f683b6026903d "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.090 upstream_response_time:1.090 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:42 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 1088 2021-04-10 00:10:42 976 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7f15f08b 2021-04-10 00:10:42 977 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v12","url":"/aai/v12/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:43 565 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v12 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:43 +0000] 544162b1fb66bb9dac6a4e7b5fa6e96a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.694 upstream_response_time:0.694 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:43 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 694 2021-04-10 00:10:43 675 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@16f6f28d 2021-04-10 00:10:43 675 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v13","url":"/aai/v13/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v13/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:44 349 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v13 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:44 +0000] a5b08e5d9a7a22940098c465016e29b0 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.097 upstream_response_time:1.097 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:44 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 1096 2021-04-10 00:10:44 780 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6a157e68 2021-04-10 00:10:44 781 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v13","url":"/aai/v13/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:45 525 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v13 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:45 +0000] 40fb61ba337d43a58532ebff403ca683 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.994 upstream_response_time:0.994 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:45 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 989 2021-04-10 00:10:45 773 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5a6bf5fc 2021-04-10 00:10:45 773 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v14","url":"/aai/v14/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v14/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:46 065 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v14 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:46 +0000] ac284d95819d7e0cee5e6ad74ac911f6 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:46 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 498 2021-04-10 00:10:46 275 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6b37850b 2021-04-10 00:10:46 275 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v14","url":"/aai/v14/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:46 865 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v14 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:46 +0000] 2476d32dac84c0962a143f09d3279f70 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.695 upstream_response_time:0.695 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:46 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 694 2021-04-10 00:10:46 975 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3aa29b9 2021-04-10 00:10:46 975 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v15","url":"/aai/v15/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v15/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:47 365 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v15 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:47 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 596 10.233.67.13 - - [10/Apr/2021:00:10:47 +0000] 54a73b2b0a2630f8d37172e51d5d9038 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.599 upstream_response_time:0.599 "-" "Go-http-client/1.1" "-" 2021-04-10 00:10:47 575 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@d5da135 2021-04-10 00:10:47 575 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v15","url":"/aai/v15/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:48 165 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v15 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:48 +0000] 20931121f38b9b71266bfcc752484fda "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.794 upstream_response_time:0.794 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:48 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 794 2021-04-10 00:10:48 376 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6e976baa 2021-04-10 00:10:48 376 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v16","url":"/aai/v16/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v16/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:49 565 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v16 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:49 +0000] 35546f0eb454d833f3603b694ddd64d9 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.203 upstream_response_time:1.203 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:49 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 1202 2021-04-10 00:10:49 580 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@35de9737 2021-04-10 00:10:49 580 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v16","url":"/aai/v16/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:50 688 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v16 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:50 +0000] e3001e5550da02cf1eba4fb6dedd44c8 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.192 upstream_response_time:1.192 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:50 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1191 2021-04-10 00:10:50 776 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@37b692d0 2021-04-10 00:10:50 776 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v17","url":"/aai/v17/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v17/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:51 530 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v17 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:51 +0000] 235f8f4cd3abfdc8da313a154ace2067 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.795 upstream_response_time:0.795 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:51 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 795 2021-04-10 00:10:51 573 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@37d80e28 2021-04-10 00:10:51 573 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v17","url":"/aai/v17/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:52 165 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v17 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:52 +0000] d7b038d74469376d078ece103c2a043a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.797 upstream_response_time:0.797 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:52 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 797 2021-04-10 00:10:52 381 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4ab8f5ef 2021-04-10 00:10:52 381 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v18","url":"/aai/v18/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v18/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:52 765 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v18 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:53 +0000] 3206f94a5ea12739c1c3fa6688ab421b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.897 upstream_response_time:0.897 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:53 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 892 2021-04-10 00:10:53 275 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2581a05c 2021-04-10 00:10:53 275 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v18","url":"/aai/v18/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:53 665 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v18 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:53 +0000] d49116b5d932cb672b6212061f679127 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.699 upstream_response_time:0.699 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:53 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 700 2021-04-10 00:10:53 986 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4404ca04 2021-04-10 00:10:53 986 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v19","url":"/aai/v19/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v19/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:55 564 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v19 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:55 +0000] f7e363098ac8c875fb6c88481827bce3 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.596 upstream_response_time:1.596 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:55 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 1596 2021-04-10 00:10:55 587 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@57d14233 2021-04-10 00:10:55 587 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v19","url":"/aai/v19/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:56 566 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v19 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:56 +0000] 2398983201f48fd5e149cb9c1670fa83 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.285 upstream_response_time:1.285 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:56 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1284 2021-04-10 00:10:56 874 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@34961822 2021-04-10 00:10:56 875 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-named-query","version":"","url":"/aai/search","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/search","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:57 750 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-named-query,version- ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:57 +0000] 102411457b9f61dbadd9a7a51cd092e6 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.997 upstream_response_time:0.997 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:57 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 996 2021-04-10 00:10:57 953 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3da5e45b 2021-04-10 00:10:57 954 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-named-query","version":"","url":"/aai/search","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:10:58 376 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-named-query,version- ,namespace- 10.233.67.13 - - [10/Apr/2021:00:10:58 +0000] cdd479e2d83c9d41ec57d1133fcf64f3 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.096 upstream_response_time:1.096 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:58 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 455 "-" "Go-http-client/1.1" 1017 2021-04-10 00:10:58 977 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:10:59 +0000] 4f77d69e36e800f52a125a7f8d2399dd "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.793 upstream_response_time:0.793 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:10:59 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 792 2021-04-10 00:10:59 772 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:00 +0000] d29e9d10a9d95833171db5410353d33c "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.800 upstream_response_time:0.800 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:00 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 797 2021-04-10 00:11:00 572 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:00 +0000] cf9168d249f3848fa6c2bedf251d68ec "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.397 upstream_response_time:0.397 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:00 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 396 2021-04-10 00:11:01 053 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:01 +0000] 3a153049ce050de1a325990c820957ce "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.201 upstream_response_time:0.201 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:01 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 116 2021-04-10 00:11:01 172 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:01 +0000] 4807510a5005758a989720fd2f6e56a1 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.699 upstream_response_time:0.699 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:01 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 698 2021-04-10 00:11:01 872 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:02 +0000] 2fdfb744d39442e217e0c165e059739b "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.398 upstream_response_time:0.398 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:02 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 396 2021-04-10 00:11:02 270 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:03 +0000] 2b8e864f3b1bd6de5c55a1c9a945765d "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.800 upstream_response_time:0.800 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:03 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 798 2021-04-10 00:11:03 070 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:04 +0000] ff6f2907e65d8308f7f7bad86aaf7517 "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:1.300 upstream_response_time:1.300 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:04 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1299 2021-04-10 00:11:04 379 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:04 +0000] 68675c92bfa5584c35cc8a6c1b8d370f "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.198 upstream_response_time:0.198 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:04 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 190 2021-04-10 00:11:04 571 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:04 +0000] a814c1fa2b7262e1b2d96f9785041959 "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.201 upstream_response_time:0.201 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:04 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 200 2021-04-10 00:11:04 772 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:05 +0000] fcaa90e571c30cf55df8f9770e6e1fd8 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:05 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 597 2021-04-10 00:11:05 372 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:06 +0000] 61190cb684e5cb9e26f56474de845613 "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.899 upstream_response_time:0.899 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:06 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 898 2021-04-10 00:11:06 272 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:07 +0000] 8ab9a8cdf00b5f79cdd23f573772545b "DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.899 upstream_response_time:0.899 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:07 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 897 2021-04-10 00:11:07 171 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:08 +0000] 47cab6a41cef65af57f2837668d3eb33 "DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.901 upstream_response_time:0.901 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:08 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 899 2021-04-10 00:11:08 073 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v18,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:08 +0000] df29493935a1d8160f0879f972c2fe42 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.703 upstream_response_time:0.703 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:08 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 702 2021-04-10 00:11:08 783 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v18,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:08 +0000] 1265e01a43030d351f65f5e1a2e53227 "DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.192 upstream_response_time:0.192 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:08 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 187 2021-04-10 00:11:08 971 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v19,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:09 +0000] 896fe776689851a7e07d9e8fe925aaff "DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.307 upstream_response_time:0.307 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:09 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 306 2021-04-10 00:11:09 278 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v19,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:09 +0000] 110cca2bdddded8f9c565ade9ebeb04e "DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.192 upstream_response_time:0.192 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:09 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 190 2021-04-10 00:11:09 472 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v11,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:10 +0000] 73ae8648eabae435b240e2bc3c46267f "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.803 upstream_response_time:0.803 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:10 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 801 2021-04-10 00:11:10 276 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v11,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:11 +0000] 85e1f2fd32e75448d22a9e627b9e9436 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.897 upstream_response_time:0.897 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:11 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 896 2021-04-10 00:11:11 175 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v12,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:12 +0000] 55d3e65db4b8342748bedf9c8dbf849b "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.895 upstream_response_time:0.895 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:12 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 892 2021-04-10 00:11:12 069 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v12,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:12 +0000] 0707f8c09f1bf49bff77d902eb6b0e2e "DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.399 upstream_response_time:0.399 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:12 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 398 2021-04-10 00:11:12 474 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v13,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:12 +0000] 2b04c9229a0ade14c46d187a5a0fc06b "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.301 upstream_response_time:0.301 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:12 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 299 2021-04-10 00:11:12 770 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v13,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:13 +0000] 556788753d7a5e5ec48a1518eefd1357 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:13 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 497 2021-04-10 00:11:13 271 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v14,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:14 +0000] e331f7d898532bf84ece3e3ad5630072 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.798 upstream_response_time:0.798 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:14 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 797 2021-04-10 00:11:14 070 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v14,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:15 +0000] b3f56aab16e9ad881ca0c9c065d26774 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:1.000 upstream_response_time:1.000 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:15 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 998 2021-04-10 00:11:15 072 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v15,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:15 +0000] f01333c21a8c8020b71773aa30fcd0c7 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.798 upstream_response_time:0.798 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:15 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 796 2021-04-10 00:11:15 869 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v15,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:16 +0000] 76ce29fc13cdb2d66108817e898b88ce "DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:1.001 upstream_response_time:1.001 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:16 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1000 2021-04-10 00:11:16 871 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v16,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:17 +0000] a8e793a6c652f6eb45ff3a6408135673 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.199 upstream_response_time:0.199 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:17 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 198 2021-04-10 00:11:17 078 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v16,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:17 +0000] 70bcee9443ef5f92f90c8446fc414535 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.599 upstream_response_time:0.599 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:17 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 592 2021-04-10 00:11:17 670 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v17,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:19 +0000] 8d4499951dfaa1c619425bcf5a213b86 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:1.700 upstream_response_time:1.700 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:19 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1699 2021-04-10 00:11:19 373 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v17,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:19 +0000] b4d79f6f4b096daae9cc970d1c8bd20d "DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:19 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 596 2021-04-10 00:11:19 971 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v18,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:20 +0000] 36d21b9bb5ced6eccdf730edbea4b857 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.800 upstream_response_time:0.800 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:20 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 799 2021-04-10 00:11:20 771 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v18,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:21 +0000] 07f7dcf5cfdc2c647b755c18cb674ffb "DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.499 upstream_response_time:0.499 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:21 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 499 2021-04-10 00:11:21 272 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v19,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:21 +0000] a4b0bc049ba9fdc63ba857db896a29a2 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.205 upstream_response_time:0.205 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:21 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 203 2021-04-10 00:11:21 480 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v19,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:21 +0000] 024134c463389df2a50b24336c819761 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.392 upstream_response_time:0.392 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:21 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 388 2021-04-10 00:11:21 878 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v11,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:22 +0000] 102780f8572c416f1bde5f03e95a5664 "DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.199 upstream_response_time:0.199 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:22 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 190 2021-04-10 00:11:22 070 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v11,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:22 +0000] a500e666ee247d6cc65b50f31c4d1a6b "DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.306 upstream_response_time:0.306 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:22 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 305 2021-04-10 00:11:22 378 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v12,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:23 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 691 10.233.67.13 - - [10/Apr/2021:00:11:23 +0000] 858522a836be611ff20ee9cc32ab5923 "DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.695 upstream_response_time:0.695 "-" "Go-http-client/1.1" "-" 2021-04-10 00:11:23 072 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v12,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:24 +0000] 2c7138eb2ea6fbe52a88a76bc88d4682 "DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:1.097 upstream_response_time:1.097 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:24 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1096 2021-04-10 00:11:24 171 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v13,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:24 +0000] 08c74e11db3484ae39a0ddfe87e8baaf "DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.110 upstream_response_time:0.110 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:24 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 109 2021-04-10 00:11:24 282 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v13,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:24 +0000] f80c4d8b64041c1237133ae8827e7eda "DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.388 upstream_response_time:0.388 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:24 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 387 2021-04-10 00:11:24 671 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v14,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:25 +0000] 19b5a41b1bbf69cd01ba7eca13ac9cfc "DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.400 upstream_response_time:0.400 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:25 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 399 2021-04-10 00:11:25 075 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v14,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:25 +0000] f4dfe43d42117513308f3f1012a477f7 "DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:25 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 593 2021-04-10 00:11:25 670 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v15,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:25 +0000] b5bbcde48a5403b1e645ddcc674f0286 "DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:25 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 297 2021-04-10 00:11:25 970 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v15,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:26 +0000] a67896f2749d069e8e95a2a8d0d71398 "DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.099 upstream_response_time:0.099 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:26 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 98 2021-04-10 00:11:26 074 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v16,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:26 +0000] 0c9853ecbaea45cdfbbd9617bc7556a0 "DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.600 upstream_response_time:0.600 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:26 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 598 2021-04-10 00:11:26 671 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v16,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:27 +0000] 14151e6c485760373ba70c5de56265d3 "DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:1.201 upstream_response_time:1.201 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:27 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1200 2021-04-10 00:11:27 873 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v17,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:28 +0000] 8fe973988854bd299e5df694aa86b240 "DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.196 upstream_response_time:0.196 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:28 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 195 2021-04-10 00:11:28 071 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v17,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:28 +0000] 5e1efa70d4848bc5d517cfc6fe3ad5ff "DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.499 upstream_response_time:0.499 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:28 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 498 2021-04-10 00:11:28 576 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v18,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:28 +0000] c637b96ab7397677d4ecce234006c3ee "DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.416 upstream_response_time:0.416 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:28 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 409 2021-04-10 00:11:28 987 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v18,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:29 +0000] ff56f3315810a1a4c858237fcf22be0d "DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.090 upstream_response_time:0.090 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:29 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 89 2021-04-10 00:11:29 077 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v19,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:29 +0000] e0e84fa44c036d7c089264753b10649c "DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.397 upstream_response_time:0.397 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:29 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 396 2021-04-10 00:11:29 475 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v19,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:30 +0000] f0b34100a2339e5a97c612aafc269afb "DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:1.202 upstream_response_time:1.202 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:30 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1200 2021-04-10 00:11:30 678 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-named-query,version:null,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:30 +0000] 5ac8131ee188ec6b765043db502d1eb3 "DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.193 upstream_response_time:0.193 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:30 +0000] "DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 191 2021-04-10 00:11:30 871 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-named-query,version:null,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:11:31 +0000] 1c37feb4773ae0960cd021528ef1be67 "DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:31 +0000] "DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 497 2021-04-10 00:11:31 370 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1adca883 2021-04-10 00:11:31 371 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v11","url":"/aai/v11/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v11/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:11:32 064 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v11 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:11:32 +0000] 294576f67eb1f56834dfae56f6d76da6 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.705 upstream_response_time:0.705 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:32 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 709 2021-04-10 00:11:32 081 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@220534d8 2021-04-10 00:11:32 081 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v11","url":"/aai/v11/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:11:32 545 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v11 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:11:32 +0000] 74ac461d1c7122686ebbfa3b306914f1 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.478 upstream_response_time:0.478 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:32 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 478 2021-04-10 00:11:32 561 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@202478a6 2021-04-10 00:11:32 561 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v12","url":"/aai/v12/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v12/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:11:33 199 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v12 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:11:33 +0000] bce1ddd848b77c712112a55d577c7e16 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.009 upstream_response_time:1.009 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:33 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 1008 2021-04-10 00:11:33 573 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@76d2adf4 2021-04-10 00:11:33 573 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v12","url":"/aai/v12/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:11:34 265 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v12 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:11:34 +0000] 9416fd21067164d22cfa056fba38b634 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.798 upstream_response_time:0.798 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:34 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 797 2021-04-10 00:11:34 377 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@54fc0080 2021-04-10 00:11:34 377 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v13","url":"/aai/v13/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v13/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:11:34 965 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v13 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:11:35 +0000] a92ec941eea5c5e4c4f9bd87a9abf17d "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.995 upstream_response_time:0.995 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:35 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 994 2021-04-10 00:11:35 374 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@553cf4e3 2021-04-10 00:11:35 374 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v13","url":"/aai/v13/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:11:35 806 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v13 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:11:36 +0000] 6d83562ac225a1c7b5e71ea93c4b105c "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.797 upstream_response_time:0.797 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:36 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 795 2021-04-10 00:11:36 173 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1e64ec44 2021-04-10 00:11:36 173 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v14","url":"/aai/v14/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v14/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:11:36 493 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v14 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:11:36 +0000] 42ab6c8bd7805f72ebf34d53444839c4 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.596 upstream_response_time:0.596 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:36 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 596 2021-04-10 00:11:36 773 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2b56c308 2021-04-10 00:11:36 774 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v14","url":"/aai/v14/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:11:37 264 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v14 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:11:37 +0000] 627a88e7f96050a6e9639e7afcfccf51 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.696 upstream_response_time:0.696 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:37 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 696 2021-04-10 00:11:37 477 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6906a43 2021-04-10 00:11:37 477 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v15","url":"/aai/v15/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v15/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:11:37 864 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v15 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:11:37 +0000] 273fff514ccfe3a1ff482379ad837aef "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.494 upstream_response_time:0.494 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:37 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 493 2021-04-10 00:11:37 973 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@da1f9ad 2021-04-10 00:11:37 973 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v15","url":"/aai/v15/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:11:38 566 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v15 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:11:39 +0000] 3920e0801a2a2a05b06a5e1cafab58f5 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.097 upstream_response_time:1.097 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:39 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 1097 2021-04-10 00:11:39 080 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6f3b0395 2021-04-10 00:11:39 080 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v16","url":"/aai/v16/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v16/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:11:40 308 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v16 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:11:40 +0000] 5f540ed1d791568a4d549379a5da4874 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.296 upstream_response_time:1.296 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:40 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 1296 2021-04-10 00:11:40 374 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1cfb6811 2021-04-10 00:11:40 374 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v16","url":"/aai/v16/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:11:40 964 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v16 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:11:41 +0000] 1c05bfa024c9e116c2959972fd69e369 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.797 upstream_response_time:0.797 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:41 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 797 2021-04-10 00:11:41 174 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5bb249c7 2021-04-10 00:11:41 175 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v17","url":"/aai/v17/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v17/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:11:41 757 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v17 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:11:41 +0000] ca657fa2bc7b62fed29fdfa9cfdca5c2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.696 upstream_response_time:0.696 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:41 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 695 2021-04-10 00:11:41 873 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6d75cafc 2021-04-10 00:11:41 873 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v17","url":"/aai/v17/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:11:42 464 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v17 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:11:43 +0000] 2e39c864c25cc06ce7d0ff6c8f21108a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.196 upstream_response_time:1.196 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:43 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 1196 2021-04-10 00:11:43 076 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3c85e176 2021-04-10 00:11:43 077 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v18","url":"/aai/v18/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v18/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:11:43 464 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v18 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:11:43 +0000] 98568acc0b5060e37607b0cd8d9506a1 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.694 upstream_response_time:0.694 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:43 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 693 2021-04-10 00:11:43 774 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@12b4dbef 2021-04-10 00:11:43 774 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v18","url":"/aai/v18/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:11:44 664 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v18 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:11:44 +0000] fc42af30a715e6eae86453b3b29971ec "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.901 upstream_response_time:0.901 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:44 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 900 2021-04-10 00:11:44 677 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@15a00da7 2021-04-10 00:11:44 677 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-generic-query","version":"v19","url":"/aai/v19/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v19/search/generic-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:11:45 272 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v19 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:11:45 +0000] 9512b1011f1c79e43e7cb88c726e9d0d "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.792 upstream_response_time:0.792 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:45 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 792 2021-04-10 00:11:45 472 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@60a58f0d 2021-04-10 00:11:45 472 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-generic-query","version":"v19","url":"/aai/v19/search/generic-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:11:45 937 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v19 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:11:45 +0000] d0cb1a36c1ef2871fc3c8bc9dc0072ca "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.497 upstream_response_time:0.497 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:45 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 497 2021-04-10 00:11:45 978 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5ccef634 2021-04-10 00:11:45 978 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v11","url":"/aai/v11/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v11/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:11:48 066 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v11 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:11:48 +0000] d622a53b7b5d65c90b6e4c7df24d8b0b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:2.104 upstream_response_time:2.104 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:48 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 2103 2021-04-10 00:11:48 085 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@52dc22d4 2021-04-10 00:11:48 085 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v11","url":"/aai/v11/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:11:49 965 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v11 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:11:50 +0000] 388bc212f2477c26b59bae16abc188c8 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.987 upstream_response_time:1.987 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:50 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 1987 2021-04-10 00:11:50 074 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@26fd508d 2021-04-10 00:11:50 074 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v12","url":"/aai/v12/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v12/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:11:50 566 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v12 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:11:51 +0000] 5d524e5643050bd743a0064938701c33 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.997 upstream_response_time:0.997 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:51 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 996 2021-04-10 00:11:51 075 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1fa8a3b1 2021-04-10 00:11:51 075 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v12","url":"/aai/v12/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:11:51 950 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v12 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:11:52 +0000] 00460a55051d9e825e391aecec4dd059 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.096 upstream_response_time:1.096 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:52 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 1095 2021-04-10 00:11:52 176 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7d5c6905 2021-04-10 00:11:52 176 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v13","url":"/aai/v13/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v13/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:11:52 557 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v13 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:11:52 +0000] ec0d6c8611992f7f884bf86dfc86e60f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.497 upstream_response_time:0.497 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:52 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 495 2021-04-10 00:11:52 675 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@52b55f7a 2021-04-10 00:11:52 675 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v13","url":"/aai/v13/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:11:53 165 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v13 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:11:53 +0000] a5106db54735298b13bc6b61c9b77f2e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.501 upstream_response_time:0.501 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:53 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 500 2021-04-10 00:11:53 180 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5fa744ef 2021-04-10 00:11:53 180 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v14","url":"/aai/v14/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v14/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:11:53 605 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v14 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:11:53 +0000] c71cf8f891202e568fe88935aeaa326b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.490 upstream_response_time:0.490 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:53 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 490 2021-04-10 00:11:53 673 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@325e9664 2021-04-10 00:11:53 673 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v14","url":"/aai/v14/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:11:54 065 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v14 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:11:54 +0000] 622914ca1504a15f75f1558be7b14d3e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.697 upstream_response_time:0.697 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:54 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 696 2021-04-10 00:11:54 374 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5ba7ea7b 2021-04-10 00:11:54 374 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v15","url":"/aai/v15/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v15/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:11:57 165 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v15 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:11:57 +0000] 0785872b73a2a70b866a772d0599e1be "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:3.097 upstream_response_time:3.097 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:57 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 3096 2021-04-10 00:11:57 474 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@236ba1e9 2021-04-10 00:11:57 474 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v15","url":"/aai/v15/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:11:58 465 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v15 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:11:58 +0000] 759fccf52ebd17fb07fad27b58bb01d9 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.197 upstream_response_time:1.197 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:58 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 1202 2021-04-10 00:11:58 677 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@49e2ca5a 2021-04-10 00:11:58 677 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v16","url":"/aai/v16/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v16/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:11:59 292 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v16 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:11:59 +0000] 209f529099e4b1b0e9d2c4f1c18bcece "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.893 upstream_response_time:0.893 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:11:59 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 893 2021-04-10 00:11:59 573 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@c75337 2021-04-10 00:11:59 573 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v16","url":"/aai/v16/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:11:59 964 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v16 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:12:00 +0000] ce17b05e33f93704ba1fa13afeb90b61 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.497 upstream_response_time:0.497 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:00 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 496 2021-04-10 00:12:00 073 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@20cdf1fa 2021-04-10 00:12:00 073 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v17","url":"/aai/v17/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v17/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:12:00 293 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v17 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:12:00 +0000] b08c90273021b835c3e8f770b2a78439 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.400 upstream_response_time:0.400 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:00 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 398 2021-04-10 00:12:00 475 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@59472a29 2021-04-10 00:12:00 475 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v17","url":"/aai/v17/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:12:01 022 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v17 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:12:01 +0000] bf7e9449304f068aded400b41d01c8da "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.896 upstream_response_time:0.896 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:01 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 895 2021-04-10 00:12:01 375 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1331454f 2021-04-10 00:12:01 375 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v18","url":"/aai/v18/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v18/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:12:01 968 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v18 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:12:02 +0000] 3bfd9ee361b433f9fd410a2100372d77 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.897 upstream_response_time:0.897 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:02 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 897 2021-04-10 00:12:02 274 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6bd35d00 2021-04-10 00:12:02 274 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v18","url":"/aai/v18/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:12:03 264 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v18 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:12:03 +0000] e1bd19d651a336b5ec8f5a437b2b5e8a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.195 upstream_response_time:1.195 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:03 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 1195 2021-04-10 00:12:03 473 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6bf0668e 2021-04-10 00:12:03 473 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nodes-query","version":"v19","url":"/aai/v19/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v19/search/nodes-query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:12:03 668 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v19 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:12:04 +0000] 1504c48cec4b15d9ce37cd712b3d6e68 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.698 upstream_response_time:0.698 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:04 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 698 2021-04-10 00:12:04 176 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5ff65076 2021-04-10 00:12:04 176 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nodes-query","version":"v19","url":"/aai/v19/search/nodes-query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:12:04 469 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v19 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:12:04 +0000] 6ac8d42d5deeffde796e29afd14456de "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.395 upstream_response_time:0.395 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:04 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 394 2021-04-10 00:12:04 574 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3b67c203 2021-04-10 00:12:04 574 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v11","url":"/aai/v11/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v11/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:12:05 264 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v11 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:12:05 +0000] ea0ae96cc954d13ad2a8af3cf8652cd2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.796 upstream_response_time:0.796 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:05 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 796 2021-04-10 00:12:05 378 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2a8f990c 2021-04-10 00:12:05 378 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v11","url":"/aai/v11/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:12:05 841 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v11 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:12:05 +0000] bea46e0f95f2cbc93105b25cc9d680b3 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.596 upstream_response_time:0.596 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:05 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 591 2021-04-10 00:12:05 973 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5b7cd858 2021-04-10 00:12:05 973 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v12","url":"/aai/v12/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v12/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:12:06 572 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v12 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:12:06 +0000] a8a395d2884e4fdc4bac5243fa3016b8 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.697 upstream_response_time:0.697 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:06 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 697 2021-04-10 00:12:06 674 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5990cacf 2021-04-10 00:12:06 674 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v12","url":"/aai/v12/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:12:08 365 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v12 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:12:08 +0000] f4ff24a2c8c5af9dad47af3ff0b3dc38 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.996 upstream_response_time:1.996 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:08 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1996 2021-04-10 00:12:08 676 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3de9ff52 2021-04-10 00:12:08 677 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v13","url":"/aai/v13/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v13/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:12:09 564 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v13 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:12:09 +0000] a44423dfd06db409316b68c5b37d57a3 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.094 upstream_response_time:1.094 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:09 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 1093 2021-04-10 00:12:09 776 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4c0c5965 2021-04-10 00:12:09 776 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v13","url":"/aai/v13/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:12:10 365 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v13 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:12:10 +0000] e985f19e1a21e85a3cf52a7f57aede71 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.795 upstream_response_time:0.795 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:10 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 794 2021-04-10 00:12:10 576 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@33b32196 2021-04-10 00:12:10 576 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v14","url":"/aai/v14/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v14/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:12:10 965 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v14 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:12:11 +0000] 42a021e59c91c00b74e7dc160cdcec77 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.695 upstream_response_time:0.695 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:11 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 694 2021-04-10 00:12:11 273 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@15291fbb 2021-04-10 00:12:11 274 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v14","url":"/aai/v14/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:12:12 267 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v14 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:12:12 +0000] 64016db9a7031781342071cbc2c0ee36 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.695 upstream_response_time:1.695 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:12 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1695 2021-04-10 00:12:12 973 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@30d84db1 2021-04-10 00:12:12 973 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v15","url":"/aai/v15/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v15/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:12:14 064 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v15 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:12:14 +0000] 116e5040b1b19fe140dde2acd6bf47f2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.297 upstream_response_time:1.297 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:14 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 1296 2021-04-10 00:12:14 278 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@695b60f9 2021-04-10 00:12:14 278 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v15","url":"/aai/v15/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:12:14 692 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v15 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:12:15 +0000] ba7677ea5ec089a3f65d602d6b971fbc "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.992 upstream_response_time:0.992 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:15 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 992 2021-04-10 00:12:15 276 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4db7d034 2021-04-10 00:12:15 276 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v16","url":"/aai/v16/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v16/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:12:15 884 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v16 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:12:16 +0000] 90efee7db51b34131cfbeb0adb21d6d8 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.894 upstream_response_time:0.894 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:16 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 894 2021-04-10 00:12:16 173 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4102cc7e 2021-04-10 00:12:16 173 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v16","url":"/aai/v16/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:12:16 465 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v16 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:12:16 +0000] c46f25e6e7b7fd7e4d70335e203fd30a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:16 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 596 2021-04-10 00:12:16 778 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@17ce7549 2021-04-10 00:12:16 778 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v17","url":"/aai/v17/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v17/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:12:17 125 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v17 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:12:17 +0000] e9414d020b6593fcac3ff185ee4c99df "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.497 upstream_response_time:0.497 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:17 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 496 2021-04-10 00:12:17 279 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@740bb2a4 2021-04-10 00:12:17 279 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v17","url":"/aai/v17/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:12:18 465 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v17 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:12:18 +0000] 381ed4e8a4047bb5595acb7fc224cac3 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.292 upstream_response_time:1.292 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:18 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1291 2021-04-10 00:12:18 573 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4e5a0770 2021-04-10 00:12:18 573 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v18","url":"/aai/v18/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v18/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:12:19 068 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v18 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:12:19 +0000] 83de5bb6e8c69953442cb5c0c264db98 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.796 upstream_response_time:0.796 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:19 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 796 2021-04-10 00:12:19 372 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@779e75b5 2021-04-10 00:12:19 373 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v18","url":"/aai/v18/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:12:19 864 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v18 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:12:20 +0000] b2f9c1cffa177d52762350e736376ad8 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.698 upstream_response_time:0.698 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:20 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 698 2021-04-10 00:12:20 076 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@785e15e8 2021-04-10 00:12:20 076 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-nquery","version":"v19","url":"/aai/v19/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/v19/query","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:12:20 437 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v19 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:12:20 +0000] 7ea35396f79bfd04b509c58fd05dcbe5 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.378 upstream_response_time:0.378 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:20 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 376 2021-04-10 00:12:20 490 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@15258ea1 2021-04-10 00:12:20 491 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-nquery","version":"v19","url":"/aai/v19/query","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:12:20 964 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-27 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v19 ,namespace- 10.233.67.13 - - [10/Apr/2021:00:12:21 +0000] 12fcea6ee8687726cdd655617adc3094 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.581 upstream_response_time:0.581 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:21 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 581 2021-04-10 00:12:21 074 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@53ecd25c 2021-04-10 00:12:21 074 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"_aai-named-query","version":"","url":"/aai/search","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/aai/search","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:12:21 365 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-named-query,version- ,namespace- 10.233.67.13 - - [10/Apr/2021:00:12:21 +0000] 56d4c89432bc0d6d23e8ba1615d1d1bb "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:21 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 602 2021-04-10 00:12:21 676 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@b07eb47 2021-04-10 00:12:21 676 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.13,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"aai-named-query","version":"","url":"/aai/search","protocol":"REST","visualRange":"1","lb_policy":"ip_hash","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.74.237","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-10 00:12:22 164 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-named-query,version- ,namespace- 10.233.67.13 - - [10/Apr/2021:00:12:22 +0000] 437296ef83ad9d153db1c243b6a9e9b2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.595 upstream_response_time:0.595 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:22 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 455 "-" "Go-http-client/1.1" 593 2021-04-10 00:12:22 274 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:12:23 +0000] 7ff76fd0689733dcae9a6d1bc192b936 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:1.495 upstream_response_time:1.495 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:23 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1494 2021-04-10 00:12:23 770 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:12:24 +0000] 45c57efd1ca6735d181e2d34a56a78ee "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:1.099 upstream_response_time:1.099 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:24 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1098 2021-04-10 00:12:24 870 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:12:25 +0000] fa75d43022f7cbdb4ba37f401eba719c "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.599 upstream_response_time:0.599 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:25 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 599 2021-04-10 00:12:25 470 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:12:25 +0000] cc6d1a2d8b7156cef0e722397449a18e "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:25 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 297 2021-04-10 00:12:25 771 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:12:26 +0000] 474f487bbb43f5ce7e5cea0246166788 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.500 upstream_response_time:0.500 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:26 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 498 2021-04-10 00:12:26 271 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:12:27 +0000] 7685ec5e8515bcfc0a713c2a5f831232 "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.999 upstream_response_time:0.999 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:27 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 998 2021-04-10 00:12:27 276 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:12:28 +0000] b7ab47831d00d95115e04d2310c57715 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:1.107 upstream_response_time:1.107 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:28 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1100 2021-04-10 00:12:28 380 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:12:28 +0000] 83678c05e9abf08e3d9835029a6ce545 "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.490 upstream_response_time:0.490 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:28 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 488 2021-04-10 00:12:28 870 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:12:29 +0000] 1aef6e5264ba02155dc318baf25ec163 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.900 upstream_response_time:0.900 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:29 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 898 2021-04-10 00:12:29 770 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:12:30 +0000] 2b035009ae75d2ca9f65a0fe3c825855 "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:1.001 upstream_response_time:1.001 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:30 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1000 2021-04-10 00:12:30 772 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:12:31 +0000] 1b3e79d044819f2c3b10076f26be27c7 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.396 upstream_response_time:0.396 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:31 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 395 2021-04-10 00:12:31 169 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.74.237/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.74.237,port:8446 10.233.67.13 - - [10/Apr/2021:00:12:31 +0000] 315b91e57014de77c77d85e55fac9492 "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 request_processing_time:0.398 upstream_response_time:0.398 "-" "Go-http-client/1.1" "-" 10.233.67.13 - - [10/Apr/2021:00:12:31 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.74.237/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 397 2021-04-10 00:12:31 570 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/servi