By type
@RUNHOME@ /usr/local \n\n### Starting openresty =========== prepare the symbolic links ======================================== ================================================================================ =========== create symbolic link for libluajit-5.1.so.2 ======================================== ln: /lib64/libluajit-5.1.so.2: No such file or directory =============================================================================== HOME=/usr/local/openresty/nginx _NGINXCMD=/usr/local/openresty/nginx/sbin/nginx =============================================================================== /usr/local/openresty/nginx @WORK_DIR@ /usr/local/openresty/nginx @C_CMD@ /usr/local/openresty/nginx/sbin/nginx -p /usr/local/openresty/nginx/ \n\n### Starting discover @RUNHOME@ /usr/local/discover ================== ENV_INFO ============================================= @RUNHOME@ /usr/local/discover @JAVA_HOME@ /usr/lib/jvm/java-1.8-openjdk @Main_Class@ org.onap.msb.sdclient.DiscoverApp @APP_INFO@ msb-discovery-service @Main_JAR@ discovery-service.jar @Main_Conf@ conf/discover.yml @CONSUL_IP@ msb-consul.onap ========================================================================== start msb-discovery-service ... @JAVA_VERSION@ 1.8 @MAXIMUM_HEAP_SIZE@ 128m ================== RUN_INFO ============================================= @JAVA_HOME@ /usr/lib/jvm/java-1.8-openjdk @JAVA@ /usr/lib/jvm/java-1.8-openjdk/bin/java @JAVA_OPTS@ -Xms16m -Xmx128m -XX:+UseSerialGC -XX:MaxMetaspaceSize=64m -XX:NewRatio=2 @CLASS_PATH@ /usr/local/discover/:/usr/local/discover/discovery-service.jar @EXT_DIRS@ ========================================================================== @JAVA@ /usr/lib/jvm/java-1.8-openjdk/bin/java @JAVA_CMD@ 2021-04-09 16:10:49 080 INFO [io.dropwizard.server.SimpleServerFactory][main] - Registering jersey handler with root path prefix: / 2021-04-09 16:10:49 083 INFO [io.dropwizard.server.SimpleServerFactory][main] - Registering admin handler with root path prefix: /admin 2021-04-09 16:10:49 187 INFO [org.onap.msb.sdclient.DiscoverApp][main] - getApplicationContextPath: /api/microservices/v1 2021-04-09 16:11:13 090 INFO [org.reflections.Reflections][main] - Reflections took 23699 ms to scan 1 urls, producing 15738 keys and 30140 values 2021/04/09 16:11:13 [error] 21#21: *9 connect() failed (111: Connection refused) while connecting to upstream, client: 10.233.67.193, server: , request: "GET /api/microservices/v1/services/health HTTP/1.1", upstream: "http://127.0.0.1:8076/api/microservices/v1/services/health", host: "msb-discovery.onap:10081" 10.233.67.193 - - [09/Apr/2021:16:11:13 +0000] 8e99c2b211d000af78c2b49ee95cf3b0 "GET /api/microservices/v1/services/health HTTP/1.1" 502 request_processing_time:0.000 upstream_response_time:0.000 "-" "Go-http-client/1.1" "-" 2021-04-09 16:11:15 890 INFO [org.glassfish.jersey.internal.ServiceFinder][main] - Running in a non-OSGi environment 2021/04/09 16:11:17 [error] 21#21: *11 connect() failed (111: Connection refused) while connecting to upstream, client: 10.233.67.193, server: , request: "GET /api/microservices/v1/services/health HTTP/1.1", upstream: "http://127.0.0.1:8076/api/microservices/v1/services/health", host: "msb-discovery.onap:10081" 10.233.67.193 - - [09/Apr/2021:16:11:17 +0000] a1c95fdc7a8fda5ba9b049e911172348 "GET /api/microservices/v1/services/health HTTP/1.1" 502 request_processing_time:0.001 upstream_response_time:0.001 "-" "Go-http-client/1.1" "-" 2021-04-09 16:11:17 295 INFO [org.onap.msb.sdclient.wrapper.util.ConfigUtil][main] - init TCP_UDP portRange:28001-30000 2021-04-09 16:11:17 295 INFO [org.onap.msb.sdclient.wrapper.util.ConfigUtil][main] - init Consul Register Mode:agent 2021-04-09 16:11:17 295 INFO [io.dropwizard.server.SimpleServerFactory][main] - Registering jersey handler with root path prefix: / 2021-04-09 16:11:17 295 INFO [io.dropwizard.server.SimpleServerFactory][main] - Registering admin handler with root path prefix: /admin 2021-04-09 16:11:17 379 INFO [io.dropwizard.server.ServerFactory][main] - Starting MicroService Bus 2021-04-09 16:11:18 188 INFO [org.eclipse.jetty.setuid.SetUIDListener][main] - Opened MicroService Bus @674c9079{HTTP/1.1,[http/1.1]}{0.0.0.0:8076} 2021-04-09 16:11:18 281 INFO [org.eclipse.jetty.server.Server][main] - jetty-9.4.z-SNAPSHOT; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_131-b11 2021-04-09 16:11:20 089 INFO [org.glassfish.jersey.server.ApplicationHandler][main] - Initiating Jersey application, version Jersey: 2.25.1 2017-01-19 16:23:50... 2021-04-09 16:11:24 188 INFO [org.glassfish.jersey.process.internal.ExecutorProviders][main] - Selected ExecutorServiceProvider implementation [org.glassfish.jersey.server.internal.process.ServerProcessingBinder$DefaultManagedAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.server.ManagedAsyncExecutor] annotation. 2021-04-09 16:11:24 281 INFO [org.glassfish.jersey.process.internal.ExecutorProviders][main] - Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.server.internal.process.ServerProcessingBinder$DefaultBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.server.BackgroundScheduler] annotation. 2021-04-09 16:11:25 880 INFO [org.glassfish.jersey.server.ApplicationHandler][main] - Jersey application initialized. Root Resource Classes: io.swagger.jaxrs.listing.ApiListingResource org.onap.msb.sdclient.resources.MicroServiceResource Global Reader Interceptors: org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor Global Writer Interceptors: org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor Dynamic Features: io.dropwizard.jersey.caching.CacheControlledResponseFeature@3943c449 Message Body Readers: org.glassfish.jersey.message.internal.StringMessageProvider org.glassfish.jersey.jaxb.internal.DocumentProvider org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$App org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$App org.glassfish.jersey.message.internal.RenderedImageProvider org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider$General org.glassfish.jersey.message.internal.ReaderProvider org.glassfish.jersey.message.internal.FormProvider org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider$App org.glassfish.jersey.message.internal.SourceProvider$DomSourceReader org.glassfish.jersey.message.internal.FileProvider org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$App org.glassfish.jersey.message.internal.BasicTypesMessageProvider org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$Text org.glassfish.jersey.message.internal.SourceProvider$SaxSourceReader org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$Text org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$General io.dropwizard.jersey.jackson.JacksonMessageBodyProvider org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$General org.glassfish.jersey.message.internal.SourceProvider$StreamSourceReader org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$General com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider$Text org.glassfish.jersey.message.internal.InputStreamProvider org.glassfish.jersey.message.internal.ByteArrayProvider org.glassfish.jersey.message.internal.DataSourceProvider org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$Text org.glassfish.jersey.message.internal.FormMultivaluedMapProvider Message Body Writers: org.glassfish.jersey.message.internal.StringMessageProvider org.glassfish.jersey.jaxb.internal.DocumentProvider org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$App org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$App org.glassfish.jersey.message.internal.RenderedImageProvider org.glassfish.jersey.message.internal.ReaderProvider org.glassfish.jersey.message.internal.FormProvider org.glassfish.jersey.server.validation.internal.ValidationErrorMessageBodyWriter org.glassfish.jersey.server.ChunkedResponseWriter org.glassfish.jersey.message.internal.SourceProvider$SourceWriter com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider org.glassfish.jersey.message.internal.FileProvider org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$App io.dropwizard.jersey.optional.OptionalDoubleMessageBodyWriter org.glassfish.jersey.message.internal.BasicTypesMessageProvider org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$Text io.dropwizard.jersey.optional.OptionalMessageBodyWriter org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$Text org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$General io.dropwizard.jersey.guava.OptionalMessageBodyWriter io.dropwizard.jersey.jackson.JacksonMessageBodyProvider io.dropwizard.jersey.optional.OptionalLongMessageBodyWriter org.glassfish.jersey.message.internal.StreamingOutputProvider org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$General org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$General org.glassfish.jersey.message.internal.InputStreamProvider org.glassfish.jersey.message.internal.ByteArrayProvider org.glassfish.jersey.message.internal.DataSourceProvider org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$Text org.glassfish.jersey.message.internal.FormMultivaluedMapProvider io.dropwizard.jersey.optional.OptionalIntMessageBodyWriter 2021-04-09 16:11:27 486 INFO [io.dropwizard.jersey.DropwizardResourceConfig][main] - The following paths were found for the configured resources: GET /api/microservices/v1/services/ (org.onap.msb.sdclient.resources.MicroServiceResource) POST /api/microservices/v1/services/ (org.onap.msb.sdclient.resources.MicroServiceResource) GET /api/microservices/v1/services/apigatewayserviceinfo (org.onap.msb.sdclient.resources.MicroServiceResource) GET /api/microservices/v1/services/health (org.onap.msb.sdclient.resources.MicroServiceResource) GET /api/microservices/v1/services/tcpudpportrange (org.onap.msb.sdclient.resources.MicroServiceResource) DELETE /api/microservices/v1/services/{serviceName}/version/{version} (org.onap.msb.sdclient.resources.MicroServiceResource) GET /api/microservices/v1/services/{serviceName}/version/{version} (org.onap.msb.sdclient.resources.MicroServiceResource) PUT /api/microservices/v1/services/{serviceName}/version/{version} (org.onap.msb.sdclient.resources.MicroServiceResource) GET /api/microservices/v1/services/{serviceName}/version/{version}/allpublishaddress (org.onap.msb.sdclient.resources.MicroServiceResource) GET /api/microservices/v1/services/{serviceName}/version/{version}/nodes (org.onap.msb.sdclient.resources.MicroServiceResource) DELETE /api/microservices/v1/services/{serviceName}/version/{version}/nodes/{ip}/{port} (org.onap.msb.sdclient.resources.MicroServiceResource) GET /api/microservices/v1/services/{serviceName}/version/{version}/publishaddress (org.onap.msb.sdclient.resources.MicroServiceResource) PUT /api/microservices/v1/services/{serviceName}/version/{version}/ttl (org.onap.msb.sdclient.resources.MicroServiceResource) GET /api/microservices/v1/swagger.{type:json|yaml} (io.swagger.jaxrs.listing.ApiListingResource) 2021-04-09 16:11:27 581 WARN [org.glassfish.jersey.internal.Errors][main] - The following warnings have been detected: WARNING: The (sub)resource method getMicroService in org.onap.msb.sdclient.resources.MicroServiceResource contains empty path annotation. WARNING: The (sub)resource method addMicroService in org.onap.msb.sdclient.resources.MicroServiceResource contains empty path annotation. 2021-04-09 16:11:27 582 INFO [org.eclipse.jetty.server.handler.ContextHandler][main] - Started i.d.j.MutableServletContextHandler@8a98f38{/,null,AVAILABLE} 2021-04-09 16:11:27 590 INFO [io.dropwizard.setup.AdminEnvironment][main] - tasks = POST /tasks/log-level (io.dropwizard.servlets.tasks.LogConfigurationTask) POST /tasks/gc (io.dropwizard.servlets.tasks.GarbageCollectionTask) 2021-04-09 16:11:27 590 WARN [io.dropwizard.setup.AdminEnvironment][main] - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! THIS APPLICATION HAS NO HEALTHCHECKS. THIS MEANS YOU WILL NEVER KNOW ! ! IF IT DIES IN PRODUCTION, WHICH MEANS YOU WILL NEVER KNOW IF YOU'RE ! ! LETTING YOUR USERS DOWN. YOU SHOULD ADD A HEALTHCHECK FOR EACH OF YOUR ! ! APPLICATION'S DEPENDENCIES WHICH FULLY (BUT LIGHTLY) TESTS IT. ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 2021-04-09 16:11:27 686 INFO [org.eclipse.jetty.server.handler.ContextHandler][main] - Started i.d.j.MutableServletContextHandler@444cc791{/admin,null,AVAILABLE} 2021-04-09 16:11:28 180 INFO [org.eclipse.jetty.server.AbstractConnector][main] - Started MicroService Bus @674c9079{HTTP/1.1,[http/1.1]}{0.0.0.0:8076} 2021-04-09 16:11:28 183 INFO [org.eclipse.jetty.server.Server][main] - Started @51279ms 2021-04-09 16:11:38 281 INFO [org.onap.msb.sdclient.health.ConsulLinkHealthCheck][dw-34 - GET /api/microservices/v1/services/health] - check consul URL:http://msb-consul.onap:8500/v1/status/leader 10.233.67.193 - - [09/Apr/2021:16:11:40 +0000] f0e87f14500f0b1e9c6e27a095c94544 "GET /api/microservices/v1/services/health HTTP/1.1" 200 request_processing_time:2.833 upstream_response_time:2.833 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:11:40 +0000] "GET /api/microservices/v1/services/health HTTP/1.1" 200 25 "-" "Go-http-client/1.1" 2614 2021-04-09 16:11:40 990 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@68f4afae 2021-04-09 16:11:41 096 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.53.206","port":"8443","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:11:41 401 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-appc,version-v1 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:11:41 +0000] a0d9cf41d4eec68e0e5e3d8b3c113582 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.145 upstream_response_time:1.145 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:11:41 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 422 "-" "Go-http-client/1.1" 1099 2021-04-09 16:11:41 890 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@631214e2 2021-04-09 16:11:41 890 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.60.69","port":"9009","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:11:42 344 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-starlingx,version-v0 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:11:42 +0000] 0c201ec37b27cb3aca1cbc9049da5391 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.696 upstream_response_time:0.696 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:11:42 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 607 2021-04-09 16:11:42 687 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1854d4dd 2021-04-09 16:11:42 688 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.60.69","port":"9009","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:11:43 079 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.67.193 - - [09/Apr/2021:16:11:43 +0000] 8398581193ca6ade7aea0f1367a5526b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.988 upstream_response_time:0.988 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:11:43 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 903 2021-04-09 16:11:43 496 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@61f46395 2021-04-09 16:11:43 496 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:11:43 843 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v11 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:11:43 +0000] 177431b7dd6639209778a8da0140f401 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.369 upstream_response_time:0.369 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:11:43 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 365 2021-04-09 16:11:43 883 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3098ac52 2021-04-09 16:11:43 883 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:11:44 164 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v11 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:11:44 +0000] 582c74ca4f6d4f4ff709cea33acd5bfc "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.331 upstream_response_time:0.331 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:11:44 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 311 2021-04-09 16:11:44 389 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@566ffb1c 2021-04-09 16:11:44 390 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:11:45 042 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v12 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:11:45 +0000] 4a8ba20ca67de2dfd3a36070e6fbac11 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.871 upstream_response_time:0.871 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:11:45 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 768 2021-04-09 16:11:45 185 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5c1f9b62 2021-04-09 16:11:45 186 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:11:45 642 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v12 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:11:45 +0000] 49b4b6e175bb383197085b570630b624 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.795 upstream_response_time:0.795 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:11:45 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 768 2021-04-09 16:11:45 985 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@150f64bb 2021-04-09 16:11:45 986 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:11:46 525 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v13 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:11:46 +0000] 540e694d5919ac099ab4ad8720f09c0a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:11:46 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 596 2021-04-09 16:11:46 585 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@623e4736 2021-04-09 16:11:46 586 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:11:47 142 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v13 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:11:47 +0000] 6a9d49b739982850a8e587f9659082ad "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.695 upstream_response_time:0.695 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:11:47 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 667 2021-04-09 16:11:47 257 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@30a5c20c 2021-04-09 16:11:47 257 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:11:47 642 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v14 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:11:47 +0000] 7c76995653b2e2cdeee228fa25702ff9 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.496 upstream_response_time:0.496 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:11:47 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 495 2021-04-09 16:11:47 779 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@60155a20 2021-04-09 16:11:47 779 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:11:48 741 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v14 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:11:48 +0000] dbbf8d5624974ebfcfe464b044c5cb0e "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.67.193 - - [09/Apr/2021:16:11:48 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 1093 2021-04-09 16:11:48 884 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6172b820 2021-04-09 16:11:48 885 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:11:49 343 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v15 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:11:49 +0000] 84c948d5eea55fc826533220e8fd15b6 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.801 upstream_response_time:0.801 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:11:49 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 777 2021-04-09 16:11:49 682 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@33a6023c 2021-04-09 16:11:49 682 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:11:50 014 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v15 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:11:50 +0000] cd937499454c5518c6604ac7e838bdfa "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.789 upstream_response_time:0.789 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:11:50 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 790 2021-04-09 16:11:50 455 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@76fb86c1 2021-04-09 16:11:50 455 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:11:50 841 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v16 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:11:50 +0000] c8205947a43bd0097d53d67af2cc49ec "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.497 upstream_response_time:0.497 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:11:50 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 495 2021-04-09 16:11:50 956 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@526a4124 2021-04-09 16:11:50 957 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:11:51 342 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v16 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:11:51 +0000] 99ad2dad37226c199134ca3896595dac "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.400 upstream_response_time:0.400 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:11:51 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 400 2021-04-09 16:11:51 360 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@f76d814 2021-04-09 16:11:51 381 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:11:51 791 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v17 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:11:51 +0000] 01b605333669f46eb45fb34a139bb1ac "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.452 upstream_response_time:0.452 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:11:51 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 450 2021-04-09 16:11:51 880 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1be60558 2021-04-09 16:11:51 880 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:11:52 241 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v17 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:11:52 +0000] 70825686ba4c8d0fe5f133a358a12848 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.442 upstream_response_time:0.442 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:11:52 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 441 2021-04-09 16:11:52 260 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@25e48bca 2021-04-09 16:11:52 260 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:11:52 742 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v18 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:11:52 +0000] c287882408e44dde03c0849602939d62 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.590 upstream_response_time:0.590 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:11:52 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 589 2021-04-09 16:11:52 855 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5d50e68c 2021-04-09 16:11:52 879 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:11:53 278 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v18 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:11:53 +0000] 090aced7b0160de288cd91c0a1edbf99 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.697 upstream_response_time:0.697 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:11:53 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 696 2021-04-09 16:11:53 554 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@42cd7654 2021-04-09 16:11:53 554 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:11:54 042 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v19 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:11:54 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 596 10.233.67.193 - - [09/Apr/2021:16:11:54 +0000] f58ac739832b20607dd6246be42bae74 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 2021-04-09 16:11:54 158 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@25ab66cf 2021-04-09 16:11:54 159 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:11:54 467 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v19 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:11:54 +0000] 6aa908ca537126e8c0c80d0388f7620b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.330 upstream_response_time:0.330 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:11:54 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 329 2021-04-09 16:11:54 491 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@142cc89a 2021-04-09 16:11:54 491 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:11:54 785 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v11 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:11:55 +0000] 2161219521dc17c45cb434e7c8cd5a47 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.758 upstream_response_time:0.758 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:11:55 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 758 2021-04-09 16:11:55 252 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5d7408c9 2021-04-09 16:11:55 252 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:11:55 842 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v11 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:11:56 +0000] 2abe269e0e3d049d09b680ef7d886c0d "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.899 upstream_response_time:0.899 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:11:56 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 898 2021-04-09 16:11:56 160 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@26fcf575 2021-04-09 16:11:56 161 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:11:56 642 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v12 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:11:56 +0000] 225219558cbe264f379a5c89912420c7 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.502 upstream_response_time:0.502 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:11:56 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 496 2021-04-09 16:11:56 659 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@253265ab 2021-04-09 16:11:56 660 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:11:57 530 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v12 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:11:57 +0000] a91a3cdcb50b33b1777de871183279d9 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.889 upstream_response_time:0.889 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:11:57 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 890 2021-04-09 16:11:57 552 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@67c6690a 2021-04-09 16:11:57 552 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:11:58 842 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v13 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:11:58 +0000] a206b0b8eacab5bb1afe79ca1d785432 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.303 upstream_response_time:1.303 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:11:58 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 1302 2021-04-09 16:11:58 859 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7d11cc7 2021-04-09 16:11:58 859 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:11:59 342 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v13 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:11:59 +0000] 0cfda5da30a2958fcafdc479cba8b983 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.592 upstream_response_time:0.592 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:11:59 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 590 2021-04-09 16:11:59 455 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@402b918a 2021-04-09 16:11:59 456 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:11:59 842 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v14 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:00 +0000] 90620a560f3f563290ab69dde337239e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.594 upstream_response_time:0.594 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:00 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 593 2021-04-09 16:12:00 053 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4f28db16 2021-04-09 16:12:00 053 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:00 213 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v14 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:00 +0000] 22292915c747304bcb8407f0da37e097 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.197 upstream_response_time:0.197 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:00 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 196 2021-04-09 16:12:00 253 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@241fed32 2021-04-09 16:12:00 253 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:00 600 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v15 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:00 +0000] 1e3810cdcaebf7e05fe1b6ee0f95b7c5 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.400 upstream_response_time:0.400 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:00 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 399 2021-04-09 16:12:00 654 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5d486dd1 2021-04-09 16:12:00 654 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:02 142 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v15 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:02 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 1796 10.233.67.193 - - [09/Apr/2021:16:12:02 +0000] 2c5d7b5bac0b4856669ffbc6bdf64fa1 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.799 upstream_response_time:1.799 "-" "Go-http-client/1.1" "-" 2021-04-09 16:12:02 459 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@67561a60 2021-04-09 16:12:02 459 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:02 944 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v16 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:03 +0000] 9d75f6f8b1c2be2873427a8b7866a556 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.694 upstream_response_time:0.694 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:03 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 693 2021-04-09 16:12:03 159 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6ced7768 2021-04-09 16:12:03 159 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:03 742 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v16 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:03 +0000] 7128ebfc64b12485a2030214ab0dc375 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.794 upstream_response_time:0.794 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:03 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 789 2021-04-09 16:12:03 952 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@66a64379 2021-04-09 16:12:03 952 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:04 368 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v17 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:04 +0000] fe8ba32719505aab7204ddf3a2d26f20 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:04 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 498 2021-04-09 16:12:04 456 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@520b26ac 2021-04-09 16:12:04 456 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:04 883 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v17 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:04 +0000] 31785d1e01a405d0bc73429d484209e6 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.496 upstream_response_time:0.496 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:04 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 494 2021-04-09 16:12:04 962 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@14d80b1c 2021-04-09 16:12:04 962 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:05 510 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v18 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:05 +0000] bccfe51ce862c20d3854780f59bdd215 "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.67.193 - - [09/Apr/2021:16:12:05 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 590 2021-04-09 16:12:05 553 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6c2149d1 2021-04-09 16:12:05 553 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:05 827 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v18 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:05 +0000] 129cd4b60c582f913497751496df52d7 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.288 upstream_response_time:0.288 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:05 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 287 2021-04-09 16:12:05 844 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@51e4bffc 2021-04-09 16:12:05 844 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:06 141 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v19 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:06 +0000] 1f0677d0c79c15e2f49b6fdd090a0547 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.506 upstream_response_time:0.506 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:06 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 507 2021-04-09 16:12:06 356 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3c2ec5c1 2021-04-09 16:12:06 356 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:06 842 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v19 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:06 +0000] 08b7aedf43504cd12d941a596f626ef8 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.509 upstream_response_time:0.509 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:06 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 509 2021-04-09 16:12:06 869 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@58b7a941 2021-04-09 16:12:06 870 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:07 543 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v11 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:08 +0000] d745d76f8c89c3689086665960146cc4 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.383 upstream_response_time:1.383 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:08 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 1382 2021-04-09 16:12:08 257 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1736590d 2021-04-09 16:12:08 257 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:09 006 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v11 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:09 +0000] b038c5e9a4b8be1be9f58954d0b0db48 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.934 upstream_response_time:0.934 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:09 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 936 2021-04-09 16:12:09 192 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1e477b03 2021-04-09 16:12:09 193 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:09 842 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v12 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:09 +0000] 1e78dae45e657307c77a4b3c7d9c4a2b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.760 upstream_response_time:0.760 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:09 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 758 2021-04-09 16:12:09 957 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1c7dc644 2021-04-09 16:12:09 957 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:10 363 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v12 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:10 +0000] 3ae126fa2003ad682e5dbf06ddf0ebad "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.495 upstream_response_time:0.495 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:10 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 493 2021-04-09 16:12:10 456 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5e674136 2021-04-09 16:12:10 456 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:11 042 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v13 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:11 +0000] 238151159895a082a4c571823c185512 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.696 upstream_response_time:0.696 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:11 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 695 2021-04-09 16:12:11 154 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6adcb36a 2021-04-09 16:12:11 155 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:11 363 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.67.193 - - [09/Apr/2021:16:12:11 +0000] dbd883762ceaf0880d8f7fc636f9a455 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.297 upstream_response_time:0.297 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:11 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 295 2021-04-09 16:12:11 454 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@22108d4a 2021-04-09 16:12:11 454 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:11 842 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v14 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:11 +0000] 141e35e7166c715d1d58079f0ac7aee7 "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.67.193 - - [09/Apr/2021:16:12:11 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 407 2021-04-09 16:12:11 865 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5121589 2021-04-09 16:12:11 865 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:12 067 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v14 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:12 +0000] e2f2327956acf9d9226a7f4600ab9ef0 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.423 upstream_response_time:0.423 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:12 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 422 2021-04-09 16:12:12 292 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2afd348f 2021-04-09 16:12:12 292 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:12 941 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v15 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:12 +0000] a03f612975152bb507ced7898f1617c2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.667 upstream_response_time:0.667 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:12 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 665 2021-04-09 16:12:12 961 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3ccde7a2 2021-04-09 16:12:12 961 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:13 741 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v15 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:14 +0000] e0234e67e52ddbc8a06b20d1f54a02f2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.187 upstream_response_time:1.187 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:14 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1187 2021-04-09 16:12:14 151 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@719a057 2021-04-09 16:12:14 151 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:14 842 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v16 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:14 +0000] a98ef030b7a733bcbcc8fbae1ecc11c9 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.713 upstream_response_time:0.713 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:14 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 712 2021-04-09 16:12:14 872 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3d5680f9 2021-04-09 16:12:14 872 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:15 414 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v16 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:15 +0000] bab5fad660c0cb4f7294c2f1174c8f96 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.561 upstream_response_time:0.561 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:15 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 556 2021-04-09 16:12:15 482 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2871ca2d 2021-04-09 16:12:15 485 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:16 241 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v17 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:16 +0000] 343b0efd44f2077cad83f76a890623b8 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.917 upstream_response_time:0.917 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:16 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 916 2021-04-09 16:12:16 357 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@50e2d43f 2021-04-09 16:12:16 357 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:17 045 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v17 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:17 +0000] a10c3aa5c912841a2759d0e56dc415f0 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.792 upstream_response_time:0.792 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:17 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 792 2021-04-09 16:12:17 153 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6a7e31b5 2021-04-09 16:12:17 153 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:17 446 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v18 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:17 +0000] f09b764a278e3ad693270f3aa85cbe83 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.695 upstream_response_time:0.695 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:17 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 695 2021-04-09 16:12:17 858 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@34b7e24f 2021-04-09 16:12:17 858 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:19 141 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v18 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:19 +0000] ed511e19f4d77b031bd28a6d79c4b1a8 "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.67.193 - - [09/Apr/2021:16:12:19 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1492 2021-04-09 16:12:19 352 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@221d0756 2021-04-09 16:12:19 352 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:19 531 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v19 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:19 +0000] 9d5db978cd0934e65da7041ec5f9b734 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.497 upstream_response_time:0.497 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:19 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 496 2021-04-09 16:12:19 853 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6b7a40a5 2021-04-09 16:12:19 853 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:20 330 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v19 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:20 +0000] 059a712fa9b10d0a12e3ffb2480d6a6c "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.497 upstream_response_time:0.497 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:20 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 495 2021-04-09 16:12:20 365 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@606759e6 2021-04-09 16:12:20 365 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:20 943 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-named-query,version- ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:21 +0000] 5e30335cb1c50758be2d893f72c491dd "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.883 upstream_response_time:0.883 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:21 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 882 2021-04-09 16:12:21 252 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3896b766 2021-04-09 16:12:21 253 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:21 672 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-named-query,version- ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:22 +0000] 9251a41aff7a6c7199d58127bb297414 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.096 upstream_response_time:1.096 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:22 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 455 "-" "Go-http-client/1.1" 1095 2021-04-09 16:12:22 359 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@88c04ff 2021-04-09 16:12:22 359 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.33.226","port":"9518","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:23 043 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-esr-server,version-v1 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:23 +0000] 7544f56f9456dbbcbc8c64f7fd9f96a1 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.196 upstream_response_time:1.196 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:23 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 461 "-" "Go-http-client/1.1" 1189 2021-04-09 16:12:23 555 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@21d4e208 2021-04-09 16:12:23 555 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.11.41","port":"8806","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:23 746 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-parser,version-v1 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:23 +0000] fbfd423321e8293ea3b06908dbce8f5d "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.294 upstream_response_time:0.294 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:23 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 436 "-" "Go-http-client/1.1" 293 2021-04-09 16:12:23 851 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@17405f6a 2021-04-09 16:12:23 851 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.11.41","port":"8806","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:24 223 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-catalog,version-v1 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:24 +0000] cc094c8b41a73297bee8ec999463cdfd "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.397 upstream_response_time:0.397 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:24 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 439 "-" "Go-http-client/1.1" 396 2021-04-09 16:12:24 256 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3f0667b3 2021-04-09 16:12:24 256 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.11.41","port":"8806","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:24 887 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-nsd,version-v1 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:24 +0000] 4db80876485f45c87d76265a1b9be849 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.700 upstream_response_time:0.700 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:24 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 427 "-" "Go-http-client/1.1" 699 2021-04-09 16:12:24 994 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@483c19a5 2021-04-09 16:12:24 995 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.11.41","port":"8806","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:25 563 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-vnfpkgm,version-v1 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:25 +0000] 66b01136a170e192123c346e4a9c1d13 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.695 upstream_response_time:0.695 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:25 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 439 "-" "Go-http-client/1.1" 657 2021-04-09 16:12:25 653 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@747f74fa 2021-04-09 16:12:25 653 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.22.23","port":"9004","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:26 192 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-vio,version-v0 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:26 +0000] 1729bb38a40849f229f63ae6ecca6603 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.596 upstream_response_time:0.596 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:26 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 460 "-" "Go-http-client/1.1" 595 2021-04-09 16:12:26 258 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6662b6ea 2021-04-09 16:12:26 258 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.22.23","port":"9004","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:26 842 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-vio,version-v1 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:26 +0000] 283a7ee0e22444b2b71cbd45ea1c8438 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.732 upstream_response_time:0.732 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:26 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 460 "-" "Go-http-client/1.1" 731 2021-04-09 16:12:26 991 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7fa3fef6 2021-04-09 16:12:26 991 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.36.67","port":"8080","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:27 243 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.67.193 - - [09/Apr/2021:16:12:27 +0000] cc344a341e161786e9b284c002e3adbf "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.458 upstream_response_time:0.458 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:27 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 458 2021-04-09 16:12:27 453 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1a296543 2021-04-09 16:12:27 454 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.44.58","port":"9015","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:27 707 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-k8s,version-v1 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:28 +0000] fb6452dc554e105e0d6195ee58941556 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.697 upstream_response_time:0.697 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:28 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 439 "-" "Go-http-client/1.1" 696 2021-04-09 16:12:28 166 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3e14705d 2021-04-09 16:12:28 166 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.112","port":"9005","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:28 459 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-titanium_cloud,version-v0 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:29 +0000] b88faf35ebc275bc44989c97b7aea12a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.589 upstream_response_time:1.589 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:29 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 494 "-" "Go-http-client/1.1" 1588 2021-04-09 16:12:29 753 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7fd27f9f 2021-04-09 16:12:29 753 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.112","port":"9005","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:30 141 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-titaniumcloud,version-v0 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:30 +0000] acc87b316a0191e581ab832c02c67934 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.496 upstream_response_time:0.496 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:30 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 491 "-" "Go-http-client/1.1" 495 2021-04-09 16:12:30 253 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7d9896fa 2021-04-09 16:12:30 253 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.112","port":"9005","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:30 842 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-titaniumcloud,version-v1 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:31 +0000] 07d7ad693fd62342d2f339d30dd23abb "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.796 upstream_response_time:0.796 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:31 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 491 "-" "Go-http-client/1.1" 796 2021-04-09 16:12:31 052 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@705ed8dd 2021-04-09 16:12:31 052 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.25.191","port":"443","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:31 442 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.67.193 - - [09/Apr/2021:16:12:31 +0000] 792012180d09ea11cc22021bcda2b92d "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.596 upstream_response_time:0.596 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:31 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 437 "-" "Go-http-client/1.1" 596 2021-04-09 16:12:31 653 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@31dc386f 2021-04-09 16:12:31 653 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"multicloud","version":"v0","url":"/api/multicloud/v0","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.14.37","port":"9001","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:32 171 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud,version-v0 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:32 +0000] 50f3911220ed1a02fec1bacce370b742 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.595 upstream_response_time:0.595 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:32 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 447 "-" "Go-http-client/1.1" 594 2021-04-09 16:12:32 250 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6c393afa 2021-04-09 16:12:32 251 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"multicloud","version":"v1","url":"/api/multicloud/v1","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":true,"nodes":[{"ip":"10.233.14.37","port":"9001","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:32 542 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud,version-v1 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:32 +0000] a71ecc37efd345813599302c05991467 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.399 upstream_response_time:0.399 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:32 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 447 "-" "Go-http-client/1.1" 399 2021-04-09 16:12:32 658 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@15d8a2d4 2021-04-09 16:12:32 658 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.56.237","port":"9007","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:33 042 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-pike,version-v0 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:33 +0000] 6819c125eaa3857ec3bb2d9f92016596 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.094 upstream_response_time:1.094 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:33 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 465 "-" "Go-http-client/1.1" 1093 2021-04-09 16:12:33 756 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6ebea514 2021-04-09 16:12:33 756 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.56.237","port":"9007","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:34 642 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-pike,version-v1 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:34 +0000] a6cedb73b0cab28eb8ea7a3d79b9b26f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.094 upstream_response_time:1.094 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:34 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 465 "-" "Go-http-client/1.1" 1092 2021-04-09 16:12:34 853 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3314e213 2021-04-09 16:12:34 853 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.57.131","port":"9011","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:35 842 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-fcaps,version-v0 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:35 +0000] 14b77b68fd650a246ca38bf861005948 "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.67.193 - - [09/Apr/2021:16:12:35 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 467 "-" "Go-http-client/1.1" 1096 2021-04-09 16:12:35 958 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7d6bada3 2021-04-09 16:12:35 958 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.57.131","port":"9011","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:36 442 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-fcaps,version-v1 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:36 +0000] 6dbd703298c428c2610e589251803905 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.895 upstream_response_time:0.895 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:36 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 467 "-" "Go-http-client/1.1" 894 2021-04-09 16:12:36 855 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@76dd415b 2021-04-09 16:12:36 855 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.11.0","port":"3904","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:12:37 422 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-message-router,version-v1 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:12:37 +0000] 552dc7e22818c3abe5db6423d14dbb84 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.795 upstream_response_time:0.795 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:12:37 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 437 "-" "Go-http-client/1.1" 794 2021-04-09 16:15:48 979 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:15:49 +0000] 5dc3d7e0eafbe0d969dfb20c0009ba31 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.540 upstream_response_time:0.540 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:15:49 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 525 2021-04-09 16:15:49 449 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:15:50 +0000] ff683d05c2dc7a4d4f551ef1f96d9673 "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.699 upstream_response_time:0.699 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:15:50 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 697 2021-04-09 16:15:50 149 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:15:50 +0000] 06284084a57f8472ef38f74c7f1ce526 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:15:50 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 296 2021-04-09 16:15:50 449 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:15:50 +0000] 652531f94b5ce021dc361122d1ff58dc "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.401 upstream_response_time:0.401 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:15:50 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 398 2021-04-09 16:15:50 850 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:15:51 +0000] 792e3041ef8de84eeff6dd7a8b230fb3 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.599 upstream_response_time:0.599 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:15:51 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 596 2021-04-09 16:15:51 450 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:15:51 +0000] e3b64b5cdc908b1cec46a911c0f84453 "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:15:51 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 298 2021-04-09 16:15:51 749 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:15:52 +0000] fc2f38d83547fd7a018d60136cb80e8c "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.398 upstream_response_time:0.398 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:15:52 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 397 2021-04-09 16:15:52 149 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:15:53 +0000] 33e4ce81e9bdda57e52c1c6e19a99c9b "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:1.503 upstream_response_time:1.503 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:15:53 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1501 2021-04-09 16:15:53 654 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:15:54 +0000] ef939d105dfa6c50fe4d416614cae5b8 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.797 upstream_response_time:0.797 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:15:54 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 794 2021-04-09 16:15:54 450 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:15:54 +0000] ac38db6fe298d9205949fcf70808521f "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.300 upstream_response_time:0.300 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:15:54 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 298 2021-04-09 16:15:54 750 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:15:55 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 396 10.233.67.193 - - [09/Apr/2021:16:15:55 +0000] 128c096f899f0f56fded4a35df4ed5d6 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.399 upstream_response_time:0.399 "-" "Go-http-client/1.1" "-" 2021-04-09 16:15:55 151 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:15:55 +0000] 775d2700c04cdc364272407d15a05eb5 "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.203 upstream_response_time:0.203 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:15:55 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 200 2021-04-09 16:15:55 354 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:15:55 +0000] 58d2cc5cc0c2e92fc37474aa465bb615 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.292 upstream_response_time:0.292 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:15:55 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 290 2021-04-09 16:15:55 646 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:15:56 +0000] faef2788e9c45595dc7988d88328c611 "DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.400 upstream_response_time:0.400 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:15:56 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 400 2021-04-09 16:15:56 049 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v18,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:15:56 +0000] c2f97540f598f5a062035777e5f4836c "DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.400 upstream_response_time:0.400 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:15:56 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 398 2021-04-09 16:15:56 448 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v18,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:15:57 +0000] 9f61f41b0717ebf50c9ad93f6e3c7aab "DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.999 upstream_response_time:0.999 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:15:57 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 999 2021-04-09 16:15:57 450 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v19,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:15:57 +0000] 9b5a0ae9bb38ddbbccdb4d08fd887141 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.500 upstream_response_time:0.500 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:15:57 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 497 2021-04-09 16:15:57 949 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v19,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:15:58 +0000] b631ad1a79419fc893bdd28fb839ac83 "DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.404 upstream_response_time:0.404 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:15:58 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 401 2021-04-09 16:15:58 354 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v11,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:15:58 +0000] 30c0b5498f7fd0270fa280a476dbdb36 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.100 upstream_response_time:0.100 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:15:58 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 98 2021-04-09 16:15:58 459 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v11,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:15:58 +0000] c5473e040d20f51a277a2ac137730338 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.395 upstream_response_time:0.395 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:15:58 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 388 2021-04-09 16:15:58 851 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v12,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:15:59 +0000] 42d4244a4dd8d1308d69b417b9a2fb65 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.298 upstream_response_time:0.298 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:15:59 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 296 2021-04-09 16:15:59 151 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v12,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:15:59 +0000] dc52e04b39fd1dcc145bf068b479f78a "DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.200 upstream_response_time:0.200 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:15:59 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 198 2021-04-09 16:15:59 350 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v13,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:00 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 697 10.233.67.193 - - [09/Apr/2021:16:16:00 +0000] 1e345e99831333b2c85814c8696a1696 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.701 upstream_response_time:0.701 "-" "Go-http-client/1.1" "-" 2021-04-09 16:16:00 058 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v13,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:00 +0000] 6638cd6772fd8962fb272c3e8213aae4 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.903 upstream_response_time:0.903 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:00 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 896 2021-04-09 16:16:00 956 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v14,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:01 +0000] 4cc686f101f846d01aff18a0d46502c4 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.393 upstream_response_time:0.393 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:01 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 392 2021-04-09 16:16:01 350 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v14,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:01 +0000] f21b69309c8211109982f4e18b77a77d "DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.497 upstream_response_time:0.497 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:01 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 495 2021-04-09 16:16:01 853 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v15,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:02 +0000] 23bd2b2cb75de9a582ac05b4a7d9bf2a "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:02 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 292 2021-04-09 16:16:02 147 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v15,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:02 +0000] becf9e0ac92701fefd57acb4a44c2818 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.405 upstream_response_time:0.405 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:02 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 404 2021-04-09 16:16:02 555 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v16,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:03 +0000] f9dcc229af843bc4aa9e26399c49bfe1 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.894 upstream_response_time:0.894 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:03 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 892 2021-04-09 16:16:03 451 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v16,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:04 +0000] 85c62396d913761ef238cecbe555f759 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.599 upstream_response_time:0.599 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:04 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 596 2021-04-09 16:16:04 051 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v17,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:04 +0000] c43e16c3e0b93b9cfc8cd2168e27f1f1 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.099 upstream_response_time:0.099 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:04 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 95 2021-04-09 16:16:04 149 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v17,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:04 +0000] 8555b0235fca8d5e136ca2de3f680443 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.208 upstream_response_time:0.208 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:04 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 206 2021-04-09 16:16:04 357 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v18,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:04 +0000] 8e15deeec5c248467fc1e4de027dc787 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.390 upstream_response_time:0.390 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:04 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 389 2021-04-09 16:16:04 753 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v18,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:04 +0000] 95f8b1124999e30a239d5273a5c3c8e9 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.201 upstream_response_time:0.201 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:04 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 193 2021-04-09 16:16:04 949 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v19,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:05 +0000] 7cfa686cba92b905588169bccf825c21 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.097 upstream_response_time:0.097 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:05 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 97 2021-04-09 16:16:05 048 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v19,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:06 +0000] 03e0e7f192611a36ac4b7805a1c304df "DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:1.000 upstream_response_time:1.000 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:06 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 998 2021-04-09 16:16:06 048 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v11,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:06 +0000] c760a299595dcd37a7b500b3485b2b8b "DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.099 upstream_response_time:0.099 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:06 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 97 2021-04-09 16:16:06 148 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v11,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:06 +0000] a15d4d29bb04a1a7beac83ced2e5c704 "DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.409 upstream_response_time:0.409 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:06 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 408 2021-04-09 16:16:06 557 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v12,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:06 +0000] 32c15a214532c989e926381b0ce1b06d "DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.289 upstream_response_time:0.289 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:06 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 288 2021-04-09 16:16:06 848 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v12,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:07 +0000] 50ce8a70b4028f869406b7aa9b00b8ea "DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.199 upstream_response_time:0.199 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:07 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 198 2021-04-09 16:16:07 048 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v13,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:07 +0000] 203de44abaeec7a3775f662720431834 "DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.104 upstream_response_time:0.104 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:07 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 103 2021-04-09 16:16:07 153 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v13,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:07 +0000] b2fec25574567cdfdbe6386e44d95a4a "DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.395 upstream_response_time:0.395 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:07 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 393 2021-04-09 16:16:07 549 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v14,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:08 +0000] aa138ea5d299f99461f7fe70818060bd "DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.599 upstream_response_time:0.599 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:08 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 597 2021-04-09 16:16:08 148 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v14,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:08 +0000] 7d42ff63bd21ed54421bf267e828a99e "DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:08 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 498 2021-04-09 16:16:08 648 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v15,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:09 +0000] 4dcb46df0caaff1bee458c42a67cb349 "DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.708 upstream_response_time:0.708 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:09 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 708 2021-04-09 16:16:09 358 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v15,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:09 +0000] 210df0a31508b027eaa5cd609febc4e5 "DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.190 upstream_response_time:0.190 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:09 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 188 2021-04-09 16:16:09 583 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v16,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:09 +0000] aad47d0f91b862d75ce4c6239542f8c9 "DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.367 upstream_response_time:0.367 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:09 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 366 2021-04-09 16:16:09 952 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v16,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:10 +0000] 42f8ea742ad23ac8d5bb65f10118b24c "DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.215 upstream_response_time:0.215 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:10 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 216 2021-04-09 16:16:10 180 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v17,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:10 +0000] 2291c08a78f23fe93a2baf7063e8e548 "DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.190 upstream_response_time:0.190 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:10 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 189 2021-04-09 16:16:10 356 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v17,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:10 +0000] c8104905502305c40aa294f8580f39f7 "DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.290 upstream_response_time:0.290 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:10 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 290 2021-04-09 16:16:10 646 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v18,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:10 +0000] d0cea668ba3203b8284148a86c1322f3 "DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.105 upstream_response_time:0.105 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:10 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 105 2021-04-09 16:16:10 753 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v18,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:11 +0000] 5ed75c32a8b21a48e71995d077547e91 "DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.493 upstream_response_time:0.493 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:11 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 492 2021-04-09 16:16:11 248 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v19,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:11 +0000] d7a7a1c5db8787b8f9c5e4d7aa4926e3 "DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.199 upstream_response_time:0.199 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:11 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 198 2021-04-09 16:16:11 447 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v19,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:11 +0000] a90e7abc402b9d38e5d9d2fd7c2c8319 "DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.301 upstream_response_time:0.301 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:11 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 300 2021-04-09 16:16:11 750 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-named-query,version:null,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:12 +0000] ffb2f4a3a767543ed0168da971dedbbe "DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.396 upstream_response_time:0.396 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:12 +0000] "DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 395 2021-04-09 16:16:12 148 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-named-query,version:null,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:16:12 +0000] eba3609d744bd415c5ee7f559e6c6852 "DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.298 upstream_response_time:0.298 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:12 +0000] "DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 297 2021-04-09 16:16:12 452 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3f8ca47c 2021-04-09 16:16:12 452 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:12 942 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v11 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:13 +0000] b53e7a4f737fd7a5b373f78360b9979a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:13 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 595 2021-04-09 16:16:13 056 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@21298029 2021-04-09 16:16:13 056 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:13 349 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v11 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:13 +0000] 1c6e84ccbaacedd76201173e8586a694 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:13 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 593 2021-04-09 16:16:13 654 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5c4d2f40 2021-04-09 16:16:13 654 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:14 041 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v12 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:14 +0000] 1cb1b8f787dfb2afc290c6b027066d05 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.495 upstream_response_time:0.495 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:14 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 494 2021-04-09 16:16:14 153 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4abe9b04 2021-04-09 16:16:14 159 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:15 050 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v12 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:15 +0000] 69208c2fbf309cc44b92d313f8a8ae57 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.910 upstream_response_time:0.910 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:15 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 909 2021-04-09 16:16:15 065 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@693dcd84 2021-04-09 16:16:15 066 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:15 775 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v13 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:15 +0000] eb24a0e80be3fe800c44e1b356f25c3e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.725 upstream_response_time:0.725 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:15 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 723 2021-04-09 16:16:15 795 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@78268717 2021-04-09 16:16:15 796 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:16 141 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v13 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:16 +0000] fe9055fa046e753290723f7225b3283f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.367 upstream_response_time:0.367 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:16 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 366 2021-04-09 16:16:16 170 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@15116c76 2021-04-09 16:16:16 170 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:16 371 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v14 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:16 +0000] f1a48ed784652d895a7540bb77f3948b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.215 upstream_response_time:0.215 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:16 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 214 2021-04-09 16:16:16 386 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1a0b567f 2021-04-09 16:16:16 386 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:16 650 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v14 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:17 +0000] b1364e183e3888c92e06b78810132008 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.861 upstream_response_time:0.861 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:17 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 861 2021-04-09 16:16:17 252 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7bfbd603 2021-04-09 16:16:17 252 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:21 142 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v15 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:21 +0000] 572f27b73fb4cf805e5409c8361901d2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:4.097 upstream_response_time:4.097 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:21 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 4096 2021-04-09 16:16:21 352 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3445d50a 2021-04-09 16:16:21 352 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:26 430 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v15 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:26 +0000] ba0235b1378c6b936a290ed9fcd15350 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:5.196 upstream_response_time:5.196 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:26 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 5196 2021-04-09 16:16:26 560 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@e83c6e0 2021-04-09 16:16:26 560 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:27 169 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v16 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:27 +0000] e4b6a097da7b136dfafaa10346219bff "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.693 upstream_response_time:0.693 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:27 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 687 2021-04-09 16:16:27 252 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6ce313bd 2021-04-09 16:16:27 252 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:27 841 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v16 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:27 +0000] b4c614ce386e36185b59db46d69b9871 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.698 upstream_response_time:0.698 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:27 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 696 2021-04-09 16:16:27 952 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2afb1523 2021-04-09 16:16:27 952 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:28 636 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v17 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:28 +0000] 308d6e75bedf6dda96a7d47d9a81fcae "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.699 upstream_response_time:0.699 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:28 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 698 2021-04-09 16:16:28 653 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@d3e8511 2021-04-09 16:16:28 653 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:29 043 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v17 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:29 +0000] 7e53f12481ddda74587ba37e62799dd7 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.595 upstream_response_time:0.595 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:29 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 594 2021-04-09 16:16:29 249 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5dce3034 2021-04-09 16:16:29 249 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:29 455 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v18 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:29 +0000] 89e9693e238d2fc50d29cc33bd68a3c7 "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.67.193 - - [09/Apr/2021:16:16:29 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 301 2021-04-09 16:16:29 555 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@36f3f60c 2021-04-09 16:16:29 555 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:30 404 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v18 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:30 +0000] d662ef387219629e5dc3d0058e9df84f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.894 upstream_response_time:0.894 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:30 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 892 2021-04-09 16:16:30 450 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3f5783b7 2021-04-09 16:16:30 450 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:30 692 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v19 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:30 +0000] caa17459c489d1844b0d6c42ca952a5b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.297 upstream_response_time:0.297 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:30 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 297 2021-04-09 16:16:30 750 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3d5ac9ca 2021-04-09 16:16:30 751 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:31 557 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v19 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:31 +0000] 9c24417d123633936f40a32c1908cd4b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.096 upstream_response_time:1.096 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:31 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 1096 2021-04-09 16:16:31 852 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@74dfaa89 2021-04-09 16:16:31 852 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:32 222 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v11 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:32 +0000] 05e89013aa19d08475246d6d2001f9bb "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.096 upstream_response_time:1.096 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:32 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 1096 2021-04-09 16:16:32 958 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5c02bb4c 2021-04-09 16:16:32 958 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:33 485 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v11 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:33 +0000] 9962ed62e77f367267e1eb1c39da2ee2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.545 upstream_response_time:0.545 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:33 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 540 2021-04-09 16:16:33 501 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@66be9015 2021-04-09 16:16:33 501 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:33 942 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v12 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:34 +0000] a3df3d99705f991acbdadbc0c1e53d3e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.649 upstream_response_time:0.649 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:34 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 648 2021-04-09 16:16:34 152 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6a90c66c 2021-04-09 16:16:34 152 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:34 550 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v12 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:34 +0000] 8877665ad42ca940cab5098b1a579956 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.495 upstream_response_time:0.495 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:34 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 495 2021-04-09 16:16:34 652 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@19a52542 2021-04-09 16:16:34 653 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:35 042 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v13 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:35 +0000] 3f50eeda7ea010e36905fc87e9d5155d "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.67.193 - - [09/Apr/2021:16:16:35 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 408 2021-04-09 16:16:35 084 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@28af1289 2021-04-09 16:16:35 084 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:35 260 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v13 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:35 +0000] da391555481fed8a1d09b7d9d8f70454 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.211 upstream_response_time:0.211 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:35 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 201 2021-04-09 16:16:35 284 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@26c1233b 2021-04-09 16:16:35 284 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:35 642 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v14 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:35 +0000] 350e1a737bdc5ee2f5fd8989b70eba6e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.668 upstream_response_time:0.668 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:35 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 665 2021-04-09 16:16:35 951 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@b39aa0e 2021-04-09 16:16:35 952 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:36 360 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v14 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:36 +0000] 396e3407eab1912df58d3437e00382a7 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.533 upstream_response_time:0.533 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:36 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 532 2021-04-09 16:16:36 580 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@11e71c05 2021-04-09 16:16:36 580 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:37 180 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v15 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:37 +0000] 98f2a174de1004309054c296dd3c0fab "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.800 upstream_response_time:0.800 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:37 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 791 2021-04-09 16:16:37 293 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4b6d4576 2021-04-09 16:16:37 293 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:38 544 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v15 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:38 +0000] 43da6a75f921c4eb839507567c247095 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.357 upstream_response_time:1.357 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:38 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 1356 2021-04-09 16:16:38 653 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@346e95fd 2021-04-09 16:16:38 653 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:38 763 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v16 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:38 +0000] f8eaef9e1b8efd18eba2976620ffd8cb "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.297 upstream_response_time:0.297 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:38 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 296 2021-04-09 16:16:38 952 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1c0aa5cf 2021-04-09 16:16:38 952 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:39 100 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v16 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:39 +0000] 2b6b9be1bb82e050f03dd0046e07dc4b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.196 upstream_response_time:0.196 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:39 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 196 2021-04-09 16:16:39 152 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@43cf42ca 2021-04-09 16:16:39 152 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:39 441 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v17 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:39 +0000] be6f233975a01bb5e495700970184e94 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:39 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 497 2021-04-09 16:16:39 653 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4fb35c5a 2021-04-09 16:16:39 653 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:39 864 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v17 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:39 +0000] 7bd75c07fea3d28d63169c32d64367bd "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.222 upstream_response_time:0.222 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:39 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 221 2021-04-09 16:16:39 877 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@105b267 2021-04-09 16:16:39 877 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:40 253 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v18 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:40 +0000] 3e7527cc2f0a74a03d9273f32e96418d "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.393 upstream_response_time:0.393 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:40 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 393 2021-04-09 16:16:40 279 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7aab90ee 2021-04-09 16:16:40 280 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:40 542 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v18 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:40 +0000] 2dc4b9f7f88041b9164fd355ad6abe6f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.286 upstream_response_time:0.286 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:40 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 285 2021-04-09 16:16:40 562 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4c6cb2ce 2021-04-09 16:16:40 562 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:40 842 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v19 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:41 +0000] a253403543d60d94047c451d34b5b436 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.486 upstream_response_time:0.486 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:41 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 486 2021-04-09 16:16:41 054 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3b0958e7 2021-04-09 16:16:41 054 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:41 441 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v19 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:41 +0000] 5fc2551b7a5112c0aaabd3358e43b416 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.596 upstream_response_time:0.596 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:41 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 593 2021-04-09 16:16:41 653 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5a7e0b8d 2021-04-09 16:16:41 653 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:46 541 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v11 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:46 +0000] a187607643389a7e8e584541e5bb8708 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:4.901 upstream_response_time:4.901 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:46 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 4901 2021-04-09 16:16:46 557 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5e4b4146 2021-04-09 16:16:46 558 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:47 743 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v11 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:48 +0000] ca32d990ddb51b7f0f28d33bb379e970 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.491 upstream_response_time:1.491 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:48 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1490 2021-04-09 16:16:48 056 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3da91bc8 2021-04-09 16:16:48 056 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:48 343 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v12 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:48 +0000] 3b25f2158d1aff67b93759b50a280cfc "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.393 upstream_response_time:0.393 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:48 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 392 2021-04-09 16:16:48 451 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@17f14afe 2021-04-09 16:16:48 451 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:48 753 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v12 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:48 +0000] 6cb1f648ffb048700eb30d00422690d3 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.397 upstream_response_time:0.397 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:48 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 396 2021-04-09 16:16:48 852 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@623651af 2021-04-09 16:16:48 852 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:49 055 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v13 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:49 +0000] 90ca97110029e3b4935d0eeb00f10796 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.297 upstream_response_time:0.297 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:49 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 296 2021-04-09 16:16:49 152 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@117794e9 2021-04-09 16:16:49 152 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:49 545 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v13 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:49 +0000] 358a0ddb4845c267d1df1f747519e9c6 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.495 upstream_response_time:0.495 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:49 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 494 2021-04-09 16:16:49 677 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3405921e 2021-04-09 16:16:49 677 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:50 742 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v14 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:50 +0000] eb454ddf9e8c94724a66ad0c8444ce50 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.079 upstream_response_time:1.079 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:50 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 1078 2021-04-09 16:16:50 760 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@47b45ee3 2021-04-09 16:16:50 760 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:51 241 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v14 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:51 +0000] 41361fff6d84237f7b4b2c6d84a08663 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.589 upstream_response_time:0.589 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:51 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 589 2021-04-09 16:16:51 358 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@683fd00 2021-04-09 16:16:51 359 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:51 545 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v15 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:51 +0000] f4906e4e7b63a47b00d6067e7577daf9 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.396 upstream_response_time:0.396 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:51 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 390 2021-04-09 16:16:51 753 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3340d2b5 2021-04-09 16:16:51 753 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:52 220 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v15 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:52 +0000] 3770f2c970de5cbdfd2ab85d026825d3 "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.67.193 - - [09/Apr/2021:16:16:52 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 503 2021-04-09 16:16:52 262 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@79426ebc 2021-04-09 16:16:52 262 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:52 641 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v16 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:52 +0000] b5f71d59777b87356e0cf06fcc3e59e5 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.487 upstream_response_time:0.487 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:52 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 486 2021-04-09 16:16:52 752 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5c964721 2021-04-09 16:16:52 752 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:53 142 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v16 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:53 +0000] 660036c4521d601a5ba3fa4a81edf70a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.500 upstream_response_time:0.500 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:53 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 500 2021-04-09 16:16:53 262 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5d261d19 2021-04-09 16:16:53 262 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:54 143 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v17 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:54 +0000] 40a91f9a959d96e80dc68848fbea0f4f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.994 upstream_response_time:0.994 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:54 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 993 2021-04-09 16:16:54 254 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@41c367ea 2021-04-09 16:16:54 254 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:54 841 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v17 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:54 +0000] 6ee8be2ce452c640531986b684bb29b9 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.694 upstream_response_time:0.694 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:54 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 693 2021-04-09 16:16:54 956 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2b7f4ce7 2021-04-09 16:16:54 956 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:55 178 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v18 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:55 +0000] 09a48d0a7265f808571e39879e061d9d "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.292 upstream_response_time:0.292 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:55 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 291 2021-04-09 16:16:55 257 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7afba6a 2021-04-09 16:16:55 258 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:56 041 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v18 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:56 +0000] daf4af3800377270609d2a3cc538581e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.892 upstream_response_time:0.892 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:56 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 890 2021-04-09 16:16:56 154 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@51b32b7a 2021-04-09 16:16:56 154 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:56 442 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v19 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:57 +0000] 2d0a06d1226d4fed0d9b08ef14d517a1 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.196 upstream_response_time:1.196 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:57 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 1195 2021-04-09 16:16:57 356 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2010e1bd 2021-04-09 16:16:57 356 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:57 842 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v19 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:58 +0000] 4372ece8daef97f9fa07d4fd6c1f70ca "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.794 upstream_response_time:0.794 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:58 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 791 2021-04-09 16:16:58 152 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7f89245c 2021-04-09 16:16:58 152 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:58 445 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-named-query,version- ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:58 +0000] 2d8a0973d928dbaf0460179b2918e5ce "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.395 upstream_response_time:0.395 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:58 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 395 2021-04-09 16:16:58 553 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@9edd40 2021-04-09 16:16:58 553 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:58 842 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-named-query,version- ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:58 +0000] 23fd9d8333fe0f4543c55f13e7195922 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.399 upstream_response_time:0.399 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:58 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 455 "-" "Go-http-client/1.1" 395 2021-04-09 16:16:58 953 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@60986d20 2021-04-09 16:16:58 953 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.29.37","port":"8443","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:59 267 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-sdc,version-v1 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:59 +0000] de2015ab9254cf26b7c444c1588bae37 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.398 upstream_response_time:0.398 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:16:59 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 422 "-" "Go-http-client/1.1" 396 2021-04-09 16:16:59 352 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@47354ff9 2021-04-09 16:16:59 352 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.29.37","port":"8080","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:16:59 941 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-sdc-deprecated,version-v1 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:16:59 +0000] 18ed5ae7b2134dd7b42e32639ac0c57d "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.67.193 - - [09/Apr/2021:16:16:59 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 445 "-" "Go-http-client/1.1" 599 2021-04-09 16:16:59 956 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@278a9cb8 2021-04-09 16:16:59 957 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.34.20","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-09 16:17:00 245 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-sdc-gui,version-v1 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:00 +0000] e3c724013c5de10a0b4282c52a2fc088 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.300 upstream_response_time:0.300 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:00 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 429 "-" "Go-http-client/1.1" 300 2021-04-09 16:17:00 260 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6d513f11 2021-04-09 16:17:00 260 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.37.234","port":"8443","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:00 642 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-wf-gui,version-v1 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:00 +0000] 21269e96379c7c0af4d48e69655bcc7f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.688 upstream_response_time:0.688 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:00 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 425 "-" "Go-http-client/1.1" 688 2021-04-09 16:17:08 735 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:08 +0000] 18d9ee4e42f2653534a98f76917de384 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.112 upstream_response_time:0.112 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:08 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 110 2021-04-09 16:17:08 849 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:09 +0000] ebfd735606a4de385b9554cc5f0f7669 "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.907 upstream_response_time:0.907 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:09 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 905 2021-04-09 16:17:09 760 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:10 +0000] 288dd16d91c1671e8bdd8855bec9c666 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:1.089 upstream_response_time:1.089 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:10 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1084 2021-04-09 16:17:10 848 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:11 +0000] 2408e88ded7096433c4674cdd8c6bbe5 "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.400 upstream_response_time:0.400 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:11 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 398 2021-04-09 16:17:11 248 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:11 +0000] 69e2834b4a5461a46e1e3937e59f1355 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.298 upstream_response_time:0.298 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:11 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 298 2021-04-09 16:17:11 548 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:12 +0000] d06140ac3eb919e6463840d4e573693a "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.799 upstream_response_time:0.799 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:12 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 796 2021-04-09 16:17:12 347 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:12 +0000] 0cf53cecad5e55e41c4a960bc67c6fb5 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:12 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 297 2021-04-09 16:17:12 647 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:12 +0000] f6190111ac037adce7eafb4503d1e7d2 "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.198 upstream_response_time:0.198 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:12 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 197 2021-04-09 16:17:12 846 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:13 +0000] 0fdae60d7b336a89f032bb83a741687e "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:1.001 upstream_response_time:1.001 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:13 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1001 2021-04-09 16:17:13 854 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:14 +0000] 5811adbaa2da593ff33c6183c4d8690c "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.798 upstream_response_time:0.798 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:14 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 792 2021-04-09 16:17:14 648 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:15 +0000] 6052374647419a0bd90e1028bcbced80 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.598 upstream_response_time:0.598 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:15 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 598 2021-04-09 16:17:15 247 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:15 +0000] 31205f9c69c3041b7d9a285e9fc2e6a3 "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.105 upstream_response_time:0.105 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:15 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 104 2021-04-09 16:17:15 354 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:16 +0000] 98da4fdd99dfb617df4908ed61559847 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.691 upstream_response_time:0.691 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:16 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 691 2021-04-09 16:17:16 048 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:16 +0000] 3d2559754b63b687c07ec3001216d539 "DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.101 upstream_response_time:0.101 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:16 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 98 2021-04-09 16:17:16 148 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v18,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:16 +0000] cc674d96a2c06184f7d3d52db70ca110 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.099 upstream_response_time:0.099 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:16 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 97 2021-04-09 16:17:16 248 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v18,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:16 +0000] ee58324fd2bdbff99df675e13ed3b094 "DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:16 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 497 2021-04-09 16:17:16 750 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v19,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:17 +0000] 2ee6778637947acd5dcac1469d2c3ea6 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.599 upstream_response_time:0.599 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:17 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 594 2021-04-09 16:17:17 347 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v19,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:17 +0000] 5c4b32bdac36d85ff15322d6b0b70f6e "DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.300 upstream_response_time:0.300 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:17 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 299 2021-04-09 16:17:17 647 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v11,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:18 +0000] 6a1bc654d0e63d8624e0da475ffd75db "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.399 upstream_response_time:0.399 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:18 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 397 2021-04-09 16:17:18 046 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v11,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:18 +0000] 8f12dd0c0c637e6a224fec14b35cc09b "DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.300 upstream_response_time:0.300 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:18 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 300 2021-04-09 16:17:18 348 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v12,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:18 +0000] f74e2bccd7a820c11825aca0f0ec2d60 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.600 upstream_response_time:0.600 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:18 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 598 2021-04-09 16:17:18 949 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v12,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:19 +0000] d5ee7d6061829b662ee0d01e230d31e2 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.798 upstream_response_time:0.798 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:19 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 797 2021-04-09 16:17:19 747 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v13,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:20 +0000] b78183b48960a6db5ed27d8f59676792 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:20 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 497 2021-04-09 16:17:20 256 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v13,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:20 +0000] cf232b273ecf1be53283295dbaa97d28 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.206 upstream_response_time:0.206 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:20 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 199 2021-04-09 16:17:20 457 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v14,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:20 +0000] 0b0745e49eb5eee4d53a2fa2e98ef73d "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.496 upstream_response_time:0.496 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:20 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 494 2021-04-09 16:17:20 952 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v14,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:21 +0000] 5e2e47383d015c1b83c8b68c9ef42522 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.398 upstream_response_time:0.398 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:21 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 396 2021-04-09 16:17:21 350 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v15,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:21 +0000] 3717fefe781a5e4de8c18b54f31f406f "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.499 upstream_response_time:0.499 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:21 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 498 2021-04-09 16:17:21 851 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v15,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:22 +0000] 9a27750566a90a54bcc955a95ce55da3 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.307 upstream_response_time:0.307 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:22 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 305 2021-04-09 16:17:22 157 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v16,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:22 +0000] 6575bcc9774f6bc4daa932dae5d6b75c "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.195 upstream_response_time:0.195 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:22 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 194 2021-04-09 16:17:22 356 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v16,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:22 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 391 10.233.67.193 - - [09/Apr/2021:16:17:22 +0000] 1f660b829527da522ed09420d40c6e26 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.393 upstream_response_time:0.393 "-" "Go-http-client/1.1" "-" 2021-04-09 16:17:22 752 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v17,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:22 +0000] ae6a9821d8e24762545884d83e2fc494 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.098 upstream_response_time:0.098 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:22 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 97 2021-04-09 16:17:22 847 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v17,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:24 +0000] 3211f0cbcb7b8287d3b547ca460eeec0 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:1.299 upstream_response_time:1.299 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:24 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1298 2021-04-09 16:17:24 148 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v18,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:24 +0000] 9fa43ffe31bf9819a07a34e8699ed1e2 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.501 upstream_response_time:0.501 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:24 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 499 2021-04-09 16:17:24 650 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v18,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:24 +0000] b40f4760051e7037df57558d19f75209 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.197 upstream_response_time:0.197 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:24 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 195 2021-04-09 16:17:24 846 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v19,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:25 +0000] ff00ae8f93f17ccac6a070c90fbe578a "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.401 upstream_response_time:0.401 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:25 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 399 2021-04-09 16:17:25 249 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v19,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:25 +0000] a4ab420032ecaf51ac91715d027055de "DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.399 upstream_response_time:0.399 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:25 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 397 2021-04-09 16:17:25 650 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v11,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:26 +0000] af78070c82f95c6d2866d098c8a6ae2a "DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.598 upstream_response_time:0.598 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:26 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 595 2021-04-09 16:17:26 252 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v11,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:26 +0000] 9ff5806a8c25fbbf3ce926a9f7a0670a "DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.200 upstream_response_time:0.200 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:26 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 199 2021-04-09 16:17:26 448 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v12,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:26 +0000] 5934917fae04aa8b4cc1185a69d1ce29 "DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.502 upstream_response_time:0.502 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:26 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 501 2021-04-09 16:17:26 951 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v12,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:28 +0000] 7577a52aeb38dc2809f06d35115598c2 "DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:1.296 upstream_response_time:1.296 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:28 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1294 2021-04-09 16:17:28 249 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v13,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:28 +0000] 503a605fc52c0eef16e2fd7b7b4ba00f "DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.398 upstream_response_time:0.398 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:28 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 396 2021-04-09 16:17:28 647 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v13,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:28 +0000] 5a3d663f03794764edbb757edebfd2a3 "DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.099 upstream_response_time:0.099 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:28 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 98 2021-04-09 16:17:28 746 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v14,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:29 +0000] b76f88da98c4a38edbfd9d8b6124a343 "DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.499 upstream_response_time:0.499 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:29 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 498 2021-04-09 16:17:29 246 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v14,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:29 +0000] 643af1d815b6810877f5e392d30d7520 "DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.698 upstream_response_time:0.698 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:29 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 698 2021-04-09 16:17:29 951 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v15,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:30 +0000] 70351716b4bd5628f01d140d0e900e89 "DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.100 upstream_response_time:0.100 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:30 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 98 2021-04-09 16:17:30 047 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v15,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:30 +0000] ef85d1c9bac95a071105b646b77a6e24 "DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.401 upstream_response_time:0.401 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:30 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 401 2021-04-09 16:17:30 449 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v16,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:30 +0000] 715d820bb6f88f12c21dda9a8c8b80bd "DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.196 upstream_response_time:0.196 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:30 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 195 2021-04-09 16:17:30 646 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v16,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:30 +0000] 9a986a6e152d52cb27363aea94927af5 "DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.201 upstream_response_time:0.201 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:30 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 199 2021-04-09 16:17:30 849 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v17,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:30 +0000] e29960b5a11260d28d440c771fac0891 "DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.110 upstream_response_time:0.110 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:30 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 108 2021-04-09 16:17:30 958 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v17,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:31 +0000] a8e4564e14e677ec1070b653dbde3a54 "DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.488 upstream_response_time:0.488 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:31 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 487 2021-04-09 16:17:31 449 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v18,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:31 +0000] 54118926b27583ab1a52ddf6f1f368db "DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.398 upstream_response_time:0.398 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:31 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 396 2021-04-09 16:17:31 852 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v18,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:32 +0000] 6d74601505bf34308f9ef894d9c23e68 "DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:32 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 297 2021-04-09 16:17:32 146 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v19,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:32 +0000] 3d5231c2c2c8ffd129bc932e20868a14 "DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.302 upstream_response_time:0.302 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:32 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 301 2021-04-09 16:17:32 449 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v19,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:33 +0000] 7db3ff342cadab00cb0a5bf323effeb9 "DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:33 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 595 2021-04-09 16:17:33 048 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-named-query,version:null,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:33 +0000] ea08a647906c34ad7bd248edc9550d8c "DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.600 upstream_response_time:0.600 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:33 +0000] "DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 598 2021-04-09 16:17:33 649 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-named-query,version:null,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:17:34 +0000] 661a92476108ce4f0699af2914ec398c "DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.398 upstream_response_time:0.398 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:34 +0000] "DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 396 2021-04-09 16:17:34 048 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@569aa73c 2021-04-09 16:17:34 049 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:34 342 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v11 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:34 +0000] e1eafe713dd8ec6c5103282a80f60ded "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.598 upstream_response_time:0.598 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:34 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 598 2021-04-09 16:17:34 653 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1262c630 2021-04-09 16:17:34 653 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:35 041 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v11 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:35 +0000] c29bca129b251a93179e11a7e1106e07 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.399 upstream_response_time:0.399 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:35 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 399 2021-04-09 16:17:35 061 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1415b865 2021-04-09 16:17:35 061 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:35 246 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v12 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:35 +0000] f07d0123138a1845b0c47e2fa0f9d7de "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.292 upstream_response_time:0.292 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:35 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 287 2021-04-09 16:17:35 350 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@297e41e1 2021-04-09 16:17:35 350 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:35 741 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v12 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:35 +0000] 3b6b6a16b4c1075d345463c287cec12a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.500 upstream_response_time:0.500 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:35 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 500 2021-04-09 16:17:35 855 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4f8be71c 2021-04-09 16:17:35 856 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:36 143 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v13 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:36 +0000] 63046bba2964e2f696db9d6c777f000b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.696 upstream_response_time:0.696 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:36 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 695 2021-04-09 16:17:36 553 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@27461746 2021-04-09 16:17:36 554 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:37 343 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v13 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:37 +0000] 023e7b500af09ccf48a457a690ed41f7 "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.67.193 - - [09/Apr/2021:16:17:37 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 897 2021-04-09 16:17:37 453 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@ed19579 2021-04-09 16:17:37 453 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:37 841 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v14 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:38 +0000] 6d1d1faad06c21edf9c45b8d20714b80 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.593 upstream_response_time:0.593 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:38 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 593 2021-04-09 16:17:38 051 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@13b12aab 2021-04-09 16:17:38 051 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:38 441 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v14 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:38 +0000] 06845fc638d8ef5f18ecac4d464f5a51 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.402 upstream_response_time:0.402 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:38 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 402 2021-04-09 16:17:38 456 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7a100732 2021-04-09 16:17:38 456 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:38 745 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v15 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:38 +0000] fbd0b3595d35d3b1ab7b00e5b7bcba08 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.391 upstream_response_time:0.391 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:38 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 391 2021-04-09 16:17:38 857 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2791da90 2021-04-09 16:17:38 857 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:39 063 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v15 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:39 +0000] 086f38143345900f6de7488e816f920e "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.67.193 - - [09/Apr/2021:16:17:39 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 590 2021-04-09 16:17:39 452 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1ef3c26b 2021-04-09 16:17:39 452 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:39 850 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v16 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:40 +0000] 82adbf60aadc4ca6bf60f0a7dc49bde1 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.696 upstream_response_time:0.696 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:40 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 695 2021-04-09 16:17:40 157 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@64110755 2021-04-09 16:17:40 157 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:40 391 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v16 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:40 +0000] 48ec2b63836bb185f9d2b3141b7fee79 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.258 upstream_response_time:0.258 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:40 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 252 2021-04-09 16:17:40 412 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@75afb4b4 2021-04-09 16:17:40 413 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:41 342 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v17 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:41 +0000] 3fe71ae0bdf7ba8355789ff94b5b217f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.939 upstream_response_time:0.939 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:41 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 939 2021-04-09 16:17:41 354 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6b44cf5d 2021-04-09 16:17:41 355 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:41 569 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v17 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:41 +0000] 4dd5fc9be05c532ed3bfcced39b01ea3 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.490 upstream_response_time:0.490 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:41 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 490 2021-04-09 16:17:41 851 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1d637317 2021-04-09 16:17:41 851 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:41 963 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v18 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:42 +0000] c871cf22ee55e3c7afc7f48cf9e68860 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.197 upstream_response_time:0.197 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:42 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 197 2021-04-09 16:17:42 050 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@74898dea 2021-04-09 16:17:42 050 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:42 342 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v18 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:42 +0000] d7c510cd8385f73046deb37716952a31 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.496 upstream_response_time:0.496 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:42 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 496 2021-04-09 16:17:42 551 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3b52c959 2021-04-09 16:17:42 551 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:42 842 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v19 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:43 +0000] c1e3b9197c428e33a392ba5ddd0ab8a9 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.496 upstream_response_time:0.496 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:43 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 494 2021-04-09 16:17:43 049 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@77469489 2021-04-09 16:17:43 049 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:43 254 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v19 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:43 +0000] 9bb0b530761b518378231b14b16f1d7b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.698 upstream_response_time:0.698 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:43 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 698 2021-04-09 16:17:43 751 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@72c8cca3 2021-04-09 16:17:43 751 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:44 542 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v11 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:44 +0000] 1c81dcca4a0e4add63f481164f75e9a3 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.895 upstream_response_time:0.895 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:44 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 895 2021-04-09 16:17:44 652 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@69bb7441 2021-04-09 16:17:44 652 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:44 944 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v11 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:45 +0000] 0b677f95f231996d56475078c244712e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.596 upstream_response_time:0.596 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:45 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 594 2021-04-09 16:17:45 254 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@911c9bd 2021-04-09 16:17:45 254 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:45 528 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v12 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:45 +0000] 22ffcf9f291070ef0a9a9bd338d5bfb0 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.292 upstream_response_time:0.292 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:45 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 291 2021-04-09 16:17:45 549 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@41e50cb1 2021-04-09 16:17:45 549 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:45 745 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v12 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:46 +0000] a2cd8da07650ee5c45aac52c2b05ffab "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:46 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 496 2021-04-09 16:17:46 052 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@71b58a97 2021-04-09 16:17:46 053 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:46 569 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v13 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:46 +0000] f086c9915a9e6d803de44e796d631e6e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:46 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 596 2021-04-09 16:17:46 650 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2f580fdf 2021-04-09 16:17:46 651 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:47 041 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v13 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:47 +0000] faf7413aa1368437db332ae02cd51d11 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:47 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 596 2021-04-09 16:17:47 251 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4346f322 2021-04-09 16:17:47 251 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:47 742 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v14 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:47 +0000] 88b99a2b013b4e6eee7b6d7f633ba47f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:47 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 596 2021-04-09 16:17:47 852 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@77cc1f1e 2021-04-09 16:17:47 852 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:48 242 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v14 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:48 +0000] de656c60d6617a92f2604bbad3e2ee99 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.595 upstream_response_time:0.595 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:48 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 595 2021-04-09 16:17:48 450 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@605372b1 2021-04-09 16:17:48 450 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:48 869 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v15 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:49 +0000] c5fefd7300fa739d112ceaa09bc55906 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.999 upstream_response_time:0.999 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:49 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 999 2021-04-09 16:17:49 453 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6ef5246b 2021-04-09 16:17:49 453 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:50 443 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v15 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:50 +0000] 189312eec6b1e49147a13de206e7691b "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.67.193 - - [09/Apr/2021:16:17:50 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 1094 2021-04-09 16:17:50 552 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7653e297 2021-04-09 16:17:50 552 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:50 785 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v16 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:50 +0000] 9279661cae2cf237784eee8dacf668de "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.294 upstream_response_time:0.294 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:50 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 294 2021-04-09 16:17:50 853 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@79574b11 2021-04-09 16:17:50 853 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:51 142 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v16 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:51 +0000] 5de0b077642269ba92ca37f3841055b2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.496 upstream_response_time:0.496 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:51 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 492 2021-04-09 16:17:51 349 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@33537152 2021-04-09 16:17:51 349 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:51 453 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v17 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:51 +0000] 621ba8857bf61f80b3047510a51367ac "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.398 upstream_response_time:0.398 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:51 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 398 2021-04-09 16:17:51 752 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@460706dc 2021-04-09 16:17:51 752 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:52 142 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v17 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:52 +0000] 6d9bde0cbab6ab08cf61e42a09c4ada9 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.595 upstream_response_time:0.595 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:52 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 594 2021-04-09 16:17:52 349 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6f98d448 2021-04-09 16:17:52 349 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:52 649 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v18 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:52 +0000] ae168e266b7961e7e5d1007e7fde9dee "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.310 upstream_response_time:0.310 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:52 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 310 2021-04-09 16:17:52 662 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@42204e47 2021-04-09 16:17:52 662 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:52 948 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v18 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:53 +0000] fcbe277addf26f3e3b5d246d948a58c9 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.386 upstream_response_time:0.386 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:53 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 385 2021-04-09 16:17:53 052 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3410eead 2021-04-09 16:17:53 052 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:53 265 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v19 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:53 +0000] 93e7132062f8cfa46151c8943b575e40 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.294 upstream_response_time:0.294 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:53 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 294 2021-04-09 16:17:53 350 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3986c2f1 2021-04-09 16:17:53 350 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:54 142 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v19 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:54 +0000] af05ac8a639e19696876ba1887af618b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.808 upstream_response_time:0.808 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:54 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 807 2021-04-09 16:17:54 161 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@242ac556 2021-04-09 16:17:54 161 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:54 543 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v11 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:54 +0000] 3e487f94e9a96d6ca323aaa3570a0e5f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.587 upstream_response_time:0.587 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:54 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 587 2021-04-09 16:17:54 752 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@53d891d2 2021-04-09 16:17:54 752 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:55 080 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v11 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:55 +0000] fa251b007864eff21bcaf7e7a91e5679 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.596 upstream_response_time:0.596 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:55 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 595 2021-04-09 16:17:55 353 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2ab43191 2021-04-09 16:17:55 353 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:55 553 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v12 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:55 +0000] 97a08cf32ead035bc731251348d0ccb9 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.297 upstream_response_time:0.297 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:55 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 293 2021-04-09 16:17:55 652 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@70bbe39a 2021-04-09 16:17:55 653 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:56 241 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v12 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:56 +0000] a5878489f2639e9890dbfca727373443 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.294 upstream_response_time:1.294 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:56 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1294 2021-04-09 16:17:56 949 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@23bde44d 2021-04-09 16:17:56 949 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:57 323 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v13 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:57 +0000] 474c1bf57eb29a8d9b3174d9840fd3a1 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.998 upstream_response_time:0.998 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:57 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 997 2021-04-09 16:17:57 950 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4f052400 2021-04-09 16:17:57 950 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:58 242 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v13 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:58 +0000] bc4ce95db8e281f89cda9af11de8a9a7 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.397 upstream_response_time:0.397 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:58 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 396 2021-04-09 16:17:58 352 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@340ddb3f 2021-04-09 16:17:58 352 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:58 742 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v14 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:58 +0000] 7482a3cc18f67e09e4fcd1c3c769714e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.496 upstream_response_time:0.496 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:58 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 496 2021-04-09 16:17:58 851 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@53ffb05 2021-04-09 16:17:58 852 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:59 241 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v14 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:59 +0000] cf1c75c5de357f03d87d9df18ed5a9ac "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.696 upstream_response_time:0.696 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:59 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 695 2021-04-09 16:17:59 550 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@39dea8c2 2021-04-09 16:17:59 550 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:17:59 851 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v15 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:17:59 +0000] 92eb9654cb4248d4ddc2e582a5f07a2b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.396 upstream_response_time:0.396 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:17:59 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 396 2021-04-09 16:17:59 950 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@39fec04b 2021-04-09 16:17:59 951 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:18:00 443 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v15 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:18:00 +0000] 85376103bd1e4929f7a8efee94e039b0 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.697 upstream_response_time:0.697 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:18:00 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 696 2021-04-09 16:18:00 650 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@520bec6b 2021-04-09 16:18:00 650 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:18:00 856 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v16 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:18:01 +0000] 29ec91f1da131333c992a72234c63064 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.398 upstream_response_time:0.398 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:18:01 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 398 2021-04-09 16:18:01 056 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@274ee397 2021-04-09 16:18:01 057 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:18:02 342 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v16 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:18:02 +0000] d2054f3e9f13fcd82a88629a4933ce9e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.393 upstream_response_time:1.393 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:18:02 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1390 2021-04-09 16:18:02 457 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2458913d 2021-04-09 16:18:02 457 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:18:02 845 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v17 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:18:02 +0000] a0b6e2b7cecd494aff7fddf591e26cc0 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.400 upstream_response_time:0.400 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:18:02 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 400 2021-04-09 16:18:02 861 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@68aff183 2021-04-09 16:18:02 861 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:18:03 344 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v17 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:18:03 +0000] 2004eb238b813bd27baad07e26a0c57e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.686 upstream_response_time:0.686 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:18:03 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 686 2021-04-09 16:18:03 551 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2d60b8aa 2021-04-09 16:18:03 551 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:18:04 058 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v18 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:18:04 +0000] 07b9ad90c7a5bd92acfc4cddbc509460 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:18:04 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 596 2021-04-09 16:18:04 150 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@325eec84 2021-04-09 16:18:04 150 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:18:04 542 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v18 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:18:04 +0000] 0e39e7d63afbeff9218defafafcd08db "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.496 upstream_response_time:0.496 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:18:04 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 496 2021-04-09 16:18:04 650 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@f3b5f7 2021-04-09 16:18:04 650 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:18:05 042 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v19 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:18:05 +0000] 66b4053c79fb6f382c7e1617adc42432 "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.67.193 - - [09/Apr/2021:16:18:05 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 602 2021-04-09 16:18:05 256 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3fd7d437 2021-04-09 16:18:05 256 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:18:06 442 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v19 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:18:06 +0000] 90696572456ed39d4948e8ea3ffe8f5c "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.493 upstream_response_time:1.493 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:18:06 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1493 2021-04-09 16:18:06 753 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@b036a2f 2021-04-09 16:18:06 753 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:18:07 043 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-named-query,version- ,namespace- 10.233.67.193 - - [09/Apr/2021:16:18:07 +0000] c43122c6e5053247275f3cf76bbd9956 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.493 upstream_response_time:0.493 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:18:07 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 492 2021-04-09 16:18:07 250 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2b948f91 2021-04-09 16:18:07 250 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:18:07 542 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-named-query,version- ,namespace- 10.233.67.193 - - [09/Apr/2021:16:18:07 +0000] 5e4b78e24dfe380475c5f9f044f29003 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.398 upstream_response_time:0.398 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:18:07 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 455 "-" "Go-http-client/1.1" 431 2021-04-09 16:18:32 883 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@578bf834 2021-04-09 16:18:32 883 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"sdnc","version":"v1","url":"/","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"/","enable_ssl":false,"nodes":[{"ip":"10.233.2.237","port":"8282","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:18:33 042 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-sdnc,version-v1 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:18:33 +0000] 383937066333cdca634f562bc4899bc4 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.304 upstream_response_time:0.304 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:18:33 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 420 "-" "Go-http-client/1.1" 303 2021-04-09 16:20:54 878 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:20:55 +0000] c1bd593c8323c7d104439476c644a9c2 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.280 upstream_response_time:0.280 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:20:55 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 271 2021-04-09 16:20:55 155 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:20:55 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 591 10.233.67.193 - - [09/Apr/2021:16:20:55 +0000] 06340bfeefdc24774e8eb169e1fc1fd3 "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.600 upstream_response_time:0.600 "-" "Go-http-client/1.1" "-" 2021-04-09 16:20:55 750 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:20:56 +0000] 3b68c74b5f148f413f176aa8b6bf5241 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.397 upstream_response_time:0.397 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:20:56 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 396 2021-04-09 16:20:56 147 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:20:56 +0000] edb75a0ff30681b7f503d64172422686 "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.798 upstream_response_time:0.798 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:20:56 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 797 2021-04-09 16:20:56 947 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:20:57 +0000] bc366c904e0356564a0dc2c7a5505682 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.301 upstream_response_time:0.301 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:20:57 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 298 2021-04-09 16:20:57 248 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:20:57 +0000] 0e4b2bc4062648a50620ffd047719159 "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.100 upstream_response_time:0.100 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:20:57 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 98 2021-04-09 16:20:57 351 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:20:58 +0000] 2179e3bcc33e73a8af1fb00a81854fa4 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.698 upstream_response_time:0.698 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:20:58 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 695 2021-04-09 16:20:58 048 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:20:58 +0000] 26b45fbe105436bb100c40760bef9e1a "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.798 upstream_response_time:0.798 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:20:58 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 797 2021-04-09 16:20:58 852 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:20:58 +0000] cb4d143c687a867e963e62d057eba4a9 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.105 upstream_response_time:0.105 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:20:58 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 100 2021-04-09 16:20:58 954 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:20:59 +0000] 63cae853be63d48e60852b7ac13a73d2 "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.293 upstream_response_time:0.293 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:20:59 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 292 2021-04-09 16:20:59 247 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:20:59 +0000] 6cbb902929f5c808995191ddf02fb797 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.208 upstream_response_time:0.208 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:20:59 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 207 2021-04-09 16:20:59 456 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:20:59 +0000] 11264a97fa1a98e80e2910a21fda38ee "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.191 upstream_response_time:0.191 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:20:59 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 190 2021-04-09 16:20:59 648 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:00 +0000] b0026a32189983c564e4bc0d492d1875 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:00 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 596 2021-04-09 16:21:00 247 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:00 +0000] d04a1d8cd9018ffea3d98e8d3622c135 "DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.206 upstream_response_time:0.206 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:00 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 204 2021-04-09 16:21:00 453 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v18,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:00 +0000] 9aff0b3f6b41250b1c09d78bff9088e7 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.201 upstream_response_time:0.201 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:00 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 200 2021-04-09 16:21:00 661 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v18,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:01 +0000] e44242ed1d3fa186f58a692e4363ea1a "DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.993 upstream_response_time:0.993 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:01 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 986 2021-04-09 16:21:01 649 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v19,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:02 +0000] ffe124b2f2d71743e1f9356ab66a6716 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:02 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 597 2021-04-09 16:21:02 247 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v19,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:03 +0000] 542666cfb814c93e7064a77a535e6a41 "DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.999 upstream_response_time:0.999 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:03 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 997 2021-04-09 16:21:03 247 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v11,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:03 +0000] c5a0bc41e88490ae5f665b479e7ea728 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.501 upstream_response_time:0.501 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:03 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 500 2021-04-09 16:21:03 751 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v11,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:03 +0000] 21bb029e0b62ae27baa697b1a5a739a6 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.098 upstream_response_time:0.098 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:03 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 97 2021-04-09 16:21:03 849 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v12,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:04 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 295 10.233.67.193 - - [09/Apr/2021:16:21:04 +0000] cedfc89436187f1c41a3d36cbdb57586 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.297 upstream_response_time:0.297 "-" "Go-http-client/1.1" "-" 2021-04-09 16:21:04 147 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v12,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:04 +0000] 1afe632e79f0552a59420e4fffc4b581 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.399 upstream_response_time:0.399 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:04 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 398 2021-04-09 16:21:04 552 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v13,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:04 +0000] 6ef8dc2c860122338c6bc2ec1f7f2068 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.026 upstream_response_time:0.026 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:04 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 20 2021-04-09 16:21:04 573 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v13,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:04 +0000] a89f712dc64a5e801d3a81b4018010ef "DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.172 upstream_response_time:0.172 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:04 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 171 2021-04-09 16:21:04 746 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v14,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:05 +0000] 1993b70ccc9deda422c5d4941a1873f0 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.899 upstream_response_time:0.899 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:05 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 898 2021-04-09 16:21:05 646 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v14,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:06 +0000] 405f88c0a5b2c019181384bea1589e58 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.398 upstream_response_time:0.398 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:06 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 397 2021-04-09 16:21:06 046 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v15,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:06 +0000] b235a289dd934169be84605c661ee5e0 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.101 upstream_response_time:0.101 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:06 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 99 2021-04-09 16:21:06 148 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v15,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:07 +0000] 565b402790cdfe872b8a14d1e12492e0 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.898 upstream_response_time:0.898 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:07 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 896 2021-04-09 16:21:07 047 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v16,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:07 +0000] 0257c3598caebd20b1756b0e4c325b4d "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.798 upstream_response_time:0.798 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:07 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 798 2021-04-09 16:21:07 852 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v16,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:07 +0000] e22a863b7ce220d5e70d7193e87f5cad "DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.101 upstream_response_time:0.101 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:07 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 94 2021-04-09 16:21:07 947 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v17,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:08 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 497 10.233.67.193 - - [09/Apr/2021:16:21:08 +0000] 5c66a98a08b61524c878ea9711914007 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 2021-04-09 16:21:08 447 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v17,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:08 +0000] 256c080806be7ddac0b07395ef5c944c "DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.100 upstream_response_time:0.100 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:08 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 98 2021-04-09 16:21:08 547 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v18,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:08 +0000] 85b6753ec6008e815de7aba67a89a02d "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.098 upstream_response_time:0.098 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:08 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 97 2021-04-09 16:21:08 647 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v18,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:09 +0000] 385c80d7f1281398a8e73eac782fc2ab "DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.499 upstream_response_time:0.499 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:09 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 499 2021-04-09 16:21:09 148 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v19,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:09 +0000] a17ad8bae422d9f1be2ed95323f8aafb "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.106 upstream_response_time:0.106 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:09 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 104 2021-04-09 16:21:09 254 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v19,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:10 +0000] b2f7ec179a38436fa4da763755b0019f "DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.892 upstream_response_time:0.892 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:10 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 891 2021-04-09 16:21:10 152 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v11,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:10 +0000] 19c440dd0a515104d5df9e1c2e28708c "DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.099 upstream_response_time:0.099 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:10 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 93 2021-04-09 16:21:10 246 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v11,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:10 +0000] 159673402bfc668325cd82cd0d6ce7c9 "DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.198 upstream_response_time:0.198 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:10 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 198 2021-04-09 16:21:10 446 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v12,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:11 +0000] f0566df722655d28d164371aa3aa88b0 "DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.601 upstream_response_time:0.601 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:11 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 600 2021-04-09 16:21:11 049 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v12,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:11 +0000] b2603a6df9669110503867c4d4e4ca8e "DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.697 upstream_response_time:0.697 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:11 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 696 2021-04-09 16:21:11 749 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v13,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:11 +0000] 5d7b1b42b3fb901d66bc9ead1b7663e5 "DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.199 upstream_response_time:0.199 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:11 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 197 2021-04-09 16:21:11 947 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v13,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:12 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 98 10.233.67.193 - - [09/Apr/2021:16:21:12 +0000] dacc2e8a1519ab96fbe883e4e21ab6b3 "DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.101 upstream_response_time:0.101 "-" "Go-http-client/1.1" "-" 2021-04-09 16:21:12 048 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v14,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:12 +0000] d86b23ad12ef230ecdc320f4ff07294f "DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.197 upstream_response_time:0.197 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:12 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 198 2021-04-09 16:21:12 253 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v14,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:12 +0000] acba17fe956178e412b808d0804255ab "DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.499 upstream_response_time:0.499 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:12 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 498 2021-04-09 16:21:12 747 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v15,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:13 +0000] 84c0f327ead41716ba654582bfa34b87 "DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:13 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 298 2021-04-09 16:21:13 045 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v15,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:13 +0000] 41a7cf0400f6b580ef0f719add5865cc "DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.199 upstream_response_time:0.199 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:13 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 200 2021-04-09 16:21:13 247 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v16,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:13 +0000] 0841046bf72a1ece1b76cd3f53a2e2ad "DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.400 upstream_response_time:0.400 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:13 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 398 2021-04-09 16:21:13 650 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v16,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:14 +0000] 10c7ba7091107260e3425d7c859330ad "DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:14 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 497 2021-04-09 16:21:14 153 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v17,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:14 +0000] 5e6d41c9ee2304e79fed94ac7ac87fe7 "DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.199 upstream_response_time:0.199 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:14 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 193 2021-04-09 16:21:14 350 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v17,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:14 +0000] d8fc6b8cf2d4ddacf74d3736fd6e2e85 "DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.199 upstream_response_time:0.199 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:14 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 197 2021-04-09 16:21:14 548 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v18,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:14 +0000] b9c6c6f8101521272949247dbb409594 "DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:14 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 298 2021-04-09 16:21:14 848 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v18,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:16 +0000] b0628f44d22b266ae7de6a8b5cf6bffe "DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:1.298 upstream_response_time:1.298 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:16 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1297 2021-04-09 16:21:16 148 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v19,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:16 +0000] 7abb43e58e40343906dde2399bacab0c "DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:16 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 297 2021-04-09 16:21:16 447 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v19,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:16 +0000] a0c794548fe5137de6b7cf906af7577b "DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.200 upstream_response_time:0.200 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:16 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 200 2021-04-09 16:21:16 649 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-named-query,version:null,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:16 +0000] 1dfa08e94a39b3daf6e9f2c314629a83 "DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.198 upstream_response_time:0.198 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:16 +0000] "DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 197 2021-04-09 16:21:16 851 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-named-query,version:null,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:21:16 +0000] 8c4a7da46b2348b7292f8ff5e184dffb "DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.099 upstream_response_time:0.099 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:16 +0000] "DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 94 2021-04-09 16:21:16 959 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5896ad89 2021-04-09 16:21:16 959 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:17 541 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v11 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:17 +0000] 7f7b6b7a1d3eb0a7b2dc9a6b9e54701f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.688 upstream_response_time:0.688 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:17 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 688 2021-04-09 16:21:17 656 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@64da13 2021-04-09 16:21:17 656 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:18 141 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v11 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:18 +0000] 47ff28dbce273d142865aa4bc07dc2b3 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.694 upstream_response_time:0.694 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:18 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 693 2021-04-09 16:21:18 353 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3d2d5ad1 2021-04-09 16:21:18 353 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:18 741 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v12 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:18 +0000] 59b6752129f1cd5ea51745a9c75e237c "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.399 upstream_response_time:0.399 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:18 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 398 2021-04-09 16:21:18 757 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@12378791 2021-04-09 16:21:18 757 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:19 058 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v12 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:19 +0000] ddf2ba0a532cb60c72775b8f1ebb0c4f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.393 upstream_response_time:0.393 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:19 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 395 2021-04-09 16:21:19 152 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1730b40d 2021-04-09 16:21:19 153 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:19 742 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v13 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:19 +0000] 25a0cf446d597d97155fb8d43a873cf5 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.603 upstream_response_time:0.603 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:19 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 602 2021-04-09 16:21:19 758 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3d77e742 2021-04-09 16:21:19 758 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:20 242 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v13 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:20 +0000] 0a1bf9be33a0e6a83af3fee15423e188 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.889 upstream_response_time:0.889 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:20 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 889 2021-04-09 16:21:20 651 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@434355bf 2021-04-09 16:21:20 651 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:21 443 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v14 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:21 +0000] 829593ded39340eecb75fc51d7dddf3c "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.997 upstream_response_time:0.997 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:21 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 996 2021-04-09 16:21:21 651 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@360f518f 2021-04-09 16:21:21 651 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:22 141 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v14 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:22 +0000] 26443cdc2ae980a600c2247468e73083 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.596 upstream_response_time:0.596 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:22 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 596 2021-04-09 16:21:22 260 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@737aad95 2021-04-09 16:21:22 260 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:22 542 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v15 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:22 +0000] 9c0a2e4b1bacc651b3f7f2cefba7754b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.596 upstream_response_time:0.596 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:22 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 594 2021-04-09 16:21:22 853 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5639958f 2021-04-09 16:21:22 853 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:23 151 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v15 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:23 +0000] 533fd54194b4a256f752ee865a431f53 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.395 upstream_response_time:0.395 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:23 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 394 2021-04-09 16:21:23 250 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@56412c72 2021-04-09 16:21:23 251 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:23 442 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v16 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:24 +0000] a488cbc00b5f0fa8fc06bbb71387d706 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.995 upstream_response_time:0.995 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:24 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 994 2021-04-09 16:21:24 252 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@98faa3b 2021-04-09 16:21:24 252 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:24 842 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v16 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:24 +0000] 2177b693f17a5834baf48ac6fc288e4b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.694 upstream_response_time:0.694 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:24 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 694 2021-04-09 16:21:24 949 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3eaf3900 2021-04-09 16:21:24 949 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:25 151 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v17 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:25 +0000] 259250d3db54985ebfee3504682f28fe "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.218 upstream_response_time:0.218 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:25 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 218 2021-04-09 16:21:25 171 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@21c5bdf2 2021-04-09 16:21:25 171 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:25 641 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v17 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:25 +0000] df4416fd5bc5efd9f42c20334f574a9a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.775 upstream_response_time:0.775 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:25 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 775 2021-04-09 16:21:25 950 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@489c3812 2021-04-09 16:21:25 950 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:26 265 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v18 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:26 +0000] d486a0e77abf0812bfe139dd7dfda73a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.397 upstream_response_time:0.397 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:26 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 396 2021-04-09 16:21:26 352 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3f924923 2021-04-09 16:21:26 352 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:26 545 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v18 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:26 +0000] 9ffbfc7f3c1626bd1aa96ecff4f202b2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:26 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 298 2021-04-09 16:21:26 651 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2c4f1f3d 2021-04-09 16:21:26 651 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:26 952 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v19 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:26 +0000] ad724d2838fda3b5806070b514048163 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.314 upstream_response_time:0.314 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:26 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 313 2021-04-09 16:21:26 976 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3d2d558b 2021-04-09 16:21:26 976 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:27 342 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v19 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:28 +0000] fa1829359d7d10fc4ccf8c76ca247552 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.178 upstream_response_time:1.178 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:28 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 1172 2021-04-09 16:21:28 153 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@55eb5b12 2021-04-09 16:21:28 153 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:28 471 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v11 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:28 +0000] f1b764388427ce132e5b5a909a4fe4a0 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.396 upstream_response_time:0.396 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:28 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 394 2021-04-09 16:21:28 553 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@12981557 2021-04-09 16:21:28 553 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:29 142 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v11 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:29 +0000] b5a9fcf3649d9ff215fae0364fd33f6c "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.696 upstream_response_time:0.696 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:29 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 696 2021-04-09 16:21:29 252 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@32e9e49f 2021-04-09 16:21:29 252 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:29 744 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v12 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:29 +0000] e4de7dc5b3f217400c54a341563cd2ed "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.67.193 - - [09/Apr/2021:16:21:29 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 504 2021-04-09 16:21:29 759 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@690f221f 2021-04-09 16:21:29 759 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:30 243 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v12 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:30 +0000] 3eff1140d3ca826041aa72de8224b6ac "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.67.193 - - [09/Apr/2021:16:21:30 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 788 2021-04-09 16:21:30 553 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@48a0155d 2021-04-09 16:21:30 553 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:30 841 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v13 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:30 +0000] 2de7fe1f6c16ef99cb7f2e090f1d9f77 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:30 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 298 2021-04-09 16:21:30 854 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@31b77485 2021-04-09 16:21:30 854 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:31 541 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v13 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:31 +0000] b0cdf6d9180715c9f1c5611f01f7ffaa "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.795 upstream_response_time:0.795 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:31 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 795 2021-04-09 16:21:31 653 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@46b640a1 2021-04-09 16:21:31 653 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:32 057 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v14 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:32 +0000] ad772666d186d5764a4c8d436056036c "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.995 upstream_response_time:0.995 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:32 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 995 2021-04-09 16:21:32 652 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@69ac2fc1 2021-04-09 16:21:32 652 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:32 711 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v14 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:33 +0000] f14bd9a101acef7054691730dd56e55f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.394 upstream_response_time:0.394 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:33 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 393 2021-04-09 16:21:33 055 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@65c73862 2021-04-09 16:21:33 055 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:33 284 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v15 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:33 +0000] 9fadf9c72941beffbb2f6dd1234fd2d9 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.298 upstream_response_time:0.298 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:33 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 292 2021-04-09 16:21:33 355 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@61bcf3e2 2021-04-09 16:21:33 355 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:33 843 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v15 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:33 +0000] 13e99b89581b06ebeebcfbe83a77eb5a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.593 upstream_response_time:0.593 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:33 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 591 2021-04-09 16:21:33 952 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5c1a56d5 2021-04-09 16:21:33 952 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:34 146 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v16 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:34 +0000] e6863d8173c67a1fbabaebeb8abc9607 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.296 upstream_response_time:0.296 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:34 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 295 2021-04-09 16:21:34 252 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4b6f7964 2021-04-09 16:21:34 252 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:34 641 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v16 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:34 +0000] 1ebef4a567813d2b5c4aac4ca56e2800 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.495 upstream_response_time:0.495 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:34 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 494 2021-04-09 16:21:34 752 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@267dade6 2021-04-09 16:21:34 752 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:35 342 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v17 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:35 +0000] 8878f34803a4c0c722e7cb416b9d216f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.797 upstream_response_time:0.797 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:35 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 796 2021-04-09 16:21:35 551 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@d5776f 2021-04-09 16:21:35 552 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:35 943 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v17 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:36 +0000] 489405a472169d18a312e10db65db1cf "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.696 upstream_response_time:0.696 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:36 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 694 2021-04-09 16:21:36 250 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@766dd671 2021-04-09 16:21:36 251 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:36 841 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v18 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:36 +0000] 6bfc9c50c3b3af7958ca0fb74a52e3d6 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.698 upstream_response_time:0.698 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:36 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 697 2021-04-09 16:21:36 951 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2d39af31 2021-04-09 16:21:36 951 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:37 643 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v18 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:37 +0000] eb925d5ae7b80d746a5fd6f009bb5910 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.796 upstream_response_time:0.796 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:37 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 795 2021-04-09 16:21:37 752 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@700685df 2021-04-09 16:21:37 752 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:38 241 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v19 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:38 +0000] fe9ace703e87fba8ed1c98dbaab45311 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.797 upstream_response_time:0.797 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:38 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 796 2021-04-09 16:21:38 560 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4b7810aa 2021-04-09 16:21:38 560 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:38 762 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v19 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:38 +0000] 4b2e6fc86a5471864372b3286405a7b2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.287 upstream_response_time:0.287 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:38 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 287 2021-04-09 16:21:38 850 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@553f9132 2021-04-09 16:21:38 850 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:39 743 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v11 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:39 +0000] 7b62241ed23c59abfa127274a7a52ede "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.998 upstream_response_time:0.998 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:39 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 996 2021-04-09 16:21:39 851 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@504707ff 2021-04-09 16:21:39 851 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:40 244 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v11 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:40 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 596 10.233.67.193 - - [09/Apr/2021:16:21:40 +0000] 1ee1fb00dd607bbc4d6a879542116840 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 2021-04-09 16:21:40 452 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3bd90dc9 2021-04-09 16:21:40 453 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:40 831 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v12 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:41 +0000] 46afdc8ea7cc442c6c8d383f007e8ce9 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.594 upstream_response_time:0.594 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:41 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 594 2021-04-09 16:21:41 049 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@23c40bb3 2021-04-09 16:21:41 049 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:41 342 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v12 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:41 +0000] d2d1f4f6fe9bb74cb4683c3eedd0040a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.397 upstream_response_time:0.397 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:41 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 397 2021-04-09 16:21:41 452 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4f3926a1 2021-04-09 16:21:41 452 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:42 440 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v13 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:43 +0000] 399f7dec0a3673f54e393c8ceddfadac "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.596 upstream_response_time:1.596 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:43 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 1595 2021-04-09 16:21:43 050 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@74a88966 2021-04-09 16:21:43 050 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:43 443 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.67.193 - - [09/Apr/2021:16:21:43 +0000] c74ac0d4a19b881ff6cdda057a043915 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.697 upstream_response_time:0.697 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:43 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 697 2021-04-09 16:21:43 753 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@ebaa0d0 2021-04-09 16:21:43 753 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:44 241 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v14 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:44 +0000] 57a5879871fb791814f1297b4101a22a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.594 upstream_response_time:0.594 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:44 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 593 2021-04-09 16:21:44 350 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@8d98398 2021-04-09 16:21:44 350 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:44 642 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v14 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:44 +0000] a30719bfaf6f592ef15ddb3599141360 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.398 upstream_response_time:0.398 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:44 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 398 2021-04-09 16:21:44 754 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@47f6aa85 2021-04-09 16:21:44 754 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:45 142 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v15 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:45 +0000] 3b7b5516d46fec117d8a0c69961bb51e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.401 upstream_response_time:0.401 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:45 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 397 2021-04-09 16:21:45 154 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@171741ce 2021-04-09 16:21:45 155 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:45 418 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v15 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:45 +0000] 622ea22b3d3f40eda70f986497264941 "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.67.193 - - [09/Apr/2021:16:21:45 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 390 2021-04-09 16:21:45 550 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5422daf7 2021-04-09 16:21:45 550 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:45 942 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v16 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:46 +0000] b36db4a323f21066590f4b0335241578 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.595 upstream_response_time:0.595 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:46 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 595 2021-04-09 16:21:46 148 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@13513333 2021-04-09 16:21:46 148 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:46 353 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v16 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:46 +0000] ec9395ced13b0275f9da846f55df3b3b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:46 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 298 2021-04-09 16:21:46 450 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@320e0440 2021-04-09 16:21:46 450 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:47 243 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v17 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:48 +0000] 1820b88a817e758e081f474cf5836dbe "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.796 upstream_response_time:1.796 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:48 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 1796 2021-04-09 16:21:48 248 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2a8e0f73 2021-04-09 16:21:48 248 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:48 741 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v17 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:48 +0000] 11d1157515f6c878c519ed324861b01f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:48 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 597 2021-04-09 16:21:48 852 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@92222bf 2021-04-09 16:21:48 852 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:49 241 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v18 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:49 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 694 10.233.67.193 - - [09/Apr/2021:16:21:49 +0000] 8b7794f4d2608cc0100ed85cbfde8008 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.695 upstream_response_time:0.695 "-" "Go-http-client/1.1" "-" 2021-04-09 16:21:49 549 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@23e2a60b 2021-04-09 16:21:49 549 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:49 874 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v18 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:49 +0000] a810de2262a70f3450753a2209996e46 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.397 upstream_response_time:0.397 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:49 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 396 2021-04-09 16:21:49 949 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@20fde919 2021-04-09 16:21:49 949 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:50 207 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v19 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:50 +0000] 4bd4a7091c07dd36f2437b788a040c67 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:50 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 497 2021-04-09 16:21:50 474 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@60ee261e 2021-04-09 16:21:50 474 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:50 942 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v19 ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:51 +0000] 7158e1cb416466bae2e37ba19db4d2eb "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.074 upstream_response_time:1.074 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:51 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1073 2021-04-09 16:21:51 552 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@60b28c21 2021-04-09 16:21:51 552 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:52 341 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-45 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-named-query,version- ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:52 +0000] 6967db8fcae932dc35627fb6564d6168 "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.67.193 - - [09/Apr/2021:16:21:52 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 1096 2021-04-09 16:21:52 650 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@51af496b 2021-04-09 16:21:52 650 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.67.193,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.201","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-09 16:21:52 851 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-named-query,version- ,namespace- 10.233.67.193 - - [09/Apr/2021:16:21:53 +0000] dd1536a1ed331600f013edc42ca6f7e4 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.496 upstream_response_time:0.496 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:21:53 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 455 "-" "Go-http-client/1.1" 496 2021-04-09 16:22:28 501 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:22:28 +0000] 0ef34c59fc89517c7d6a948cf33b2c31 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.453 upstream_response_time:0.453 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:22:28 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 446 2021-04-09 16:22:28 949 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:22:30 +0000] 76931e62591882ac1d171c2e8999ec67 "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:1.097 upstream_response_time:1.097 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:22:30 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1096 2021-04-09 16:22:30 047 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:22:30 +0000] d2959aca2aa456ee5ba812cff5cee914 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.399 upstream_response_time:0.399 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:22:30 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 397 2021-04-09 16:22:30 446 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-46 - DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:22:30 +0000] ed227b84d84c4a20b6ee05bbf2c362e6 "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.400 upstream_response_time:0.400 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:22:30 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 399 2021-04-09 16:22:30 849 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:22:31 +0000] e65e7d59167fbe3f19ffb38dcef69e18 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.598 upstream_response_time:0.598 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:22:31 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 597 2021-04-09 16:22:31 447 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-46 - DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:22:31 +0000] 5bb7d69d77fb798a0e321e5221f18bf7 "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.110 upstream_response_time:0.110 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:22:31 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 109 2021-04-09 16:22:31 568 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:22:32 +0000] 2b8f6197e865a995e5a255d429606d32 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.592 upstream_response_time:0.592 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:22:32 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 581 2021-04-09 16:22:32 150 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-46 - DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:22:32 +0000] 9be9c68b1c167670f9c20f962acc8671 "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.097 upstream_response_time:0.097 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:22:32 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 96 2021-04-09 16:22:32 249 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:22:32 +0000] f63cc32cfe3c58eb880d2d27444a89a6 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.198 upstream_response_time:0.198 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:22:32 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 197 2021-04-09 16:22:32 455 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-46 - DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:22:33 +0000] a20770a66c940290638076637907ae42 "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.691 upstream_response_time:0.691 "-" "Go-http-client/1.1" "-" 10.233.67.193 - - [09/Apr/2021:16:22:33 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.69.201/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 690 2021-04-09 16:22:33 147 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-45 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.69.201/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.69.201,port:8446 10.233.67.193 - - [09/Apr/2021:16:22:33 +0000] a6d515bcc088be8ef8ffe6bcfa60de93 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.69.201/8446 HTTP/1.1" 204 request_processing_time:0.497 upstream_response_time:0.497 "-" "Go-http-client/1.1" "-" 10.2