@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-12 04:10:09 076 INFO [io.dropwizard.server.SimpleServerFactory][main] - Registering jersey handler with root path prefix: / 2021-04-12 04:10:09 078 INFO [io.dropwizard.server.SimpleServerFactory][main] - Registering admin handler with root path prefix: /admin 2021-04-12 04:10:09 265 INFO [org.onap.msb.sdclient.DiscoverApp][main] - getApplicationContextPath: /api/microservices/v1 2021/04/12 04:10:23 [error] 24#24: *6 connect() failed (111: Connection refused) while connecting to upstream, client: 10.233.70.72, 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.70.72 - - [12/Apr/2021:04:10:23 +0000] 49eb9438c89a8e5337b8cb6a9fe0d926 "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-12 04:10:25 063 INFO [org.reflections.Reflections][main] - Reflections took 15612 ms to scan 1 urls, producing 15738 keys and 30140 values 2021-04-12 04:10:27 868 INFO [org.glassfish.jersey.internal.ServiceFinder][main] - Running in a non-OSGi environment 2021/04/12 04:10:28 [error] 24#24: *9 connect() failed (111: Connection refused) while connecting to upstream, client: 10.233.70.72, 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.70.72 - - [12/Apr/2021:04:10:28 +0000] 5497fe03c316a9ce83e3c4541936f6bd "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-12 04:10:29 779 INFO [org.onap.msb.sdclient.wrapper.util.ConfigUtil][main] - init TCP_UDP portRange:28001-30000 2021-04-12 04:10:29 779 INFO [org.onap.msb.sdclient.wrapper.util.ConfigUtil][main] - init Consul Register Mode:agent 2021-04-12 04:10:29 779 INFO [io.dropwizard.server.SimpleServerFactory][main] - Registering jersey handler with root path prefix: / 2021-04-12 04:10:29 779 INFO [io.dropwizard.server.SimpleServerFactory][main] - Registering admin handler with root path prefix: /admin 2021-04-12 04:10:29 864 INFO [io.dropwizard.server.ServerFactory][main] - Starting MicroService Bus 2021-04-12 04:10:31 268 INFO [org.eclipse.jetty.setuid.SetUIDListener][main] - Opened MicroService Bus @674c9079{HTTP/1.1,[http/1.1]}{0.0.0.0:8076} 2021-04-12 04:10:31 270 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-12 04:10:34 064 INFO [org.glassfish.jersey.server.ApplicationHandler][main] - Initiating Jersey application, version Jersey: 2.25.1 2017-01-19 16:23:50... 2021-04-12 04:10:38 967 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-12 04:10:38 971 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-12 04:10:40 668 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-12 04:10:41 664 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-12 04:10:41 665 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-12 04:10:41 666 INFO [org.eclipse.jetty.server.handler.ContextHandler][main] - Started i.d.j.MutableServletContextHandler@8a98f38{/,null,AVAILABLE} 2021-04-12 04:10:41 764 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-12 04:10:41 764 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-12 04:10:42 065 INFO [org.eclipse.jetty.server.handler.ContextHandler][main] - Started i.d.j.MutableServletContextHandler@444cc791{/admin,null,AVAILABLE} 2021-04-12 04:10:43 464 INFO [org.eclipse.jetty.server.AbstractConnector][main] - Started MicroService Bus @674c9079{HTTP/1.1,[http/1.1]}{0.0.0.0:8076} 2021-04-12 04:10:43 464 INFO [org.eclipse.jetty.server.Server][main] - Started @45891ms 2021-04-12 04:10:49 766 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.70.72 - - [12/Apr/2021:04:10:53 +0000] b6e9cbff5625283a0027d9677f4f9e81 "GET /api/microservices/v1/services/health HTTP/1.1" 200 request_processing_time:4.658 upstream_response_time:4.658 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:10:53 +0000] "GET /api/microservices/v1/services/health HTTP/1.1" 200 25 "-" "Go-http-client/1.1" 4498 2021-04-12 04:10:54 180 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@78131b21 2021-04-12 04:10:54 371 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.0.236","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-12 04:10:54 926 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-vio,version-v0 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:10:55 +0000] fca17b7cd3fc901362419a066896e650 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.356 upstream_response_time:1.356 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:10:55 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 460 "-" "Go-http-client/1.1" 1310 2021-04-12 04:10:55 270 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@49e859ab 2021-04-12 04:10:55 270 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.0.236","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-12 04:10:55 481 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-vio,version-v1 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:10:55 +0000] 4bcf611e9cbab36acd61b169f505ab16 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.388 upstream_response_time:0.388 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:10:55 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 460 "-" "Go-http-client/1.1" 306 2021-04-12 04:10:55 764 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4d1c5f11 2021-04-12 04:10:55 765 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.43.159","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-12 04:10:56 598 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-esr-server,version-v1 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:10:56 +0000] c91f012f7b3879c51c2974b6b39e2ab4 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.039 upstream_response_time:1.039 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:10:56 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 461 "-" "Go-http-client/1.1" 998 2021-04-12 04:10:56 676 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@363a04ca 2021-04-12 04:10:56 677 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.61.177","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-12 04:10:57 126 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-k8s,version-v1 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:10:57 +0000] cadf225105da215ac0cc6cbcf99d8bc2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.614 upstream_response_time:0.614 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:10:57 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 441 "-" "Go-http-client/1.1" 558 2021-04-12 04:10:57 265 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@157617e9 2021-04-12 04:10:57 265 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.24.144","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-12 04:10:57 526 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-message-router,version-v1 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:10:57 +0000] d1afbe902439fda65bba05940ecbf6e2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.433 upstream_response_time:0.433 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:10:57 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 441 "-" "Go-http-client/1.1" 430 2021-04-12 04:10:57 864 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@78880703 2021-04-12 04:10:57 864 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.22.235","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-12 04:10:58 148 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-esr-gui,version-v1 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:10:58 +0000] 669a5950361d64868869c213267315b3 "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.70.72 - - [12/Apr/2021:04:10:58 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 456 "-" "Go-http-client/1.1" 506 2021-04-12 04:10:58 368 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@62c45b5c 2021-04-12 04:10:58 368 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.24.108","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-12 04:10:59 128 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-appc,version-v1 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:10:59 +0000] d880080b49e21720c08469949baf6dc2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.868 upstream_response_time:0.868 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:10:59 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 422 "-" "Go-http-client/1.1" 888 2021-04-12 04:10:59 170 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@758da11 2021-04-12 04:10:59 170 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.46.185","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-12 04:11:00 093 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.70.72 - - [12/Apr/2021:04:11:00 +0000] 0c1afff85b52fdcb29a80560b11dcd0f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.968 upstream_response_time:0.968 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:00 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 494 "-" "Go-http-client/1.1" 997 2021-04-12 04:11:00 170 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@163af004 2021-04-12 04:11:00 170 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.46.185","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-12 04:11:00 626 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-titaniumcloud,version-v0 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:11:00 +0000] 985f607cfbc2554065603600a379c09f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.671 upstream_response_time:0.671 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:00 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 491 "-" "Go-http-client/1.1" 670 2021-04-12 04:11:00 865 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6d1a7284 2021-04-12 04:11:00 866 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.46.185","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-12 04:11:01 326 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-titaniumcloud,version-v1 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:11:01 +0000] 75b2fa3ce43516c4730574eaf8244106 "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.70.72 - - [12/Apr/2021:04:11:01 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 491 "-" "Go-http-client/1.1" 596 2021-04-12 04:11:01 467 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7a44b650 2021-04-12 04:11:01 467 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.6.122","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-12 04:11:01 724 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-fcaps,version-v0 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:11:01 +0000] 1c21acab871de06c519112b72a68e63a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.303 upstream_response_time:0.303 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:01 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 465 "-" "Go-http-client/1.1" 273 2021-04-12 04:11:01 774 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@41797fe6 2021-04-12 04:11:01 774 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.6.122","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-12 04:11:02 130 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-fcaps,version-v1 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:11:02 +0000] e3d6be70eb53b2e2963cd7fc829c9707 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.492 upstream_response_time:0.492 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:02 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 465 "-" "Go-http-client/1.1" 464 2021-04-12 04:11:02 244 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@699f3a42 2021-04-12 04:11:02 244 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.22.101","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-12 04:11:02 826 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud,version-v0 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:11:03 +0000] c4d70a1a11da0e1290a5b6012e187e2d "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.70.72 - - [12/Apr/2021:04:11:03 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 449 "-" "Go-http-client/1.1" 793 2021-04-12 04:11:03 070 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4e179bb4 2021-04-12 04:11:03 070 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.22.101","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-12 04:11:03 265 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud,version-v1 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:11:03 +0000] 07bb3bfff86dd7d2c04cb7c0751ba9cb "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.334 upstream_response_time:0.334 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:03 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 449 "-" "Go-http-client/1.1" 305 2021-04-12 04:11:03 565 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@657e1508 2021-04-12 04:11:03 566 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.30.129","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-12 04:11:04 126 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-parser,version-v1 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:11:04 +0000] 2f4024976acb677b112591fdd25a2ef9 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.158 upstream_response_time:1.158 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:04 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 438 "-" "Go-http-client/1.1" 1068 2021-04-12 04:11:04 542 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@28e75e6d 2021-04-12 04:11:04 567 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.30.129","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-12 04:11:05 057 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-catalog,version-v1 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:11:05 +0000] dbd7b9c7213caccde03972853ad66280 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.601 upstream_response_time:0.601 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:05 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 441 "-" "Go-http-client/1.1" 599 2021-04-12 04:11:05 171 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6f61542d 2021-04-12 04:11:05 171 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.30.129","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-12 04:11:05 459 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-nsd,version-v1 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:11:05 +0000] af42f513cd662d43823d2be3d8086a19 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.309 upstream_response_time:0.309 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:05 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 429 "-" "Go-http-client/1.1" 307 2021-04-12 04:11:05 483 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6b525d9b 2021-04-12 04:11:05 484 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.30.129","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-12 04:11:05 829 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-vnfpkgm,version-v1 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:11:06 +0000] 968b60d4ea8c7054d76ba1c25156a856 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.551 upstream_response_time:0.551 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:06 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 441 "-" "Go-http-client/1.1" 550 2021-04-12 04:11:06 042 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5ddcc5cc 2021-04-12 04:11:06 042 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.33.12","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-12 04:11:06 525 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.70.72 - - [12/Apr/2021:04:11:06 +0000] 3bfe180067c5594e634fa2d3a3520965 "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.70.72 - - [12/Apr/2021:04:11:06 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 435 "-" "Go-http-client/1.1" 695 2021-04-12 04:11:06 740 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@31d1b86a 2021-04-12 04:11:06 741 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.16.171","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-12 04:11:07 626 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.70.72 - - [12/Apr/2021:04:11:07 +0000] 1b1efefb3614dccbd0e4073ff5d059dd "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.097 upstream_response_time:1.097 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:07 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 465 "-" "Go-http-client/1.1" 1096 2021-04-12 04:11:07 867 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1674bd50 2021-04-12 04:11:07 867 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.16.171","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-12 04:11:07 931 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.70.72 - - [12/Apr/2021:04:11:08 +0000] a93d360fcd4046938513ba8661046567 "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.70.72 - - [12/Apr/2021:04:11:08 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 465 "-" "Go-http-client/1.1" 368 2021-04-12 04:11:08 247 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@60825b50 2021-04-12 04:11:08 248 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:08 364 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.70.72 - - [12/Apr/2021:04:11:08 +0000] fd0ddd0bb29d9198ea122d401268ee4c "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.199 upstream_response_time:0.199 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:08 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 196 2021-04-12 04:11:08 464 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4365a52 2021-04-12 04:11:08 464 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:09 026 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.70.72 - - [12/Apr/2021:04:11:09 +0000] 881a41a6654a97c7b7aeda43c28a3ed1 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.690 upstream_response_time:0.690 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:09 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 690 2021-04-12 04:11:09 138 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@237694e0 2021-04-12 04:11:09 138 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:09 726 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.70.72 - - [12/Apr/2021:04:11:09 +0000] 9b14298a8fa7dbac3e36a2893bacbffa "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.70.72 - - [12/Apr/2021:04:11:09 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 697 2021-04-12 04:11:09 849 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@29128813 2021-04-12 04:11:09 849 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:10 228 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.70.72 - - [12/Apr/2021:04:11:10 +0000] 536f33a307f6c1df3eb992498b804e51 "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.70.72 - - [12/Apr/2021:04:11:10 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 591 2021-04-12 04:11:10 463 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@669659df 2021-04-12 04:11:10 463 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:10 588 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.70.72 - - [12/Apr/2021:04:11:10 +0000] fc827d93c44ef9a52313a4ae0d9db4e6 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.235 upstream_response_time:0.235 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:10 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 234 2021-04-12 04:11:10 764 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7cbcdeeb 2021-04-12 04:11:10 764 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:11 063 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.70.72 - - [12/Apr/2021:04:11:11 +0000] 213efa5ac9034f3ea4293e19b88ffe1c "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.558 upstream_response_time:0.558 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:11 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 559 2021-04-12 04:11:11 244 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1aec8512 2021-04-12 04:11:11 244 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:12 029 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.70.72 - - [12/Apr/2021:04:11:12 +0000] 6e48770af437ff4251f1a6aa531f085a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.891 upstream_response_time:0.891 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:12 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 890 2021-04-12 04:11:12 138 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3b6d0213 2021-04-12 04:11:12 138 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:12 617 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.70.72 - - [12/Apr/2021:04:11:12 +0000] 45944b42b6e33137a70b16ba5d9df02c "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.70.72 - - [12/Apr/2021:04:11:12 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 597 2021-04-12 04:11:12 739 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1d43b517 2021-04-12 04:11:12 739 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:13 051 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.70.72 - - [12/Apr/2021:04:11:13 +0000] 31be19c41bbec57e4c913103395372b1 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.329 upstream_response_time:0.329 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:13 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 329 2021-04-12 04:11:13 076 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@29999e6e 2021-04-12 04:11:13 076 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:13 628 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.70.72 - - [12/Apr/2021:04:11:13 +0000] 5a59c00a4c4153f76d609203791bdcbf "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.766 upstream_response_time:0.766 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:13 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 760 2021-04-12 04:11:13 841 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7a4fa45e 2021-04-12 04:11:13 841 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:14 326 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.70.72 - - [12/Apr/2021:04:11:14 +0000] 3436e01d51be870bc3116e8a3f42672a "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.70.72 - - [12/Apr/2021:04:11:14 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 692 2021-04-12 04:11:14 536 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3fd8f63b 2021-04-12 04:11:14 536 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:14 969 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.70.72 - - [12/Apr/2021:04:11:15 +0000] 5930b6fb59d161a8ad5aa207f05208d2 "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.70.72 - - [12/Apr/2021:04:11:15 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 596 2021-04-12 04:11:15 139 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@17279a18 2021-04-12 04:11:15 139 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:15 426 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.70.72 - - [12/Apr/2021:04:11:15 +0000] e09ead869c2d86ace6f202b527337541 "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.70.72 - - [12/Apr/2021:04:11:15 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 395 2021-04-12 04:11:15 539 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5fe44a57 2021-04-12 04:11:15 539 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:15 871 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.70.72 - - [12/Apr/2021:04:11:16 +0000] 6b5beaf431d513334b1ff8efb61789d5 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.499 upstream_response_time:0.499 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:16 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 498 2021-04-12 04:11:16 041 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@75fceb96 2021-04-12 04:11:16 041 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:16 827 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.70.72 - - [12/Apr/2021:04:11:17 +0000] e2db042a0cef5d09ac83744403f40b84 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.194 upstream_response_time:1.194 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:17 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 1193 2021-04-12 04:11:17 239 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6a940d7c 2021-04-12 04:11:17 239 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:17 628 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.70.72 - - [12/Apr/2021:04:11:18 +0000] 378af3772b327f16d315ec3ad0495e5c "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.70.72 - - [12/Apr/2021:04:11:18 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 794 2021-04-12 04:11:18 037 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7bc61ed5 2021-04-12 04:11:18 038 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:18 278 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.70.72 - - [12/Apr/2021:04:11:18 +0000] 8a90f98c1a0338016045d59b42d96919 "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.70.72 - - [12/Apr/2021:04:11:18 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 495 2021-04-12 04:11:18 537 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@16f6bcb 2021-04-12 04:11:18 538 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:18 726 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.70.72 - - [12/Apr/2021:04:11:18 +0000] a25cd855e13c385038dc683e27f80ca1 "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.70.72 - - [12/Apr/2021:04:11:18 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 399 2021-04-12 04:11:18 943 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2e5f131e 2021-04-12 04:11:18 943 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:19 326 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.70.72 - - [12/Apr/2021:04:11:19 +0000] 292a366dc5238e3f604d4dd41389a2f0 "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.70.72 - - [12/Apr/2021:04:11:19 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 494 2021-04-12 04:11:19 444 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4c4ccf2a 2021-04-12 04:11:19 444 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:20 473 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.70.72 - - [12/Apr/2021:04:11:20 +0000] 3dba238ff7dea7d38a4fe82bd189931a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.496 upstream_response_time:1.496 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:20 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 1494 2021-04-12 04:11:20 950 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@36adceb7 2021-04-12 04:11:20 951 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:21 427 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.70.72 - - [12/Apr/2021:04:11:21 +0000] 75662b08f2cc8ebbf2372047af12e0ce "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.501 upstream_response_time:0.501 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:21 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 499 2021-04-12 04:11:21 467 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@623481f2 2021-04-12 04:11:21 467 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:21 733 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.70.72 - - [12/Apr/2021:04:11:21 +0000] 590ee1b6756083704a4d9c7ab219c7a5 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.488 upstream_response_time:0.488 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:21 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 487 2021-04-12 04:11:21 942 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@417ca5b5 2021-04-12 04:11:21 942 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:22 129 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.70.72 - - [12/Apr/2021:04:11:22 +0000] b5b6e5d41b52be9ebd656394616864f9 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.207 upstream_response_time:0.207 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:22 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 204 2021-04-12 04:11:22 164 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6579d6ca 2021-04-12 04:11:22 164 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:22 364 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.70.72 - - [12/Apr/2021:04:11:22 +0000] 0c6dccea24ac9fa4ac449e26f475def9 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.322 upstream_response_time:0.322 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:22 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 320 2021-04-12 04:11:22 571 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1e6e3c8 2021-04-12 04:11:22 571 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:23 326 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.70.72 - - [12/Apr/2021:04:11:23 +0000] 450dffaae460b9de247d22e90791e6e1 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.958 upstream_response_time:0.958 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:23 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 959 2021-04-12 04:11:23 440 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@674714cd 2021-04-12 04:11:23 440 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:23 964 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.70.72 - - [12/Apr/2021:04:11:24 +0000] f7a4258bcaf5119c7477724f9274070f "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.70.72 - - [12/Apr/2021:04:11:24 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 731 2021-04-12 04:11:24 265 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@28bb95fd 2021-04-12 04:11:24 266 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:24 927 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.70.72 - - [12/Apr/2021:04:11:25 +0000] dcde59889a8d4901e37d9e524cd4d516 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.057 upstream_response_time:1.057 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:25 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 1053 2021-04-12 04:11:25 238 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@31df5959 2021-04-12 04:11:25 239 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:25 626 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.70.72 - - [12/Apr/2021:04:11:25 +0000] cf6037fa3dc02b9e0e5695e6c8484202 "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.70.72 - - [12/Apr/2021:04:11:25 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 504 2021-04-12 04:11:25 748 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@46fc7669 2021-04-12 04:11:25 748 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:26 392 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.70.72 - - [12/Apr/2021:04:11:26 +0000] f8f1d8fd42c4c2562ff230ed97f7bf9f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.660 upstream_response_time:0.660 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:26 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 657 2021-04-12 04:11:26 417 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2c07164d 2021-04-12 04:11:26 417 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:27 227 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.70.72 - - [12/Apr/2021:04:11:27 +0000] 796a2566e65dc478b8cff16596c35aef "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.864 upstream_response_time:0.864 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:27 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 858 2021-04-12 04:11:27 278 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@e772f94 2021-04-12 04:11:27 278 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:28 021 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.70.72 - - [12/Apr/2021:04:11:28 +0000] 244ae4a25a6bb78f5c0b25a43773e2ce "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.759 upstream_response_time:0.759 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:28 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 760 2021-04-12 04:11:28 069 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6490e0ba 2021-04-12 04:11:28 069 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:28 444 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.70.72 - - [12/Apr/2021:04:11:28 +0000] 54de34cb94244271d1728e0606d797ab "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.70.72 - - [12/Apr/2021:04:11:28 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 465 2021-04-12 04:11:28 536 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@185fc03a 2021-04-12 04:11:28 536 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:29 069 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.70.72 - - [12/Apr/2021:04:11:29 +0000] 1fea76aca7dc5261855b2da775b0bd9e "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.70.72 - - [12/Apr/2021:04:11:29 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 596 2021-04-12 04:11:29 138 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@68dfb0c6 2021-04-12 04:11:29 139 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:30 326 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.70.72 - - [12/Apr/2021:04:11:30 +0000] dc5ece0312a9f64e3a34347a9a832fff "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.296 upstream_response_time:1.296 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:30 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 1295 2021-04-12 04:11:30 464 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@35a2198b 2021-04-12 04:11:30 465 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:31 126 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.70.72 - - [12/Apr/2021:04:11:31 +0000] 8884a57513b73ca02e35e00733858e35 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.896 upstream_response_time:0.896 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:31 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 896 2021-04-12 04:11:31 340 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@13656cba 2021-04-12 04:11:31 341 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:31 812 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.70.72 - - [12/Apr/2021:04:11:31 +0000] 56eaf47d82e86075c8f9a15fbf952cf2 "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.70.72 - - [12/Apr/2021:04:11:31 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 494 2021-04-12 04:11:31 869 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@784cf0ba 2021-04-12 04:11:31 869 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:32 600 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.70.72 - - [12/Apr/2021:04:11:32 +0000] 92559b3f312a2c2465172129e2d7e121 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.969 upstream_response_time:0.969 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:32 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 968 2021-04-12 04:11:32 840 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@375c19 2021-04-12 04:11:32 840 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:33 500 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.70.72 - - [12/Apr/2021:04:11:33 +0000] 11cc55f1f47ede34f16f8de8bc6bc9c2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.897 upstream_response_time:0.897 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:33 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 897 2021-04-12 04:11:33 740 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@184a91ac 2021-04-12 04:11:33 740 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:34 378 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.70.72 - - [12/Apr/2021:04:11:34 +0000] 2a4dabf6f3e2fa54f804fb8f77d0916d "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.70.72 - - [12/Apr/2021:04:11:34 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 697 2021-04-12 04:11:34 441 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@402319c4 2021-04-12 04:11:34 441 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:34 626 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.70.72 - - [12/Apr/2021:04:11:34 +0000] 9a165b43b660a5318a47cae48c6d85d8 "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.70.72 - - [12/Apr/2021:04:11:34 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 294 2021-04-12 04:11:34 744 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@28b33dd3 2021-04-12 04:11:34 744 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:35 728 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.70.72 - - [12/Apr/2021:04:11:35 +0000] bb84fa684b8578fc448b1f9a391c475b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.102 upstream_response_time:1.102 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:35 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 1095 2021-04-12 04:11:35 844 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@48402623 2021-04-12 04:11:35 844 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:36 227 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.70.72 - - [12/Apr/2021:04:11:36 +0000] 2b432fa1c2594c743ae13c236d602314 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.491 upstream_response_time:0.491 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:36 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 492 2021-04-12 04:11:36 340 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@739f2fd4 2021-04-12 04:11:36 340 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:37 126 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.70.72 - - [12/Apr/2021:04:11:37 +0000] e299b33a9549e82ed513899b62709a7c "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.70.72 - - [12/Apr/2021:04:11:37 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 896 2021-04-12 04:11:37 244 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@31ad901c 2021-04-12 04:11:37 244 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:38 630 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.70.72 - - [12/Apr/2021:04:11:39 +0000] 53768f587fd9e1a3957452edf3c2fa58 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.793 upstream_response_time:1.793 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:39 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 1791 2021-04-12 04:11:39 047 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7d4643da 2021-04-12 04:11:39 047 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:39 181 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.70.72 - - [12/Apr/2021:04:11:39 +0000] a7527a1131227ddb69cd348fb5abd257 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.186 upstream_response_time:0.186 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:39 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 186 2021-04-12 04:11:39 237 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3fada004 2021-04-12 04:11:39 237 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:39 526 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.70.72 - - [12/Apr/2021:04:11:39 +0000] 5cc43b75024ae309470a91f199cd8fd6 "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.70.72 - - [12/Apr/2021:04:11:39 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 395 2021-04-12 04:11:39 636 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@a8aad8b 2021-04-12 04:11:39 637 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:40 228 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.70.72 - - [12/Apr/2021:04:11:40 +0000] 5a40a6449fed2dd33f72675e6a020bbe "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.70.72 - - [12/Apr/2021:04:11:40 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 695 2021-04-12 04:11:40 338 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5720de51 2021-04-12 04:11:40 338 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:40 925 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.70.72 - - [12/Apr/2021:04:11:41 +0000] 618193412f1a25a20d69732b78fb00ab "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.798 upstream_response_time:0.798 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:41 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 797 2021-04-12 04:11:41 139 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@413ed92b 2021-04-12 04:11:41 139 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:41 527 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.70.72 - - [12/Apr/2021:04:11:41 +0000] 735628346febfe4bce0e91268cf26057 "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.70.72 - - [12/Apr/2021:04:11:41 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 696 2021-04-12 04:11:41 839 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@18ec36eb 2021-04-12 04:11:41 839 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:42 827 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.70.72 - - [12/Apr/2021:04:11:43 +0000] f9f031ab4dad0df6efafab8b24c00b51 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.208 upstream_response_time:1.208 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:43 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 1207 2021-04-12 04:11:43 050 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2bd9f98f 2021-04-12 04:11:43 050 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:43 828 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.70.72 - - [12/Apr/2021:04:11:44 +0000] 10726028b440a8301898e31b2e01e0a0 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.082 upstream_response_time:1.082 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:44 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 1082 2021-04-12 04:11:44 144 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1815ea9d 2021-04-12 04:11:44 144 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:44 826 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.70.72 - - [12/Apr/2021:04:11:44 +0000] faa1154447c03ccbbbb54f67619e4d3b "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.70.72 - - [12/Apr/2021:04:11:44 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 789 2021-04-12 04:11:44 938 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@360fba8a 2021-04-12 04:11:44 938 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:45 828 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.70.72 - - [12/Apr/2021:04:11:46 +0000] 3d9b3e2670b85b2ff22357d59c457b91 "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.70.72 - - [12/Apr/2021:04:11:46 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 1095 2021-04-12 04:11:46 041 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2e99fb96 2021-04-12 04:11:46 041 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:46 325 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.70.72 - - [12/Apr/2021:04:11:46 +0000] fcdbbaa3e8d0bb6100dae24d2124d959 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.491 upstream_response_time:0.491 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:46 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 491 2021-04-12 04:11:46 535 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@49d6a9d3 2021-04-12 04:11:46 536 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:46 924 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.70.72 - - [12/Apr/2021:04:11:47 +0000] f535945295d69569366a9aa9f39c0668 "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.70.72 - - [12/Apr/2021:04:11:47 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 466 "-" "Go-http-client/1.1" 496 2021-04-12 04:11:47 037 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5d4bded0 2021-04-12 04:11:47 037 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:11:47 625 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.70.72 - - [12/Apr/2021:04:11:47 +0000] 2fb0b171af40a441ccca4ae788a67328 "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.70.72 - - [12/Apr/2021:04:11:47 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 453 "-" "Go-http-client/1.1" 698 2021-04-12 04:11:47 739 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3b97c436 2021-04-12 04:11:47 740 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.30.149","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-12 04:11:48 626 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-starlingx,version-v0 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:11:48 +0000] 202190d230929480f4ebfebbc4d0e117 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.093 upstream_response_time:1.093 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:11:48 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 479 "-" "Go-http-client/1.1" 1093 2021-04-12 04:11:48 837 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@56e7055 2021-04-12 04:11:48 837 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.30.149","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-12 04:11:49 729 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-starlingx,version-v1 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:11:49 +0000] 46ee0e4179118728b6b40639466471f9 "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.70.72 - - [12/Apr/2021:04:11:49 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 479 "-" "Go-http-client/1.1" 996 2021-04-12 04:12:16 752 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:16 +0000] fb1d9b7b142c00d1a66af916878a671c "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.088 upstream_response_time:0.088 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:16 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 85 2021-04-12 04:12:16 835 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:17 +0000] 21437016f21bde8c5cf24886ce748e4f "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.799 upstream_response_time:0.799 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:17 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 797 2021-04-12 04:12:17 642 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:17 +0000] 59aa0b3f9fea75daa0cb40f2747edc9f "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.198 upstream_response_time:0.198 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:17 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 189 2021-04-12 04:12:17 834 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:17 +0000] bcb91df2d1074f41829e44c1cec6a3f2 "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.099 upstream_response_time:0.099 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:17 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 98 2021-04-12 04:12:17 933 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:19 +0000] 93a7b19f0847f5d276d76dae6d9fa780 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:1.400 upstream_response_time:1.400 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:19 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1399 2021-04-12 04:12:19 338 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:19 +0000] 73fd468e00a34d0974c100d14147bb20 "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.196 upstream_response_time:0.196 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:19 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 193 2021-04-12 04:12:19 532 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:19 +0000] cfd00fcb0c17d673923f014ff6408d61 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.201 upstream_response_time:0.201 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:19 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 200 2021-04-12 04:12:19 734 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:20 +0000] e62f1839048bbed8cd27cffd51852abd "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.497 upstream_response_time:0.497 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:20 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 495 2021-04-12 04:12:20 233 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:20 +0000] d520e07b5355a831ce9c518b8c745122 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.598 upstream_response_time:0.598 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:20 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 596 2021-04-12 04:12:20 836 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:21 +0000] a28fe7bd3cf53ae836ac87d57854910e "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.200 upstream_response_time:0.200 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:21 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 195 2021-04-12 04:12:21 033 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:21 +0000] d81e121cd1d32ff1af961e583f90d032 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.398 upstream_response_time:0.398 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:21 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 396 2021-04-12 04:12:21 438 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:21 +0000] e9e5b76b011bad77523ce43e0e9ef508 "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.398 upstream_response_time:0.398 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:21 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 392 2021-04-12 04:12:21 833 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:22 +0000] ce83a70c822363877e26345ba1143e64 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.798 upstream_response_time:0.798 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:22 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 796 2021-04-12 04:12:22 631 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:22 +0000] 0dc7e858d4c6efc5705cbc5444d2db49 "DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.204 upstream_response_time:0.204 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:22 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 203 2021-04-12 04:12:22 839 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v18,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:23 +0000] c92cebe20f41c9b1d415cb2a33590ecf "DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.694 upstream_response_time:0.694 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:23 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 692 2021-04-12 04:12:23 534 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v18,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:24 +0000] 25c440ff68aba2a3114e3c41fec473fa "DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.500 upstream_response_time:0.500 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:24 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 498 2021-04-12 04:12:24 037 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v19,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:24 +0000] 267365a75f2adf548f9059cdb8367b24 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.302 upstream_response_time:0.302 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:24 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 298 2021-04-12 04:12:24 338 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v19,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:24 +0000] e9dd3c345f4eaf91f979f4d1789acc46 "DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.195 upstream_response_time:0.195 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:24 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 193 2021-04-12 04:12:24 532 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v11,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:24 +0000] 24ec6b19c11557060afe47917cd5e15c "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.399 upstream_response_time:0.399 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:24 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 398 2021-04-12 04:12:24 932 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v11,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:25 +0000] c5ee0f304b252b0b64efd7c554dc5106 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.198 upstream_response_time:0.198 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:25 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 198 2021-04-12 04:12:25 132 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v12,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:25 +0000] f58d79fd79118627b26f665d378c4f59 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.307 upstream_response_time:0.307 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:25 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 305 2021-04-12 04:12:25 440 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v12,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:25 +0000] 8a3ec4c21cf81a771896bb6b82824cc3 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.198 upstream_response_time:0.198 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:25 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 196 2021-04-12 04:12:25 638 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v13,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:26 +0000] 4f27ba48f99d3799686e2c0fef845c97 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.393 upstream_response_time:0.393 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:26 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 392 2021-04-12 04:12:26 034 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v13,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:26 +0000] efbb5384b2a4ee82285ff67c556c2c61 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.397 upstream_response_time:0.397 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:26 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 395 2021-04-12 04:12:26 433 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v14,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:26 +0000] 48ee03c2fd3a1f49d4b500df273886ba "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.202 upstream_response_time:0.202 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:26 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 200 2021-04-12 04:12:26 635 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v14,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:27 +0000] 2b8cb75ef5c6eca75cf618d93520304d "DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.495 upstream_response_time:0.495 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:27 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 493 2021-04-12 04:12:27 130 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v15,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:27 +0000] 759e6d6aabac456a531274d8db75c3d4 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.500 upstream_response_time:0.500 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:27 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 499 2021-04-12 04:12:27 635 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v15,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:28 +0000] 40859369432e1e95a11aad5f1a6ae481 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.698 upstream_response_time:0.698 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:28 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 696 2021-04-12 04:12:28 332 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v16,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:28 +0000] 9cc474f74cc077d96b7566317801b14b "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.400 upstream_response_time:0.400 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:28 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 398 2021-04-12 04:12:28 732 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v16,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:29 +0000] 4d51ca09623363907b1ed187c43c7f59 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.599 upstream_response_time:0.599 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:29 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 598 2021-04-12 04:12:29 334 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v17,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:29 +0000] 81dd7a2d4f589e0044d4c6be512df42d "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.398 upstream_response_time:0.398 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:29 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 397 2021-04-12 04:12:29 733 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v17,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:31 +0000] e4b5d3a3326bcf8e03905585ae6cb1ad "DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:1.297 upstream_response_time:1.297 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:31 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1295 2021-04-12 04:12:31 036 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v18,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:31 +0000] 6d98aae7501f2afd92b5ba34cf9f2bdc "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.100 upstream_response_time:0.100 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:31 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 94 2021-04-12 04:12:31 132 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v18,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:31 +0000] 5169e0257aa817b1216f84b29a767e82 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.298 upstream_response_time:0.298 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:31 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 298 2021-04-12 04:12:31 431 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v19,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:31 +0000] 21f084cdb7b54a74e45c30618f6d7b60 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:31 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 298 2021-04-12 04:12:31 732 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v19,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:32 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 496 10.233.70.72 - - [12/Apr/2021:04:12:32 +0000] 329852c4b4c4307c5511f8b9b8ad2b72 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 2021-04-12 04:12:32 231 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v11,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:32 +0000] 6c9e5c50b4428e4e96ae313986a921fb "DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.099 upstream_response_time:0.099 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:32 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 98 2021-04-12 04:12:32 332 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v11,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:32 +0000] bcdc864e348eb10051d4f17350c08a89 "DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:32 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 297 2021-04-12 04:12:32 632 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v12,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:32 +0000] 0c2404d845313d25445d3682df128237 "DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.300 upstream_response_time:0.300 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:32 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 299 2021-04-12 04:12:32 938 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v12,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:34 +0000] dfdc46dcde35b2ddc1072014bd156010 "DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:1.399 upstream_response_time:1.399 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:34 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1393 2021-04-12 04:12:34 333 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v13,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:34 +0000] 1adb39bc4bf3e89c6abe9ba1983dd0d5 "DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.297 upstream_response_time:0.297 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:34 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 295 2021-04-12 04:12:34 632 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v13,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:34 +0000] 9a5bbb23797da81c5d0b62e728a728ab "DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.100 upstream_response_time:0.100 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:34 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 98 2021-04-12 04:12:34 733 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v14,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:35 +0000] 85bc95a8661cd094fceebb422c447bdf "DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:35 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 496 2021-04-12 04:12:35 231 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v14,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:35 +0000] af79d7734d792a0a55854ed4a9a5895f "DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.099 upstream_response_time:0.099 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:35 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 133 2021-04-12 04:12:35 367 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v15,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:35 +0000] 990fef1e63ee92f7696954a183b3064f "DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:35 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 264 2021-04-12 04:12:35 633 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v15,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:35 +0000] f286970cd1f40565aeb116bc19eb2b62 "DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.199 upstream_response_time:0.199 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:35 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 198 2021-04-12 04:12:35 839 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v16,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:36 +0000] 5a46173f86de52ae61e9c68ab3523704 "DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.700 upstream_response_time:0.700 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:36 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 692 2021-04-12 04:12:36 538 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v16,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:37 +0000] a57550815a2bb732839cc5f546793db7 "DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.701 upstream_response_time:0.701 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:37 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 700 2021-04-12 04:12:37 238 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v17,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:37 +0000] 610c197119649daed454ff62434e284a "DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.234 upstream_response_time:0.234 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:37 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 231 2021-04-12 04:12:37 472 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v17,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:37 +0000] 0767d3fb65f78a96a189873caf06b9b0 "DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.361 upstream_response_time:0.361 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:37 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 358 2021-04-12 04:12:37 834 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v18,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:38 +0000] 941ed05743cd1be8fa7d628cd05f271c "DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.499 upstream_response_time:0.499 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:38 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 496 2021-04-12 04:12:38 332 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v18,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:38 +0000] 3486c58bd4ad310886694c906f5b2726 "DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.298 upstream_response_time:0.298 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:38 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 298 2021-04-12 04:12:38 631 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v19,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:38 +0000] ddb435272ae2d739d0afa228a3b0b740 "DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.018 upstream_response_time:0.018 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:38 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 16 2021-04-12 04:12:38 655 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v19,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:39 +0000] 38a185b82b0aa4347ca9c2fcdefbfcb8 "DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.481 upstream_response_time:0.481 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:39 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 480 2021-04-12 04:12:39 136 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-named-query,version:null,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:39 +0000] 0aac7ae91d5c615f4323d062f06b6765 "DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.201 upstream_response_time:0.201 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:39 +0000] "DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 198 2021-04-12 04:12:39 335 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-named-query,version:null,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:12:39 +0000] 94203c820a0a245e0a94cb77836978ea "DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.397 upstream_response_time:0.397 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:39 +0000] "DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 396 2021-04-12 04:12:39 738 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2d9e7ca8 2021-04-12 04:12:39 739 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:12:40 328 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.70.72 - - [12/Apr/2021:04:12:40 +0000] e1f6cb556be46dcad36742ad84fe06e5 "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.70.72 - - [12/Apr/2021:04:12:40 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 695 2021-04-12 04:12:40 440 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@324b02bd 2021-04-12 04:12:40 440 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:12:40 851 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v11 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:12:40 +0000] 207e8db7c5149c7944d28bee95fdfa8b "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.70.72 - - [12/Apr/2021:04:12:40 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 492 2021-04-12 04:12:40 936 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@76c5a917 2021-04-12 04:12:40 936 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:12:41 225 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.70.72 - - [12/Apr/2021:04:12:41 +0000] 5c2a2e96037de8ea9632642fd149ba41 "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.70.72 - - [12/Apr/2021:04:12:41 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 398 2021-04-12 04:12:41 339 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@50359af4 2021-04-12 04:12:41 340 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:12:41 432 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v12 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:12:41 +0000] b38e05478dae3b71fa53d66a326810c9 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.303 upstream_response_time:0.303 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:41 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 302 2021-04-12 04:12:41 644 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@61e61460 2021-04-12 04:12:41 644 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:12:42 125 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.70.72 - - [12/Apr/2021:04:12:42 +0000] 4c2bd56592f543ea8b14a70294dcde5f "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.70.72 - - [12/Apr/2021:04:12:42 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 494 2021-04-12 04:12:42 144 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2eecc759 2021-04-12 04:12:42 144 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:12:43 026 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v13 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:12:43 +0000] 03f3d113dc76026314b78facede4846a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.900 upstream_response_time:0.900 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:43 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 899 2021-04-12 04:12:43 049 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@18e0084e 2021-04-12 04:12:43 050 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:12:43 633 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.70.72 - - [12/Apr/2021:04:12:43 +0000] a05280d78099ae3ef9f091990e4379df "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.605 upstream_response_time:0.605 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:43 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 601 2021-04-12 04:12:43 656 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@18889f4b 2021-04-12 04:12:43 656 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:12:44 115 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v14 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:12:44 +0000] 58b0563ea612a61947a430134f6d1ff3 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.474 upstream_response_time:0.474 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:44 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 472 2021-04-12 04:12:44 132 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@164c9529 2021-04-12 04:12:44 132 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:12:44 526 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.70.72 - - [12/Apr/2021:04:12:44 +0000] c7b9647a185483a0587bacc82d43ae80 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.501 upstream_response_time:0.501 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:44 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 501 2021-04-12 04:12:44 637 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3baba875 2021-04-12 04:12:44 638 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:12:44 906 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v15 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:12:44 +0000] 3841a6c2401b7cb6fd7861df5ef468ce "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.70.72 - - [12/Apr/2021:04:12:44 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 295 2021-04-12 04:12:44 938 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@36293fcd 2021-04-12 04:12:44 938 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:12:45 316 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.70.72 - - [12/Apr/2021:04:12:46 +0000] fac2bdbe764f6603a2541671768638b1 "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.70.72 - - [12/Apr/2021:04:12:46 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 1094 2021-04-12 04:12:46 040 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2c0818ac 2021-04-12 04:12:46 041 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:12:46 544 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v16 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:12:46 +0000] b1cc1c1afb1513f3d22c1356030bd6fe "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.70.72 - - [12/Apr/2021:04:12:46 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 592 2021-04-12 04:12:46 638 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@16ea1262 2021-04-12 04:12:46 638 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:12:47 126 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.70.72 - - [12/Apr/2021:04:12:47 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 593 10.233.70.72 - - [12/Apr/2021:04:12:47 +0000] 244e821b541be8daf8eee7b144f9af79 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.596 upstream_response_time:0.596 "-" "Go-http-client/1.1" "-" 2021-04-12 04:12:47 239 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@57b0dd9a 2021-04-12 04:12:47 239 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:12:47 725 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v17 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:12:47 +0000] 38bfe7555deca7ca463f6420e5931675 "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.70.72 - - [12/Apr/2021:04:12:47 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 598 2021-04-12 04:12:47 845 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@687e08de 2021-04-12 04:12:47 846 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:12:48 036 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.70.72 - - [12/Apr/2021:04:12:48 +0000] 701811042000976c887e3fc902894319 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.209 upstream_response_time:0.209 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:48 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 205 2021-04-12 04:12:48 058 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5017c58c 2021-04-12 04:12:48 058 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:12:48 526 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v18 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:12:48 +0000] cd5ad40e74f94e992b7c214dc4eee9a5 "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.70.72 - - [12/Apr/2021:04:12:48 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 585 2021-04-12 04:12:48 646 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6b0193dc 2021-04-12 04:12:48 647 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:12:48 831 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.70.72 - - [12/Apr/2021:04:12:48 +0000] a0064dfa1939ed5efa6a57ac2425e6e5 "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.70.72 - - [12/Apr/2021:04:12:48 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 287 2021-04-12 04:12:48 938 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4ba74854 2021-04-12 04:12:48 938 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:12:49 393 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v19 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:12:49 +0000] 6513e97746c9ee5364ed091be704ab3c "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.70.72 - - [12/Apr/2021:04:12:49 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 494 2021-04-12 04:12:49 438 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2cd6d0e1 2021-04-12 04:12:49 438 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:12:49 827 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.70.72 - - [12/Apr/2021:04:12:50 +0000] 5a0f0fd13210f1e41b57f488e1e09a72 "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.70.72 - - [12/Apr/2021:04:12:50 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 695 2021-04-12 04:12:50 138 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@afe6174 2021-04-12 04:12:50 138 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:12:50 412 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v11 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:12:50 +0000] e5b252664b857fddf65b430fe39562b2 "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.70.72 - - [12/Apr/2021:04:12:50 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 401 2021-04-12 04:12:50 541 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7522002e 2021-04-12 04:12:50 542 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:12:50 926 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v12 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:12:51 +0000] 8dbe52560cd9292237348eebdec21160 "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.70.72 - - [12/Apr/2021:04:12:51 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 595 2021-04-12 04:12:51 139 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@31f107c9 2021-04-12 04:12:51 139 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:12:51 381 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.70.72 - - [12/Apr/2021:04:12:52 +0000] cb73dfa24a76077709637fa12c94545a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.993 upstream_response_time:0.993 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:52 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 992 2021-04-12 04:12:52 135 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6e7726fe 2021-04-12 04:12:52 135 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:12:52 327 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v13 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:12:52 +0000] 5b3c63dfd7b77dbccbceae8ccd8ab73a "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.70.72 - - [12/Apr/2021:04:12:52 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 297 2021-04-12 04:12:52 436 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@355584a6 2021-04-12 04:12:52 436 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:12:53 126 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.70.72 - - [12/Apr/2021:04:12:53 +0000] a38379194923ffac290bbefb9d0bd15e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.034 upstream_response_time:1.034 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:53 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 1033 2021-04-12 04:12:53 479 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5973f3f9 2021-04-12 04:12:53 479 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:12:53 963 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v14 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:12:54 +0000] 89904939029311a1874a801a35097a3e "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.70.72 - - [12/Apr/2021:04:12:54 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 597 2021-04-12 04:12:54 074 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2019d57e 2021-04-12 04:12:54 075 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:12:54 626 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.70.72 - - [12/Apr/2021:04:12:54 +0000] 91835aa3530fa1d1bef953cedcbee629 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.659 upstream_response_time:0.659 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:54 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 658 2021-04-12 04:12:54 737 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@29ac8c79 2021-04-12 04:12:54 737 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:12:57 598 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v15 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:12:57 +0000] 0eeba1a07774d6686c4c79c3a93cd2e1 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:2.881 upstream_response_time:2.881 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:57 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 2881 2021-04-12 04:12:57 623 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2de31653 2021-04-12 04:12:57 623 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:12:58 603 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.70.72 - - [12/Apr/2021:04:12:58 +0000] 194f7969a55aa7cbb069adb04fb50237 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.009 upstream_response_time:1.009 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:12:58 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 1008 2021-04-12 04:12:58 637 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5ce4499c 2021-04-12 04:12:58 637 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:12:59 375 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v16 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:12:59 +0000] 612751e21303f94001b8a50d6e42bba6 "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.70.72 - - [12/Apr/2021:04:12:59 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 794 2021-04-12 04:12:59 435 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@21dad3f3 2021-04-12 04:12:59 435 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:13:01 327 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.70.72 - - [12/Apr/2021:04:13:01 +0000] 2ded3d78d73de1e3f740a29d0aa6193c "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.996 upstream_response_time:1.996 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:13:01 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 1995 2021-04-12 04:13:01 438 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4cb840b2 2021-04-12 04:13:01 438 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:13:01 726 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v17 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:13:01 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 305 10.233.70.72 - - [12/Apr/2021:04:13:01 +0000] 0bd501142b9459997ab683ebe97a2855 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.309 upstream_response_time:0.309 "-" "Go-http-client/1.1" "-" 2021-04-12 04:13:01 748 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@54dd9b88 2021-04-12 04:13:01 748 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:13:02 425 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.70.72 - - [12/Apr/2021:04:13:02 +0000] 41a8ed6f24cb6329d8d1cbe96ca14fe3 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.691 upstream_response_time:0.691 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:13:02 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 690 2021-04-12 04:13:02 444 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@90daf74 2021-04-12 04:13:02 444 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:13:03 254 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v18 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:13:03 +0000] 983081dc2c3c93e3b908ee3a59d92535 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.890 upstream_response_time:0.890 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:13:03 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 889 2021-04-12 04:13:03 343 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6d1ee2f0 2021-04-12 04:13:03 343 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:13:04 226 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.70.72 - - [12/Apr/2021:04:13:04 +0000] 00551716d6ac2e00fd22a2f78d109bd7 "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.70.72 - - [12/Apr/2021:04:13:04 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 994 2021-04-12 04:13:04 335 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@b3654aa 2021-04-12 04:13:04 335 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:13:05 728 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v19 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:13:05 +0000] 51470ea91abea422d19df1f45b724fcc "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.602 upstream_response_time:1.602 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:13:05 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 1602 2021-04-12 04:13:05 947 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@751352d6 2021-04-12 04:13:05 947 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:13:06 829 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.70.72 - - [12/Apr/2021:04:13:07 +0000] b04816c10d74cffc89c2ce7e5f2e02c1 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.088 upstream_response_time:1.088 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:13:07 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 1087 2021-04-12 04:13:07 037 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6db5ae32 2021-04-12 04:13:07 038 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:13:07 411 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v11 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:13:07 +0000] 0dbd79faebb7ddeb2872e910d75b4069 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.406 upstream_response_time:0.406 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:13:07 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 406 2021-04-12 04:13:07 448 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@575f9297 2021-04-12 04:13:07 449 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:13:08 026 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.70.72 - - [12/Apr/2021:04:13:08 +0000] f73a0fe7f9b99deb86b6103df1eb916c "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.70.72 - - [12/Apr/2021:04:13:08 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 684 2021-04-12 04:13:08 137 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1dd2047e 2021-04-12 04:13:08 137 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:13:08 288 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v12 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:13:08 +0000] 377bbb47189f59f624cd135e0e27db35 "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.70.72 - - [12/Apr/2021:04:13:08 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 395 2021-04-12 04:13:08 538 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1e740a51 2021-04-12 04:13:08 539 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:13:08 632 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.70.72 - - [12/Apr/2021:04:13:08 +0000] 2f052305767d7b775f7cf0294b1f4ebe "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.70.72 - - [12/Apr/2021:04:13:08 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 398 2021-04-12 04:13:08 942 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@16a5a9e4 2021-04-12 04:13:08 942 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:13:09 425 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v13 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:13:09 +0000] 49b3caf0e646a2f247abf176b3712c2a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.692 upstream_response_time:0.692 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:13:09 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 690 2021-04-12 04:13:09 637 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3eae8ed9 2021-04-12 04:13:09 637 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:13:10 326 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.70.72 - - [12/Apr/2021:04:13:10 +0000] 2c5a195db2f0ee63aca2c549b3748c9a "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.70.72 - - [12/Apr/2021:04:13:10 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 895 2021-04-12 04:13:10 551 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@a3d27e5 2021-04-12 04:13:10 551 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:13:10 728 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v14 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:13:10 +0000] 13193724556c08be3136cd3442b761d2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.282 upstream_response_time:0.282 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:13:10 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 281 2021-04-12 04:13:10 839 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@bb6911e 2021-04-12 04:13:10 839 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:13:11 064 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.70.72 - - [12/Apr/2021:04:13:11 +0000] 2ae64193c15049ba42aa0655fc23e683 "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.70.72 - - [12/Apr/2021:04:13:11 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 297 2021-04-12 04:13:11 143 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@cae1d6c 2021-04-12 04:13:11 143 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:13:11 670 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v15 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:13:11 +0000] 536a760b77f6dfc223797440488e3fd8 "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.70.72 - - [12/Apr/2021:04:13:11 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 590 2021-04-12 04:13:11 736 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2911b78d 2021-04-12 04:13:11 736 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:13:12 026 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.70.72 - - [12/Apr/2021:04:13:12 +0000] 2c8392e4540d22c908ec32c4c207b600 "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.70.72 - - [12/Apr/2021:04:13:12 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 394 2021-04-12 04:13:12 136 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@73417dcf 2021-04-12 04:13:12 136 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:13:12 452 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v16 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:13:12 +0000] 85fd0bba927dbfb0a336e6a0236fea49 "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.70.72 - - [12/Apr/2021:04:13:12 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 499 2021-04-12 04:13:12 639 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@21134bd3 2021-04-12 04:13:12 639 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:13:13 137 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.70.72 - - [12/Apr/2021:04:13:13 +0000] 505f7f8bb5ef2974b9e06614d40378c0 "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.70.72 - - [12/Apr/2021:04:13:13 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 599 2021-04-12 04:13:13 244 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@31763400 2021-04-12 04:13:13 246 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:13:13 330 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v17 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:13:13 +0000] 3703439c792f6e85e1251308b3dab72e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.195 upstream_response_time:0.195 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:13:13 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 194 2021-04-12 04:13:13 438 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@57cb93bd 2021-04-12 04:13:13 438 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:13:13 827 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.70.72 - - [12/Apr/2021:04:13:14 +0000] 28289b313afbc66948c85a96f5a5fce6 "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.70.72 - - [12/Apr/2021:04:13:14 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 693 2021-04-12 04:13:14 139 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@751c8604 2021-04-12 04:13:14 139 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:13:14 526 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v18 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:13:14 +0000] 3e3e7c9d78c14f65287af8188036e7ad "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.411 upstream_response_time:0.411 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:13:14 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 410 2021-04-12 04:13:14 552 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@24f63d21 2021-04-12 04:13:14 552 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:13:14 839 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.70.72 - - [12/Apr/2021:04:13:15 +0000] 46735ec7ac9d8289f8fcc4a2b7769c67 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.480 upstream_response_time:0.480 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:13:15 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 480 2021-04-12 04:13:15 036 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2282dd5b 2021-04-12 04:13:15 036 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:13:15 426 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v19 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:13:15 +0000] e61bdc32a5635da43f57a6a54cd53c48 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.599 upstream_response_time:0.599 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:13:15 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 599 2021-04-12 04:13:15 641 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6e1505e6 2021-04-12 04:13:15 641 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:13:16 527 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.70.72 - - [12/Apr/2021:04:13:16 +0000] 2387cad310a0a326046ab918b65a0856 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.900 upstream_response_time:0.900 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:13:16 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 898 2021-04-12 04:13:16 542 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@de97d5b 2021-04-12 04:13:16 542 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:13:16 934 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-named-query,version- ,namespace- 10.233.70.72 - - [12/Apr/2021:04:13:16 +0000] eda70f78da7752fb80424c95944ea009 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.406 upstream_response_time:0.406 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:13:16 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 466 "-" "Go-http-client/1.1" 406 2021-04-12 04:13:16 957 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2bc3d354 2021-04-12 04:13:16 957 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:13:17 626 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.70.72 - - [12/Apr/2021:04:13:17 +0000] a7d11f10ba2e7fe706383306249c00f3 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.782 upstream_response_time:0.782 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:13:17 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 453 "-" "Go-http-client/1.1" 785 2021-04-12 04:14:23 919 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@18fc52ca 2021-04-12 04:14:23 919 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.50.237","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-12 04:14:24 118 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-sdc,version-v1 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:14:24 +0000] fafad7c9156d3558222c57c9a51dcb87 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.326 upstream_response_time:0.326 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:14:24 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 424 "-" "Go-http-client/1.1" 349 2021-04-12 04:14:24 268 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2df093c5 2021-04-12 04:14:24 269 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-24 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.50.237","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-12 04:14:24 727 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-24 - POST /api/microservices/v1/services] - save microservice success: serviceName-sdc-deprecated,version-v1 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:14:24 +0000] b90dfd9b3460a3463ecd2f9709d69ab8 "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.70.72 - - [12/Apr/2021:04:14:24 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 447 "-" "Go-http-client/1.1" 471 2021-04-12 04:14:24 743 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5b91893d 2021-04-12 04:14:24 743 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-34 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.42.254","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-12 04:14:25 528 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-34 - POST /api/microservices/v1/services] - save microservice success: serviceName-wf-gui,version-v1 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:14:25 +0000] c0724bc6b8dbc8a000be1e4c3cb70db6 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.088 upstream_response_time:1.088 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:14:25 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 425 "-" "Go-http-client/1.1" 1088 2021-04-12 04:14:25 835 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-40 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@536b8eca 2021-04-12 04:14:25 835 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-40 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.61.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-12 04:14:26 315 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-40 - POST /api/microservices/v1/services] - save microservice success: serviceName-sdc-gui,version-v1 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:14:27 +0000] 0c457bb72e0d7388bcd71914f270aaab "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.197 upstream_response_time:1.197 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:14:27 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 429 "-" "Go-http-client/1.1" 1197 2021-04-12 04:16:59 004 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@71926ada 2021-04-12 04:16:59 004 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.35.213","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-12 04:16:59 426 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-sdnc,version-v1 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:16:59 +0000] 7ec9ed10c515f75d7ddf73a9c76aca88 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.630 upstream_response_time:0.630 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:16:59 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 422 "-" "Go-http-client/1.1" 626 2021-04-12 04:19:19 851 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@62e1bd26 2021-04-12 04:19:19 852 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.73.26,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"holmes-rule-mgmt","version":"v1","url":"/api/holmes-rule-mgmt/v1","protocol":"REST","visualRange":"0|1","lb_policy":"round-robin","publish_port":"","namespace":"","network_plane_type":null,"host":"","path":"/api/holmes-rule-mgmt/v1","enable_ssl":true,"nodes":[{"ip":"10.233.24.48","port":"9101","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":"0","tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:19:20 168 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-holmes-rule-mgmt,version-v1 ,namespace- 10.233.73.26 - - [12/Apr/2021:04:19:20 +0000] ed20d3b4cc057d5460c30dca11fc7251 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.408 upstream_response_time:0.408 "-" "Apache-HttpClient/4.5.3 (Java/1.8.0_131)" "-" 10.233.73.26 - - [12/Apr/2021:04:19:20 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 491 "-" "Apache-HttpClient/4.5.3 (Java/1.8.0_131)" 394 2021-04-12 04:20:01 433 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-28 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6f33114a 2021-04-12 04:20:01 433 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-28 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.73.26,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"holmes-engine-mgmt","version":"v1","url":"/api/holmes-engine-mgmt/v1","protocol":"REST","visualRange":"0|1","lb_policy":"round-robin","publish_port":"","namespace":"","network_plane_type":null,"host":"","path":"/api/holmes-engine-mgmt/v1","enable_ssl":true,"nodes":[{"ip":"10.233.29.105","port":"9102","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":"0","tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:20:01 773 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-28 - POST /api/microservices/v1/services] - save microservice success: serviceName-holmes-engine-mgmt,version-v1 ,namespace- 10.233.73.26 - - [12/Apr/2021:04:20:03 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 501 "-" "Apache-HttpClient/4.5.3 (Java/1.8.0_131)" 2100 10.233.73.26 - - [12/Apr/2021:04:20:03 +0000] 9db0196b2a84a71261497fa1c31daaea "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:2.105 upstream_response_time:2.105 "-" "Apache-HttpClient/4.5.3 (Java/1.8.0_131)" "-" 2021-04-12 04:20:32 096 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:32 +0000] 65e42955c577152964f8f5dd933af7de "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.737 upstream_response_time:0.737 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:32 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 735 2021-04-12 04:20:32 833 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:33 +0000] 9f3a28b23742495002b185bfac1a1d7f "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.400 upstream_response_time:0.400 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:33 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 399 2021-04-12 04:20:33 234 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-44 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:34 +0000] ab80d61d6e5f3a861795507b015d0b04 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:1.697 upstream_response_time:1.697 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:34 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1697 2021-04-12 04:20:34 934 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:35 +0000] 1322f56f6b35d43c778cd85a9f46e0fa "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.297 upstream_response_time:0.297 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:35 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 294 2021-04-12 04:20:35 231 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-44 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:35 +0000] 0258d9b8d24f78306bc2480c5614466c "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.300 upstream_response_time:0.300 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:35 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 299 2021-04-12 04:20:35 542 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:36 +0000] 4a9c978633e66dead75e6bbad6f737e9 "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.599 upstream_response_time:0.599 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:36 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 589 2021-04-12 04:20:36 135 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-44 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:36 +0000] 3a3b393f7b4651409887cc2fc1fe6393 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.104 upstream_response_time:0.104 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:36 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 102 2021-04-12 04:20:36 240 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:38 +0000] ba6d116ee1b7ffed1fb61c0ae64d2869 "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:2.092 upstream_response_time:2.092 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:38 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 2091 2021-04-12 04:20:38 332 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-44 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:39 +0000] a5ace42cd853fe1bb9c16919de649a67 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.998 upstream_response_time:0.998 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:39 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 998 2021-04-12 04:20:39 333 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:39 +0000] de1c5e6fc9a4c19417acf28da161403d "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.500 upstream_response_time:0.500 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:39 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 498 2021-04-12 04:20:39 834 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-44 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:40 +0000] a2ded9c0a530eeb03c2a63d920d62fda "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.399 upstream_response_time:0.399 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:40 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 397 2021-04-12 04:20:40 234 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:41 +0000] 4de6548c57bb2c8184931b1ba0dc84b0 "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.997 upstream_response_time:0.997 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:41 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 995 2021-04-12 04:20:41 238 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-44 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:41 +0000] 2227e7835199ef2b7e8c78a945ecaf6e "DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.700 upstream_response_time:0.700 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:41 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 692 2021-04-12 04:20:41 932 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:42 +0000] 474ad2369c69bd984c89365bcc196ef0 "DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.899 upstream_response_time:0.899 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:42 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 898 2021-04-12 04:20:42 832 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-44 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v18,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:44 +0000] 0b53e2694882b11cabb69fcccf94fe81 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:1.203 upstream_response_time:1.203 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:44 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1203 2021-04-12 04:20:44 040 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v18,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:44 +0000] e96d32e820951d85953c46fe1acd7a9c "DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.194 upstream_response_time:0.194 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:44 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 190 2021-04-12 04:20:44 232 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-44 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v19,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:44 +0000] a9fd7b46c4f8a4d20fe97d846e6a48ee "DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.303 upstream_response_time:0.303 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:44 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 303 2021-04-12 04:20:44 537 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-44 - DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v19,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:45 +0000] 16437250226f5f8e4a8ba4ae48e2fa25 "DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.694 upstream_response_time:0.694 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:45 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 693 2021-04-12 04:20:45 232 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v11,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:46 +0000] c8cef74e35681f38b34e812273223e93 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.898 upstream_response_time:0.898 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:46 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 896 2021-04-12 04:20:46 137 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-44 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v11,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:46 +0000] e9f734f51c6b4b7400bfb3dd60a2d27f "DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.106 upstream_response_time:0.106 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:46 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 105 2021-04-12 04:20:46 240 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v12,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:47 +0000] ea1c219c8eb1e702504ac63c4256562c "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:1.592 upstream_response_time:1.592 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:47 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1590 2021-04-12 04:20:47 832 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-44 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v12,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:48 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 398 10.233.70.72 - - [12/Apr/2021:04:20:48 +0000] ba0c13f2463324abfa26e89a59da7b6b "DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.401 upstream_response_time:0.401 "-" "Go-http-client/1.1" "-" 2021-04-12 04:20:48 240 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v13,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:49 +0000] 3febfe7851e3ea92e28ba62fcf970840 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.898 upstream_response_time:0.898 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:49 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 896 2021-04-12 04:20:49 132 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-44 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v13,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:49 +0000] e5888093d811d3d47ddef961a1a88b93 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.297 upstream_response_time:0.297 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:49 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 296 2021-04-12 04:20:49 432 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v14,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:50 +0000] cca866608357113da92ad09f09024ef6 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.600 upstream_response_time:0.600 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:50 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 598 2021-04-12 04:20:50 034 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-44 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v14,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:51 +0000] b61fa5904755284915364b432a8a7908 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.999 upstream_response_time:0.999 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:51 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 998 2021-04-12 04:20:51 039 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v15,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:51 +0000] a787765e184512e566e10be5f123e7d4 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.608 upstream_response_time:0.608 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:51 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 606 2021-04-12 04:20:51 641 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-44 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v15,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:52 +0000] 505bb30f457eacdcda195bae4e88d103 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.990 upstream_response_time:0.990 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:52 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 989 2021-04-12 04:20:52 634 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v16,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:53 +0000] 6ee8c57f148a7a14631bd65f69de98ad "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.696 upstream_response_time:0.696 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:53 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 694 2021-04-12 04:20:53 330 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-44 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v16,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:53 +0000] b3dbf81bfe4424553edf2a5d41e0304a "DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.601 upstream_response_time:0.601 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:53 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 601 2021-04-12 04:20:53 935 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v17,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:54 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 895 10.233.70.72 - - [12/Apr/2021:04:20:54 +0000] 234255b5301284cf041cab58fde089be "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.898 upstream_response_time:0.898 "-" "Go-http-client/1.1" "-" 2021-04-12 04:20:54 832 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-44 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v17,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:55 +0000] 8f5ccb835bdb382e3ee655f7dc663576 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.199 upstream_response_time:0.199 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:55 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 197 2021-04-12 04:20:55 032 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v18,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:56 +0000] d96d6c3a2b78c10556aa9867d0335232 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:1.399 upstream_response_time:1.399 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:56 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1398 2021-04-12 04:20:56 440 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-44 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v18,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:57 +0000] e0385f4478441f4f7da6f37486f68be6 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.598 upstream_response_time:0.598 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:57 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 591 2021-04-12 04:20:57 032 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v19,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:57 +0000] f64ca55e1b1652e299e7eb14bc7460d8 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.800 upstream_response_time:0.800 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:57 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 799 2021-04-12 04:20:57 835 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-44 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v19,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:58 +0000] ece4c4b950082f971c4e6f8c79952865 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.396 upstream_response_time:0.396 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:58 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 394 2021-04-12 04:20:58 231 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v11,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:20:58 +0000] 36c1760c3d4de339fcdb3cec53f20fa1 "DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.700 upstream_response_time:0.700 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:20:58 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 699 2021-04-12 04:20:58 932 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-44 - DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v11,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:21:00 +0000] b3989bf8715906c2e788f17a593f5115 "DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:1.498 upstream_response_time:1.498 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:00 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1497 2021-04-12 04:21:00 432 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v12,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:21:01 +0000] cd6e6cbbb3c266262295d0dcc7f651fe "DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.700 upstream_response_time:0.700 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:01 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 698 2021-04-12 04:21:01 136 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-44 - DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v12,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:21:01 +0000] 6ffc1137142ae1b6fc97a3f64c5b2a7f "DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.700 upstream_response_time:0.700 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:01 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 697 2021-04-12 04:21:01 842 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v13,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:21:02 +0000] 8a9682d488b4a51776ba7521fce0daa8 "DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.397 upstream_response_time:0.397 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:02 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 387 2021-04-12 04:21:02 232 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-44 - DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v13,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:21:02 +0000] 8a8cd8c56ef01e1fee59976c8ba47c16 "DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:02 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 496 2021-04-12 04:21:02 732 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v14,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:21:03 +0000] 2bb561e79ed88c2519dd3b735551fdee "DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.899 upstream_response_time:0.899 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:03 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 899 2021-04-12 04:21:03 635 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-44 - DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v14,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:21:04 +0000] cf2f611f114247c8fca56455a2249639 "DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.501 upstream_response_time:0.501 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:04 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 498 2021-04-12 04:21:04 136 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v15,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:21:04 +0000] f32e1b65303a092a222e1e7df365003d "DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.499 upstream_response_time:0.499 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:04 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 496 2021-04-12 04:21:04 634 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-44 - DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v15,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:21:05 +0000] 4cb9e49aab9cf9d63f030351f5ff0cec "DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:05 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 595 2021-04-12 04:21:05 234 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v16,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:21:06 +0000] 8abcab6ce51ea575192d2dc63e21168a "DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.998 upstream_response_time:0.998 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:06 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 995 2021-04-12 04:21:06 236 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-44 - DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v16,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:21:06 +0000] d05858ee3f5e3bdd14b351cc81fa46f7 "DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.200 upstream_response_time:0.200 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:06 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 195 2021-04-12 04:21:06 432 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v17,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:21:06 +0000] f44caf6c670f12f3abb0d458d9947c4a "DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.297 upstream_response_time:0.297 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:06 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 296 2021-04-12 04:21:06 730 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-44 - DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v17,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:21:07 +0000] 394e61544d6b429f5ab6fc509aa39860 "DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.399 upstream_response_time:0.399 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:07 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 398 2021-04-12 04:21:07 133 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v18,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:21:07 +0000] cf665f4c351c37300606aaa938243c07 "DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.798 upstream_response_time:0.798 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:07 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 797 2021-04-12 04:21:07 932 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v18,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:21:08 +0000] 655ff35d74c3c2cac837448937511de3 "DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.400 upstream_response_time:0.400 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:08 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 399 2021-04-12 04:21:08 333 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v19,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:21:08 +0000] 32e29b9cb19a59dca7ae14abb07b362d "DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.397 upstream_response_time:0.397 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:08 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 396 2021-04-12 04:21:08 732 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v19,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:21:08 +0000] d9bccdf1bbc16853004b15ad6047ed18 "DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.199 upstream_response_time:0.199 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:08 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 198 2021-04-12 04:21:08 942 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-named-query,version:null,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:21:09 +0000] 599c988d37c884248c504eb2831b2270 "DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.199 upstream_response_time:0.199 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:09 +0000] "DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 188 2021-04-12 04:21:09 136 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-named-query,version:null,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:21:09 +0000] 364739d90579efc6f6341321c12e072f "DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.798 upstream_response_time:0.798 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:09 +0000] "DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 798 2021-04-12 04:21:09 934 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@850e844 2021-04-12 04:21:09 934 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:10 627 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v11 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:10 +0000] b14577356399cb216aa5b7bb22e09cd2 "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.70.72 - - [12/Apr/2021:04:21:10 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 801 2021-04-12 04:21:10 765 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5deb5f83 2021-04-12 04:21:10 765 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:11 826 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v11 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:12 +0000] 3d02d32d4547887ec1258e2613ee9ce9 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.492 upstream_response_time:1.492 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:12 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 1492 2021-04-12 04:21:12 237 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2c7db42b 2021-04-12 04:21:12 237 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:12 626 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v12 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:12 +0000] 026db7f8bdc921f64de20b070ac63949 "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.70.72 - - [12/Apr/2021:04:21:12 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 595 2021-04-12 04:21:12 835 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2b359726 2021-04-12 04:21:12 835 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:13 226 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v12 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:13 +0000] 04ef4da26ab06e75be7b1c5abb436a0e "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.70.72 - - [12/Apr/2021:04:21:13 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 597 2021-04-12 04:21:13 435 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3bbaa5fb 2021-04-12 04:21:13 435 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:13 813 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v13 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:13 +0000] a6d9b9e3b61d7684f4f840125ac15b52 "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.70.72 - - [12/Apr/2021:04:21:13 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 495 2021-04-12 04:21:13 934 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@17c43e66 2021-04-12 04:21:13 934 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:14 363 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v13 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:14 +0000] f7fde4455739aed91b9d0f499b9be5d7 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.000 upstream_response_time:1.000 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:14 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 999 2021-04-12 04:21:14 938 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4bcaa543 2021-04-12 04:21:14 938 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:15 526 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v14 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:16 +0000] a356ee3009b8f2abaa3a9e61c52cea64 "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.70.72 - - [12/Apr/2021:04:21:16 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 1093 2021-04-12 04:21:16 041 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4f190ea7 2021-04-12 04:21:16 041 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:17 126 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v14 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:17 +0000] c93533a19224af755d9e6755a27fd51f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.194 upstream_response_time:1.194 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:17 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 1189 2021-04-12 04:21:17 236 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4a4e527f 2021-04-12 04:21:17 237 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:17 561 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v15 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:17 +0000] 5060b1b6127d9048ec6bfb68eec1faea "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.70.72 - - [12/Apr/2021:04:21:17 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 396 2021-04-12 04:21:17 638 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3545eebd 2021-04-12 04:21:17 638 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:18 118 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v15 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:18 +0000] 765da57f7fc66b74ce93a82408ea7717 "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.70.72 - - [12/Apr/2021:04:21:18 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 695 2021-04-12 04:21:18 337 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@517b610d 2021-04-12 04:21:18 337 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:19 525 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v16 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:19 +0000] 6208b5e9736f56263c0761b0f356d6b7 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.395 upstream_response_time:1.395 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:19 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 1393 2021-04-12 04:21:19 737 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6d410878 2021-04-12 04:21:19 737 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:20 825 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v16 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:21 +0000] 1cea7d0ffb1d8d3451ef9cce812af6b5 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.996 upstream_response_time:1.996 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:21 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 1995 2021-04-12 04:21:21 739 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@24486729 2021-04-12 04:21:21 740 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:22 525 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v17 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:22 +0000] 0a90fe4db96eb2cdc9099cc4778135b6 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.000 upstream_response_time:1.000 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:22 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 998 2021-04-12 04:21:22 743 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@d4190b5 2021-04-12 04:21:22 744 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:23 185 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v17 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:23 +0000] 7c269e064458f16c9cce68428157b35a "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.70.72 - - [12/Apr/2021:04:21:23 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 589 2021-04-12 04:21:23 336 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@654771d8 2021-04-12 04:21:23 336 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:23 826 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v18 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:24 +0000] 654d884f79a6db013134ae37a89629f1 "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.70.72 - - [12/Apr/2021:04:21:24 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 798 2021-04-12 04:21:24 140 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6f62ab1c 2021-04-12 04:21:24 141 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:24 626 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v18 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:25 +0000] 38b939c13368001e67a85ec728ac5442 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.091 upstream_response_time:1.091 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:25 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 1091 2021-04-12 04:21:25 239 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6f0a5422 2021-04-12 04:21:25 239 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:25 531 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v19 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:25 +0000] b187b4dbcbb606e8a3bd5fe905316383 "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.70.72 - - [12/Apr/2021:04:21:25 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 394 2021-04-12 04:21:25 636 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7b099dd2 2021-04-12 04:21:25 636 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:26 226 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v19 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:26 +0000] 1e01c5f4a4d0123fc1f86a7dc38211fe "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.70.72 - - [12/Apr/2021:04:21:26 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 695 2021-04-12 04:21:26 346 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4ec74e1e 2021-04-12 04:21:26 346 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:26 610 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v11 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:27 +0000] c42849dd6f42443d4ba0a47716dd4b57 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.691 upstream_response_time:0.691 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:27 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 691 2021-04-12 04:21:27 038 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3c8336be 2021-04-12 04:21:27 038 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:28 727 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v11 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:29 +0000] d3aeb7af541673356a959eb23b438eeb "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.993 upstream_response_time:1.993 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:29 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 1992 2021-04-12 04:21:29 035 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@11f7ba68 2021-04-12 04:21:29 035 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:29 625 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v12 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:29 +0000] 5dd5e6ea55364186b66eaca6cdc857d1 "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.70.72 - - [12/Apr/2021:04:21:29 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 695 2021-04-12 04:21:29 736 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4bdd4612 2021-04-12 04:21:29 736 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:30 526 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v12 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:30 +0000] 7e270335601aefbb7df19e556a113b9e "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.70.72 - - [12/Apr/2021:04:21:30 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 899 2021-04-12 04:21:30 639 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@770f68ec 2021-04-12 04:21:30 640 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:31 079 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v13 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:31 +0000] d970bae18cd7a6d7776713c5091145ef "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.70.72 - - [12/Apr/2021:04:21:31 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 457 2021-04-12 04:21:31 099 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@525419ee 2021-04-12 04:21:31 099 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:32 725 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v13 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:32 +0000] 244e91cbb1e25655ce15ed5ef0949abf "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.733 upstream_response_time:1.733 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:32 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 1732 2021-04-12 04:21:32 838 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@40517c77 2021-04-12 04:21:32 838 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:33 626 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v14 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:34 +0000] 516edae701fa1d839fdeb2eba5ecfd12 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.192 upstream_response_time:1.192 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:34 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 1192 2021-04-12 04:21:34 037 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3aa6442f 2021-04-12 04:21:34 037 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:34 667 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v14 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:35 +0000] e814b6785c532b843af46c3ba7ed77a0 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.996 upstream_response_time:0.996 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:35 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 995 2021-04-12 04:21:35 035 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@72027378 2021-04-12 04:21:35 035 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:35 654 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v15 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:36 +0000] abc2c57f7e99976b581de5f389358540 "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.70.72 - - [12/Apr/2021:04:21:36 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 998 2021-04-12 04:21:36 042 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3601456 2021-04-12 04:21:36 043 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:36 426 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v15 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:36 +0000] a77d2ee3187ccb3d035cac22a34f46b4 "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.70.72 - - [12/Apr/2021:04:21:36 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 691 2021-04-12 04:21:36 736 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5c335859 2021-04-12 04:21:36 736 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:37 232 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v16 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:38 +0000] 623fa911aed7a194e24a8bda0f533f99 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.296 upstream_response_time:1.296 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:38 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 1295 2021-04-12 04:21:38 040 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7e5e9982 2021-04-12 04:21:38 040 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:38 426 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v16 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:38 +0000] 8fbbb826fe86bbe9bfde90f092cc4c44 "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.70.72 - - [12/Apr/2021:04:21:38 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 396 2021-04-12 04:21:38 445 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1cb034c6 2021-04-12 04:21:38 445 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:39 026 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v17 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:39 +0000] 3b1023559ff15d5ac60516cec873a1e1 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.992 upstream_response_time:0.992 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:39 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 991 2021-04-12 04:21:39 438 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@47906b18 2021-04-12 04:21:39 439 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:39 868 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v17 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:40 +0000] e8ece2ec291db982cb37c948fca49509 "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.70.72 - - [12/Apr/2021:04:21:40 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 594 2021-04-12 04:21:40 035 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@108fa8ff 2021-04-12 04:21:40 035 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:41 191 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v18 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:41 +0000] 598fdf128a0907651b773f7d8b484ed6 "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.70.72 - - [12/Apr/2021:04:21:41 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 1195 2021-04-12 04:21:41 236 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@10ac8102 2021-04-12 04:21:41 236 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:41 554 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v18 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:41 +0000] 02ecf6873494278b08f42bf15124fe42 "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.70.72 - - [12/Apr/2021:04:21:41 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 597 2021-04-12 04:21:41 835 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@29a27264 2021-04-12 04:21:41 836 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:42 410 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v19 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:42 +0000] fb7a1466a064d316b300ea60a7cc1fa9 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.097 upstream_response_time:1.097 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:42 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 1096 2021-04-12 04:21:42 938 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@728cf67f 2021-04-12 04:21:42 938 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:43 734 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v19 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:44 +0000] 0ac3c39194b0f882b1c11a93921f26e2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.396 upstream_response_time:1.396 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:44 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 1402 2021-04-12 04:21:44 340 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@35bb8bce 2021-04-12 04:21:44 340 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:44 726 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v11 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:45 +0000] 6be0992223fc8c58bea687d3afa14ee1 "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.70.72 - - [12/Apr/2021:04:21:45 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 792 2021-04-12 04:21:45 140 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@65cd011f 2021-04-12 04:21:45 140 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:45 326 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v11 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:45 +0000] b20ab05a26dc37e240aeeed56627deaa "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.208 upstream_response_time:0.208 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:45 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 207 2021-04-12 04:21:45 351 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1b2eba11 2021-04-12 04:21:45 351 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:45 926 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v12 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:46 +0000] 8ff3f02aa73bae0fab36ef466593639e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.282 upstream_response_time:1.282 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:46 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 1282 2021-04-12 04:21:46 639 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7b3b4df3 2021-04-12 04:21:46 639 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:47 626 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v12 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:47 +0000] 70f3a1a4c11a4b95167b40dc6b27969c "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.002 upstream_response_time:1.002 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:47 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 1002 2021-04-12 04:21:47 644 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@303325ef 2021-04-12 04:21:47 644 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:48 325 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v13 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:48 +0000] ff7e201c95c74837603f827d80a622ff "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.787 upstream_response_time:0.787 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:48 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 786 2021-04-12 04:21:48 435 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7a2bf9be 2021-04-12 04:21:48 435 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:49 026 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v13 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:49 +0000] d5a762096c444b9d6e94ca14ac11fb26 "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.70.72 - - [12/Apr/2021:04:21:49 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 602 2021-04-12 04:21:49 042 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3e0b6848 2021-04-12 04:21:49 042 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:49 726 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v14 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:50 +0000] cdf194c9af085cd55e37fb3f5f9dc75b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.991 upstream_response_time:0.991 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:50 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 991 2021-04-12 04:21:50 041 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@896061b 2021-04-12 04:21:50 041 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:50 563 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v14 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:52 +0000] 6f054eb6ed398cf8f4362df353569124 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:2.291 upstream_response_time:2.291 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:52 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 2290 2021-04-12 04:21:52 335 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@a748e39 2021-04-12 04:21:52 335 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:52 730 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v15 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:53 +0000] 1a50328491e22bfc232cdd7ad4302e43 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.896 upstream_response_time:0.896 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:53 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 895 2021-04-12 04:21:53 239 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@73426d56 2021-04-12 04:21:53 239 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:53 830 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v15 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:53 +0000] 3e2c8cf5968633c46dcacf6cdf7a1331 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.617 upstream_response_time:0.617 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:53 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 611 2021-04-12 04:21:53 854 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@70d43bee 2021-04-12 04:21:53 855 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:54 725 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v16 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:54 +0000] 2f753054c63731184173d3afe36ff5b7 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.977 upstream_response_time:0.977 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:54 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 977 2021-04-12 04:21:54 835 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@138f3022 2021-04-12 04:21:54 835 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:55 630 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v16 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:55 +0000] d6a21efc0a87fb43a6ca54b3f89a3e7c "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.996 upstream_response_time:0.996 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:55 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 996 2021-04-12 04:21:55 837 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@325cfec6 2021-04-12 04:21:55 837 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:56 526 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v17 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:58 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 2295 10.233.70.72 - - [12/Apr/2021:04:21:58 +0000] afba177e0f7e338e5cd2e7743fbf1112 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:2.297 upstream_response_time:2.297 "-" "Go-http-client/1.1" "-" 2021-04-12 04:21:58 138 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2466daec 2021-04-12 04:21:58 138 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:58 426 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v17 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:58 +0000] 7bae0c21f84efb70a110761d04041353 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.302 upstream_response_time:0.302 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:58 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 302 2021-04-12 04:21:58 445 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@715e9420 2021-04-12 04:21:58 446 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:59 528 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v18 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:21:59 +0000] 0c0b26c74d96e398440f3da149f91feb "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.188 upstream_response_time:1.188 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:21:59 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 1188 2021-04-12 04:21:59 638 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7ba3e9bb 2021-04-12 04:21:59 638 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:21:59 830 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v18 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:22:00 +0000] 18e19718cbfa97f6db8f7f4beb83038f "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.70.72 - - [12/Apr/2021:04:22:00 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 394 2021-04-12 04:22:00 040 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@21d9f17d 2021-04-12 04:22:00 040 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:22:00 528 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v19 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:22:00 +0000] e2fd5cdae6057223976db6725e41f8ff "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.70.72 - - [12/Apr/2021:04:22:00 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 730 2021-04-12 04:22:00 773 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7c7af23c 2021-04-12 04:22:00 773 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:22:01 380 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v19 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:22:02 +0000] 9cb2e3acd795ca1fd06fb87c89eb985b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.658 upstream_response_time:1.658 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:02 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 1698 2021-04-12 04:22:02 472 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6d43a5d6 2021-04-12 04:22:02 472 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:22:03 364 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-named-query,version- ,namespace- 10.233.70.72 - - [12/Apr/2021:04:22:03 +0000] fa05bf8cfd273b20fbdc8563f973f14e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.180 upstream_response_time:1.180 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:03 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 466 "-" "Go-http-client/1.1" 1158 2021-04-12 04:22:03 667 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@512fd922 2021-04-12 04:22:03 667 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:22:04 069 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-named-query,version- ,namespace- 10.233.70.72 - - [12/Apr/2021:04:22:04 +0000] f2d8bdd75ce76998282c2ae5f11d5b4f "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.70.72 - - [12/Apr/2021:04:22:04 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 453 "-" "Go-http-client/1.1" 966 2021-04-12 04:22:04 644 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:04 +0000] ca68f134889ea032e8ae0b1b8a2a32ff "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.287 upstream_response_time:0.287 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:04 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 286 2021-04-12 04:22:04 934 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:05 +0000] 38426f8987a3462f479ac4f5794045b5 "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.596 upstream_response_time:0.596 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:05 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 595 2021-04-12 04:22:05 530 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:05 +0000] 2ac2a1dd3f0cc9fa33f16703f9f9658a "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.303 upstream_response_time:0.303 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:05 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 302 2021-04-12 04:22:05 835 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:07 +0000] 1f94ffbe39f1a5b7869be6c8234ea2e6 "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:1.496 upstream_response_time:1.496 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:07 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1495 2021-04-12 04:22:07 332 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:09 +0000] 62859e8acb8e27f17ed65c3c3da8c383 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:1.899 upstream_response_time:1.899 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:09 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1898 2021-04-12 04:22:09 244 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:09 +0000] 9cfc2b8157f444e4b3be1ab07d391beb "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.199 upstream_response_time:0.199 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:09 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 186 2021-04-12 04:22:09 433 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:10 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 805 10.233.70.72 - - [12/Apr/2021:04:22:10 +0000] de3cf03b079a7e4ebd60a70b804ef1e5 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.808 upstream_response_time:0.808 "-" "Go-http-client/1.1" "-" 2021-04-12 04:22:10 241 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:10 +0000] e1ae35a984e45e1a4891f22be7783942 "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.389 upstream_response_time:0.389 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:10 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 389 2021-04-12 04:22:10 634 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:12 +0000] 9626e7e4698a2cbe7e448946e817dc49 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:1.600 upstream_response_time:1.600 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:12 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1598 2021-04-12 04:22:12 233 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:13 +0000] 0eef216298f364c8f3f27771d8f3f7d0 "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:1.297 upstream_response_time:1.297 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:13 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1296 2021-04-12 04:22:13 533 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:14 +0000] fe91a1091f7ea2e9b007e674a95b13d5 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.800 upstream_response_time:0.800 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:14 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 799 2021-04-12 04:22:14 334 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:14 +0000] 9ac296833a67412ce46aa4c256bddb65 "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:14 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 298 2021-04-12 04:22:14 646 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:15 +0000] f1cc2cbefe4227632d23715070b506b0 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.896 upstream_response_time:0.896 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:15 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 883 2021-04-12 04:22:15 531 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:16 +0000] 71ff41a1d71f402046824689e7618775 "DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.802 upstream_response_time:0.802 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:16 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 802 2021-04-12 04:22:16 337 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v18,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:17 +0000] 6547adc263b3138dcb5c7dfc639830ad "DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:1.397 upstream_response_time:1.397 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:17 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1395 2021-04-12 04:22:17 733 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v18,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:18 +0000] 1e220c1f6bb4f44b769dbad1f6ad3aa1 "DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.706 upstream_response_time:0.706 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:18 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 705 2021-04-12 04:22:18 443 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v19,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:18 +0000] 8cd4d9ad68b7e7d2aea77ebf7879e651 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.491 upstream_response_time:0.491 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:18 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 488 2021-04-12 04:22:18 934 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v19,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:19 +0000] 11d891989856b9a373833ffab0c00860 "DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:19 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 595 2021-04-12 04:22:19 532 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v11,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:20 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 705 10.233.70.72 - - [12/Apr/2021:04:22:20 +0000] 96274e242e4366692022be3cb14f1314 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.708 upstream_response_time:0.708 "-" "Go-http-client/1.1" "-" 2021-04-12 04:22:20 245 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v11,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:21 +0000] 19472f2e2f4bb68646c6f5eb9d197334 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:1.591 upstream_response_time:1.591 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:21 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1584 2021-04-12 04:22:21 834 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v12,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:22 +0000] ca1a1b989e8b2fc5add9945c7b5a2ed0 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.797 upstream_response_time:0.797 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:22 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 795 2021-04-12 04:22:22 630 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v12,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:23 +0000] 43bcc3a51a27e69344c9359dbeae5870 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.899 upstream_response_time:0.899 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:23 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 898 2021-04-12 04:22:23 531 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v13,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:24 +0000] 40fea7a9d6dcbf1509191f51c06d340a "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:1.097 upstream_response_time:1.097 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:24 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1096 2021-04-12 04:22:24 630 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v13,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:25 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 899 10.233.70.72 - - [12/Apr/2021:04:22:25 +0000] c3b5a2e6d1327c7f4e8ff21a9285fd7d "DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.899 upstream_response_time:0.899 "-" "Go-http-client/1.1" "-" 2021-04-12 04:22:25 534 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v14,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:26 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 502 10.233.70.72 - - [12/Apr/2021:04:22:26 +0000] bc3132ce203558115fdab181217c3341 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.504 upstream_response_time:0.504 "-" "Go-http-client/1.1" "-" 2021-04-12 04:22:26 039 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v14,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:26 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 590 10.233.70.72 - - [12/Apr/2021:04:22:26 +0000] 999ba0de20d7ddd2598c9590c4cc0b20 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.593 upstream_response_time:0.593 "-" "Go-http-client/1.1" "-" 2021-04-12 04:22:26 638 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v15,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:27 +0000] e304ebe7ef6f784f525d91d24134b18e "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.700 upstream_response_time:0.700 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:27 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 691 2021-04-12 04:22:27 333 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v15,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:28 +0000] 809791fa0e507fba7c0a297530f676cc "DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:1.598 upstream_response_time:1.598 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:28 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1596 2021-04-12 04:22:28 933 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v16,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:29 +0000] 4a4fc7ba55e1972f337e7e2b64c50be6 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.998 upstream_response_time:0.998 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:29 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 996 2021-04-12 04:22:29 931 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v16,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:30 +0000] 23e9ab6184bd6a5292662c0a218b968e "DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.400 upstream_response_time:0.400 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:30 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 399 2021-04-12 04:22:30 332 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v17,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:30 +0000] c422bc1008277a7e28e18686f0108d71 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.035 upstream_response_time:0.035 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:30 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 34 2021-04-12 04:22:30 369 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v17,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:31 +0000] d365c9684f768c75e7e04632b56418dd "DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.661 upstream_response_time:0.661 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:31 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 659 2021-04-12 04:22:31 031 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v18,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:31 +0000] 3dbc653cb6ea9506dacd023aae2a687c "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.501 upstream_response_time:0.501 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:31 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 500 2021-04-12 04:22:31 538 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v18,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:31 +0000] d57b7c40a200e7a8e5151e5b97d461c5 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.198 upstream_response_time:0.198 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:31 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 191 2021-04-12 04:22:31 732 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v19,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:32 +0000] 1cc74997a9e1328b7c7483163696e817 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.697 upstream_response_time:0.697 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:32 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 697 2021-04-12 04:22:32 432 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v19,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:33 +0000] 86bcdfdb7f7e45ab6f40852b31f31ba5 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.601 upstream_response_time:0.601 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:33 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 599 2021-04-12 04:22:33 033 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v11,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:34 +0000] c2a7a92ae8a3e312d327ccc2c2e206ca "DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:1.398 upstream_response_time:1.398 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:34 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1397 2021-04-12 04:22:34 432 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v11,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:35 +0000] 6eda59aea542050688c442ac05937297 "DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.698 upstream_response_time:0.698 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:35 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 697 2021-04-12 04:22:35 132 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v12,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:35 +0000] a89e14414251193c6d3945b06b1d806c "DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.104 upstream_response_time:0.104 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:35 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 103 2021-04-12 04:22:35 236 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v12,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:35 +0000] 2707766242b03b09a1395e19957bddde "DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.395 upstream_response_time:0.395 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:35 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 394 2021-04-12 04:22:35 640 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v13,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:36 +0000] 51e54493d8b36fb2a10b4ac594c2712f "DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:36 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 489 2021-04-12 04:22:36 131 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v13,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:37 +0000] d2d3baa636630ae06457c4d97c815dba "DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.998 upstream_response_time:0.998 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:37 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 997 2021-04-12 04:22:37 131 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v14,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:37 +0000] cd99bd227739d4bfbc8767c28fbb3e4c "DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.100 upstream_response_time:0.100 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:37 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 99 2021-04-12 04:22:37 231 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v14,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:38 +0000] 62755e623a12bf21a3c8e317d398cbf1 "DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:1.701 upstream_response_time:1.701 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:38 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1701 2021-04-12 04:22:38 937 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v15,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:39 +0000] 85c7f5f77e61b5ccaddc681e716677cb "DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.195 upstream_response_time:0.195 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:39 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 193 2021-04-12 04:22:39 132 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v15,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:39 +0000] 217638da4ffed40a826ea2aec3824fec "DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.507 upstream_response_time:0.507 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:39 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 506 2021-04-12 04:22:39 640 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v16,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:40 +0000] 8116279fa8d7cf13573ad6fcdfca333a "DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.397 upstream_response_time:0.397 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:40 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 395 2021-04-12 04:22:40 042 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v16,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:40 +0000] a1b856140de5d033a896bdef00391aa0 "DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.193 upstream_response_time:0.193 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:40 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 188 2021-04-12 04:22:40 236 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v17,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:40 +0000] 718ba8662c2733f9b087c11b50c3a2a6 "DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.298 upstream_response_time:0.298 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:40 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 295 2021-04-12 04:22:40 532 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v17,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:42 +0000] 8b1dba171964a9033c1520106fa5d0a9 "DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:1.699 upstream_response_time:1.699 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:42 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1699 2021-04-12 04:22:42 236 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v18,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:42 +0000] 2dff25a9152d5595501d389222c71705 "DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.698 upstream_response_time:0.698 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:42 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 695 2021-04-12 04:22:42 931 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v18,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:43 +0000] 2017d07e5c0b4efddc17dd272dcf736b "DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.499 upstream_response_time:0.499 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:43 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 498 2021-04-12 04:22:43 432 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v19,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:43 +0000] f06e0518a9368a4bf8e9a73cc2ed5bf2 "DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.200 upstream_response_time:0.200 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:43 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 199 2021-04-12 04:22:43 634 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v19,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:44 +0000] b5842b929fd5356df6af5c3f601c73f5 "DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.696 upstream_response_time:0.696 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:44 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 700 2021-04-12 04:22:44 335 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-named-query,version:null,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:44 +0000] "DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 196 10.233.70.72 - - [12/Apr/2021:04:22:44 +0000] 2c10af5b80c5a09e8ffc6330de3c1135 "DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.201 upstream_response_time:0.201 "-" "Go-http-client/1.1" "-" 2021-04-12 04:22:44 533 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-named-query,version:null,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:22:45 +0000] 26b5f91015577dd0b71051a09cd9f2ad "DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:45 +0000] "DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 497 2021-04-12 04:22:45 035 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@366fadc9 2021-04-12 04:22:45 035 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:22:45 727 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v11 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:22:45 +0000] 9cf62888f3fc3fee0e964b6a0c873de1 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.799 upstream_response_time:0.799 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:45 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 797 2021-04-12 04:22:45 838 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4537d222 2021-04-12 04:22:45 838 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:22:46 826 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v11 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:22:47 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 1194 10.233.70.72 - - [12/Apr/2021:04:22:47 +0000] acb5f9d1bb6eaf2f1d15dd4d23433049 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.197 upstream_response_time:1.197 "-" "Go-http-client/1.1" "-" 2021-04-12 04:22:47 038 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5875e049 2021-04-12 04:22:47 038 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:22:47 238 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v12 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:22:48 +0000] 68b3c0e9aa82ca19f3e48b21303534e8 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.192 upstream_response_time:1.192 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:48 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 1192 2021-04-12 04:22:48 235 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@209e761 2021-04-12 04:22:48 235 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:22:48 628 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v12 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:22:49 +0000] 683508e9a03831cc2184ee0ecaae4b6d "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.198 upstream_response_time:1.198 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:49 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 1197 2021-04-12 04:22:49 436 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@492ae141 2021-04-12 04:22:49 436 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:22:49 826 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v13 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:22:50 +0000] 15f362046f95562de7fbf4da81abd0e0 "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.70.72 - - [12/Apr/2021:04:22:50 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 695 2021-04-12 04:22:50 137 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1bd87b89 2021-04-12 04:22:50 137 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:22:50 626 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v13 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:22:50 +0000] 003e642b9f48be3d34a9bc45a645072c "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.70.72 - - [12/Apr/2021:04:22:50 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 695 2021-04-12 04:22:50 835 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@616501e8 2021-04-12 04:22:50 835 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:22:51 526 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v14 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:22:51 +0000] f62851eadd23a031ba329bb62e779c3b "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.70.72 - - [12/Apr/2021:04:22:51 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 997 2021-04-12 04:22:51 864 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@201a3afe 2021-04-12 04:22:51 865 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:22:52 625 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v14 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:22:52 +0000] d074ab35b5c9baa3f7fdbc4669d5c5ea "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.893 upstream_response_time:0.893 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:52 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 892 2021-04-12 04:22:52 736 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@71cf0950 2021-04-12 04:22:52 736 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:22:53 225 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v15 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:22:53 +0000] 5856269bb772576bafe53cdebb564020 "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.70.72 - - [12/Apr/2021:04:22:53 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 503 2021-04-12 04:22:53 243 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@43e1327 2021-04-12 04:22:53 243 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:22:54 029 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v15 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:22:55 +0000] 098b109869780d55c302b32a38ccba5b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.888 upstream_response_time:1.888 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:55 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 1888 2021-04-12 04:22:55 135 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@41b91314 2021-04-12 04:22:55 135 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:22:55 702 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v16 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:22:55 +0000] c14669fe31ec7fc98bcf563038cc7d49 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.599 upstream_response_time:0.599 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:55 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 598 2021-04-12 04:22:55 737 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@60f3e243 2021-04-12 04:22:55 737 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:22:56 625 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v16 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:22:57 +0000] 10d39a314fd51fda1844dcc343f85b3e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.496 upstream_response_time:1.496 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:57 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 1496 2021-04-12 04:22:57 238 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2c850070 2021-04-12 04:22:57 238 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:22:57 698 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v17 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:22:57 +0000] a0fd11d4019ef77bf2114f07691ed6d6 "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.70.72 - - [12/Apr/2021:04:22:57 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 593 2021-04-12 04:22:57 835 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@59015548 2021-04-12 04:22:57 835 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:22:58 626 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v17 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:22:58 +0000] 255f2e024e58f33d91989807a7377f9d "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.896 upstream_response_time:0.896 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:22:58 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 896 2021-04-12 04:22:58 734 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2d429e93 2021-04-12 04:22:58 734 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:00 226 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v18 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:00 +0000] 132439f57de0f382bf52816cf22fa29b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.597 upstream_response_time:1.597 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:00 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 1597 2021-04-12 04:23:00 335 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6ba83ec4 2021-04-12 04:23:00 335 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:00 927 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v18 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:01 +0000] bf414b4ebdf07ed6df0312467166c776 "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.70.72 - - [12/Apr/2021:04:23:01 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 696 2021-04-12 04:23:01 040 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@696be93c 2021-04-12 04:23:01 040 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:01 615 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v19 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:01 +0000] 8d0810c0c4a7de47ca21f7381ed2e2c2 "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.70.72 - - [12/Apr/2021:04:23:01 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 512 "-" "Go-http-client/1.1" 591 2021-04-12 04:23:01 636 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@9ec89b0 2021-04-12 04:23:01 636 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:02 156 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v19 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:02 +0000] 63f85993b9b4c1af607f51bdd199ac97 "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.70.72 - - [12/Apr/2021:04:23:02 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 481 "-" "Go-http-client/1.1" 697 2021-04-12 04:23:02 341 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6c0b0bd2 2021-04-12 04:23:02 341 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:02 826 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v11 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:03 +0000] 77d10d7a98b230b52c20d29c07dc2d49 "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.70.72 - - [12/Apr/2021:04:23:03 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 993 2021-04-12 04:23:03 336 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@69942d9f 2021-04-12 04:23:03 336 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:04 126 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v11 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:05 +0000] c6c61b40ab78dda88dedc6feeb8bf4de "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.895 upstream_response_time:1.895 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:05 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 1894 2021-04-12 04:23:05 234 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@599efc34 2021-04-12 04:23:05 234 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:05 532 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v12 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:05 +0000] fdf1c361e05ea4c3010326d132d2cbce "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.70.72 - - [12/Apr/2021:04:23:05 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 499 2021-04-12 04:23:05 738 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4bdba822 2021-04-12 04:23:05 738 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:06 629 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v12 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:06 +0000] a6133b427c77d2f843c66393e6f2d655 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.901 upstream_response_time:0.901 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:06 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 900 2021-04-12 04:23:06 642 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6590fcb4 2021-04-12 04:23:06 643 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:07 257 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v13 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:07 +0000] 372821d2f7b79c076d7609fa008141a7 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.890 upstream_response_time:0.890 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:07 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 890 2021-04-12 04:23:07 539 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4f01769e 2021-04-12 04:23:07 539 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:08 639 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v13 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:09 +0000] 5edc1999e4a27d1bf43fd0e0c2a28d8a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.594 upstream_response_time:1.594 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:09 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 1593 2021-04-12 04:23:09 136 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@22e1fa24 2021-04-12 04:23:09 136 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:09 926 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v14 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:10 +0000] aa615b29e440dd688cc4e7089f3bf22a "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.70.72 - - [12/Apr/2021:04:23:10 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 1095 2021-04-12 04:23:10 234 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5f54f8cf 2021-04-12 04:23:10 234 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:11 229 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v14 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:11 +0000] b98fc2cfa4c30186e4766e56e87ed9a5 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.097 upstream_response_time:1.097 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:11 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 1097 2021-04-12 04:23:11 336 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@41056596 2021-04-12 04:23:11 336 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:13 526 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v15 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:13 +0000] 4c9628b0d9466c518f9e319cbe16de4b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:2.300 upstream_response_time:2.300 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:13 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 2300 2021-04-12 04:23:13 645 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6b918749 2021-04-12 04:23:13 646 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:14 146 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v15 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:14 +0000] cb401efddd04bcd4098b2cd74c485bf3 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.690 upstream_response_time:0.690 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:14 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 686 2021-04-12 04:23:14 336 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6bdca0b9 2021-04-12 04:23:14 336 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:15 525 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v16 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:15 +0000] 6ee989c03b9d9d0b9e8c2eba42f9aca1 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.296 upstream_response_time:1.296 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:15 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 1296 2021-04-12 04:23:15 636 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@752837e0 2021-04-12 04:23:15 636 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:16 168 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v16 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:16 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 895 10.233.70.72 - - [12/Apr/2021:04:23:16 +0000] 7fa10ac70d4e329acde9b6affd5a280f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.897 upstream_response_time:0.897 "-" "Go-http-client/1.1" "-" 2021-04-12 04:23:16 536 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1b8d5e02 2021-04-12 04:23:16 537 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:17 827 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v17 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:18 +0000] d4994011b89e92a33fa2192f6ae33618 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.694 upstream_response_time:1.694 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:18 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 1694 2021-04-12 04:23:18 233 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@60cf10b6 2021-04-12 04:23:18 233 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:18 744 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v17 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:19 +0000] c25fdd064f13b6edb9556eb66720eddf "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.70.72 - - [12/Apr/2021:04:23:19 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 899 2021-04-12 04:23:19 142 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6af3bb4f 2021-04-12 04:23:19 142 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:19 529 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v18 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:19 +0000] 2b27e44dd693f3e7f7fa7d040b8f5c6a "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.70.72 - - [12/Apr/2021:04:23:19 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 592 2021-04-12 04:23:19 735 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@d2e943e 2021-04-12 04:23:19 735 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:21 226 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v18 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:21 +0000] 9f9f765d7fae292ec8e3418171c332e1 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.998 upstream_response_time:1.998 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:21 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 1998 2021-04-12 04:23:21 736 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1d3b815b 2021-04-12 04:23:21 736 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:22 560 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v19 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:23 +0000] 7d61c6bc7fbc7aa5ffe89f66607b1020 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.995 upstream_response_time:1.995 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:23 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 504 "-" "Go-http-client/1.1" 1994 2021-04-12 04:23:23 735 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@72b02f7b 2021-04-12 04:23:23 735 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:24 030 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v19 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:24 +0000] 2196f5ba7eae094a08be21aa8b88e85a "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.70.72 - - [12/Apr/2021:04:23:24 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 475 "-" "Go-http-client/1.1" 803 2021-04-12 04:23:24 539 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3f7efa55 2021-04-12 04:23:24 539 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:24 987 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v11 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:25 +0000] 154188c24226dc813d51a4d1c38cb020 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.472 upstream_response_time:0.472 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:25 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 470 2021-04-12 04:23:25 013 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@13812b86 2021-04-12 04:23:25 013 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:25 527 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v11 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:25 +0000] 96f6c2c3e472ab5b82b28f9ce089ecd4 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.722 upstream_response_time:0.722 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:25 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 722 2021-04-12 04:23:25 738 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7d92cb02 2021-04-12 04:23:25 738 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:26 225 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v12 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:26 +0000] b93466f91c69f92935fdb82aa0285597 "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.70.72 - - [12/Apr/2021:04:23:26 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 792 2021-04-12 04:23:26 533 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5acbd229 2021-04-12 04:23:26 533 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:27 640 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v12 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:28 +0000] 6a7782be653b262e5fb3460625b9827b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.598 upstream_response_time:1.598 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:28 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 1598 2021-04-12 04:23:28 135 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@25f427ae 2021-04-12 04:23:28 135 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:28 933 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v13 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:29 +0000] c9bdbb0e5e42b969113577af9062f0d2 "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.70.72 - - [12/Apr/2021:04:23:29 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 1095 2021-04-12 04:23:29 236 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@174121e8 2021-04-12 04:23:29 236 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:30 025 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v13 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:30 +0000] f3c1b67124018c54dbc0efacb3be7ecf "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.70.72 - - [12/Apr/2021:04:23:30 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 896 2021-04-12 04:23:30 139 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5eee581d 2021-04-12 04:23:30 139 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:30 526 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v14 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:30 +0000] 0e51e6d6877ad6719eddcb74d418105f "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.70.72 - - [12/Apr/2021:04:23:30 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 492 2021-04-12 04:23:30 636 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5821e591 2021-04-12 04:23:30 636 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:31 030 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v14 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:31 +0000] c032966dc5e87fea3c6d0dbb200cd168 "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.70.72 - - [12/Apr/2021:04:23:31 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 796 2021-04-12 04:23:31 448 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3d33cd0b 2021-04-12 04:23:31 448 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:32 727 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v15 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:33 +0000] 7fbcb787914ead359b07e80e379fa9d7 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.784 upstream_response_time:1.784 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:33 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 1783 2021-04-12 04:23:33 241 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@34d51539 2021-04-12 04:23:33 241 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:33 743 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v15 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:34 +0000] 0b8e343238321cf129baf30a50ce1243 "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.70.72 - - [12/Apr/2021:04:23:34 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 791 2021-04-12 04:23:34 036 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5a84ce90 2021-04-12 04:23:34 036 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:35 026 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v16 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:35 +0000] 2276410c839eab23486ed7970a9b477c "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.097 upstream_response_time:1.097 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:35 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 1097 2021-04-12 04:23:35 138 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@45f9877c 2021-04-12 04:23:35 138 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:36 029 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v16 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:36 +0000] 99e256d3ad36db8b45c9b8d7ff291cf9 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.914 upstream_response_time:0.914 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:36 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 914 2021-04-12 04:23:36 058 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7ccc7936 2021-04-12 04:23:36 058 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:36 493 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v17 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:37 +0000] 80d3b07265480a9cab5839e9e8376e14 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.473 upstream_response_time:1.473 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:37 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 1473 2021-04-12 04:23:37 538 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7d2f6d1f 2021-04-12 04:23:37 538 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:38 328 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v17 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:39 +0000] 81d68a7dc94d3019f162c2bd819d3e5b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.496 upstream_response_time:1.496 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:39 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 1494 2021-04-12 04:23:39 036 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3988af97 2021-04-12 04:23:39 036 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:39 625 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v18 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:39 +0000] 65a5d8a173be47d0c051f9a2dfe52e4f "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.70.72 - - [12/Apr/2021:04:23:39 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 600 2021-04-12 04:23:39 641 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5457a9 2021-04-12 04:23:39 641 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:40 211 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v18 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:40 +0000] 2927216ed70c76cf523370eb7dc1dd2a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.793 upstream_response_time:0.793 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:40 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 792 2021-04-12 04:23:40 440 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@58c02143 2021-04-12 04:23:40 440 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:40 956 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v19 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:41 +0000] a12a6af5f9b098e236b94440edeeaed7 "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.70.72 - - [12/Apr/2021:04:23:41 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 1392 2021-04-12 04:23:41 868 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@c3c80ac 2021-04-12 04:23:41 868 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:42 651 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v19 ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:43 +0000] 15911cc297e3a2e4139a0bb5ea306add "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.265 upstream_response_time:1.265 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:43 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 1263 2021-04-12 04:23:43 145 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@510137bd 2021-04-12 04:23:43 146 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:43 737 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-named-query,version- ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:43 +0000] 8a228c3de2678d85ac965a976880c20b "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.70.72 - - [12/Apr/2021:04:23:43 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 466 "-" "Go-http-client/1.1" 688 2021-04-12 04:23:43 839 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@467635b5 2021-04-12 04:23:43 840 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.70.72,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.70.62","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-12 04:23:44 327 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-named-query,version- ,namespace- 10.233.70.72 - - [12/Apr/2021:04:23:44 +0000] 8a48715ad8ae17dc19527a89d7e0a970 "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.70.72 - - [12/Apr/2021:04:23:44 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 453 "-" "Go-http-client/1.1" 593 2021-04-12 04:23:44 436 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:23:44 +0000] 5a08e13347f896164d85caade3cf89c7 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.494 upstream_response_time:0.494 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:44 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 493 2021-04-12 04:23:44 931 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:23:46 +0000] 5acb2e5ad61838cc46872fdc5f56b0bf "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:1.898 upstream_response_time:1.898 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:46 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1897 2021-04-12 04:23:46 831 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:23:47 +0000] 3dca37c13f0d58055a6042539a8275f8 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.900 upstream_response_time:0.900 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:47 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 898 2021-04-12 04:23:47 735 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:23:47 +0000] b73678066871fe2697305de3408a708a "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.207 upstream_response_time:0.207 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:47 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 203 2021-04-12 04:23:47 940 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:23:48 +0000] 30ffdbda4e707192959fae8fec7be265 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.590 upstream_response_time:0.590 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:48 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 589 2021-04-12 04:23:48 533 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:23:49 +0000] 62d5ff6f15145ab645472a3a322ff9f8 "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.500 upstream_response_time:0.500 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:49 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 498 2021-04-12 04:23:49 032 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:23:49 +0000] 832cba623de4f9ee82f313c2fd71f5d6 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.798 upstream_response_time:0.798 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:49 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 797 2021-04-12 04:23:49 835 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:23:51 +0000] 1d9c26dd40a58a84e982b933440270c5 "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:1.199 upstream_response_time:1.199 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:51 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1195 2021-04-12 04:23:51 032 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.70.62,port:8446 10.233.70.72 - - [12/Apr/2021:04:23:51 +0000] 3c0ac35b938b5e0f1837be9bf40d890b "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 request_processing_time:0.301 upstream_response_time:0.301 "-" "Go-http-client/1.1" "-" 10.233.70.72 - - [12/Apr/2021:04:23:51 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.70.62/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 300 2021-04-12 04:23:51 337 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.70.62/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.70.62,port:8446 10.