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-05 03:50:37 816 INFO [io.dropwizard.server.SimpleServerFactory][main] - Registering jersey handler with root path prefix: / 2021-04-05 03:50:37 820 INFO [io.dropwizard.server.SimpleServerFactory][main] - Registering admin handler with root path prefix: /admin 2021-04-05 03:50:38 023 INFO [org.onap.msb.sdclient.DiscoverApp][main] - getApplicationContextPath: /api/microservices/v1 2021/04/05 03:50:46 [error] 22#22: *6 connect() failed (111: Connection refused) while connecting to upstream, client: 10.233.68.113, 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.68.113 - - [05/Apr/2021:03:50:46 +0000] 0fcb7de393c0103bdb3038f2efb66cab "GET /api/microservices/v1/services/health HTTP/1.1" 502 request_processing_time:0.082 upstream_response_time:0.082 "-" "Go-http-client/1.1" "-" 2021/04/05 03:50:50 [error] 22#22: *8 connect() failed (111: Connection refused) while connecting to upstream, client: 10.233.68.113, 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.68.113 - - [05/Apr/2021:03:50:50 +0000] e4ffe3742a0e23bee0864ec8394b91d1 "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-05 03:50:59 023 INFO [org.reflections.Reflections][main] - Reflections took 20891 ms to scan 1 urls, producing 15738 keys and 30140 values 2021-04-05 03:51:02 917 INFO [org.glassfish.jersey.internal.ServiceFinder][main] - Running in a non-OSGi environment 2021-04-05 03:51:04 526 INFO [org.onap.msb.sdclient.wrapper.util.ConfigUtil][main] - init TCP_UDP portRange:28001-30000 2021-04-05 03:51:04 526 INFO [org.onap.msb.sdclient.wrapper.util.ConfigUtil][main] - init Consul Register Mode:agent 2021-04-05 03:51:04 526 INFO [io.dropwizard.server.SimpleServerFactory][main] - Registering jersey handler with root path prefix: / 2021-04-05 03:51:04 527 INFO [io.dropwizard.server.SimpleServerFactory][main] - Registering admin handler with root path prefix: /admin 2021-04-05 03:51:04 530 INFO [io.dropwizard.server.ServerFactory][main] - Starting MicroService Bus 2021-04-05 03:51:06 116 INFO [org.eclipse.jetty.setuid.SetUIDListener][main] - Opened MicroService Bus @e73787{HTTP/1.1,[http/1.1]}{0.0.0.0:8076} 2021-04-05 03:51:06 120 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-05 03:51:08 717 INFO [org.glassfish.jersey.server.ApplicationHandler][main] - Initiating Jersey application, version Jersey: 2.25.1 2017-01-19 16:23:50... 2021-04-05 03:51:15 723 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-05 03:51:15 725 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-05 03:51:18 222 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@349c9bfa Message Body Readers: org.glassfish.jersey.message.internal.FileProvider org.glassfish.jersey.message.internal.DataSourceProvider org.glassfish.jersey.jaxb.internal.DocumentProvider org.glassfish.jersey.message.internal.ByteArrayProvider org.glassfish.jersey.message.internal.InputStreamProvider org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$App org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider$General org.glassfish.jersey.message.internal.StringMessageProvider org.glassfish.jersey.message.internal.SourceProvider$SaxSourceReader org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$Text org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$General org.glassfish.jersey.message.internal.FormProvider org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$Text org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$App org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$Text io.dropwizard.jersey.jackson.JacksonMessageBodyProvider org.glassfish.jersey.message.internal.SourceProvider$StreamSourceReader org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$App org.glassfish.jersey.message.internal.RenderedImageProvider org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider$Text org.glassfish.jersey.message.internal.FormMultivaluedMapProvider org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$General com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider org.glassfish.jersey.message.internal.SourceProvider$DomSourceReader org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider$App org.glassfish.jersey.message.internal.ReaderProvider org.glassfish.jersey.message.internal.BasicTypesMessageProvider org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$General Message Body Writers: org.glassfish.jersey.message.internal.FileProvider io.dropwizard.jersey.optional.OptionalDoubleMessageBodyWriter org.glassfish.jersey.message.internal.DataSourceProvider org.glassfish.jersey.jaxb.internal.DocumentProvider io.dropwizard.jersey.optional.OptionalMessageBodyWriter org.glassfish.jersey.message.internal.ByteArrayProvider org.glassfish.jersey.message.internal.InputStreamProvider org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$App org.glassfish.jersey.message.internal.StringMessageProvider io.dropwizard.jersey.guava.OptionalMessageBodyWriter org.glassfish.jersey.message.internal.StreamingOutputProvider io.dropwizard.jersey.optional.OptionalLongMessageBodyWriter org.glassfish.jersey.server.ChunkedResponseWriter org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$Text org.glassfish.jersey.server.validation.internal.ValidationErrorMessageBodyWriter org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$General org.glassfish.jersey.message.internal.FormProvider org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$Text org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$App org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$Text io.dropwizard.jersey.jackson.JacksonMessageBodyProvider org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$App org.glassfish.jersey.message.internal.RenderedImageProvider org.glassfish.jersey.message.internal.FormMultivaluedMapProvider org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$General org.glassfish.jersey.message.internal.SourceProvider$SourceWriter org.glassfish.jersey.message.internal.ReaderProvider com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider io.dropwizard.jersey.optional.OptionalIntMessageBodyWriter org.glassfish.jersey.message.internal.BasicTypesMessageProvider org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$General 2021-04-05 03:51:20 217 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-05 03:51:20 329 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-05 03:51:20 417 INFO [org.eclipse.jetty.server.handler.ContextHandler][main] - Started i.d.j.MutableServletContextHandler@38a1a26{/,null,AVAILABLE} 2021-04-05 03:51:20 518 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-05 03:51:20 519 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-05 03:51:20 720 INFO [org.eclipse.jetty.server.handler.ContextHandler][main] - Started i.d.j.MutableServletContextHandler@6a48a7f3{/admin,null,AVAILABLE} 2021-04-05 03:51:22 119 INFO [org.eclipse.jetty.server.AbstractConnector][main] - Started MicroService Bus @e73787{HTTP/1.1,[http/1.1]}{0.0.0.0:8076} 2021-04-05 03:51:22 119 INFO [org.eclipse.jetty.server.Server][main] - Started @59785ms 2021-04-05 03:51:23 418 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.68.113 - - [05/Apr/2021:03:51:26 +0000] 3fc2f3743339caacdaa356021f891406 "GET /api/microservices/v1/services/health HTTP/1.1" 200 request_processing_time:15.901 upstream_response_time:15.901 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:51:26 +0000] "GET /api/microservices/v1/services/health HTTP/1.1" 200 25 "-" "Go-http-client/1.1" 3505 2021-04-05 03:51:27 118 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@54753304 2021-04-05 03:51:27 226 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.47.213","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-05 03:51:27 902 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-esr-server,version-v1 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:51:28 +0000] 7bb6ebebf003e6a1938c39e1145d841c "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.638 upstream_response_time:1.638 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:51:28 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 461 "-" "Go-http-client/1.1" 1497 2021-04-05 03:51:28 418 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@46d79bcd 2021-04-05 03:51:28 419 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.51.232","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-05 03:51:28 564 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.68.113 - - [05/Apr/2021:03:51:28 +0000] 8f039c54594def89f0dafc7fe5db7a77 "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.68.113 - - [05/Apr/2021:03:51:28 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 441 "-" "Go-http-client/1.1" 503 2021-04-05 03:51:29 017 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@238aecc6 2021-04-05 03:51:29 018 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.31.79","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-05 03:51:29 674 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.68.113 - - [05/Apr/2021:03:51:29 +0000] ef5a050702b5c8798053c0229952e893 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.866 upstream_response_time:0.866 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:51:29 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 492 "-" "Go-http-client/1.1" 770 2021-04-05 03:51:29 723 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@553c706 2021-04-05 03:51:29 723 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.31.79","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-05 03:51:30 316 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.68.113 - - [05/Apr/2021:03:51:31 +0000] d97120d1c1f8b8df65c489c192281e50 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.432 upstream_response_time:1.432 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:51:31 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 489 "-" "Go-http-client/1.1" 1409 2021-04-05 03:51:31 318 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7b5cb8c9 2021-04-05 03:51:31 318 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.31.79","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-05 03:51:31 864 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.68.113 - - [05/Apr/2021:03:51:32 +0000] 12357b117d35e69a03509b725db507d2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.887 upstream_response_time:0.887 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:51:32 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 489 "-" "Go-http-client/1.1" 797 2021-04-05 03:51:32 118 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@44a78e15 2021-04-05 03:51:32 119 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.60.202","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-05 03:51:32 716 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-parser,version-v1 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:51:32 +0000] 149aeb48381d8ab1485de838fe4b69d3 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.945 upstream_response_time:0.945 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:51:32 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 438 "-" "Go-http-client/1.1" 944 2021-04-05 03:51:32 981 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@300387d3 2021-04-05 03:51:32 981 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.60.202","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-05 03:51:33 455 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-catalog,version-v1 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:51:33 +0000] 60fbb40d7f639422e62178e4ab39263f "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.68.113 - - [05/Apr/2021:03:51:33 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 441 "-" "Go-http-client/1.1" 499 2021-04-05 03:51:33 522 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7d2f779 2021-04-05 03:51:33 523 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.60.202","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-05 03:51:34 165 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-nsd,version-v1 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:51:34 +0000] 07c76453c6c9a6fcf62ba73f0f46bb1f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.990 upstream_response_time:0.990 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:51:34 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 429 "-" "Go-http-client/1.1" 954 2021-04-05 03:51:34 480 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@60eb8fea 2021-04-05 03:51:34 480 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.60.202","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-05 03:51:34 967 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-vnfpkgm,version-v1 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:51:35 +0000] 049b9f42d2371872ac28986ad1b3bbc2 "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.68.113 - - [05/Apr/2021:03:51:35 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 441 "-" "Go-http-client/1.1" 697 2021-04-05 03:51:35 225 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@56e92017 2021-04-05 03:51:35 226 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:35 414 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.68.113 - - [05/Apr/2021:03:51:35 +0000] 9dab50588e7a108ba3f211f39a205ecc "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.291 upstream_response_time:0.291 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:51:35 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 249 2021-04-05 03:51:35 631 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4b16a33c 2021-04-05 03:51:35 632 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:36 265 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.68.113 - - [05/Apr/2021:03:51:36 +0000] b56e61b2c186b649093e11f4491f8875 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.054 upstream_response_time:1.054 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:51:36 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 945 2021-04-05 03:51:36 616 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6164ee15 2021-04-05 03:51:36 619 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:37 064 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.68.113 - - [05/Apr/2021:03:51:37 +0000] 15ed548ca337f78eabe6baea1bcd5c1f "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.68.113 - - [05/Apr/2021:03:51:37 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 795 2021-04-05 03:51:37 425 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3c198cfd 2021-04-05 03:51:37 426 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:37 698 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.68.113 - - [05/Apr/2021:03:51:37 +0000] e8e1169e144a8091baef92b78b9d3f18 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.591 upstream_response_time:0.591 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:51:37 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 550 2021-04-05 03:51:37 979 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1d5a57f2 2021-04-05 03:51:37 979 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:38 168 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.68.113 - - [05/Apr/2021:03:51:38 +0000] 92e24d3a2a8ba874a478c16552fa2e82 "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.68.113 - - [05/Apr/2021:03:51:38 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 397 2021-04-05 03:51:38 379 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1e064d7 2021-04-05 03:51:38 379 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:39 464 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.68.113 - - [05/Apr/2021:03:51:39 +0000] f2992b3c6b84eea4c2993da387b82421 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.395 upstream_response_time:1.395 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:51:39 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 1395 2021-04-05 03:51:39 815 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@276a09a 2021-04-05 03:51:39 822 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:40 170 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.68.113 - - [05/Apr/2021:03:51:40 +0000] 4060c571a892290aa7ebb74c512a2354 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.448 upstream_response_time:0.448 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:51:40 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 447 2021-04-05 03:51:40 317 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@69c44399 2021-04-05 03:51:40 317 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:40 511 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.68.113 - - [05/Apr/2021:03:51:40 +0000] 6b1030be4b4bb4efe4b1db8a01cd3bd1 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.642 upstream_response_time:0.642 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:51:40 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 640 2021-04-05 03:51:40 879 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@e1b36b6 2021-04-05 03:51:40 879 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:41 165 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.68.113 - - [05/Apr/2021:03:51:41 +0000] 97ba58513a237aaafccc30d23b70ba61 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.600 upstream_response_time:0.600 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:51:41 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 598 2021-04-05 03:51:41 484 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5f0860aa 2021-04-05 03:51:41 485 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:41 815 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.68.113 - - [05/Apr/2021:03:51:42 +0000] aebed628c742aefdc1b9d528c4a384fd "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.544 upstream_response_time:0.544 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:51:42 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 540 2021-04-05 03:51:42 218 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@254b89c7 2021-04-05 03:51:42 219 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:42 559 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.68.113 - - [05/Apr/2021:03:51:42 +0000] e6d467f0fb46d78df7af571674132817 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.553 upstream_response_time:0.553 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:51:42 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 551 2021-04-05 03:51:42 718 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@56599ef9 2021-04-05 03:51:42 718 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:43 364 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.68.113 - - [05/Apr/2021:03:51:43 +0000] ad4dce2dc46cfc137ce8135bfcf997d4 "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.68.113 - - [05/Apr/2021:03:51:43 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 792 2021-04-05 03:51:43 486 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@366cd899 2021-04-05 03:51:43 486 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:43 727 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.68.113 - - [05/Apr/2021:03:51:43 +0000] f47e2eee1757bd79f5cf660575563bbf "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.293 upstream_response_time:0.293 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:51:43 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 291 2021-04-05 03:51:43 781 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@391bdb2a 2021-04-05 03:51:43 815 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:44 264 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.68.113 - - [05/Apr/2021:03:51:44 +0000] 87b360e5aace5606cad8823a4ca7edd9 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.503 upstream_response_time:0.503 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:51:44 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 501 2021-04-05 03:51:44 284 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@498cb9c6 2021-04-05 03:51:44 285 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:45 764 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.68.113 - - [05/Apr/2021:03:51:45 +0000] c934e4c06fb75d7e31d2847f07b3a8c4 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.687 upstream_response_time:1.687 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:51:45 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 1686 2021-04-05 03:51:45 976 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2ca85a99 2021-04-05 03:51:45 977 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:46 864 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.68.113 - - [05/Apr/2021:03:51:46 +0000] 8936b2bd4f1a1326b545dec4ae78e717 "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.68.113 - - [05/Apr/2021:03:51:46 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 997 2021-04-05 03:51:46 979 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@46bb0a70 2021-04-05 03:51:46 979 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:47 582 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.68.113 - - [05/Apr/2021:03:51:47 +0000] 2f5aa087c2c238bde016a5200def54b0 "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.68.113 - - [05/Apr/2021:03:51:47 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 793 2021-04-05 03:51:47 780 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@442a8da1 2021-04-05 03:51:47 780 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:48 231 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.68.113 - - [05/Apr/2021:03:51:48 +0000] d944058e191871feb3589b7ff55ae38d "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.475 upstream_response_time:0.475 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:51:48 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 473 2021-04-05 03:51:48 258 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1d43f989 2021-04-05 03:51:48 259 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:49 164 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.68.113 - - [05/Apr/2021:03:51:49 +0000] 84c1de82fb235b1a3cab9decc971b1d5 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.926 upstream_response_time:0.926 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:51:49 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 925 2021-04-05 03:51:49 216 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@39b47565 2021-04-05 03:51:49 216 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:49 664 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.68.113 - - [05/Apr/2021:03:51:49 +0000] e3a7886a896e9f88a9c5cbd68afd106d "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.785 upstream_response_time:0.785 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:51:49 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 783 2021-04-05 03:51:49 979 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@17b1ed50 2021-04-05 03:51:49 980 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:51 063 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.68.113 - - [05/Apr/2021:03:51:51 +0000] b2540527cf6253a040e2191a53c972d3 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.495 upstream_response_time:1.495 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:51:51 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 1494 2021-04-05 03:51:51 479 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@40542dd4 2021-04-05 03:51:51 479 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:51 633 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.68.113 - - [05/Apr/2021:03:51:51 +0000] f71db42e0123f38eeba08ba88a64d90d "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.68.113 - - [05/Apr/2021:03:51:51 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 293 2021-04-05 03:51:51 819 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@9f0ad14 2021-04-05 03:51:51 819 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:52 169 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.68.113 - - [05/Apr/2021:03:51:52 +0000] 12965123ec57b127446bda9f9f97a7d0 "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.68.113 - - [05/Apr/2021:03:51:52 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 690 2021-04-05 03:51:52 476 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@20ab525f 2021-04-05 03:51:52 477 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:52 664 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.68.113 - - [05/Apr/2021:03:51:52 +0000] ed5bf699006b13d8e1a0f045a88c9195 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.202 upstream_response_time:0.202 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:51:52 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 200 2021-04-05 03:51:52 682 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@233b20f2 2021-04-05 03:51:52 682 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:52 788 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.68.113 - - [05/Apr/2021:03:51:52 +0000] 0a257f0f40cfdcb2b9f02837ff1c407c "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.191 upstream_response_time:0.191 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:51:52 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 191 2021-04-05 03:51:52 880 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1d8bf394 2021-04-05 03:51:52 880 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:52 973 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.68.113 - - [05/Apr/2021:03:51:53 +0000] 39d9312f4898233434e01cd22d5d7806 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.392 upstream_response_time:0.392 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:51:53 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 391 2021-04-05 03:51:53 277 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@74821924 2021-04-05 03:51:53 277 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:54 664 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.68.113 - - [05/Apr/2021:03:51:54 +0000] 8ccae0cbe456ec0d814e561c11c5f330 "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.68.113 - - [05/Apr/2021:03:51:54 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 1496 2021-04-05 03:51:54 780 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@208b11d4 2021-04-05 03:51:54 781 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:55 027 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.68.113 - - [05/Apr/2021:03:51:55 +0000] 1a5f2ef153583f077570b11c27a4118d "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.295 upstream_response_time:0.295 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:51:55 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 293 2021-04-05 03:51:55 079 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@69d935a 2021-04-05 03:51:55 079 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:55 470 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.68.113 - - [05/Apr/2021:03:51:55 +0000] 071568793d687fdab99e3920d32f78d1 "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.68.113 - - [05/Apr/2021:03:51:55 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 792 2021-04-05 03:51:55 877 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@18ef5dcb 2021-04-05 03:51:55 877 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:56 153 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.68.113 - - [05/Apr/2021:03:51:56 +0000] fbabc7105e34cc6d9af36090c24aea15 "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.68.113 - - [05/Apr/2021:03:51:56 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 394 2021-04-05 03:51:56 280 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@750117c2 2021-04-05 03:51:56 280 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:51:56 664 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.68.113 - - [05/Apr/2021:03:51:56 +0000] 9eabc3558685ea4c3729214d88bd3bd5 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.408 upstream_response_time:0.408 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:51:56 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 405 2021-04-05 03:51:56 690 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@d1b6efb 2021-04-05 03:51:56 690 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:52:01 665 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.68.113 - - [05/Apr/2021:03:52:01 +0000] 6240f08ab763fdbc65d3bb6bc78fa13e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:5.183 upstream_response_time:5.183 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:52:01 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 5182 2021-04-05 03:52:01 882 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2f5d6aac 2021-04-05 03:52:01 882 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:52:02 564 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.68.113 - - [05/Apr/2021:03:52:02 +0000] 807b8c04ca274238e76d664082602d9a "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.68.113 - - [05/Apr/2021:03:52:02 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 698 2021-04-05 03:52:02 588 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4272f428 2021-04-05 03:52:02 588 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:52:03 165 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.68.113 - - [05/Apr/2021:03:52:03 +0000] 6aba219b3a15ee6524214112d07fc22b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.790 upstream_response_time:0.790 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:52:03 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 787 2021-04-05 03:52:03 382 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4df0f48 2021-04-05 03:52:03 382 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:52:03 490 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.68.113 - - [05/Apr/2021:03:52:03 +0000] 736c625cf5507e658ab124dbaeb577e9 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.293 upstream_response_time:0.293 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:52:03 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 292 2021-04-05 03:52:03 678 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3b861481 2021-04-05 03:52:03 678 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:52:03 964 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.68.113 - - [05/Apr/2021:03:52:03 +0000] d1e60a690e7022a511fcea0766a2edbf "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.301 upstream_response_time:0.301 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:52:03 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 299 2021-04-05 03:52:04 017 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@378dcaeb 2021-04-05 03:52:04 017 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:52:04 468 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.68.113 - - [05/Apr/2021:03:52:04 +0000] 5e299c5343f4a03c20e8112d39ecffe5 "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.68.113 - - [05/Apr/2021:03:52:04 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 690 2021-04-05 03:52:04 680 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5f376325 2021-04-05 03:52:04 680 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:52:04 934 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.68.113 - - [05/Apr/2021:03:52:05 +0000] 250b591afe1f3374a9c90d01ae009a17 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.346 upstream_response_time:0.346 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:52:05 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 344 2021-04-05 03:52:05 029 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5791408d 2021-04-05 03:52:05 029 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:52:06 563 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.68.113 - - [05/Apr/2021:03:52:06 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 1643 10.233.68.113 - - [05/Apr/2021:03:52:06 +0000] 04bbbf1117583422e92faadedb08e016 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.646 upstream_response_time:1.646 "-" "Go-http-client/1.1" "-" 2021-04-05 03:52:06 678 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@441c333 2021-04-05 03:52:06 678 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:52:06 782 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.68.113 - - [05/Apr/2021:03:52:07 +0000] c0ba954fdfa8435b058363bfae41d4ad "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.68.113 - - [05/Apr/2021:03:52:07 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 497 2021-04-05 03:52:07 181 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4573e141 2021-04-05 03:52:07 182 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:52:07 594 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.68.113 - - [05/Apr/2021:03:52:07 +0000] d7cd9628a14271585fe1887d2d898d93 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.692 upstream_response_time:0.692 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:52:07 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 691 2021-04-05 03:52:07 917 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@59181d7f 2021-04-05 03:52:07 917 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:52:08 965 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v13 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:52:09 +0000] 4de8ee673d8cd75f5d8958bf7f214103 "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.68.113 - - [05/Apr/2021:03:52:09 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1195 2021-04-05 03:52:09 079 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@67afa67 2021-04-05 03:52:09 079 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:52:09 572 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.68.113 - - [05/Apr/2021:03:52:09 +0000] a5e4a77b9ca59d7cfb8762d88d4a8d9c "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.898 upstream_response_time:0.898 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:52:09 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 897 2021-04-05 03:52:09 980 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@52a5ea45 2021-04-05 03:52:09 980 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:52:10 465 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.68.113 - - [05/Apr/2021:03:52:10 +0000] 54ee29d925f1d1e63d576c13443fa525 "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.68.113 - - [05/Apr/2021:03:52:10 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 794 2021-04-05 03:52:10 786 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3cfae00 2021-04-05 03:52:10 786 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:52:11 049 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.68.113 - - [05/Apr/2021:03:52:11 +0000] dfb19384edc3d8f26de13d0193b9ba54 "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.68.113 - - [05/Apr/2021:03:52:11 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 389 2021-04-05 03:52:11 178 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4b3ba078 2021-04-05 03:52:11 179 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:52:12 465 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.68.113 - - [05/Apr/2021:03:52:12 +0000] 9a6cd9de4cd9ef55fcad506ffcebe58f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.798 upstream_response_time:1.798 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:52:12 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1796 2021-04-05 03:52:12 986 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4ee9fc8a 2021-04-05 03:52:12 986 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:52:13 524 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.68.113 - - [05/Apr/2021:03:52:13 +0000] 34f3bc5ead7ba9220049791b722cb3e6 "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.68.113 - - [05/Apr/2021:03:52:13 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 689 2021-04-05 03:52:13 681 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@ad96433 2021-04-05 03:52:13 683 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:52:13 887 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.68.113 - - [05/Apr/2021:03:52:14 +0000] 65081df44a6892b64f5895c7e3216d83 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.499 upstream_response_time:0.499 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:52:14 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 497 2021-04-05 03:52:14 207 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@244e4f31 2021-04-05 03:52:14 207 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:52:14 616 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.68.113 - - [05/Apr/2021:03:52:14 +0000] 245c9ef4f026948a9d0c432baeb596a4 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.571 upstream_response_time:0.571 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:52:14 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 568 2021-04-05 03:52:14 779 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5d84d14c 2021-04-05 03:52:14 779 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:52:15 366 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.68.113 - - [05/Apr/2021:03:52:15 +0000] 9d9f5ed3dc39cb85d14ca96b81353e9e "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.68.113 - - [05/Apr/2021:03:52:15 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 894 2021-04-05 03:52:15 680 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4bfc280c 2021-04-05 03:52:15 680 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:52:17 065 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.68.113 - - [05/Apr/2021:03:52:17 +0000] d2bdf0b0ae99729653b6856c74a0243b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.696 upstream_response_time:1.696 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:52:17 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 1694 2021-04-05 03:52:17 381 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@42cef5dd 2021-04-05 03:52:17 381 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:52:17 764 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.68.113 - - [05/Apr/2021:03:52:18 +0000] 29d4868acec7c81c7638582a9cc1fce9 "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.68.113 - - [05/Apr/2021:03:52:18 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 694 2021-04-05 03:52:18 081 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4fc7f6f8 2021-04-05 03:52:18 081 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:52:18 483 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.68.113 - - [05/Apr/2021:03:52:18 +0000] 33659811cd7020c1bf3119f37940b89b "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.68.113 - - [05/Apr/2021:03:52:18 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 890 2021-04-05 03:52:18 975 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5484fdc0 2021-04-05 03:52:18 976 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:52:19 565 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.68.113 - - [05/Apr/2021:03:52:19 +0000] b5d76fda6c9eb98bb93731b5d1f00936 "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.68.113 - - [05/Apr/2021:03:52:19 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 996 2021-04-05 03:52:20 016 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3fad2a5 2021-04-05 03:52:20 016 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:52:20 469 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.68.113 - - [05/Apr/2021:03:52:20 +0000] f6163c3c9e292f5622b1d962eb975cd6 "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.68.113 - - [05/Apr/2021:03:52:20 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 899 2021-04-05 03:52:20 922 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1a647616 2021-04-05 03:52:20 922 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:52:21 268 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.68.113 - - [05/Apr/2021:03:52:22 +0000] 5c827cc2ab2eeff71e13a806e2b9f829 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.694 upstream_response_time:1.694 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:52:22 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 455 "-" "Go-http-client/1.1" 1652 2021-04-05 03:52:22 617 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3b358511 2021-04-05 03:52:22 617 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.49.212","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-05 03:52:23 264 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-vio,version-v0 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:52:23 +0000] 1938b1c97226f73bd470757d8fca641b "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.68.113 - - [05/Apr/2021:03:52:23 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 462 "-" "Go-http-client/1.1" 695 2021-04-05 03:52:23 289 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@210e2c17 2021-04-05 03:52:23 289 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.49.212","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-05 03:52:24 266 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-vio,version-v1 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:52:24 +0000] c352f65ed79fc9c7f16a2a50feb3e245 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.185 upstream_response_time:1.185 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:52:24 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 462 "-" "Go-http-client/1.1" 1184 2021-04-05 03:52:24 478 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@323b0221 2021-04-05 03:52:24 478 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.18.175","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-05 03:52:25 023 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.68.113 - - [05/Apr/2021:03:52:25 +0000] df5d0e6b8b88217ba8265928b15556b4 "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.68.113 - - [05/Apr/2021:03:52:25 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 465 "-" "Go-http-client/1.1" 594 2021-04-05 03:52:25 077 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1d6609ed 2021-04-05 03:52:25 077 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.18.175","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-05 03:52:25 865 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-pike,version-v1 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:52:26 +0000] 4cc529c43b6865171a0cd19489ed9e53 "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.68.113 - - [05/Apr/2021:03:52:26 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 465 "-" "Go-http-client/1.1" 1093 2021-04-05 03:52:26 178 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@cc61d7d 2021-04-05 03:52:26 178 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.49.24","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-05 03:52:26 664 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-appc,version-v1 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:52:27 +0000] 258fc4af9455f576ed55b5ef15574d36 "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.68.113 - - [05/Apr/2021:03:52:27 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 420 "-" "Go-http-client/1.1" 894 2021-04-05 03:52:27 077 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@51c39acc 2021-04-05 03:52:27 077 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.59.24","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-05 03:52:27 367 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.68.113 - - [05/Apr/2021:03:52:27 +0000] 7d3c5fbd072517b271e7bb08b63faaaa "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.68.113 - - [05/Apr/2021:03:52:27 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 439 "-" "Go-http-client/1.1" 396 2021-04-05 03:52:27 480 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@370a0ad5 2021-04-05 03:52:27 480 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.45.80","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-05 03:52:28 086 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud,version-v0 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:52:28 +0000] b064981c71355f46f06de040ba094b52 "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.68.113 - - [05/Apr/2021:03:52:28 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 447 "-" "Go-http-client/1.1" 890 2021-04-05 03:52:28 381 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@c1583c0 2021-04-05 03:52:28 382 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.45.80","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-05 03:52:28 765 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud,version-v1 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:52:28 +0000] 28b8d22d36bc2f9d3c57b353f84ab1fe "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.68.113 - - [05/Apr/2021:03:52:28 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 447 "-" "Go-http-client/1.1" 493 2021-04-05 03:52:28 880 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@31a6b25d 2021-04-05 03:52:28 880 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.42.97","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-05 03:52:29 526 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.68.113 - - [05/Apr/2021:03:52:29 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 465 "-" "Go-http-client/1.1" 993 10.233.68.113 - - [05/Apr/2021:03:52:29 +0000] 946f7cdbab080ce0b2c7baf15b4ccc7a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.997 upstream_response_time:0.997 "-" "Go-http-client/1.1" "-" 2021-04-05 03:52:29 882 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2d9b377f 2021-04-05 03:52:29 882 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.42.97","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-05 03:52:30 266 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.68.113 - - [05/Apr/2021:03:52:30 +0000] 3fd2e509288a78823ec58267f3af885c "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.68.113 - - [05/Apr/2021:03:52:30 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 465 "-" "Go-http-client/1.1" 592 2021-04-05 03:52:30 485 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@38e9a76e 2021-04-05 03:52:30 486 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.60.233","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-05 03:52:31 764 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-dmaap-dr-prov,version-v1 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:52:32 +0000] 98a7058de0fd7c471ae3a644d207107d "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.693 upstream_response_time:1.693 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:52:32 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 437 "-" "Go-http-client/1.1" 1685 2021-04-05 03:52:32 177 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@38a6b56a 2021-04-05 03:52:32 178 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.7.192","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-05 03:52:32 765 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-starlingx,version-v0 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:52:32 +0000] 1498887984e95aef0376b10a3fbe3102 "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.68.113 - - [05/Apr/2021:03:52:32 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 695 2021-04-05 03:52:32 878 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@253601e6 2021-04-05 03:52:32 878 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.7.192","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-05 03:52:33 271 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-starlingx,version-v1 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:52:33 +0000] de60ea9628fbe4cb41f0420e6c1fe365 "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.68.113 - - [05/Apr/2021:03:52:33 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 793 2021-04-05 03:52:33 679 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2b401097 2021-04-05 03:52:33 680 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.62.55","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-05 03:52:34 366 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-esr-gui,version-v1 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:52:34 +0000] 705b00ea8d2cee502c3dbfc60d15c488 "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.68.113 - - [05/Apr/2021:03:52:34 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 794 2021-04-05 03:54:22 615 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:22 +0000] 47a5165d4b94b8bf6d186ea188e30291 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.363 upstream_response_time:0.363 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:22 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 357 2021-04-05 03:54:22 975 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:24 +0000] afea3ab3dd6d912ea954636345980308 "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:1.203 upstream_response_time:1.203 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:24 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1198 2021-04-05 03:54:24 177 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:25 +0000] fdb89a91163cf486dee528f6ccca3be0 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:1.097 upstream_response_time:1.097 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:25 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1095 2021-04-05 03:54:25 277 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:25 +0000] 78e1c1bcb63d22335d74c80dddba563d "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.398 upstream_response_time:0.398 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:25 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 397 2021-04-05 03:54:25 677 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:26 +0000] 9ef0e16ef7b3d176fc7a8dcd20e133d5 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:26 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 594 2021-04-05 03:54:26 317 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:27 +0000] 07a8fc92ef1897f5bb1bf5b8ffabfc5c "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:1.308 upstream_response_time:1.308 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:27 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1302 2021-04-05 03:54:27 618 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:28 +0000] 0e89533acd1781b5e3317576060e5d4c "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.889 upstream_response_time:0.889 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:28 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 886 2021-04-05 03:54:28 478 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:28 +0000] 366973c5aee00b27873b8fca584d2a4c "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.500 upstream_response_time:0.500 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:28 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 498 2021-04-05 03:54:28 976 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:29 +0000] 059a96650f1d2364d026f9bc2587aa08 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.698 upstream_response_time:0.698 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:29 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 695 2021-04-05 03:54:29 676 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:29 +0000] 8e0db1e36060f91c7e8b216e865ab5ae "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.098 upstream_response_time:0.098 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:29 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 96 2021-04-05 03:54:29 817 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:30 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 495 10.233.68.113 - - [05/Apr/2021:03:54:30 +0000] c86098f710578e416b11ccab95054131 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.499 upstream_response_time:0.499 "-" "Go-http-client/1.1" "-" 2021-04-05 03:54:30 273 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:32 +0000] b2e525955295c7606716f7e8bb9d0dd2 "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:1.903 upstream_response_time:1.903 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:32 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1901 2021-04-05 03:54:32 179 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:32 +0000] 90dc01ea792289614ad0285e8fd7e2fd "DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.492 upstream_response_time:0.492 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:32 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 489 2021-04-05 03:54:32 671 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:32 +0000] 23cdd37cdd91678e4c31dfc6ee807190 "DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.301 upstream_response_time:0.301 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:32 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 298 2021-04-05 03:54:32 985 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v18,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:33 +0000] a3cfdd8f20fd5c7f9857cbf65b4ec34b "DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.499 upstream_response_time:0.499 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:33 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 484 2021-04-05 03:54:33 474 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v18,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:34 +0000] f48f5e68f88f61bb6631418ba62687d1 "DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.799 upstream_response_time:0.799 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:34 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 796 2021-04-05 03:54:34 275 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v19,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:35 +0000] 4fd0da8df4e478d53281e8b900a80d66 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:1.297 upstream_response_time:1.297 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:35 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1296 2021-04-05 03:54:35 574 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v19,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:35 +0000] 7e0d03bec99d575712c76e59b8cb4f50 "DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.400 upstream_response_time:0.400 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:35 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 398 2021-04-05 03:54:35 973 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v11,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:36 +0000] f11ec13ecc780e6dbbfb46460f949834 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.411 upstream_response_time:0.411 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:36 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 409 2021-04-05 03:54:36 385 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v11,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:36 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 384 10.233.68.113 - - [05/Apr/2021:03:54:36 +0000] 11677725b875337fd1bbc7ca48152f5a "DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.388 upstream_response_time:0.388 "-" "Go-http-client/1.1" "-" 2021-04-05 03:54:36 775 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v12,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:36 +0000] 46e8ba41755e001daf4c85a948d34d05 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.204 upstream_response_time:0.204 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:36 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 202 2021-04-05 03:54:36 979 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v12,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:38 +0000] 8df882954b4db500101843c1cc1dc7e9 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:1.793 upstream_response_time:1.793 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:38 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1792 2021-04-05 03:54:38 776 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v13,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:39 +0000] fd5af0598a642f16faab45f0978bc0c9 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.399 upstream_response_time:0.399 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:39 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 396 2021-04-05 03:54:39 176 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v13,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:40 +0000] a746cbe4ea823578e5821dc30deada2e "DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.997 upstream_response_time:0.997 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:40 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 993 2021-04-05 03:54:40 171 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v14,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:40 +0000] 41c03526ae59ee43b0be1dd5ff82426e "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.208 upstream_response_time:0.208 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:40 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 207 2021-04-05 03:54:40 381 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v14,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:40 +0000] 394ef3cad71873aa12dd6e8550f3b7e7 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.491 upstream_response_time:0.491 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:40 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 488 2021-04-05 03:54:40 873 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v15,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:41 +0000] 2ef2e24726b4aeb8e62be869ab8815a8 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.210 upstream_response_time:0.210 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:41 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 208 2021-04-05 03:54:41 085 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v15,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:41 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 685 10.233.68.113 - - [05/Apr/2021:03:54:41 +0000] db4909e7e524ac5545962bf1d4c16c42 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.688 upstream_response_time:0.688 "-" "Go-http-client/1.1" "-" 2021-04-05 03:54:41 774 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v16,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:41 +0000] 39cc982519cdb67840e1a6fee285204a "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.107 upstream_response_time:0.107 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:41 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 106 2021-04-05 03:54:41 883 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v16,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:42 +0000] 737ce97d945fec867b9d32c54d52f8ae "DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.989 upstream_response_time:0.989 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:42 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 988 2021-04-05 03:54:42 874 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v17,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:43 +0000] 97ceeac4bb2d2faeb91b81e5c5e7fe6b "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:1.107 upstream_response_time:1.107 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:43 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1104 2021-04-05 03:54:43 980 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v17,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:44 +0000] 81c99e4335743f90a41549f325e52447 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.991 upstream_response_time:0.991 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:44 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 990 2021-04-05 03:54:44 975 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v18,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:45 +0000] cc1766aab0c5a9515d99e01209d71045 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.797 upstream_response_time:0.797 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:45 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 794 2021-04-05 03:54:45 774 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v18,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:46 +0000] 75d44070eb78c269cd90a414156c465e "DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.298 upstream_response_time:0.298 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:46 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 296 2021-04-05 03:54:46 072 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v19,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:46 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 399 10.233.68.113 - - [05/Apr/2021:03:54:46 +0000] cb395d58797c19d851b036b32c32d25b "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.404 upstream_response_time:0.404 "-" "Go-http-client/1.1" "-" 2021-04-05 03:54:46 478 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v19,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:47 +0000] c1788daf20824be4a129572536ef422d "DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.595 upstream_response_time:0.595 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:47 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 594 2021-04-05 03:54:47 073 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v11,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:47 +0000] 5e9f69b6e71415465a50013c3c30074c "DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.599 upstream_response_time:0.599 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:47 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 597 2021-04-05 03:54:47 674 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v11,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:47 +0000] 08c97cb3f039101f3707103e87585b02 "DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.300 upstream_response_time:0.300 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:47 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 297 2021-04-05 03:54:47 973 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v12,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:48 +0000] 4f79feffe72f6ada5015b2b81e84d055 "DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.897 upstream_response_time:0.897 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:48 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 894 2021-04-05 03:54:48 872 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v12,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:50 +0000] d8e0b43acc1e6d16a160ac559bf1f1bd "DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:1.398 upstream_response_time:1.398 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:50 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1396 2021-04-05 03:54:50 272 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v13,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:51 +0000] 1866bbb17143d2fe6c140785cb4b8ade "DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.906 upstream_response_time:0.906 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:51 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 904 2021-04-05 03:54:51 180 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v13,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:52 +0000] 46477fcf56230566c642b6920366efb7 "DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.892 upstream_response_time:0.892 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:52 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 890 2021-04-05 03:54:52 070 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v14,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:53 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1198 10.233.68.113 - - [05/Apr/2021:03:54:53 +0000] c74cbb21db716c9e7f11532c5a0610dd "DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:1.202 upstream_response_time:1.202 "-" "Go-http-client/1.1" "-" 2021-04-05 03:54:53 274 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v14,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:53 +0000] 4a8e3b9081ef9ae8db590d7a12b1f71d "DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.595 upstream_response_time:0.595 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:53 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 593 2021-04-05 03:54:53 871 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v15,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:55 +0000] 4244ea8adb5cb746efea7329dea2b592 "DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:1.400 upstream_response_time:1.400 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:55 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1398 2021-04-05 03:54:55 275 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v15,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:55 +0000] 3fc49eb2cf7c05c5b148a37197ac43a7 "DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.108 upstream_response_time:0.108 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:55 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 106 2021-04-05 03:54:55 386 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v16,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:55 +0000] b2f304341654e22e87f84557645aee8e "DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.489 upstream_response_time:0.489 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:55 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 484 2021-04-05 03:54:55 880 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v16,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:56 +0000] fbc424b2ca36af0f0244374da02ba4df "DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.700 upstream_response_time:0.700 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:56 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 698 2021-04-05 03:54:56 576 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v17,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:56 +0000] 499a8ed84dc718bf4dff4d85f5f08bdd "DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.259 upstream_response_time:0.259 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:56 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 258 2021-04-05 03:54:56 918 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v17,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:57 +0000] 8197c00f6d2e7a65b91d624b30f20f8e "DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.237 upstream_response_time:0.237 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:57 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 234 2021-04-05 03:54:57 072 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v18,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:57 +0000] 1795ab5c5671d263b7d0534a938d48d7 "DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.198 upstream_response_time:0.198 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:57 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 197 2021-04-05 03:54:57 273 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v18,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:57 +0000] 619bc4d8fd21b7b0dd68abde1d15cb53 "DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.418 upstream_response_time:0.418 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:57 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 415 2021-04-05 03:54:57 693 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v19,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:58 +0000] 0a1a0a1b30e8018f06d48ef056ab0515 "DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:1.280 upstream_response_time:1.280 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:58 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1278 2021-04-05 03:54:58 974 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v19,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:59 +0000] fb85b0784a24310a7270f1e9c681d160 "DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.300 upstream_response_time:0.300 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:59 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 297 2021-04-05 03:54:59 273 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-named-query,version:null,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:54:59 +0000] efc8d278a8508db451aa97eaf4108fb3 "DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.697 upstream_response_time:0.697 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:54:59 +0000] "DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 696 2021-04-05 03:54:59 971 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-named-query,version:null,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:55:00 +0000] 6ba972ec8324e008ce043cc17871c889 "DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:00 +0000] "DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 298 2021-04-05 03:55:00 281 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@65df257f 2021-04-05 03:55:00 281 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:00 863 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v11 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:01 +0000] e72dcec79294fa648c6471e6dd3932e5 "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.68.113 - - [05/Apr/2021:03:55:01 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 794 2021-04-05 03:55:01 086 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@9f4baae 2021-04-05 03:55:01 086 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:01 664 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v11 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:01 +0000] b1f1b41aa3ccc954a8b0f3910fcec6c9 "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.68.113 - - [05/Apr/2021:03:55:01 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 593 2021-04-05 03:55:01 681 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@65af4b57 2021-04-05 03:55:01 681 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:02 046 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v12 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:02 +0000] e53b123649324be5c1b6ed81dacbdf03 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.491 upstream_response_time:0.491 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:02 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 489 2021-04-05 03:55:02 174 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@12c8adda 2021-04-05 03:55:02 174 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:02 564 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v12 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:02 +0000] 63225c16b9441e3d00781b6888e6d537 "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.68.113 - - [05/Apr/2021:03:55:02 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 794 2021-04-05 03:55:02 975 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2b24c293 2021-04-05 03:55:02 975 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:05 434 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v13 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:05 +0000] 28db47e1d6040945bfb8cf54461c5ff4 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:2.497 upstream_response_time:2.497 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:05 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 2496 2021-04-05 03:55:05 474 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1a9b4aa5 2021-04-05 03:55:05 475 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:06 364 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v13 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:07 +0000] 00e6f567c2563e167803407e45a7a90f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.797 upstream_response_time:1.797 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:07 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 1797 2021-04-05 03:55:07 278 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@788d1b7b 2021-04-05 03:55:07 278 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:07 600 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v14 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:07 +0000] 550001bf2f8e6d02f8c1bb61500d4b75 "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.68.113 - - [05/Apr/2021:03:55:07 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 595 2021-04-05 03:55:07 878 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@25623fc7 2021-04-05 03:55:07 879 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:08 267 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v14 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:08 +0000] 975a2e876117a959c9ade5f38b3fc915 "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.68.113 - - [05/Apr/2021:03:55:08 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 893 2021-04-05 03:55:08 775 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@40f2de63 2021-04-05 03:55:08 775 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:09 164 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v15 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:09 +0000] 99a2d3b60938d6a8cdcada9a78a8cd51 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.602 upstream_response_time:0.602 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:09 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 602 2021-04-05 03:55:09 381 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3c9c9794 2021-04-05 03:55:09 381 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:09 830 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v15 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:10 +0000] 7bd6fe5be582913992f09abd94904930 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.189 upstream_response_time:1.189 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:10 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 1188 2021-04-05 03:55:10 575 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2d284243 2021-04-05 03:55:10 575 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:11 068 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v16 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:11 +0000] 5a47f5bd85c16ed5fcc12e028cf7ef41 "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.68.113 - - [05/Apr/2021:03:55:11 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 695 2021-04-05 03:55:11 285 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@541f46e0 2021-04-05 03:55:11 285 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:11 764 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v16 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:11 +0000] 520209be66af95aa2fe090b0b24b5f8c "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.68.113 - - [05/Apr/2021:03:55:11 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 597 2021-04-05 03:55:11 875 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6c4561c5 2021-04-05 03:55:11 875 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:12 265 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v17 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:12 +0000] e7a810f1693807b5be7b2f630302ff7e "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.68.113 - - [05/Apr/2021:03:55:12 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 497 2021-04-05 03:55:12 381 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6fc071fe 2021-04-05 03:55:12 382 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:12 665 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v17 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:12 +0000] 0ecc94f8b565d11acc7d87fe218828ec "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.68.113 - - [05/Apr/2021:03:55:12 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 492 2021-04-05 03:55:12 878 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7a581722 2021-04-05 03:55:12 878 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:12 970 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v18 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:13 +0000] 2f71fc0a48e84c4d1fa1b7564eb61d5b "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.68.113 - - [05/Apr/2021:03:55:13 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 694 2021-04-05 03:55:13 578 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@692db91c 2021-04-05 03:55:13 578 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:13 970 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v18 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:14 +0000] 4a471bd0d6c46750997aacc35d036eba "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.098 upstream_response_time:1.098 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:14 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 1096 2021-04-05 03:55:14 677 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@42cabd19 2021-04-05 03:55:14 677 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:15 064 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v19 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:15 +0000] 11cad3ac05bb9f67ecf44c24bc124e5c "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.68.113 - - [05/Apr/2021:03:55:15 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 495 2021-04-05 03:55:15 178 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1b5f6319 2021-04-05 03:55:15 178 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:15 574 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v19 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:15 +0000] 0dcc7be194a1abdbf9e020c0d7e1fd37 "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.68.113 - - [05/Apr/2021:03:55:15 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 493 2021-04-05 03:55:15 674 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@417dd31 2021-04-05 03:55:15 674 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:16 164 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v11 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:16 +0000] 3d1cfe53f669150387bdfaab21fe2bf8 "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.68.113 - - [05/Apr/2021:03:55:16 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 696 2021-04-05 03:55:16 380 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@c58516b 2021-04-05 03:55:16 380 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:16 764 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v11 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:16 +0000] ae8f0040f2ce91d70edbfa345a9c2cf1 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.499 upstream_response_time:0.499 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:16 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 498 2021-04-05 03:55:16 918 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@fa7d55c 2021-04-05 03:55:16 918 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:17 264 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v12 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:17 +0000] 0d624354a1997da4a284ac4c9ebded78 "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.68.113 - - [05/Apr/2021:03:55:17 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 488 2021-04-05 03:55:17 377 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@49c2c3f2 2021-04-05 03:55:17 377 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:17 766 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v12 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:18 +0000] 814ef3549a7b77721450d16074593ca3 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.647 upstream_response_time:0.647 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:18 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 646 2021-04-05 03:55:18 037 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5a3934a2 2021-04-05 03:55:18 037 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:18 367 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v13 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:18 +0000] 1292b0ba48ebb9dabdcdd030df847f4c "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.685 upstream_response_time:0.685 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:18 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 684 2021-04-05 03:55:18 724 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@496f4639 2021-04-05 03:55:18 725 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:18 971 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v13 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:19 +0000] 8d8124e66216c0158fcbf3dc061a4503 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.446 upstream_response_time:0.446 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:19 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 446 2021-04-05 03:55:19 178 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@73c52556 2021-04-05 03:55:19 178 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:19 853 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v14 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:20 +0000] 725ccee681556958410927b46a1e2a0a "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.68.113 - - [05/Apr/2021:03:55:20 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 895 2021-04-05 03:55:20 076 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6730e723 2021-04-05 03:55:20 076 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:20 964 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v14 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:21 +0000] f606a6f1c1be30aecfcdfc38aed67c90 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.007 upstream_response_time:1.007 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:21 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 1006 2021-04-05 03:55:21 088 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@34c3da70 2021-04-05 03:55:21 088 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:21 465 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v15 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:21 +0000] 5d4639844bf4c5230c06250215246836 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.585 upstream_response_time:0.585 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:21 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 585 2021-04-05 03:55:21 676 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@585b2176 2021-04-05 03:55:21 676 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:21 969 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v15 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:22 +0000] cc21403ec1274fb8a234e675d03c5fa9 "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.68.113 - - [05/Apr/2021:03:55:22 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 695 2021-04-05 03:55:22 376 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@632c15e2 2021-04-05 03:55:22 376 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:22 765 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v16 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:22 +0000] 87e747a86296b81e2246bcbdd09ce9ad "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.68.113 - - [05/Apr/2021:03:55:22 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 595 2021-04-05 03:55:22 974 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3bf32183 2021-04-05 03:55:22 974 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:24 065 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v16 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:24 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 1107 10.233.68.113 - - [05/Apr/2021:03:55:24 +0000] 887eae1bacca99705471e39f533e9c3a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.108 upstream_response_time:1.108 "-" "Go-http-client/1.1" "-" 2021-04-05 03:55:24 089 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7d8c1a89 2021-04-05 03:55:24 089 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:25 064 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v17 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:25 +0000] 55191e1166d3e29fe3cfe483de906bd7 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.182 upstream_response_time:1.182 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:25 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 1182 2021-04-05 03:55:25 281 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@70d67a93 2021-04-05 03:55:25 281 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:25 666 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v17 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:25 +0000] a22eff5b3c3af4eccc91cd79535de7e6 "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.68.113 - - [05/Apr/2021:03:55:25 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 490 2021-04-05 03:55:25 775 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@53e3fd0c 2021-04-05 03:55:25 775 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:26 101 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v18 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:26 +0000] 2e276ba403e0435073ccec4ac979b900 "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.68.113 - - [05/Apr/2021:03:55:26 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 696 2021-04-05 03:55:26 476 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6d3f314b 2021-04-05 03:55:26 476 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:26 864 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v18 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:27 +0000] 55bcbc927839c4cc51b64b500798e2e0 "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.68.113 - - [05/Apr/2021:03:55:27 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 593 2021-04-05 03:55:27 078 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7ecb2fd6 2021-04-05 03:55:27 078 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:27 566 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v19 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:27 +0000] 6b5a81b97e1aa543e06f2e3c6d061601 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.600 upstream_response_time:0.600 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:27 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 593 2021-04-05 03:55:27 719 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5ef01ac9 2021-04-05 03:55:27 719 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:28 264 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v19 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:28 +0000] 17d5fa9ed5cab2902fb22943cb89f765 "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.68.113 - - [05/Apr/2021:03:55:28 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 852 2021-04-05 03:55:28 577 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@ff68571 2021-04-05 03:55:28 577 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:29 164 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v11 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:29 +0000] 41e4e8b442820c8cd47f0e527d892ff3 "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.68.113 - - [05/Apr/2021:03:55:29 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 697 2021-04-05 03:55:29 284 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@17b00d63 2021-04-05 03:55:29 284 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:29 898 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v11 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:30 +0000] 0b1997b43b64a062a2b04894d5c071b3 "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.68.113 - - [05/Apr/2021:03:55:30 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 793 2021-04-05 03:55:30 081 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@41761d5a 2021-04-05 03:55:30 081 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:31 265 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v12 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:31 +0000] 7a2f2feaf77f6955706ffd2cdd0dcb62 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.492 upstream_response_time:1.492 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:31 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 1491 2021-04-05 03:55:31 577 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6676987b 2021-04-05 03:55:31 577 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:31 717 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v12 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:32 +0000] 1a848b7456dc1fa002d58d248d9153d0 "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.68.113 - - [05/Apr/2021:03:55:32 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 496 2021-04-05 03:55:32 082 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@51eb444b 2021-04-05 03:55:32 082 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:32 465 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v13 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:32 +0000] 408c5f450848841287be2d551f39d28e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.692 upstream_response_time:0.692 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:32 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 690 2021-04-05 03:55:32 775 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@49f77db6 2021-04-05 03:55:32 775 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:34 164 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v13 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:34 +0000] 4b2d5f45d5d859a9fdd261e94fce41de "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.600 upstream_response_time:1.600 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:34 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1599 2021-04-05 03:55:34 403 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5879a7c9 2021-04-05 03:55:34 403 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:35 465 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v14 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:35 +0000] 1a37c60cb85c3d0f0e406e8f73acedc2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.271 upstream_response_time:1.271 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:35 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 1270 2021-04-05 03:55:35 678 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@21867529 2021-04-05 03:55:35 678 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:36 167 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v14 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:36 +0000] abe0aa711c7872955538acd0e002a8b4 "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.68.113 - - [05/Apr/2021:03:55:36 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 593 2021-04-05 03:55:36 280 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2c8931d5 2021-04-05 03:55:36 280 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:36 606 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v15 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:36 +0000] 68d68d7cf114b9be736dee23a52807a4 "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.68.113 - - [05/Apr/2021:03:55:36 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 496 2021-04-05 03:55:36 774 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@549a45d0 2021-04-05 03:55:36 775 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:37 264 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v15 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:37 +0000] 216875fb6d16cd1a64eb04f1a8fd10a1 "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.68.113 - - [05/Apr/2021:03:55:37 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 799 2021-04-05 03:55:37 578 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6b420133 2021-04-05 03:55:37 578 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:38 013 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v16 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:38 +0000] dd118f98951a308071aacf764152260f "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.68.113 - - [05/Apr/2021:03:55:38 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 596 2021-04-05 03:55:38 177 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7cbeee98 2021-04-05 03:55:38 177 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:38 865 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v16 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:38 +0000] 2b8894f0b2385d094497559b8ac830f1 "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.68.113 - - [05/Apr/2021:03:55:38 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 795 2021-04-05 03:55:38 982 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@fd3f3f 2021-04-05 03:55:38 983 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:39 279 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v17 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:39 +0000] bb635387d52fcf90f65c64ea1fca6398 "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.68.113 - - [05/Apr/2021:03:55:39 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 498 2021-04-05 03:55:39 519 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@715d7cf9 2021-04-05 03:55:39 519 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:40 065 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v17 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:40 +0000] a99017e3a12e57ce09c7088ad2c6b94b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.687 upstream_response_time:0.687 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:40 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 654 2021-04-05 03:55:40 177 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@751bfeb6 2021-04-05 03:55:40 177 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:40 765 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v18 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:41 +0000] a35303500220341827c452e09c90380d "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.68.113 - - [05/Apr/2021:03:55:41 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 994 2021-04-05 03:55:41 175 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@166e0fbb 2021-04-05 03:55:41 175 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:41 764 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v18 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:42 +0000] 491d2d45f587635c489e45b4f2703017 "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.68.113 - - [05/Apr/2021:03:55:42 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 894 2021-04-05 03:55:42 075 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@18e9f02c 2021-04-05 03:55:42 076 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:42 801 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v19 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:43 +0000] a59b2943fa4f8f2728b5916506035cf3 "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.68.113 - - [05/Apr/2021:03:55:43 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 995 2021-04-05 03:55:43 085 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@237fef8a 2021-04-05 03:55:43 085 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:44 466 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v19 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:44 +0000] fede9bee6784fc2d6fb0fd4c06537422 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.696 upstream_response_time:1.696 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:44 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1687 2021-04-05 03:55:44 781 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@b6fd07f 2021-04-05 03:55:44 781 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:45 164 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-named-query,version- ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:45 +0000] f1aa5746a726db8d37a902ff2dc7a5d9 "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.68.113 - - [05/Apr/2021:03:55:45 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 591 2021-04-05 03:55:45 377 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@190775ce 2021-04-05 03:55:45 377 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:55:45 805 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-named-query,version- ,namespace- 10.233.68.113 - - [05/Apr/2021:03:55:45 +0000] 5f1089f60f442905a539dbf6d644ffd5 "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.68.113 - - [05/Apr/2021:03:55:45 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 455 "-" "Go-http-client/1.1" 500 2021-04-05 03:55:45 899 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:55:46 +0000] 9c08ae6e970f843dd0ced6d62d4b49b7 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.672 upstream_response_time:0.672 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:46 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 670 2021-04-05 03:55:46 572 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:55:46 +0000] d56ff50d3fc92e504e1544cea9277149 "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.398 upstream_response_time:0.398 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:46 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 396 2021-04-05 03:55:46 972 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:55:48 +0000] d07202ad67b7945714793842c4795370 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:1.501 upstream_response_time:1.501 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:48 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1498 2021-04-05 03:55:48 472 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:55:48 +0000] 34abcc87bf42d457190bc9a65d9d3d6b "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:48 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 496 2021-04-05 03:55:48 972 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:55:49 +0000] ab50c60283eb464626a46aa05548da84 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.798 upstream_response_time:0.798 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:49 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 796 2021-04-05 03:55:49 774 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:55:50 +0000] 948c0045cd1ecb15fbd9d830424d5d71 "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.400 upstream_response_time:0.400 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:50 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 399 2021-04-05 03:55:50 173 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:55:51 +0000] cc098b37659837e0c3e652fe6e38316f "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.897 upstream_response_time:0.897 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:51 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 895 2021-04-05 03:55:51 071 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:55:51 +0000] ea3b3df6b609a5eaf4866517b1c26414 "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.600 upstream_response_time:0.600 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:51 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 599 2021-04-05 03:55:51 672 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:55:52 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 396 10.233.68.113 - - [05/Apr/2021:03:55:52 +0000] 61da925f8196c886896315402d2a510b "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.400 upstream_response_time:0.400 "-" "Go-http-client/1.1" "-" 2021-04-05 03:55:52 074 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:55:52 +0000] 93c5735bcd84e23f10b148fd880a3c8c "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.696 upstream_response_time:0.696 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:52 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 694 2021-04-05 03:55:52 771 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:55:53 +0000] 0bb18b2f2627e5fc3d0288adf79f41c1 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:53 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 497 2021-04-05 03:55:53 271 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:55:54 +0000] 7dac5943afd8a4dcb3576af4646dc1c6 "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:1.304 upstream_response_time:1.304 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:54 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1303 2021-04-05 03:55:54 579 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:55:55 +0000] 376eee7595f8e04b0082d9cbcaaf21fb "DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.594 upstream_response_time:0.594 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:55 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 590 2021-04-05 03:55:55 173 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:55:55 +0000] 2428274da64845a7f781bfe79618938f "DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.204 upstream_response_time:0.204 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:55 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 203 2021-04-05 03:55:55 378 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v18,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:55:55 +0000] 0f0634e4351d1e488c7b3e0f5650015c "DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.395 upstream_response_time:0.395 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:55 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 392 2021-04-05 03:55:55 775 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v18,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:55:56 +0000] 4b167264406681043174a5afa181bb66 "DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.596 upstream_response_time:0.596 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:56 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 594 2021-04-05 03:55:56 371 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v19,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:55:57 +0000] 2659eee2f3e197e653ed2af03c66ce60 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.799 upstream_response_time:0.799 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:57 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 797 2021-04-05 03:55:57 171 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v19,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:55:57 +0000] aee205b41c10a7d0bf79b5332259e3ab "DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:57 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 496 2021-04-05 03:55:57 670 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v11,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:55:59 +0000] 9e2435ed3b696069652dad44522c678a "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:1.599 upstream_response_time:1.599 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:59 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1598 2021-04-05 03:55:59 271 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v11,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:55:59 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 106 10.233.68.113 - - [05/Apr/2021:03:55:59 +0000] af8fdbaadd4f02ea7bec2f2e4cc7a0d9 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.109 upstream_response_time:0.109 "-" "Go-http-client/1.1" "-" 2021-04-05 03:55:59 389 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v12,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:55:59 +0000] a16eb68de00f1ffee506490d4514d43d "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.584 upstream_response_time:0.584 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:55:59 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 578 2021-04-05 03:55:59 971 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v12,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:00 +0000] a46c6290e6a5be239ae439dd34c1be12 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.603 upstream_response_time:0.603 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:00 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 601 2021-04-05 03:56:00 574 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v13,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:00 +0000] a920e6d6f528ab3b75c5cd4acddd237f "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.106 upstream_response_time:0.106 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:00 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 104 2021-04-05 03:56:00 682 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v13,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:01 +0000] bf0bb0c51b77c3258230ff64042a42d8 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.688 upstream_response_time:0.688 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:01 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 686 2021-04-05 03:56:01 371 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v14,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:01 +0000] fd0040fb7b51bb53e23bad3ca3792ff9 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.298 upstream_response_time:0.298 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:01 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 297 2021-04-05 03:56:01 671 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v14,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:02 +0000] 7e9db250b50b8dae1ad51cd5b921d3ad "DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.499 upstream_response_time:0.499 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:02 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 497 2021-04-05 03:56:02 171 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v15,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:02 +0000] c5e53d9bdc2c6510693d2225cd61b66d "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.602 upstream_response_time:0.602 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:02 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 601 2021-04-05 03:56:02 783 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v15,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:02 +0000] 5dfea11f106ca390a4927c35121d387e "DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.197 upstream_response_time:0.197 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:02 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 188 2021-04-05 03:56:02 974 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v16,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:03 +0000] 0630e9e8345145eeea4ac0887b856f24 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.996 upstream_response_time:0.996 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:03 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 995 2021-04-05 03:56:03 971 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v16,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:04 +0000] e45902ffc2dedba15a32f3b12bf10c41 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.202 upstream_response_time:0.202 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:04 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 202 2021-04-05 03:56:04 176 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v17,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:04 +0000] 0156dffb04e8dfa0c6dcc2ebbb4544de "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.594 upstream_response_time:0.594 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:04 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 593 2021-04-05 03:56:04 771 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v17,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:04 +0000] d96205abbcec6f05a0367f4229415942 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.051 upstream_response_time:0.051 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:04 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 49 2021-04-05 03:56:04 824 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v18,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:05 +0000] b2849052b2cb55247538d3f63b09d672 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.547 upstream_response_time:0.547 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:05 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 544 2021-04-05 03:56:05 371 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v18,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:05 +0000] 73e7bd656a455381f4a2be98bc3de317 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.112 upstream_response_time:0.112 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:05 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 110 2021-04-05 03:56:05 485 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v19,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:06 +0000] 99d7ee18928d4948070a7a06ec017cb2 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.586 upstream_response_time:0.586 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:06 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 584 2021-04-05 03:56:06 071 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v19,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:06 +0000] ddd9cb8e1a34d2a90d35d6519957545d "DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:06 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 298 2021-04-05 03:56:06 371 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v11,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:06 +0000] 61f3e86ed582954cecd6a63d5635f3de "DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.503 upstream_response_time:0.503 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:06 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 502 2021-04-05 03:56:06 877 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v11,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:07 +0000] 617fd447e9ecd88825529789e4d29e9e "DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.896 upstream_response_time:0.896 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:07 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 893 2021-04-05 03:56:07 775 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v12,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:09 +0000] eff398b1b09767195fd629a90c659fb9 "DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:1.395 upstream_response_time:1.395 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:09 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1394 2021-04-05 03:56:09 171 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v12,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:09 +0000] b69acc6527f95946a3e04a50e20538eb "DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.301 upstream_response_time:0.301 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:09 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 299 2021-04-05 03:56:09 473 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v13,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:09 +0000] 8cbb8a492063fa4236e58438b1a6dbe9 "DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.397 upstream_response_time:0.397 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:09 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 396 2021-04-05 03:56:09 873 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v13,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:10 +0000] f5edcb204bf78db41382f7b168fccfd2 "DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.400 upstream_response_time:0.400 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:10 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 397 2021-04-05 03:56:10 276 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v14,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:10 +0000] 2953aa87b2d4bc89299e98c6da7f4bbf "DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.298 upstream_response_time:0.298 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:10 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 294 2021-04-05 03:56:10 571 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v14,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:10 +0000] 1f4317e21cf1594beadea40bd238177b "DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.310 upstream_response_time:0.310 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:10 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 308 2021-04-05 03:56:10 883 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v15,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:11 +0000] 2c33a16c6c32158923a549f658a699ee "DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.695 upstream_response_time:0.695 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:11 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 694 2021-04-05 03:56:11 581 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v15,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:11 +0000] 07eede03b69ef71a938ae80cb1e79cdd "DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.391 upstream_response_time:0.391 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:11 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 388 2021-04-05 03:56:11 973 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v16,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:12 +0000] affe5d0982749002691cbce8b166e6a7 "DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.202 upstream_response_time:0.202 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:12 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 200 2021-04-05 03:56:12 176 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v16,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:12 +0000] 7924f2336aa64a33d190e26ec5eba83f "DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.697 upstream_response_time:0.697 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:12 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 694 2021-04-05 03:56:12 873 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v17,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:13 +0000] 3f4d7cf8877c851653ee7273eff83b54 "DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.199 upstream_response_time:0.199 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:13 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 197 2021-04-05 03:56:13 073 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v17,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:13 +0000] 8cc1899add5989f810a712b3c68e339f "DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.598 upstream_response_time:0.598 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:13 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 596 2021-04-05 03:56:13 680 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v18,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:14 +0000] a1d29ece2f2c265807fb69fe4bdf1cf8 "DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.400 upstream_response_time:0.400 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:14 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 390 2021-04-05 03:56:14 073 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v18,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:14 +0000] 41283151102280de28f2e583fc0243af "DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.305 upstream_response_time:0.305 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:14 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 304 2021-04-05 03:56:14 380 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v19,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:14 +0000] 942bb9a2531c34fc1609d17d2c4d5702 "DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.194 upstream_response_time:0.194 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:14 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 192 2021-04-05 03:56:14 576 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v19,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:15 +0000] fc077aac85e0170bfc069e21291c4896 "DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:1.295 upstream_response_time:1.295 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:15 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1293 2021-04-05 03:56:15 876 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-named-query,version:null,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:16 +0000] bc96b37b6d79904fad8a13a307e041b0 "DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:16 +0000] "DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 591 2021-04-05 03:56:16 472 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-named-query,version:null,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:56:16 +0000] 007bb8c53405382fa2e69272de082af3 "DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.101 upstream_response_time:0.101 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:16 +0000] "DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 99 2021-04-05 03:56:16 575 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5825c56b 2021-04-05 03:56:16 575 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:17 390 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v11 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:17 +0000] c1a1ba84246178aab7183a26c32253b0 "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.68.113 - - [05/Apr/2021:03:56:17 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 837 2021-04-05 03:56:17 423 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@28da9a1f 2021-04-05 03:56:17 423 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:18 265 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v11 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:18 +0000] 567d77fbb722cf18588b2633bb25235b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.050 upstream_response_time:1.050 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:18 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 1048 2021-04-05 03:56:18 475 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@45bbb8c9 2021-04-05 03:56:18 476 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:18 869 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v12 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:18 +0000] d03bf954985adf33eb4ee1d55c4bbdb1 "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.68.113 - - [05/Apr/2021:03:56:18 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 494 2021-04-05 03:56:18 976 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2c69899b 2021-04-05 03:56:18 976 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:19 265 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v12 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:19 +0000] 9f58dcf7177c908a23806f7a0e433a1d "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.68.113 - - [05/Apr/2021:03:56:19 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 597 2021-04-05 03:56:19 581 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@741e6e66 2021-04-05 03:56:19 581 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:19 855 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v13 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:19 +0000] 023d65b4146a62c9d8e00c7049649799 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.289 upstream_response_time:0.289 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:19 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 288 2021-04-05 03:56:19 876 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@37cc3c3f 2021-04-05 03:56:19 877 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:20 264 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v13 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:20 +0000] fb7ede532391ec9b070edf34b5a1d901 "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.68.113 - - [05/Apr/2021:03:56:20 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 893 2021-04-05 03:56:20 789 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6b0711f0 2021-04-05 03:56:20 789 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:21 764 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v14 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:21 +0000] 03ceae5a39cc077ef844a067a6a80f9b "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.68.113 - - [05/Apr/2021:03:56:21 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 1087 2021-04-05 03:56:21 879 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4c435df4 2021-04-05 03:56:21 879 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:22 826 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v14 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:22 +0000] 6eb9218616e4fcb02e93ec8503278770 "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.68.113 - - [05/Apr/2021:03:56:22 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 1091 2021-04-05 03:56:22 979 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@45a471e8 2021-04-05 03:56:22 979 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:23 564 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v15 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:23 +0000] 300df89fcf6633c81f75d95d71c58994 "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.68.113 - - [05/Apr/2021:03:56:23 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 695 2021-04-05 03:56:23 720 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7645c9fc 2021-04-05 03:56:23 721 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:24 065 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v15 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:24 +0000] 1febf8dd3278df1e3f28b2ef62382691 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.499 upstream_response_time:0.499 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:24 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 459 2021-04-05 03:56:24 183 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2dd26da8 2021-04-05 03:56:24 184 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:25 467 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v16 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:25 +0000] 9bea850f04b2214893f623d40269db52 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.304 upstream_response_time:1.304 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:25 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 1302 2021-04-05 03:56:25 523 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@8f77cd8 2021-04-05 03:56:25 523 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:25 965 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v16 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:26 +0000] a75fc4c817b467b0b9610ffdb8e4e350 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.754 upstream_response_time:0.754 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:26 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 750 2021-04-05 03:56:26 283 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@31b26751 2021-04-05 03:56:26 283 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:26 477 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v17 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:26 +0000] b5b6a156587129ef21184830123444b0 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.216 upstream_response_time:0.216 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:26 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 215 2021-04-05 03:56:26 495 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2fc9f4ac 2021-04-05 03:56:26 496 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:26 964 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v17 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:27 +0000] 4c8daadb18d94df07f48224ea60eb968 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.675 upstream_response_time:0.675 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:27 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 675 2021-04-05 03:56:27 176 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@20d4678e 2021-04-05 03:56:27 176 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:27 375 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v18 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:27 +0000] 765a7f6463b430f695862d9d2846e426 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.504 upstream_response_time:0.504 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:27 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 502 2021-04-05 03:56:27 683 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@58ccd171 2021-04-05 03:56:27 683 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:28 540 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v18 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:28 +0000] fdb705bab6df9eb1bd5afd30c35875af "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.088 upstream_response_time:1.088 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:28 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 1088 2021-04-05 03:56:28 776 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@50bda23e 2021-04-05 03:56:28 776 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:29 065 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v19 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:29 +0000] 6291b68f9ecb242687cb314b157cb629 "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.68.113 - - [05/Apr/2021:03:56:29 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 495 2021-04-05 03:56:29 277 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@363b75bf 2021-04-05 03:56:29 278 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:29 666 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v19 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:29 +0000] 6316c80e04dd5198a23cd0e8e28242e2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.406 upstream_response_time:0.406 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:29 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 404 2021-04-05 03:56:29 686 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@507f6cc0 2021-04-05 03:56:29 686 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:30 270 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v11 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:30 +0000] a3e0d485b28a667cd455712d779102f6 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.886 upstream_response_time:0.886 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:30 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 885 2021-04-05 03:56:30 576 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@53a5dfd3 2021-04-05 03:56:30 576 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:30 965 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v11 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:30 +0000] a6b108bb4779d265a5f9e5887f4451d3 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.404 upstream_response_time:0.404 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:30 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 403 2021-04-05 03:56:30 986 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@29bbda9b 2021-04-05 03:56:30 986 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:31 338 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v12 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:31 +0000] 004006579056656c0c94f39903a6f021 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.385 upstream_response_time:0.385 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:31 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 384 2021-04-05 03:56:31 378 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@9152241 2021-04-05 03:56:31 378 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:31 702 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v12 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:31 +0000] 4337848fcd03546f86a060176e810d71 "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.68.113 - - [05/Apr/2021:03:56:31 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 493 2021-04-05 03:56:31 875 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@44008614 2021-04-05 03:56:31 875 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:32 296 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v13 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:32 +0000] 38a952889e8597caf5a9815ccd089078 "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.68.113 - - [05/Apr/2021:03:56:32 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 594 2021-04-05 03:56:32 473 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@231c635c 2021-04-05 03:56:32 473 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:32 821 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v13 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:32 +0000] 781deadf458b9fdc8b1f96601a092bf9 "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.68.113 - - [05/Apr/2021:03:56:32 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 399 2021-04-05 03:56:32 875 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@260cc5b8 2021-04-05 03:56:32 875 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:33 221 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v14 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:33 +0000] a0a23d27cceeca20d2f90bcca8c258b2 "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.68.113 - - [05/Apr/2021:03:56:33 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 493 2021-04-05 03:56:33 375 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4baf39c 2021-04-05 03:56:33 376 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:34 465 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v14 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:35 +0000] 2d1ff4690dd6f307cd58612877586cb7 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.899 upstream_response_time:1.899 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:35 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 1897 2021-04-05 03:56:35 277 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@74a49451 2021-04-05 03:56:35 277 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:36 165 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v15 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:36 +0000] e4e700b0ea58f7c168d566247c0d5019 "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.68.113 - - [05/Apr/2021:03:56:36 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 898 2021-04-05 03:56:36 182 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7aa74d83 2021-04-05 03:56:36 183 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:36 664 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v15 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:36 +0000] dbed6d7bb20bdf7d77a2a196276a3549 "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.68.113 - - [05/Apr/2021:03:56:36 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 504 2021-04-05 03:56:36 691 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@205f0087 2021-04-05 03:56:36 692 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:37 365 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v16 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:37 +0000] badf09360070efcd7867639c96443750 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.082 upstream_response_time:1.082 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:37 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 1081 2021-04-05 03:56:37 778 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7b16a9c2 2021-04-05 03:56:37 778 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:41 629 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v16 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:41 +0000] ca434b6d2ab4dae878256d08662d0597 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:3.995 upstream_response_time:3.995 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:41 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 3994 2021-04-05 03:56:41 783 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1793bd43 2021-04-05 03:56:41 783 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:42 169 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v17 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:42 +0000] 6190b32fb44a53190544e1fac8076bb0 "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.68.113 - - [05/Apr/2021:03:56:42 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 596 2021-04-05 03:56:42 384 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@32b6121d 2021-04-05 03:56:42 384 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:43 242 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v17 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:43 +0000] 9d94b27affcbc8efb633491c531718de "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.68.113 - - [05/Apr/2021:03:56:43 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 887 2021-04-05 03:56:43 282 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@650a27d3 2021-04-05 03:56:43 282 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:43 471 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v18 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:43 +0000] ceb931509e691c475493b869321de85d "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.68.113 - - [05/Apr/2021:03:56:43 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 390 2021-04-05 03:56:43 678 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@f1f07c0 2021-04-05 03:56:43 678 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:43 970 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v18 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:44 +0000] e35335eb308ed9de358317fa2bd2f89f "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.68.113 - - [05/Apr/2021:03:56:44 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 494 2021-04-05 03:56:44 179 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2580156 2021-04-05 03:56:44 179 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:46 064 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v19 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:46 +0000] 21ac3c4cc83fc0a359467089b75eb9b6 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.995 upstream_response_time:1.995 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:46 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 1993 2021-04-05 03:56:46 176 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@116005fd 2021-04-05 03:56:46 176 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:46 650 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v19 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:46 +0000] 9168d3e46bccd3eefc817a394d2d91d8 "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.68.113 - - [05/Apr/2021:03:56:46 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 792 2021-04-05 03:56:46 978 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2920f812 2021-04-05 03:56:46 978 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:47 363 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v11 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:47 +0000] 95f50b373b43d6c722f0d600eee12ed5 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.650 upstream_response_time:0.650 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:47 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 648 2021-04-05 03:56:47 634 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@36c52781 2021-04-05 03:56:47 634 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:48 765 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v11 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:48 +0000] 508e5e344ca3b30ceaf385e9b4f7a114 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.341 upstream_response_time:1.341 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:48 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1339 2021-04-05 03:56:48 978 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@11e5d662 2021-04-05 03:56:48 978 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:49 402 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v12 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:49 +0000] 928c1f358212851a81e0862533439379 "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.68.113 - - [05/Apr/2021:03:56:49 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 495 2021-04-05 03:56:49 478 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3286f8ea 2021-04-05 03:56:49 478 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:49 799 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v12 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:49 +0000] 61802c3a775201dc68076d8aab3dd148 "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.68.113 - - [05/Apr/2021:03:56:49 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 492 2021-04-05 03:56:49 977 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1cab9b49 2021-04-05 03:56:49 978 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:50 579 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v13 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:50 +0000] ad40716d51f532fa373d7ad5720a02a8 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.616 upstream_response_time:0.616 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:50 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 615 2021-04-05 03:56:50 604 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@580a68d8 2021-04-05 03:56:50 604 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:51 770 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v13 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:52 +0000] 6bbabfa5a5a33949d6fe4ddea4b2ec3a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.674 upstream_response_time:1.674 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:52 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1668 2021-04-05 03:56:52 279 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3f192e27 2021-04-05 03:56:52 279 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:53 052 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v14 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:53 +0000] 5fcedc1b46f4ab701c86183db60e147b "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.68.113 - - [05/Apr/2021:03:56:53 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 1093 2021-04-05 03:56:53 377 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@664320a2 2021-04-05 03:56:53 377 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:53 765 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v14 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:54 +0000] 39c09afb55d45ec681d604a3b2fe02aa "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.68.113 - - [05/Apr/2021:03:56:54 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 693 2021-04-05 03:56:54 075 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5c6d52dd 2021-04-05 03:56:54 075 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:54 173 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v15 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:54 +0000] 522faa2be379fadef44a2a04d44d9db5 "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.68.113 - - [05/Apr/2021:03:56:54 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 397 2021-04-05 03:56:54 478 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@cbc9be0 2021-04-05 03:56:54 478 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:54 966 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v15 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:55 +0000] 27a22941cef684564a24179f16e72780 "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.68.113 - - [05/Apr/2021:03:56:55 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 893 2021-04-05 03:56:55 378 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@71f4dd42 2021-04-05 03:56:55 378 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:55 764 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v16 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:55 +0000] 3096e528a068a96eee763433bb6c64c9 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.406 upstream_response_time:0.406 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:55 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 404 2021-04-05 03:56:55 785 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6e05629b 2021-04-05 03:56:55 786 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:56 474 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v16 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:56 +0000] 9ed60d7336c989ec9dafbeb4dab5a550 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.885 upstream_response_time:0.885 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:56 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 884 2021-04-05 03:56:56 679 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@64f287bd 2021-04-05 03:56:56 679 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:57 264 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v17 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:57 +0000] 155bbfd2b0f83cdd95279aa26c5b3e2c "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.602 upstream_response_time:0.602 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:57 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 601 2021-04-05 03:56:57 287 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3850356a 2021-04-05 03:56:57 288 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:56:59 670 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v17 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:56:59 +0000] 811081e6b0394bfe683aa4d46942b3da "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:2.404 upstream_response_time:2.404 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:56:59 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 2403 2021-04-05 03:56:59 695 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6875086b 2021-04-05 03:56:59 695 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:57:01 065 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v18 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:57:01 +0000] eb6a16000d9d554835ab030d59291d93 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.681 upstream_response_time:1.681 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:01 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 1680 2021-04-05 03:57:01 381 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6f8f507d 2021-04-05 03:57:01 381 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:57:02 164 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v18 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:57:02 +0000] 0387aac19a55fb14de90ac9796f3cfd2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.890 upstream_response_time:0.890 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:02 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 889 2021-04-05 03:57:02 282 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@11c92ff 2021-04-05 03:57:02 282 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:57:02 865 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v19 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:57:02 +0000] 6fbaf5dea47bbd6d090fabbc098a7190 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.608 upstream_response_time:0.608 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:02 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 608 2021-04-05 03:57:02 889 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@49a62aff 2021-04-05 03:57:02 889 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:57:03 771 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v19 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:57:04 +0000] 11c88d385f404ad1d5c8b3372e0c4fef "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.180 upstream_response_time:1.180 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:04 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1180 2021-04-05 03:57:04 077 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@705f1f62 2021-04-05 03:57:04 077 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:57:04 465 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-named-query,version- ,namespace- 10.233.68.113 - - [05/Apr/2021:03:57:04 +0000] 17908e5b89f11bf3a0694580fb05d49b "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.68.113 - - [05/Apr/2021:03:57:04 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 398 2021-04-05 03:57:04 480 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@40136a52 2021-04-05 03:57:04 480 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:57:04 963 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-named-query,version- ,namespace- 10.233.68.113 - - [05/Apr/2021:03:57:04 +0000] 32616e67efa473a69c365087c7222f9c "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.68.113 - - [05/Apr/2021:03:57:04 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 455 "-" "Go-http-client/1.1" 495 2021-04-05 03:57:04 982 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4baa1b65 2021-04-05 03:57:04 982 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.33.10","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-05 03:57:05 569 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.68.113 - - [05/Apr/2021:03:57:05 +0000] 674bc6f808415a476a8087b231234825 "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.68.113 - - [05/Apr/2021:03:57:05 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 423 "-" "Go-http-client/1.1" 891 2021-04-05 03:57:05 915 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4032decc 2021-04-05 03:57:05 915 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.20.41","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-05 03:57:07 066 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-sdc,version-v1 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:57:07 +0000] 58c50ae730a16908d7f7202e79d626e8 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.394 upstream_response_time:1.394 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:07 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 422 "-" "Go-http-client/1.1" 1393 2021-04-05 03:57:07 275 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@34d6f7b1 2021-04-05 03:57:07 275 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.20.41","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-05 03:57:07 664 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-sdc-deprecated,version-v1 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:57:07 +0000] 55bd0403448fe88c3f171106bf61fb91 "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.68.113 - - [05/Apr/2021:03:57:07 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 445 "-" "Go-http-client/1.1" 697 2021-04-05 03:57:07 977 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@346cd68b 2021-04-05 03:57:07 978 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.60.215","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-05 03:57:08 615 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-sdc-gui,version-v1 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:57:08 +0000] ba5bf6e94f7592e40544b817833b6b7d "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.743 upstream_response_time:0.743 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:08 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 431 "-" "Go-http-client/1.1" 743 2021-04-05 03:57:08 817 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:09 +0000] 2843901a8ee53b3b074c14ed4d27e876 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.519 upstream_response_time:0.519 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:09 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 452 2021-04-05 03:57:09 323 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:09 +0000] 72ff1d6b0b0017c0877ac163eb7626c4 "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.547 upstream_response_time:0.547 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:09 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 547 2021-04-05 03:57:09 821 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:11 +0000] 941eef567213133ab72c272df7a4f7b5 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:1.651 upstream_response_time:1.651 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:11 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1649 2021-04-05 03:57:11 519 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:12 +0000] cda1fa55619458bea0716f0421863762 "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.798 upstream_response_time:0.798 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:12 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 751 2021-04-05 03:57:12 273 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:12 +0000] b3f564abf051b27ccbd507df7c1dcb39 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.696 upstream_response_time:0.696 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:12 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 694 2021-04-05 03:57:12 971 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:13 +0000] 88d3c25ccc71981e0fa04d0492182de2 "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.405 upstream_response_time:0.405 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:13 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 403 2021-04-05 03:57:13 376 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:13 +0000] e00a098adfee876f869fcc10f0bebb7d "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.493 upstream_response_time:0.493 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:13 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 493 2021-04-05 03:57:13 873 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:14 +0000] c34c4e8bee2405fff07024101c4ae4c3 "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:14 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 496 2021-04-05 03:57:14 371 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:15 +0000] abe86ddad8a7417b3bf77835cc30f57e "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.999 upstream_response_time:0.999 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:15 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 998 2021-04-05 03:57:15 371 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:16 +0000] 02e80126e9f81a11b597e26b451fe026 "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:1.298 upstream_response_time:1.298 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:16 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1296 2021-04-05 03:57:16 672 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:17 +0000] f54d45b7931fe4b7a414bfcdc5323a48 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.499 upstream_response_time:0.499 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:17 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 496 2021-04-05 03:57:17 172 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:17 +0000] d2b9282ca766d155f2afb570a39295ca "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.397 upstream_response_time:0.397 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:17 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 396 2021-04-05 03:57:17 571 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:17 +0000] 427f38783452fc7b2a06a8b43ff09464 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.163 upstream_response_time:0.163 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:17 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 163 2021-04-05 03:57:17 736 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:18 +0000] 862857ac68b42be9eaba0f25811e10cb "DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.935 upstream_response_time:0.935 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:18 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 932 2021-04-05 03:57:18 671 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v18,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:18 +0000] ada28d8dbcf4bc4458937b3e48f3cb32 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.019 upstream_response_time:0.019 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:18 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 16 2021-04-05 03:57:18 698 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v18,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:19 +0000] 5a4361850b6ca44070ab4b493922feff "DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.386 upstream_response_time:0.386 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:19 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 377 2021-04-05 03:57:19 079 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v19,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:19 +0000] bf9b5dceaae8ec735153521a4a9b049c "DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.393 upstream_response_time:0.393 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:19 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 391 2021-04-05 03:57:19 472 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v19,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:20 +0000] 253a5da5a4ab28f9037cdfef34db207f "DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.596 upstream_response_time:0.596 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:20 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 596 2021-04-05 03:57:20 071 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v11,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:20 +0000] d773e97b2eef3414e59508494a7aaa35 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.403 upstream_response_time:0.403 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:20 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 401 2021-04-05 03:57:20 475 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v11,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:21 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 592 10.233.68.113 - - [05/Apr/2021:03:57:21 +0000] b71bc92d89380f835a542f732d54cb49 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.593 upstream_response_time:0.593 "-" "Go-http-client/1.1" "-" 2021-04-05 03:57:21 070 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v12,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:22 +0000] e5265de31066387953dac2fbaf043251 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:1.498 upstream_response_time:1.498 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:22 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1498 2021-04-05 03:57:22 570 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v12,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:23 +0000] 98e7ebd61390f5aec9949cfba415d695 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.698 upstream_response_time:0.698 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:23 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 697 2021-04-05 03:57:23 273 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v13,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:23 +0000] c152953575d19fd6e8122844359efe8d "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.199 upstream_response_time:0.199 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:23 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 194 2021-04-05 03:57:23 470 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v13,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:23 +0000] 2c6a109ba552a22a903e645dcfb59fce "DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.399 upstream_response_time:0.399 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:23 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 398 2021-04-05 03:57:23 871 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v14,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:24 +0000] f8d402cd69fc5ea079980160c5dda456 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.800 upstream_response_time:0.800 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:24 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 798 2021-04-05 03:57:24 671 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v14,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:24 +0000] 1bb0719d989cb222274b0a3e41889722 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.198 upstream_response_time:0.198 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:24 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 197 2021-04-05 03:57:24 873 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v15,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:25 +0000] 07cdebfec3f309e94d08dcf1694b3b76 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.312 upstream_response_time:0.312 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:25 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 311 2021-04-05 03:57:25 187 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v15,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:25 +0000] 7766c85b31e77570a33df219ac9b3329 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.783 upstream_response_time:0.783 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:25 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 782 2021-04-05 03:57:25 971 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v16,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:26 +0000] edf6afad1a4fb16832d234b1e4195494 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.799 upstream_response_time:0.799 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:26 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 797 2021-04-05 03:57:26 771 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v16,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:27 +0000] 7e7f6ec453689b942911d1bfbeaeb4e3 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:1.099 upstream_response_time:1.099 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:27 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1098 2021-04-05 03:57:27 873 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v17,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:28 +0000] 582987d29e97856527a36747cdd11150 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.900 upstream_response_time:0.900 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:28 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 897 2021-04-05 03:57:28 772 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v17,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:29 +0000] 0b37d3087e0e96729f250f80ee19cd72 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.602 upstream_response_time:0.602 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:29 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 600 2021-04-05 03:57:29 376 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v18,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:29 +0000] 2ff26c332d9078c2ff9a4c2d9fb8de09 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.495 upstream_response_time:0.495 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:29 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 494 2021-04-05 03:57:29 876 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v18,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:30 +0000] 5724e444b24c91374115cf594b8ad8e1 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.799 upstream_response_time:0.799 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:30 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 798 2021-04-05 03:57:30 678 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v19,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:32 +0000] 05077f5af7b487be8063af14231e492c "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:1.595 upstream_response_time:1.595 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:32 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1592 2021-04-05 03:57:32 271 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v19,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:32 +0000] aa333192740b2991b95f5aa85937c8b7 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.398 upstream_response_time:0.398 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:32 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 397 2021-04-05 03:57:32 673 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v11,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:33 +0000] a31ee54a51b66511245eb564ce35df44 "DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.698 upstream_response_time:0.698 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:33 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 696 2021-04-05 03:57:33 370 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v11,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:33 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 397 10.233.68.113 - - [05/Apr/2021:03:57:33 +0000] 702256176d768ef2411df9bdf5b0cb26 "DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.397 upstream_response_time:0.397 "-" "Go-http-client/1.1" "-" 2021-04-05 03:57:33 771 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v12,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:34 +0000] 8b88e11945063a1d2d03f98b128c5855 "DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:1.099 upstream_response_time:1.099 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:34 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1098 2021-04-05 03:57:34 871 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v12,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:35 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 798 10.233.68.113 - - [05/Apr/2021:03:57:35 +0000] 0216f15d124f017afa7f4c0602cbff26 "DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.800 upstream_response_time:0.800 "-" "Go-http-client/1.1" "-" 2021-04-05 03:57:35 672 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v13,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:36 +0000] f66998533d929db42d70e4cdef1af151 "DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.897 upstream_response_time:0.897 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:36 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 895 2021-04-05 03:57:36 570 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v13,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:37 +0000] 218401300e9ba8478581066adbe66b03 "DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.602 upstream_response_time:0.602 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:37 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 600 2021-04-05 03:57:37 175 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v14,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:37 +0000] d7f7ea493dc788c283df1653bd276c07 "DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.797 upstream_response_time:0.797 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:37 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 794 2021-04-05 03:57:37 971 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v14,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:38 +0000] 6965402bef0d95b76e25c0db179c88c1 "DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.601 upstream_response_time:0.601 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:38 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 599 2021-04-05 03:57:38 574 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v15,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:39 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1395 10.233.68.113 - - [05/Apr/2021:03:57:39 +0000] 6c29827a302d610f654207110490afd6 "DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:1.398 upstream_response_time:1.398 "-" "Go-http-client/1.1" "-" 2021-04-05 03:57:39 981 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v15,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:40 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 995 10.233.68.113 - - [05/Apr/2021:03:57:40 +0000] a55cf410108c7c3ca5893816c4476288 "DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.998 upstream_response_time:0.998 "-" "Go-http-client/1.1" "-" 2021-04-05 03:57:40 972 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v16,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:41 +0000] caebd0f590b4ec0125722b9e23e950e7 "DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.399 upstream_response_time:0.399 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:41 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 397 2021-04-05 03:57:41 371 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v16,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:41 +0000] dd2a6dcddc66f286820304d95f0fdb85 "DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:41 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 596 2021-04-05 03:57:41 968 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v17,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:42 +0000] b07d216739616742afe34d262169e32f "DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:42 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 298 2021-04-05 03:57:42 269 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v17,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:44 +0000] 47f53b2a73622722199c1b1142acd6e1 "DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:2.325 upstream_response_time:2.325 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:44 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 2324 2021-04-05 03:57:44 598 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v18,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:44 +0000] dffb259f4fd09f651aa4a630221e3d7c "DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.077 upstream_response_time:0.077 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:44 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 75 2021-04-05 03:57:44 675 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v18,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:45 +0000] 57e982b9f7f35ab370454c1ecd2b1fa6 "DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.596 upstream_response_time:0.596 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:45 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 594 2021-04-05 03:57:45 277 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v19,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:45 +0000] edacb82934379a81ce9e5244d2634978 "DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.298 upstream_response_time:0.298 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:45 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 292 2021-04-05 03:57:45 571 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v19,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:45 +0000] 6ed8210b6024bd8ec949448c2af5bebe "DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:45 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 298 2021-04-05 03:57:45 871 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-named-query,version:null,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:46 +0000] 48afa80da491b9e46b24f6754f8a9b48 "DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:46 +0000] "DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 597 2021-04-05 03:57:46 470 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-named-query,version:null,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:57:46 +0000] 603b5a2815898c62afdc91502a1f5fd4 "DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.305 upstream_response_time:0.305 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:46 +0000] "DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 304 2021-04-05 03:57:46 787 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@25d51941 2021-04-05 03:57:46 787 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:57:47 168 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v11 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:57:47 +0000] 1f63d4dd404cff0d4b58a1ae2aa2c1af "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.983 upstream_response_time:0.983 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:47 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 983 2021-04-05 03:57:47 780 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6d3c62df 2021-04-05 03:57:47 780 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:57:48 666 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v11 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:57:49 +0000] dc88d41cb97029cbfc7a383b889e19e6 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.291 upstream_response_time:1.291 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:49 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 1289 2021-04-05 03:57:49 072 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1ef0427a 2021-04-05 03:57:49 072 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:57:49 764 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v12 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:57:49 +0000] 278622b8f03115541d536630de05de9e "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.68.113 - - [05/Apr/2021:03:57:49 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 896 2021-04-05 03:57:49 973 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1156e782 2021-04-05 03:57:49 973 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:57:50 269 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v12 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:57:50 +0000] 8aab2f93f1903dd049fb88f3d45e4fde "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.68.113 - - [05/Apr/2021:03:57:50 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 597 2021-04-05 03:57:50 573 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@d3e12c2 2021-04-05 03:57:50 573 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:57:50 815 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v13 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:57:50 +0000] 1252ce881c22d41a322331f8595afe94 "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.68.113 - - [05/Apr/2021:03:57:50 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 398 2021-04-05 03:57:50 981 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@17bab5d8 2021-04-05 03:57:50 982 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:57:51 365 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v13 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:57:51 +0000] a072e5fcf88af1a165a3885b436cfe80 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.793 upstream_response_time:0.793 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:51 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 788 2021-04-05 03:57:51 772 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2ab6be4a 2021-04-05 03:57:51 772 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:57:52 264 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v14 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:57:52 +0000] 3c775861855123d66ce8c61b4c2547dc "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.68.113 - - [05/Apr/2021:03:57:52 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 797 2021-04-05 03:57:52 575 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@e4501b9 2021-04-05 03:57:52 575 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:57:52 798 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v14 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:57:53 +0000] b270a3b50c633997fd4c517c33abd0e8 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.807 upstream_response_time:0.807 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:53 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 808 2021-04-05 03:57:53 390 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4cad4c06 2021-04-05 03:57:53 391 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:57:53 668 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v15 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:57:53 +0000] 1e34b230c804e2d27f5da7decadd6120 "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.68.113 - - [05/Apr/2021:03:57:53 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 481 2021-04-05 03:57:53 877 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@16ab5564 2021-04-05 03:57:53 877 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:57:54 471 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v15 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:57:55 +0000] 5a999c86697fc84d1458fcb5ee2cd92f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.300 upstream_response_time:1.300 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:55 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 1300 2021-04-05 03:57:55 181 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5cc3942 2021-04-05 03:57:55 181 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:57:55 770 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v16 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:57:56 +0000] a0936761ee74e17f162089e6b1151701 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.991 upstream_response_time:0.991 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:56 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 989 2021-04-05 03:57:56 176 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2d58062a 2021-04-05 03:57:56 176 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:57:56 666 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v16 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:57:56 +0000] f21d074bbc928cdc5f7028973dff4802 "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.68.113 - - [05/Apr/2021:03:57:56 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 695 2021-04-05 03:57:56 876 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@502babfe 2021-04-05 03:57:56 877 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:57:57 579 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v17 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:57:57 +0000] 2400fc2fed7ccfe6cdc064a8291706c9 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.095 upstream_response_time:1.095 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:57 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 1093 2021-04-05 03:57:57 976 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4a948953 2021-04-05 03:57:57 976 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:57:58 530 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v17 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:57:58 +0000] b689dbcd31c6039c0c239ea71a3cf7bf "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.68.113 - - [05/Apr/2021:03:57:58 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 803 2021-04-05 03:57:58 780 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1b28ec49 2021-04-05 03:57:58 780 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:57:59 068 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v18 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:57:59 +0000] 33153107c85b5608b8b49a2b56ffd05a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.390 upstream_response_time:0.390 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:57:59 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 390 2021-04-05 03:57:59 173 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@58ecdffc 2021-04-05 03:57:59 173 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:57:59 465 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v18 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:57:59 +0000] 02f34d0f4fbfc747fbdb1832f7173f80 "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.68.113 - - [05/Apr/2021:03:57:59 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 697 2021-04-05 03:57:59 875 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1ed811aa 2021-04-05 03:57:59 875 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:00 873 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v19 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:00 +0000] ed13e88d9860dc589c5a30eb070f7832 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.113 upstream_response_time:1.113 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:58:00 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 1112 2021-04-05 03:58:00 992 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@e2ce30d 2021-04-05 03:58:00 992 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:01 672 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v19 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:01 +0000] 5278ad43be682c7074786c1e856b729b "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.68.113 - - [05/Apr/2021:03:58:01 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 698 2021-04-05 03:58:01 697 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7ed61aea 2021-04-05 03:58:01 697 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:03 164 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v11 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:03 +0000] d62a7bcbb5c38c5dee7f120dd05921aa "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.575 upstream_response_time:1.575 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:58:03 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 1574 2021-04-05 03:58:03 317 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5cfd7480 2021-04-05 03:58:03 317 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:03 571 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v11 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:04 +0000] 8ded0fdf6bd85810c6cd3cc0e32d4f85 "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.68.113 - - [05/Apr/2021:03:58:04 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 893 2021-04-05 03:58:04 218 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3a2557ed 2021-04-05 03:58:04 218 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:04 794 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v12 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:05 +0000] b43b6a9cab2c0b1e560e433ff2985709 "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.68.113 - - [05/Apr/2021:03:58:05 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 899 2021-04-05 03:58:05 118 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2f36e450 2021-04-05 03:58:05 118 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:05 666 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v12 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:05 +0000] 8fa956ed09c6b1229853e2e5f23276cf "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.890 upstream_response_time:0.890 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:58:05 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 852 2021-04-05 03:58:05 975 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7e9e8320 2021-04-05 03:58:05 975 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:06 447 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v13 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:06 +0000] 4f7bab7dc828b09bbab0504939ee0808 "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.68.113 - - [05/Apr/2021:03:58:06 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 801 2021-04-05 03:58:06 786 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4de317d1 2021-04-05 03:58:06 786 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:07 385 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v13 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:07 +0000] f2d76f6d3c6ffbffaa25a08d243411f4 "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.68.113 - - [05/Apr/2021:03:58:07 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 785 2021-04-05 03:58:07 575 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@fa7585b 2021-04-05 03:58:07 575 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:08 268 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v14 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:09 +0000] baa28475079ab71ff770f1cfd6ba3e25 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.898 upstream_response_time:1.898 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:58:09 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 1897 2021-04-05 03:58:09 479 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@61955a0c 2021-04-05 03:58:09 479 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:09 772 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v14 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:10 +0000] afeaeacd589fa14c7b03774c70743364 "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.68.113 - - [05/Apr/2021:03:58:10 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 591 2021-04-05 03:58:10 074 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@202b5a7 2021-04-05 03:58:10 074 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:10 709 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v15 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:10 +0000] 159e144345265697cce492b43d939b87 "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.68.113 - - [05/Apr/2021:03:58:10 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 696 2021-04-05 03:58:10 775 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@36d2bffc 2021-04-05 03:58:10 775 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:11 269 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v15 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:11 +0000] 1c4685f4ae917213d7b30b09507fa779 "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.68.113 - - [05/Apr/2021:03:58:11 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 796 2021-04-05 03:58:11 575 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1740edb8 2021-04-05 03:58:11 575 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:13 164 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v16 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:13 +0000] a7a5957946520371460d42ed0db4221f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.995 upstream_response_time:1.995 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:58:13 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 1994 2021-04-05 03:58:13 576 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5983f785 2021-04-05 03:58:13 576 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:14 179 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v16 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:14 +0000] ecc085ea87459fbb863924b60da4adfa "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.68.113 - - [05/Apr/2021:03:58:14 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 895 2021-04-05 03:58:14 475 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1450b30a 2021-04-05 03:58:14 475 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:14 781 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v17 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:14 +0000] 9f597184ddd51a31cd1f58cab781c659 "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.68.113 - - [05/Apr/2021:03:58:14 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 502 2021-04-05 03:58:14 985 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@58df7e78 2021-04-05 03:58:14 985 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:15 166 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v17 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:15 +0000] d9bee3f9b77e2592dd274d79e5214f67 "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.68.113 - - [05/Apr/2021:03:58:15 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 592 2021-04-05 03:58:15 584 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3239889d 2021-04-05 03:58:15 584 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:17 264 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v18 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:17 +0000] 52f10279a182bf825ce66e868fa01617 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.889 upstream_response_time:1.889 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:58:17 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 1888 2021-04-05 03:58:17 476 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@11da44d5 2021-04-05 03:58:17 476 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:18 065 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v18 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:18 +0000] 2bebff2540fe1c96e46c7f10fce42584 "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.68.113 - - [05/Apr/2021:03:58:18 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 892 2021-04-05 03:58:18 380 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2538d1ff 2021-04-05 03:58:18 380 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:18 770 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v19 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:18 +0000] 8ecc07f1971919d220273c29a8000459 "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.68.113 - - [05/Apr/2021:03:58:18 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 590 2021-04-05 03:58:18 977 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@94e057c 2021-04-05 03:58:18 977 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:19 667 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v19 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:20 +0000] 753affe1886ce04e33d5da6e4ff441b8 "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.68.113 - - [05/Apr/2021:03:58:20 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 1193 2021-04-05 03:58:20 177 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@41b5b5eb 2021-04-05 03:58:20 177 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:20 735 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v11 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:20 +0000] b1176b13a027da38cf2fb0ab8dc3989f "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.68.113 - - [05/Apr/2021:03:58:20 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 593 2021-04-05 03:58:20 774 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@358c4945 2021-04-05 03:58:20 775 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:21 765 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v11 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:22 +0000] 34d1be73bd39875ef7fb0ac6323f7ff0 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.497 upstream_response_time:1.497 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:58:22 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1496 2021-04-05 03:58:22 276 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2f98be12 2021-04-05 03:58:22 276 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:23 065 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v12 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:23 +0000] 39d34f23bcb1d467b701d2c3e515228a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.604 upstream_response_time:1.604 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:58:23 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 1603 2021-04-05 03:58:23 891 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6e07dc26 2021-04-05 03:58:23 891 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:24 270 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v12 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:24 +0000] b7b9b680b4eba022c629b148d49004a6 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.783 upstream_response_time:0.783 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:58:24 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 782 2021-04-05 03:58:24 684 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3b71a42f 2021-04-05 03:58:24 684 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:25 264 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v13 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:25 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 886 10.233.68.113 - - [05/Apr/2021:03:58:25 +0000] 8bd80776c80dd6b70e79edc9c26f09f7 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.895 upstream_response_time:0.895 "-" "Go-http-client/1.1" "-" 2021-04-05 03:58:25 577 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@377f7f6e 2021-04-05 03:58:25 577 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:26 064 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v13 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:26 +0000] f08b2e0d63e4efa2aa626540deb6eafe "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.68.113 - - [05/Apr/2021:03:58:26 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1092 2021-04-05 03:58:26 679 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5ed56b51 2021-04-05 03:58:26 679 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:27 168 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v14 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:27 +0000] 50a5f8bbab444c792a6abd2c2798dc59 "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.68.113 - - [05/Apr/2021:03:58:27 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 791 2021-04-05 03:58:27 481 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@45af9d81 2021-04-05 03:58:27 481 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:27 764 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v14 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:28 +0000] 18ccd1756be3c6f696bcadc11547ead2 "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.68.113 - - [05/Apr/2021:03:58:28 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1388 2021-04-05 03:58:28 875 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@15199fdc 2021-04-05 03:58:28 875 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:29 865 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v15 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:30 +0000] d486fb22251c99d0e6f42c93f9b2fc02 "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.68.113 - - [05/Apr/2021:03:58:30 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 1296 2021-04-05 03:58:30 177 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4b128c80 2021-04-05 03:58:30 177 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:30 819 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v15 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:30 +0000] 825871dc0aeeea262deeb32190e4d18f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.656 upstream_response_time:0.656 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:58:30 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 655 2021-04-05 03:58:30 838 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1e80923 2021-04-05 03:58:30 838 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:31 764 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v16 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:31 +0000] 23bc11c0e9bb642d184d611021ccfb7e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.036 upstream_response_time:1.036 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:58:31 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 1036 2021-04-05 03:58:31 881 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@72214599 2021-04-05 03:58:31 882 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:32 569 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v16 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:32 +0000] 63c5ec03904aed4e14ec89e2523b1636 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.791 upstream_response_time:0.791 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:58:32 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 790 2021-04-05 03:58:32 676 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3465929c 2021-04-05 03:58:32 676 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:33 468 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v17 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:33 +0000] 0819c6c758fc0a157aae916fb258629f "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.68.113 - - [05/Apr/2021:03:58:33 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 1195 2021-04-05 03:58:33 876 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5438cc8c 2021-04-05 03:58:33 876 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:34 404 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v17 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:34 +0000] f44d22826581bf0ae6fb0703f71cd30c "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.68.113 - - [05/Apr/2021:03:58:34 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 796 2021-04-05 03:58:34 677 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2f441dd8 2021-04-05 03:58:34 677 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:36 564 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v18 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:36 +0000] e7ef9151820830b18ee0acc8610e6f83 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:2.192 upstream_response_time:2.192 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:58:36 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 2192 2021-04-05 03:58:36 877 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@165d0288 2021-04-05 03:58:36 877 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:37 265 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v18 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:37 +0000] 198236049c59e9702424143ef5158d46 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.505 upstream_response_time:0.505 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:58:37 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 504 2021-04-05 03:58:37 384 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@272eeb23 2021-04-05 03:58:37 384 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:38 081 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v19 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:38 +0000] 4b96bb6b18cbce715abd35e9d68a8699 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.788 upstream_response_time:0.788 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:58:38 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 788 2021-04-05 03:58:38 176 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7bb38f4e 2021-04-05 03:58:38 176 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:39 064 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v19 ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:39 +0000] ef3a02319a805ed88b9b91d6423053d0 "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.68.113 - - [05/Apr/2021:03:58:39 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1092 2021-04-05 03:58:39 304 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7cc470b6 2021-04-05 03:58:39 304 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:39 566 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-39 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-named-query,version- ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:40 +0000] abf754e33de3040cb9c346a12072dc8a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.876 upstream_response_time:0.876 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:58:40 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 874 2021-04-05 03:58:40 181 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6812ce8f 2021-04-05 03:58:40 181 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.68.113,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.69.235","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-05 03:58:41 365 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-named-query,version- ,namespace- 10.233.68.113 - - [05/Apr/2021:03:58:41 +0000] 08d21aaa2fc6718e1714092643c1b33a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.199 upstream_response_time:1.199 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:58:41 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 455 "-" "Go-http-client/1.1" 1198 2021-04-05 03:58:41 383 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:58:42 +0000] 4d53053d78b54122640637d95bc53853 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.885 upstream_response_time:0.885 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:58:42 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 885 2021-04-05 03:58:42 270 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:58:42 +0000] bf68f999f596e6e9b1cd69a446483db8 "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.698 upstream_response_time:0.698 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:58:42 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 697 2021-04-05 03:58:42 970 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:58:43 +0000] 3d125f486771804d5a51cdff42072e4a "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.901 upstream_response_time:0.901 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:58:43 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 901 2021-04-05 03:58:43 874 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:58:44 +0000] a075b2b42d35023a0450863ef789eeb7 "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.499 upstream_response_time:0.499 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:58:44 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 496 2021-04-05 03:58:44 375 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:58:45 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 994 10.233.68.113 - - [05/Apr/2021:03:58:45 +0000] fcc7046cc0b31dba94bdc0be3075d461 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.998 upstream_response_time:0.998 "-" "Go-http-client/1.1" "-" 2021-04-05 03:58:45 380 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:58:46 +0000] 3dce80f191de7c0f74fbb89f8f3cacc9 "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:1.598 upstream_response_time:1.598 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:58:46 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1590 2021-04-05 03:58:46 971 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:58:47 +0000] b2116e2161f43cb813ac6d228bb452e9 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:1.001 upstream_response_time:1.001 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:58:47 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1000 2021-04-05 03:58:47 976 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:58:48 +0000] 45a7ac668ca668b09f1c54264704bd2d "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.595 upstream_response_time:0.595 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:58:48 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 593 2021-04-05 03:58:48 572 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:58:48 +0000] 569a95cb89cbb7e72383d83fe0530d3e "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.398 upstream_response_time:0.398 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:58:48 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 395 2021-04-05 03:58:48 973 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:58:50 +0000] d6aac7fa40d32cf5268a9a37c0b29fa6 "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:1.098 upstream_response_time:1.098 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:58:50 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1096 2021-04-05 03:58:50 071 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:58:51 +0000] badc3c080fd952b6c7330311b3e6a143 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:1.302 upstream_response_time:1.302 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:58:51 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1300 2021-04-05 03:58:51 376 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:58:52 +0000] c8d8f25dccbae3dac9c8d88be16e2bf0 "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 request_processing_time:0.996 upstream_response_time:0.996 "-" "Go-http-client/1.1" "-" 10.233.68.113 - - [05/Apr/2021:03:58:52 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.69.235/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 993 2021-04-05 03:58:52 371 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-39 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.69.235/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.69.235,port:8446 10.233.68.113 - - [05/Apr/2021:03:58:52 +0000] b84e735d3f9deb5ec64c309fd1585903