By type
@RUNHOME@ /usr/local \n\n### Starting openresty =========== prepare the symbolic links ======================================== ================================================================================ =========== create symbolic link for libluajit-5.1.so.2 ======================================== ln: /lib64/libluajit-5.1.so.2: No such file or directory =============================================================================== HOME=/usr/local/openresty/nginx _NGINXCMD=/usr/local/openresty/nginx/sbin/nginx =============================================================================== /usr/local/openresty/nginx @WORK_DIR@ /usr/local/openresty/nginx @C_CMD@ /usr/local/openresty/nginx/sbin/nginx -p /usr/local/openresty/nginx/ \n\n### Starting discover @RUNHOME@ /usr/local/discover ================== ENV_INFO ============================================= @RUNHOME@ /usr/local/discover @JAVA_HOME@ /usr/lib/jvm/java-1.8-openjdk @Main_Class@ org.onap.msb.sdclient.DiscoverApp @APP_INFO@ msb-discovery-service @Main_JAR@ discovery-service.jar @Main_Conf@ conf/discover.yml @CONSUL_IP@ msb-consul.onap ========================================================================== start msb-discovery-service ... @JAVA_VERSION@ 1.8 @MAXIMUM_HEAP_SIZE@ 128m ================== RUN_INFO ============================================= @JAVA_HOME@ /usr/lib/jvm/java-1.8-openjdk @JAVA@ /usr/lib/jvm/java-1.8-openjdk/bin/java @JAVA_OPTS@ -Xms16m -Xmx128m -XX:+UseSerialGC -XX:MaxMetaspaceSize=64m -XX:NewRatio=2 @CLASS_PATH@ /usr/local/discover/:/usr/local/discover/discovery-service.jar @EXT_DIRS@ ========================================================================== @JAVA@ /usr/lib/jvm/java-1.8-openjdk/bin/java @JAVA_CMD@ 2021-04-30 04:06:18 342 INFO [io.dropwizard.server.SimpleServerFactory][main] - Registering jersey handler with root path prefix: / 2021-04-30 04:06:18 430 INFO [io.dropwizard.server.SimpleServerFactory][main] - Registering admin handler with root path prefix: /admin 2021-04-30 04:06:18 728 INFO [org.onap.msb.sdclient.DiscoverApp][main] - getApplicationContextPath: /api/microservices/v1 2021/04/30 04:06:29 [error] 23#23: *6 connect() failed (111: Connection refused) while connecting to upstream, client: 10.233.72.140, 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.72.140 - - [30/Apr/2021:04:06:29 +0000] 12c71ec369891bafcb96041fe4f55033 "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" "-" 10.233.72.140 - - [30/Apr/2021:04:06:32 +0000] 1e290aa32aa50f5226311fbb24ab1d1b "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/30 04:06:32 [error] 23#23: *8 connect() failed (111: Connection refused) while connecting to upstream, client: 10.233.72.140, 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" 2021-04-30 04:06:39 128 INFO [org.reflections.Reflections][main] - Reflections took 20106 ms to scan 1 urls, producing 15738 keys and 30140 values 2021-04-30 04:06:42 634 INFO [org.glassfish.jersey.internal.ServiceFinder][main] - Running in a non-OSGi environment 2021-04-30 04:06:45 238 INFO [org.onap.msb.sdclient.wrapper.util.ConfigUtil][main] - init TCP_UDP portRange:28001-30000 2021-04-30 04:06:45 239 INFO [org.onap.msb.sdclient.wrapper.util.ConfigUtil][main] - init Consul Register Mode:agent 2021-04-30 04:06:45 239 INFO [io.dropwizard.server.SimpleServerFactory][main] - Registering jersey handler with root path prefix: / 2021-04-30 04:06:45 239 INFO [io.dropwizard.server.SimpleServerFactory][main] - Registering admin handler with root path prefix: /admin 2021-04-30 04:06:45 331 INFO [io.dropwizard.server.ServerFactory][main] - Starting MicroService Bus 2021-04-30 04:06:47 831 INFO [org.eclipse.jetty.setuid.SetUIDListener][main] - Opened MicroService Bus @e73787{HTTP/1.1,[http/1.1]}{0.0.0.0:8076} 2021-04-30 04:06:47 930 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-30 04:06:50 132 INFO [org.glassfish.jersey.server.ApplicationHandler][main] - Initiating Jersey application, version Jersey: 2.25.1 2017-01-19 16:23:50... 2021-04-30 04:06:55 028 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-30 04:06:55 032 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-30 04:06:56 035 INFO [org.glassfish.jersey.server.ApplicationHandler][main] - Jersey application initialized. Root Resource Classes: io.swagger.jaxrs.listing.ApiListingResource org.onap.msb.sdclient.resources.MicroServiceResource Global Reader Interceptors: org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor Global Writer Interceptors: org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor Dynamic Features: io.dropwizard.jersey.caching.CacheControlledResponseFeature@349c9bfa Message Body Readers: org.glassfish.jersey.message.internal.FileProvider org.glassfish.jersey.message.internal.DataSourceProvider org.glassfish.jersey.jaxb.internal.DocumentProvider org.glassfish.jersey.message.internal.ByteArrayProvider org.glassfish.jersey.message.internal.InputStreamProvider org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$App org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider$General org.glassfish.jersey.message.internal.StringMessageProvider org.glassfish.jersey.message.internal.SourceProvider$SaxSourceReader org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$Text org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$General org.glassfish.jersey.message.internal.FormProvider org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$Text org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$App org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$Text io.dropwizard.jersey.jackson.JacksonMessageBodyProvider org.glassfish.jersey.message.internal.SourceProvider$StreamSourceReader org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$App org.glassfish.jersey.message.internal.RenderedImageProvider org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider$Text org.glassfish.jersey.message.internal.FormMultivaluedMapProvider org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$General com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider org.glassfish.jersey.message.internal.SourceProvider$DomSourceReader org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider$App org.glassfish.jersey.message.internal.ReaderProvider org.glassfish.jersey.message.internal.BasicTypesMessageProvider org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$General Message Body Writers: org.glassfish.jersey.message.internal.FileProvider io.dropwizard.jersey.optional.OptionalDoubleMessageBodyWriter org.glassfish.jersey.message.internal.DataSourceProvider org.glassfish.jersey.jaxb.internal.DocumentProvider io.dropwizard.jersey.optional.OptionalMessageBodyWriter org.glassfish.jersey.message.internal.ByteArrayProvider org.glassfish.jersey.message.internal.InputStreamProvider org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$App org.glassfish.jersey.message.internal.StringMessageProvider io.dropwizard.jersey.guava.OptionalMessageBodyWriter org.glassfish.jersey.message.internal.StreamingOutputProvider io.dropwizard.jersey.optional.OptionalLongMessageBodyWriter org.glassfish.jersey.server.ChunkedResponseWriter org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$Text org.glassfish.jersey.server.validation.internal.ValidationErrorMessageBodyWriter org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$General org.glassfish.jersey.message.internal.FormProvider org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$Text org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$App org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$Text io.dropwizard.jersey.jackson.JacksonMessageBodyProvider org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$App org.glassfish.jersey.message.internal.RenderedImageProvider org.glassfish.jersey.message.internal.FormMultivaluedMapProvider org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$General org.glassfish.jersey.message.internal.SourceProvider$SourceWriter org.glassfish.jersey.message.internal.ReaderProvider com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider io.dropwizard.jersey.optional.OptionalIntMessageBodyWriter org.glassfish.jersey.message.internal.BasicTypesMessageProvider org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$General 2021-04-30 04:06:57 133 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-30 04:06:57 134 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-30 04:06:57 228 INFO [org.eclipse.jetty.server.handler.ContextHandler][main] - Started i.d.j.MutableServletContextHandler@38a1a26{/,null,AVAILABLE} 2021-04-30 04:06:57 337 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-30 04:06:57 337 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-30 04:06:57 629 INFO [org.eclipse.jetty.server.handler.ContextHandler][main] - Started i.d.j.MutableServletContextHandler@6a48a7f3{/admin,null,AVAILABLE} 2021-04-30 04:06:58 631 INFO [org.eclipse.jetty.server.AbstractConnector][main] - Started MicroService Bus @e73787{HTTP/1.1,[http/1.1]}{0.0.0.0:8076} 2021-04-30 04:06:58 631 INFO [org.eclipse.jetty.server.Server][main] - Started @55379ms 2021-04-30 04:07:00 039 INFO [org.onap.msb.sdclient.health.ConsulLinkHealthCheck][dw-35 - GET /api/microservices/v1/services/health] - check consul URL:http://msb-consul.onap:8500/v1/status/leader 10.233.72.140 - - [30/Apr/2021:04:07:02 +0000] 2c758f86b34b426170a88d37e1bbe28e "GET /api/microservices/v1/services/health HTTP/1.1" 200 request_processing_time:10.996 upstream_response_time:10.996 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:02 +0000] "GET /api/microservices/v1/services/health HTTP/1.1" 200 25 "-" "Go-http-client/1.1" 3300 2021-04-30 04:07:03 336 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@58cdcb21 2021-04-30 04:07:03 539 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.37.230","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-30 04:07:04 029 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-titanium_cloud,version-v0 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:04 +0000] c18e0888d187fd3486c6657bed173bc6 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.760 upstream_response_time:1.760 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:04 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 494 "-" "Go-http-client/1.1" 1797 2021-04-30 04:07:04 739 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@42231d0a 2021-04-30 04:07:04 740 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-25 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.37.230","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-30 04:07:05 516 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-25 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-titaniumcloud,version-v0 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:05 +0000] 76a90c004092b29ce5b7744f76134ff6 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.984 upstream_response_time:0.984 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:05 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 491 "-" "Go-http-client/1.1" 900 2021-04-30 04:07:05 831 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1eb298d7 2021-04-30 04:07:05 832 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.37.230","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-30 04:07:06 138 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.72.140 - - [30/Apr/2021:04:07:06 +0000] e49c819c243414ce20fdeb0de3feccda "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.72.140 - - [30/Apr/2021:04:07:06 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 491 "-" "Go-http-client/1.1" 593 2021-04-30 04:07:06 337 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@55441445 2021-04-30 04:07:06 337 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.16.120","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-30 04:07:06 928 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-message-router,version-v1 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:07 +0000] 3b8228da770f6ebca6d7df8c242b1414 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.704 upstream_response_time:0.704 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:07 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 441 "-" "Go-http-client/1.1" 704 2021-04-30 04:07:07 328 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2ea053ba 2021-04-30 04:07:07 328 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.62.164","port":"9007","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:07 429 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.72.140 - - [30/Apr/2021:04:07:07 +0000] 22d16f2ce415afb10af15bd2acbbf41f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.502 upstream_response_time:0.502 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:07 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 465 "-" "Go-http-client/1.1" 400 2021-04-30 04:07:08 028 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3af885b9 2021-04-30 04:07:08 029 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.62.164","port":"9007","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:08 163 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.72.140 - - [30/Apr/2021:04:07:08 +0000] 62a921952f6474ea8fc38161d53c92c3 "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.72.140 - - [30/Apr/2021:04:07:08 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 465 "-" "Go-http-client/1.1" 605 2021-04-30 04:07:08 537 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@143ed9aa 2021-04-30 04:07:08 538 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"parser","version":"v1","url":"/api/parser/v1","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":false,"nodes":[{"ip":"10.233.25.2","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-30 04:07:09 020 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-parser,version-v1 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:09 +0000] 68979df1e968da14550c99f8b17c2c84 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.694 upstream_response_time:0.694 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:09 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 434 "-" "Go-http-client/1.1" 603 2021-04-30 04:07:09 332 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@726acdf1 2021-04-30 04:07:09 332 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"catalog","version":"v1","url":"/api/catalog/v1","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":false,"nodes":[{"ip":"10.233.25.2","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-30 04:07:10 416 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-catalog,version-v1 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:10 +0000] c29a6c074be57f136809e347c8a6887c "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.494 upstream_response_time:1.494 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:10 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 437 "-" "Go-http-client/1.1" 1399 2021-04-30 04:07:10 739 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1fd1f557 2021-04-30 04:07:10 739 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"nsd","version":"v1","url":"/api/nsd/v1","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":false,"nodes":[{"ip":"10.233.25.2","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-30 04:07:11 290 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-nsd,version-v1 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:12 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 425 "-" "Go-http-client/1.1" 1403 10.233.72.140 - - [30/Apr/2021:04:07:12 +0000] cbb9540b7afaf69bd0dbff109d540863 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.498 upstream_response_time:1.498 "-" "Go-http-client/1.1" "-" 2021-04-30 04:07:12 332 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@8d43def 2021-04-30 04:07:12 332 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,Request Param:[createOrUpdate]true,Request Body:{"serviceName":"vnfpkgm","version":"v1","url":"/api/vnfpkgm/v1","protocol":"REST","visualRange":"1","lb_policy":"","publish_port":"","namespace":"","network_plane_type":"","host":"","path":"","enable_ssl":false,"nodes":[{"ip":"10.233.25.2","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-30 04:07:13 019 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-vnfpkgm,version-v1 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:13 +0000] 8933979d63d44a33af430b5f122847ed "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.985 upstream_response_time:0.985 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:13 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 437 "-" "Go-http-client/1.1" 895 2021-04-30 04:07:13 138 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3001e577 2021-04-30 04:07:13 139 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.41.246","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-30 04:07:13 616 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud,version-v0 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:13 +0000] 8e6454540640d9484581e3104da690fe "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.72.140 - - [30/Apr/2021:04:07:13 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 449 "-" "Go-http-client/1.1" 586 2021-04-30 04:07:13 737 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6ba1444c 2021-04-30 04:07:13 738 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.41.246","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-30 04:07:14 116 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud,version-v1 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:14 +0000] 5bb6013bb7dbc9f0164eff5365245947 "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.72.140 - - [30/Apr/2021:04:07:14 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 449 "-" "Go-http-client/1.1" 787 2021-04-30 04:07:14 531 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7d7fa4f2 2021-04-30 04:07:14 532 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.10.194","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-30 04:07:15 716 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-esr-server,version-v1 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:15 +0000] 960a365ff11b26a61957d5ff7391857e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.399 upstream_response_time:1.399 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:15 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 461 "-" "Go-http-client/1.1" 1397 2021-04-30 04:07:15 935 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@235f4073 2021-04-30 04:07:15 935 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.60.193","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-30 04:07:16 916 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-k8s,version-v1 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:16 +0000] 16452e76836790cdf53085a22ef15c9e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.006 upstream_response_time:1.006 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:16 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 441 "-" "Go-http-client/1.1" 1003 2021-04-30 04:07:16 943 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@444c2ffe 2021-04-30 04:07:16 944 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.47.248","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-30 04:07:17 218 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-appc,version-v1 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:17 +0000] 7ac6564fb25dbbcbe65674e27795664e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.386 upstream_response_time:0.386 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:17 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 422 "-" "Go-http-client/1.1" 384 2021-04-30 04:07:17 339 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7497a965 2021-04-30 04:07:17 344 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.38.144","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-30 04:07:18 316 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.72.140 - - [30/Apr/2021:04:07:18 +0000] 14ca279576d35423a31e12445329b2ee "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.203 upstream_response_time:1.203 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:18 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 467 "-" "Go-http-client/1.1" 1202 2021-04-30 04:07:18 539 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@75796b76 2021-04-30 04:07:18 540 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.38.144","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-30 04:07:19 215 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-fcaps,version-v1 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:19 +0000] 2e394a92518d7f5ab46acf5e00e5c0ba "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.788 upstream_response_time:0.788 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:19 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 467 "-" "Go-http-client/1.1" 788 2021-04-30 04:07:19 338 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@16328ec0 2021-04-30 04:07:19 339 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.8.96","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-30 04:07:19 717 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.72.140 - - [30/Apr/2021:04:07:19 +0000] 9235728e763cbe1c783ca919c373c3fb "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.72.140 - - [30/Apr/2021:04:07:19 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 452 "-" "Go-http-client/1.1" 488 2021-04-30 04:07:19 834 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1c0de6bf 2021-04-30 04:07:19 834 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:20 246 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v11 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:20 +0000] aaa83626cd94dace976e936b2e6c8aac "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.694 upstream_response_time:0.694 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:20 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 692 2021-04-30 04:07:20 534 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@75ec9b68 2021-04-30 04:07:20 534 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:21 226 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.72.140 - - [30/Apr/2021:04:07:21 +0000] f6a3e9b71249953cb72d9692883df5eb "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.293 upstream_response_time:1.293 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:21 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 1292 2021-04-30 04:07:21 837 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1babeb15 2021-04-30 04:07:21 838 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:22 416 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v12 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:22 +0000] d21d4eb1f67af43dbcb1a16582b2f3a2 "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.72.140 - - [30/Apr/2021:04:07:22 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 796 2021-04-30 04:07:22 632 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@47e4b97c 2021-04-30 04:07:22 633 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:22 916 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.72.140 - - [30/Apr/2021:04:07:23 +0000] 73d47f57b8bbdc356026ed5acfc7f71b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.494 upstream_response_time:0.494 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:23 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 493 2021-04-30 04:07:23 131 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@59a346fa 2021-04-30 04:07:23 132 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:23 500 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v13 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:23 +0000] 8bedb8f907d4dd57bda95c0d28fb6282 "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.72.140 - - [30/Apr/2021:04:07:23 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 397 2021-04-30 04:07:23 531 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2f6202f4 2021-04-30 04:07:23 531 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:25 116 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.72.140 - - [30/Apr/2021:04:07:25 +0000] 5f92254c2b63c0da926fed249fcbe354 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.601 upstream_response_time:1.601 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:25 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 1604 2021-04-30 04:07:25 144 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@914c30d 2021-04-30 04:07:25 144 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:25 544 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v14 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:25 +0000] 8a539db07d3c553821be20aa41ea7805 "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.72.140 - - [30/Apr/2021:04:07:25 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 502 2021-04-30 04:07:25 729 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@73a91d31 2021-04-30 04:07:25 729 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:26 528 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.72.140 - - [30/Apr/2021:04:07:26 +0000] 3e551c4500f38a860cdf709dc271b3bb "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.976 upstream_response_time:0.976 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:26 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 975 2021-04-30 04:07:26 631 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@60f6e9fa 2021-04-30 04:07:26 632 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:27 251 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v15 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:27 +0000] 6f50bc874f74aa0b86ee89c9b5f6fc14 "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.72.140 - - [30/Apr/2021:04:07:27 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 697 2021-04-30 04:07:27 334 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6b26ac59 2021-04-30 04:07:27 334 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:28 416 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.72.140 - - [30/Apr/2021:04:07:28 +0000] f603581ddd41c1cd510fd27756cd6ae1 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.101 upstream_response_time:1.101 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:28 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 1099 2021-04-30 04:07:28 438 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@24095e0b 2021-04-30 04:07:28 438 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:29 215 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v16 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:29 +0000] af06341b97cdaeb6ae13fc10fde8ba12 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.190 upstream_response_time:1.190 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:29 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 1190 2021-04-30 04:07:29 635 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3cba7d4f 2021-04-30 04:07:29 635 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:30 115 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.72.140 - - [30/Apr/2021:04:07:30 +0000] 658c3efb5ffbc3aa92214cc3f7321380 "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.72.140 - - [30/Apr/2021:04:07:30 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 498 2021-04-30 04:07:30 136 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6ebed1eb 2021-04-30 04:07:30 137 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:30 884 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v17 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:30 +0000] 291a9a116d41f955f74f70130b9ff34f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.790 upstream_response_time:0.790 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:30 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 796 2021-04-30 04:07:30 932 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@f4d5876 2021-04-30 04:07:30 932 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:31 435 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v17 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:31 +0000] 968e29abe48bf1a643b3fb96c9fc693a "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.72.140 - - [30/Apr/2021:04:07:31 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 591 2021-04-30 04:07:31 529 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@42b32bb 2021-04-30 04:07:31 529 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:31 682 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.72.140 - - [30/Apr/2021:04:07:31 +0000] 94a7e40267767576ee88202b84d103b3 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.201 upstream_response_time:0.201 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:31 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 200 2021-04-30 04:07:31 732 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@43617c4b 2021-04-30 04:07:31 732 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:32 660 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v18 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:32 +0000] 6b5bff1e71edb49cecc493b801aee20c "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.72.140 - - [30/Apr/2021:04:07:32 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 1093 2021-04-30 04:07:32 832 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@37341a4 2021-04-30 04:07:32 832 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:34 068 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.72.140 - - [30/Apr/2021:04:07:34 +0000] d6ebda63143d4a5d977d7c4c923b8cc0 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.495 upstream_response_time:1.495 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:34 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 1493 2021-04-30 04:07:34 331 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@46b97408 2021-04-30 04:07:34 337 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:34 819 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v19 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:35 +0000] e839085747aa15c7b4158a1b721f050d "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.72.140 - - [30/Apr/2021:04:07:35 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 792 2021-04-30 04:07:35 127 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4d64c1bb 2021-04-30 04:07:35 127 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:35 703 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.72.140 - - [30/Apr/2021:04:07:35 +0000] e4cd9ff53a56794820d6df5affc9770d "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.72.140 - - [30/Apr/2021:04:07:35 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 596 2021-04-30 04:07:35 727 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@137a0fe3 2021-04-30 04:07:35 727 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:36 042 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v11 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:36 +0000] 93ce50f6db074396b158ab246ff5f07f "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.72.140 - - [30/Apr/2021:04:07:36 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 329 2021-04-30 04:07:36 066 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6c07fb98 2021-04-30 04:07:36 067 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:36 416 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.72.140 - - [30/Apr/2021:04:07:37 +0000] 04931c07f0130011cfbcef0d064bbe01 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.259 upstream_response_time:1.259 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:37 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 1257 2021-04-30 04:07:37 328 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@25e84ed3 2021-04-30 04:07:37 329 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:37 715 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v12 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:37 +0000] 34f2b0da4931adaa0318db0378dcaddf "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.72.140 - - [30/Apr/2021:04:07:37 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 597 2021-04-30 04:07:37 930 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@12d1cbb 2021-04-30 04:07:37 930 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:38 122 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.72.140 - - [30/Apr/2021:04:07:38 +0000] 95a4782373a6cf2e62f0044a56533eee "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.72.140 - - [30/Apr/2021:04:07:38 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 493 2021-04-30 04:07:38 428 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@297a2501 2021-04-30 04:07:38 428 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:39 115 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v13 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:39 +0000] 63e5fe1c00341c4a6cc0f414604272b6 "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.72.140 - - [30/Apr/2021:04:07:39 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 796 2021-04-30 04:07:39 228 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2ab92faa 2021-04-30 04:07:39 228 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:39 516 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.72.140 - - [30/Apr/2021:04:07:39 +0000] a61608f42e68e516811597dca68a7d68 "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.72.140 - - [30/Apr/2021:04:07:39 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 498 2021-04-30 04:07:39 728 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4f4b4c16 2021-04-30 04:07:39 728 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:39 908 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v14 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:40 +0000] 26e59171e643e70bf04e1bd209ee9499 "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.72.140 - - [30/Apr/2021:04:07:40 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 395 2021-04-30 04:07:40 135 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2dd214c8 2021-04-30 04:07:40 135 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:40 617 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.72.140 - - [30/Apr/2021:04:07:40 +0000] 198602224eed61447dc6d2d7df3c8955 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.694 upstream_response_time:0.694 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:40 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 689 2021-04-30 04:07:40 828 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@209ee9c9 2021-04-30 04:07:40 829 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:41 216 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v15 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:41 +0000] e26d23565448540453fc89fb1cca2283 "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.72.140 - - [30/Apr/2021:04:07:41 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 496 2021-04-30 04:07:41 344 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@eca4d20 2021-04-30 04:07:41 344 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:41 815 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.72.140 - - [30/Apr/2021:04:07:41 +0000] f56ca4f147666cee95c3b9ac1c1ea637 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.603 upstream_response_time:0.603 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:41 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 590 2021-04-30 04:07:42 029 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4d1173d4 2021-04-30 04:07:42 030 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:42 418 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v16 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:42 +0000] 2fbfdd46e541b5dc4caf0c90b53c63b4 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.685 upstream_response_time:0.685 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:42 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 684 2021-04-30 04:07:42 627 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3482ded6 2021-04-30 04:07:42 627 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:43 077 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.72.140 - - [30/Apr/2021:04:07:43 +0000] 7f94c78ef15c482daa2e9b7cd1467780 "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.72.140 - - [30/Apr/2021:04:07:43 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 698 2021-04-30 04:07:43 332 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@66a01eb5 2021-04-30 04:07:43 332 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:43 915 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v17 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:44 +0000] da5716642a6f66f8c4ce235f8909ddaf "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.72.140 - - [30/Apr/2021:04:07:44 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 794 2021-04-30 04:07:44 130 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4aa62e7d 2021-04-30 04:07:44 130 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:45 316 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.72.140 - - [30/Apr/2021:04:07:45 +0000] 002a417709fab2cd8f68524f1c3ea023 "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.72.140 - - [30/Apr/2021:04:07:45 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 1591 2021-04-30 04:07:45 732 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@21745425 2021-04-30 04:07:45 732 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:46 217 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v18 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:46 +0000] 22a92e16760be2f58fd778dcb8441d87 "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.72.140 - - [30/Apr/2021:04:07:46 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 1191 2021-04-30 04:07:46 930 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@b8c187f 2021-04-30 04:07:46 931 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:47 517 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.72.140 - - [30/Apr/2021:04:07:47 +0000] 142a5d2eb020c1bdd98a6d9b97f68e86 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.603 upstream_response_time:0.603 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:47 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 601 2021-04-30 04:07:47 540 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1242d1aa 2021-04-30 04:07:47 540 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:47 953 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v19 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:47 +0000] cdbb7d30a6ed190319516c9cd269f3f8 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.434 upstream_response_time:0.434 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:47 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 430 2021-04-30 04:07:47 976 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@58da9af4 2021-04-30 04:07:47 976 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:48 674 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.72.140 - - [30/Apr/2021:04:07:48 +0000] 4550c3a024a999478de901447cee4817 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.952 upstream_response_time:0.952 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:48 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 950 2021-04-30 04:07:48 929 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@33892c4e 2021-04-30 04:07:48 929 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:49 357 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v11 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:49 +0000] 2d692369b784a2185e27e5d96ea2fece "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.445 upstream_response_time:0.445 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:49 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 444 2021-04-30 04:07:49 376 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1b8ff8f1 2021-04-30 04:07:49 377 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:49 831 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.72.140 - - [30/Apr/2021:04:07:50 +0000] dae50cda094d6ce1bb534d6c55bac8b6 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.746 upstream_response_time:0.746 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:50 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 745 2021-04-30 04:07:50 150 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2eeb05d5 2021-04-30 04:07:50 150 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:50 515 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v12 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:51 +0000] c9e28a103598e6c58c1f71713f6a36bd "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.972 upstream_response_time:0.972 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:51 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 970 2021-04-30 04:07:51 125 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2fc55489 2021-04-30 04:07:51 125 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:52 216 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.72.140 - - [30/Apr/2021:04:07:52 +0000] fcddd4226ebe3a18c1f0373840df6669 "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.72.140 - - [30/Apr/2021:04:07:52 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 1197 2021-04-30 04:07:52 331 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@38c022da 2021-04-30 04:07:52 331 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:52 616 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v13 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:52 +0000] f5b5d4dd4da47660a09b3786fe1288a2 "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.72.140 - - [30/Apr/2021:04:07:52 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 393 2021-04-30 04:07:52 728 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@607e670e 2021-04-30 04:07:52 728 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:53 343 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.72.140 - - [30/Apr/2021:04:07:53 +0000] 7cf701333c52ea0f147fa529ca9a3381 "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.72.140 - - [30/Apr/2021:04:07:53 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 693 2021-04-30 04:07:53 428 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@58632df9 2021-04-30 04:07:53 428 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:53 716 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v14 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:53 +0000] c1705d77a2646281bbbcec27dcaaba6a "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.72.140 - - [30/Apr/2021:04:07:53 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 403 2021-04-30 04:07:53 837 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1e1c98ec 2021-04-30 04:07:53 837 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:54 033 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v15 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:54 +0000] c54a606091d9ba0360b67238d3284242 "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.72.140 - - [30/Apr/2021:04:07:54 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 395 2021-04-30 04:07:54 231 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3b50b847 2021-04-30 04:07:54 231 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:54 516 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.72.140 - - [30/Apr/2021:04:07:54 +0000] 9bc883e2aadaf940fe6ba57800e073cc "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.72.140 - - [30/Apr/2021:04:07:54 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 495 2021-04-30 04:07:54 732 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@448f41d0 2021-04-30 04:07:54 733 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:55 216 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v16 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:55 +0000] 7e0da2e3460b9e6d975f0c8d8ba2b115 "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.72.140 - - [30/Apr/2021:04:07:55 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 590 2021-04-30 04:07:55 328 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5084090d 2021-04-30 04:07:55 328 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:56 116 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.72.140 - - [30/Apr/2021:04:07:56 +0000] 3ba83d666b660d1a7bc0724a12391de8 "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.72.140 - - [30/Apr/2021:04:07:56 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1095 2021-04-30 04:07:56 428 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@75041d9e 2021-04-30 04:07:56 428 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:07:58 123 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v17 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:07:58 +0000] 245857c64efdfce8a19800d3b6d41997 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.797 upstream_response_time:1.797 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:07:58 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 1797 2021-04-30 04:07:58 234 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2ba504b4 2021-04-30 04:07:58 234 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:08:01 138 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.72.140 - - [30/Apr/2021:04:08:01 +0000] 059d5403e491ee8e77f83a6d09aa7c72 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:3.090 upstream_response_time:3.090 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:08:01 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 3089 2021-04-30 04:08:01 327 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@651d82ed 2021-04-30 04:08:01 328 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:08:05 806 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v18 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:08:05 +0000] 346a7c880d369727739b87c66f966581 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:4.599 upstream_response_time:4.599 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:08:05 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 4598 2021-04-30 04:08:05 933 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@36baa37d 2021-04-30 04:08:05 934 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:08:06 616 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.72.140 - - [30/Apr/2021:04:08:06 +0000] d557d3e81e0bd29534960a994cbc452c "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.72.140 - - [30/Apr/2021:04:08:06 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 892 2021-04-30 04:08:06 832 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@a305f22 2021-04-30 04:08:06 832 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:08:07 215 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v19 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:08:07 +0000] 7d4ed4ac0d0bd2133126186bb7d91c05 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.402 upstream_response_time:0.402 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:08:07 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 399 2021-04-30 04:08:07 240 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@51a0192 2021-04-30 04:08:07 240 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:08:07 419 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.72.140 - - [30/Apr/2021:04:08:07 +0000] 5bb160a3881cc05af568e80ce6a37926 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.689 upstream_response_time:0.689 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:08:07 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 684 2021-04-30 04:08:07 931 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@201df9bb 2021-04-30 04:08:07 931 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:08:08 716 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-named-query,version- ,namespace- 10.233.72.140 - - [30/Apr/2021:04:08:08 +0000] 510903441f6b8a079bad0700576a8855 "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.72.140 - - [30/Apr/2021:04:08:08 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 893 2021-04-30 04:08:08 829 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@35446b0d 2021-04-30 04:08:08 829 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:08:09 406 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.72.140 - - [30/Apr/2021:04:08:09 +0000] bd136eaf896a5147b12d4021fb22169a "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.72.140 - - [30/Apr/2021:04:08:09 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 455 "-" "Go-http-client/1.1" 694 2021-04-30 04:08:09 528 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@32c53840 2021-04-30 04:08:09 528 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.12.25","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-30 04:08:10 215 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-starlingx,version-v0 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:08:10 +0000] 8fc52334cc1d838710055d29d4c71eba "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.72.140 - - [30/Apr/2021:04:08:10 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 997 2021-04-30 04:08:10 532 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5b83d946 2021-04-30 04:08:10 533 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.12.25","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-30 04:08:10 837 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-starlingx,version-v1 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:08:11 +0000] 0bb72022f0f3400f56e50a061f7e7d41 "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.72.140 - - [30/Apr/2021:04:08:11 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 495 2021-04-30 04:08:11 030 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1b782a5b 2021-04-30 04:08:11 030 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.36.206","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-30 04:08:11 418 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-vio,version-v0 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:08:11 +0000] 09fb72dec4240aacc96fdb760d75f887 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.401 upstream_response_time:0.401 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:08:11 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 462 "-" "Go-http-client/1.1" 400 2021-04-30 04:08:11 438 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@65a8f8f1 2021-04-30 04:08:11 438 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-36 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.36.206","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-30 04:08:11 910 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-36 - POST /api/microservices/v1/services] - save microservice success: serviceName-multicloud-vio,version-v1 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:08:12 +0000] e81912aa2705d20bc2a6228634fce59c "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.587 upstream_response_time:0.587 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:08:12 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 462 "-" "Go-http-client/1.1" 586 2021-04-30 04:08:12 028 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4da3de66 2021-04-30 04:08:12 028 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-35 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.42.185","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-30 04:08:12 340 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-35 - POST /api/microservices/v1/services] - save microservice success: serviceName-dmaap-dr-prov,version-v1 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:08:12 +0000] 399504e2fe620bf39f79dd1d4efce28e "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.72.140 - - [30/Apr/2021:04:08:12 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 437 "-" "Go-http-client/1.1" 794 2021-04-30 04:11:19 442 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@49b79109 2021-04-30 04:11:19 442 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.38.227","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-30 04:11:19 961 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-sdc,version-v1 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:11:20 +0000] e36cfc3e8ee40f9cc5496fda97fdbcbc "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.72.140 - - [30/Apr/2021:04:11:20 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 424 "-" "Go-http-client/1.1" 787 2021-04-30 04:11:20 233 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@73b8c44b 2021-04-30 04:11:20 234 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.38.227","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-30 04:11:21 516 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-26 - POST /api/microservices/v1/services] - save microservice success: serviceName-sdc-deprecated,version-v1 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:11:21 +0000] 890ddbe0b407341025d62d322b7320b2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.494 upstream_response_time:1.494 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:11:21 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 447 "-" "Go-http-client/1.1" 1491 2021-04-30 04:11:21 730 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@40b6cf19 2021-04-30 04:11:21 731 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-41 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.4.244","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-30 04:11:22 417 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-41 - POST /api/microservices/v1/services] - save microservice success: serviceName-sdc-gui,version-v1 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:11:22 +0000] dd28949d890286d947d5f5e8ab779430 "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.72.140 - - [30/Apr/2021:04:11:22 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 429 "-" "Go-http-client/1.1" 892 2021-04-30 04:11:22 627 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4c04d31c 2021-04-30 04:11:22 627 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-42 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.20.13","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-30 04:11:23 216 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-42 - POST /api/microservices/v1/services] - save microservice success: serviceName-wf-gui,version-v1 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:11:23 +0000] 6fdceb13ec28b9f6d012f106e247090c "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.72.140 - - [30/Apr/2021:04:11:23 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 423 "-" "Go-http-client/1.1" 797 2021-04-30 04:13:34 105 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@daccdaa 2021-04-30 04:13:34 105 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.58.52","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-30 04:13:34 417 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-38 - POST /api/microservices/v1/services] - save microservice success: serviceName-sdnc,version-v1 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:13:34 +0000] 1a2ab119d70291c8afb4f6341979cdb2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.531 upstream_response_time:0.531 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:13:34 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 420 "-" "Go-http-client/1.1" 522 2021-04-30 04:15:48 497 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:15:48 +0000] e43c032beaa43a430369289fef7f00ff "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.239 upstream_response_time:0.239 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:15:48 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 234 2021-04-30 04:15:48 744 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:15:50 +0000] b1c351b0d4e00a1832090f6d08972638 "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:1.293 upstream_response_time:1.293 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:15:50 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1277 2021-04-30 04:15:50 025 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:15:50 +0000] 82a2eefb93ed7cefd4e8eb4a766b28b2 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.500 upstream_response_time:0.500 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:15:50 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 497 2021-04-30 04:15:50 525 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:15:51 +0000] 459a3a1fecde8cb0e5860d3c73e0c9e3 "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:15:51 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 495 2021-04-30 04:15:51 028 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:15:51 +0000] a62abfd17705ddea6ea5f2ea9c5b626f "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.301 upstream_response_time:0.301 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:15:51 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 294 2021-04-30 04:15:51 326 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:15:51 +0000] 55e0d9727db70ce43c86aef366be230d "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.297 upstream_response_time:0.297 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:15:51 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 296 2021-04-30 04:15:51 629 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:15:52 +0000] 244f53f1662581fe102315196ef37e4e "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.699 upstream_response_time:0.699 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:15:52 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 696 2021-04-30 04:15:52 329 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:15:53 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1006 10.233.72.140 - - [30/Apr/2021:04:15:53 +0000] 4cbb8be737538e640da0b8607ec8124c "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:1.012 upstream_response_time:1.012 "-" "Go-http-client/1.1" "-" 2021-04-30 04:15:53 341 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:15:53 +0000] 5d4824771e27b9c565e30336860474ee "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.295 upstream_response_time:0.295 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:15:53 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 293 2021-04-30 04:15:53 640 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:15:53 +0000] a5c31314f75a470bf5af833316443550 "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.294 upstream_response_time:0.294 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:15:53 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 291 2021-04-30 04:15:53 933 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:15:54 +0000] ba946bf133533f47a40ee1dcb18344f4 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.391 upstream_response_time:0.391 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:15:54 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 389 2021-04-30 04:15:54 332 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:15:54 +0000] c6b92b672c2d710ec96fc11bca0bacce "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.598 upstream_response_time:0.598 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:15:54 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 590 2021-04-30 04:15:54 926 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:15:55 +0000] b3d9c4514b5795c45fbf41fbd39416d4 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.200 upstream_response_time:0.200 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:15:55 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 197 2021-04-30 04:15:55 128 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:15:55 +0000] 15055bd8698c9d8a1e1b28f3e4d1c3b1 "DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.596 upstream_response_time:0.596 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:15:55 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 592 2021-04-30 04:15:55 724 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v18,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:15:56 +0000] 07c825a1f5448073bd3b08674fb30b10 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.400 upstream_response_time:0.400 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:15:56 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 397 2021-04-30 04:15:56 125 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v18,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:15:56 +0000] 2262550fa0e4317192d02641cb0c7530 "DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.699 upstream_response_time:0.699 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:15:56 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 698 2021-04-30 04:15:56 826 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v19,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:15:58 +0000] de9b99a94a71cd635abf358bb02c0004 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:1.199 upstream_response_time:1.199 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:15:58 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1195 2021-04-30 04:15:58 025 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v19,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:15:58 +0000] 4d3ddbcb7f72fe6fa54735b03434f892 "DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:15:58 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 595 2021-04-30 04:15:58 630 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v11,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:15:59 +0000] e52050f5935d6bc288b100750c2ca7d6 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.400 upstream_response_time:0.400 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:15:59 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 392 2021-04-30 04:15:59 025 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v11,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:15:59 +0000] 538f0d1d9a1a640636e0790646ce703e "DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.698 upstream_response_time:0.698 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:15:59 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 696 2021-04-30 04:15:59 723 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v12,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:15:59 +0000] 8c0753fe08725ec843b5b3a8776c34ee "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.201 upstream_response_time:0.201 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:15:59 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 200 2021-04-30 04:15:59 928 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v12,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:00 +0000] 88f73ad9e56663a62cec1487e4db5caf "DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.298 upstream_response_time:0.298 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:00 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 295 2021-04-30 04:16:00 228 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v13,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:01 +0000] 6c76166eba4b2a744efecbeff3a7b0e8 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:1.099 upstream_response_time:1.099 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:01 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1095 2021-04-30 04:16:01 325 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v13,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:01 +0000] 3885441da2e4e10fb33a55ba04609d3a "DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:01 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 595 2021-04-30 04:16:01 927 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v14,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:02 +0000] 50cde1b25ea4cea98f8c441538c911a9 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.200 upstream_response_time:0.200 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:02 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 196 2021-04-30 04:16:02 131 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v14,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:02 +0000] 743d6167f70f9b5c60b04b2eff418470 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.398 upstream_response_time:0.398 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:02 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 391 2021-04-30 04:16:02 524 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v15,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:02 +0000] e69b46cd22d7e74ca6d986afa30aac1b "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.198 upstream_response_time:0.198 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:02 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 196 2021-04-30 04:16:02 723 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v15,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:03 +0000] 66a4d78f0be0539eed7b1788dff17ab2 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.798 upstream_response_time:0.798 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:03 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 796 2021-04-30 04:16:03 524 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v16,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:03 +0000] 4cb89f790adc61112825635016fb8109 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.201 upstream_response_time:0.201 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:03 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 197 2021-04-30 04:16:03 726 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v16,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:03 +0000] 531520d67dbaa93e7d81edb74c8ad016 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.099 upstream_response_time:0.099 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:03 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 95 2021-04-30 04:16:03 824 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v17,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:05 +0000] aea4aef3ac9be58aacf3627f5dce749c "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:1.311 upstream_response_time:1.311 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:05 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1308 2021-04-30 04:16:05 136 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v17,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:05 +0000] 5990ebb0c22b4b07de22299455d9b2b0 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.684 upstream_response_time:0.684 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:05 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 683 2021-04-30 04:16:05 826 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v18,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:05 +0000] 69e6cb63d708276e2f32519ba7ada0dd "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.100 upstream_response_time:0.100 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:05 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 94 2021-04-30 04:16:05 924 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v18,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:06 +0000] 81967509f4a3134e87643ea76389ecb1 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.198 upstream_response_time:0.198 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:06 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 197 2021-04-30 04:16:06 123 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v19,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:06 +0000] b66a345d4636696b11a47f98938b64e6 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.399 upstream_response_time:0.399 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:06 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 397 2021-04-30 04:16:06 524 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v19,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:07 +0000] a741b5e142f6adffdac2d8061f591c49 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.897 upstream_response_time:0.897 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:07 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 895 2021-04-30 04:16:07 424 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v11,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:08 +0000] a4707b85bd6484bb0fd07b233e80ad5c "DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.899 upstream_response_time:0.899 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:08 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 897 2021-04-30 04:16:08 326 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v11,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:08 +0000] 8de69b434a059759ce06a526b3d263f7 "DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.297 upstream_response_time:0.297 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:08 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 294 2021-04-30 04:16:08 622 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v12,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:08 +0000] a746f9cbfe43cc65ad412e18edb59cc6 "DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.202 upstream_response_time:0.202 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:08 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 200 2021-04-30 04:16:08 828 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v12,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:09 +0000] a9065dd7647a93f45f09a0ee6fe95a63 "DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.497 upstream_response_time:0.497 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:09 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 491 2021-04-30 04:16:09 323 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v13,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:09 +0000] 938d2644db44b799c1d67b9099828de3 "DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.401 upstream_response_time:0.401 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:09 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 399 2021-04-30 04:16:09 726 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v13,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:10 +0000] ad7da765a8d4234ad398c638415170a7 "DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.298 upstream_response_time:0.298 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:10 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 297 2021-04-30 04:16:10 025 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v14,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:10 +0000] c415590ead67a25a7384d5c767a15cfe "DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.598 upstream_response_time:0.598 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:10 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 597 2021-04-30 04:16:10 623 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v14,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:11 +0000] 52b514b2ff3c024f816115c5329c9c57 "DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:1.099 upstream_response_time:1.099 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:11 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1098 2021-04-30 04:16:11 725 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v15,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:12 +0000] d87dc79ed94d8509df0a8caa6bf55233 "DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:12 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 296 2021-04-30 04:16:12 025 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v15,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:12 +0000] 353d0e705d79360ba3808b864c018f6d "DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.411 upstream_response_time:0.411 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:12 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 408 2021-04-30 04:16:12 441 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v16,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:12 +0000] e403b7abdadd1e277057d8e329c0c7cc "DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.285 upstream_response_time:0.285 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:12 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 284 2021-04-30 04:16:12 724 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v16,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:13 +0000] ca1ca21839cb011c48788f59b624ae5d "DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.300 upstream_response_time:0.300 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:13 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 297 2021-04-30 04:16:13 025 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v17,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:13 +0000] 910b7feb7f75e9a3fa0dac355e80fadc "DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.296 upstream_response_time:0.296 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:13 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 294 2021-04-30 04:16:13 322 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v17,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:13 +0000] cdd1b8d311e70e295c31dc311172149b "DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.301 upstream_response_time:0.301 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:13 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 300 2021-04-30 04:16:13 624 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v18,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:13 +0000] c5795b13853ed1dd097cb76617abfc6e "DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.098 upstream_response_time:0.098 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:13 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 97 2021-04-30 04:16:13 724 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v18,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:14 +0000] 73f9ccb1d96a24a7a713a77bb02eea05 "DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.797 upstream_response_time:0.797 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:14 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 795 2021-04-30 04:16:14 521 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v19,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:15 +0000] cfe467db1cfbddfc47043eb7c97f3be2 "DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.500 upstream_response_time:0.500 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:15 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 499 2021-04-30 04:16:15 028 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v19,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:16 +0000] 15b0ea325a83c06acf6792436cc72217 "DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:1.097 upstream_response_time:1.097 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:16 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1092 2021-04-30 04:16:16 123 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-named-query,version:null,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:16 +0000] 8927bb38a89c4b6b29000a6b278878c0 "DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.099 upstream_response_time:0.099 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:16 +0000] "DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 97 2021-04-30 04:16:16 225 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-named-query,version:null,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:16 +0000] 7acb786a9a7dd92c25055f8c4e99f439 "DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.504 upstream_response_time:0.504 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:16 +0000] "DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 502 2021-04-30 04:16:16 730 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2112f44d 2021-04-30 04:16:16 730 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:17 116 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.72.140 - - [30/Apr/2021:04:16:17 +0000] a7579cb89a26155fa855703648ba6cbb "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.72.140 - - [30/Apr/2021:04:16:17 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 595 2021-04-30 04:16:17 333 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@41df1b02 2021-04-30 04:16:17 334 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:17 716 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v11 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:16:17 +0000] 8b09537de5ae346a2cedc269a356efee "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.405 upstream_response_time:0.405 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:17 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 404 2021-04-30 04:16:17 743 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3838ac03 2021-04-30 04:16:17 743 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:18 379 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.72.140 - - [30/Apr/2021:04:16:18 +0000] b9574458bacae69a05a8687f60f0fc4b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.682 upstream_response_time:0.682 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:18 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 679 2021-04-30 04:16:18 427 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2c71f002 2021-04-30 04:16:18 427 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:18 945 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v12 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:16:19 +0000] a6427c044779da0009528adb323ff2e9 "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.72.140 - - [30/Apr/2021:04:16:19 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 595 2021-04-30 04:16:19 032 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7eff3669 2021-04-30 04:16:19 033 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:19 317 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.72.140 - - [30/Apr/2021:04:16:19 +0000] a0184069284873d62cfd7857d6cbb72a "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.72.140 - - [30/Apr/2021:04:16:19 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 390 2021-04-30 04:16:19 426 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6048a791 2021-04-30 04:16:19 427 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:19 619 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v13 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:16:19 +0000] 32ec5b42a393636299d708c7bb5d01cd "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.298 upstream_response_time:0.298 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:19 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 297 2021-04-30 04:16:19 734 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3e6522d 2021-04-30 04:16:19 734 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:20 214 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.72.140 - - [30/Apr/2021:04:16:20 +0000] 588a1a15327beec50f250db363d1286f "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.72.140 - - [30/Apr/2021:04:16:20 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 696 2021-04-30 04:16:20 427 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@574a8092 2021-04-30 04:16:20 427 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:21 116 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v14 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:16:21 +0000] 93d1c4ffce28a391e1564e162a4fc866 "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.72.140 - - [30/Apr/2021:04:16:21 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 996 2021-04-30 04:16:21 430 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@64cad91b 2021-04-30 04:16:21 430 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:21 819 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.72.140 - - [30/Apr/2021:04:16:22 +0000] 2d161143de5bb77834baee68e7617780 "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.72.140 - - [30/Apr/2021:04:16:22 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 593 2021-04-30 04:16:22 030 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1db3d53b 2021-04-30 04:16:22 030 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:22 222 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v15 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:16:22 +0000] cf30ee78fb2d0ecfb9807e4d4c6429b2 "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.72.140 - - [30/Apr/2021:04:16:22 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 794 2021-04-30 04:16:22 830 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@58cef3b2 2021-04-30 04:16:22 830 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:23 424 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.72.140 - - [30/Apr/2021:04:16:23 +0000] 2c4df8522ca35212437558385edb8fff "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.72.140 - - [30/Apr/2021:04:16:23 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 794 2021-04-30 04:16:23 630 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@647d258b 2021-04-30 04:16:23 630 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:24 018 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v16 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:16:24 +0000] dec9f66c770ba7d0cd97772c8487e92a "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.72.140 - - [30/Apr/2021:04:16:24 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 594 2021-04-30 04:16:24 229 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@674da09b 2021-04-30 04:16:24 229 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:24 421 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.72.140 - - [30/Apr/2021:04:16:24 +0000] 3371c3a781ac1c4006978d2649a0ad18 "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.72.140 - - [30/Apr/2021:04:16:24 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 695 2021-04-30 04:16:24 929 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5ed7fa06 2021-04-30 04:16:24 929 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:25 818 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v17 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:16:26 +0000] 9d30726c753a4f8e58d94feff5954da2 "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.72.140 - - [30/Apr/2021:04:16:26 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 1101 2021-04-30 04:16:26 035 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@fbd7911 2021-04-30 04:16:26 035 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:26 516 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.72.140 - - [30/Apr/2021:04:16:26 +0000] 14c42a04047054528b8db10ed6ef933f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.789 upstream_response_time:0.789 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:26 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 791 2021-04-30 04:16:26 833 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@25de1e14 2021-04-30 04:16:26 833 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:27 318 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v18 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:16:27 +0000] c03e7b23d3a96363a5a7a5d9b72449cc "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.72.140 - - [30/Apr/2021:04:16:27 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 690 2021-04-30 04:16:27 528 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@f25dd4a 2021-04-30 04:16:27 528 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:28 315 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.72.140 - - [30/Apr/2021:04:16:28 +0000] e8c03de050252ccc5a3e26756a01c8a7 "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.72.140 - - [30/Apr/2021:04:16:28 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 1208 2021-04-30 04:16:28 743 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@37bf9b70 2021-04-30 04:16:28 743 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:29 316 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v19 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:16:29 +0000] dfafcdcd9c03141f249121cc0a1a5fe2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.879 upstream_response_time:0.879 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:29 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 879 2021-04-30 04:16:29 628 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@48e4bebe 2021-04-30 04:16:29 628 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:29 820 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.72.140 - - [30/Apr/2021:04:16:29 +0000] 43ff5baa8b21f8967fbe652059f4cd50 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.298 upstream_response_time:0.298 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:29 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 298 2021-04-30 04:16:29 929 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4b0bc944 2021-04-30 04:16:29 929 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:30 315 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v11 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:16:30 +0000] 3451f7580d61d39d12c6d448ab4245b6 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.404 upstream_response_time:0.404 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:30 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 403 2021-04-30 04:16:30 336 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@21bed083 2021-04-30 04:16:30 337 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:31 015 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.72.140 - - [30/Apr/2021:04:16:31 +0000] 24baf5926f3562247fbf57144fe5a60c "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.388 upstream_response_time:1.388 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:31 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 1388 2021-04-30 04:16:31 728 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@568adf1d 2021-04-30 04:16:31 728 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:32 363 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v12 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:16:32 +0000] cf7c7b43b0f8cccf7bb939aa59fc5b5a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.894 upstream_response_time:0.894 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:32 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 894 2021-04-30 04:16:32 627 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3205a623 2021-04-30 04:16:32 628 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:33 737 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.72.140 - - [30/Apr/2021:04:16:33 +0000] 2d1fca9f82c3d605040858ec0cf2844b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.200 upstream_response_time:1.200 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:33 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 1199 2021-04-30 04:16:33 832 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@54c46a5a 2021-04-30 04:16:33 832 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:34 236 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v13 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:16:34 +0000] dc0117343a0f70744f941a14281058c7 "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.72.140 - - [30/Apr/2021:04:16:34 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 496 2021-04-30 04:16:34 329 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@482a4393 2021-04-30 04:16:34 329 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:34 904 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v14 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:16:35 +0000] 629ed9c661bc1fd330187d74cda48437 "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.72.140 - - [30/Apr/2021:04:16:35 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 694 2021-04-30 04:16:35 027 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@591bf6dd 2021-04-30 04:16:35 027 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:35 123 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.72.140 - - [30/Apr/2021:04:16:35 +0000] caca011f8155fe2f2330d7731f42dbc6 "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.72.140 - - [30/Apr/2021:04:16:35 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 496 2021-04-30 04:16:35 526 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@62fddd33 2021-04-30 04:16:35 526 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:35 863 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v15 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:16:36 +0000] a75c57c9b5879720ed8d02988e608268 "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.72.140 - - [30/Apr/2021:04:16:36 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 696 2021-04-30 04:16:36 227 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3df4a126 2021-04-30 04:16:36 227 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:36 617 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.72.140 - - [30/Apr/2021:04:16:36 +0000] 3d35b7ffb77fe2758df69e86716882bf "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.403 upstream_response_time:0.403 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:36 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 404 2021-04-30 04:16:36 634 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@70b008f 2021-04-30 04:16:36 635 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:37 003 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v16 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:16:37 +0000] 3d24b895a7e6f671a4a198fe57c9e4ea "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.72.140 - - [30/Apr/2021:04:16:37 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 1090 2021-04-30 04:16:37 728 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@745e3df9 2021-04-30 04:16:37 728 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:38 417 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.72.140 - - [30/Apr/2021:04:16:38 +0000] d730a601f18b3344c6d401c7e539ad70 "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.72.140 - - [30/Apr/2021:04:16:38 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 896 2021-04-30 04:16:38 632 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5506815e 2021-04-30 04:16:38 632 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:39 415 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v17 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:16:39 +0000] 1583ed5b79742b5750cd12c8742215f3 "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.72.140 - - [30/Apr/2021:04:16:39 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 992 2021-04-30 04:16:39 630 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7a6ab315 2021-04-30 04:16:39 631 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:40 015 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.72.140 - - [30/Apr/2021:04:16:40 +0000] e7fc745653d69aacd0961e2fa3b2592f "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.72.140 - - [30/Apr/2021:04:16:40 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 492 2021-04-30 04:16:40 127 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4a503097 2021-04-30 04:16:40 128 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:40 516 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v18 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:16:40 +0000] de5d23427cd3f7b0641e6daa0527bf08 "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.72.140 - - [30/Apr/2021:04:16:40 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 596 2021-04-30 04:16:40 735 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4b12ccf5 2021-04-30 04:16:40 735 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:41 316 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.72.140 - - [30/Apr/2021:04:16:41 +0000] 7a9d9bb420b31a98b57305eb17863f5b "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.72.140 - - [30/Apr/2021:04:16:41 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 790 2021-04-30 04:16:41 528 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3482f87e 2021-04-30 04:16:41 529 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:41 996 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v19 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:16:42 +0000] 5107a77de59a8fa50dd7899a32d2f398 "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.72.140 - - [30/Apr/2021:04:16:42 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 695 2021-04-30 04:16:42 226 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@ad831b0 2021-04-30 04:16:42 226 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:42 458 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.72.140 - - [30/Apr/2021:04:16:42 +0000] ac446a6420b5b79011cdebd6fdac8b0e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.497 upstream_response_time:0.497 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:42 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 496 2021-04-30 04:16:42 728 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@708f8578 2021-04-30 04:16:42 728 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:43 016 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v11 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:16:43 +0000] dd07cf27d01913c4660383bb99154c2b "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.72.140 - - [30/Apr/2021:04:16:43 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 495 2021-04-30 04:16:43 253 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@653b4339 2021-04-30 04:16:43 253 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:43 616 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.72.140 - - [30/Apr/2021:04:16:43 +0000] 749d30302415a94caf2887d7fd2eb16d "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.469 upstream_response_time:0.469 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:43 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 468 2021-04-30 04:16:43 727 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5e5664d6 2021-04-30 04:16:43 727 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:43 830 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v12 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:16:44 +0000] eacc9d82722bf3cd6114f3fe82a5b49d "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.298 upstream_response_time:0.298 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:44 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 297 2021-04-30 04:16:44 029 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4e766ea0 2021-04-30 04:16:44 029 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:45 016 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.72.140 - - [30/Apr/2021:04:16:45 +0000] b24037159864e73ae1a11783e317fd1b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.595 upstream_response_time:1.595 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:45 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1595 2021-04-30 04:16:45 631 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5d69df9 2021-04-30 04:16:45 631 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:46 216 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v13 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:16:46 +0000] 3d3dfbe189d2e282e8eeda0c3bedac93 "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.72.140 - - [30/Apr/2021:04:16:46 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 691 2021-04-30 04:16:46 327 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@16314f45 2021-04-30 04:16:46 327 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:47 416 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.72.140 - - [30/Apr/2021:04:16:47 +0000] ff85558d04623ea89d4ca804ee733d68 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.104 upstream_response_time:1.104 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:47 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1104 2021-04-30 04:16:47 437 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@77034d48 2021-04-30 04:16:47 438 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:48 016 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v14 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:16:48 +0000] 0a4095d0e7cb0ed8d254724102d43d22 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.889 upstream_response_time:0.889 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:48 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 886 2021-04-30 04:16:48 332 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7f36fc4b 2021-04-30 04:16:48 332 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:48 567 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.72.140 - - [30/Apr/2021:04:16:48 +0000] 792614fbc10d2345cdfc49e5c0f0d44b "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.72.140 - - [30/Apr/2021:04:16:48 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 395 2021-04-30 04:16:48 729 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@740268f7 2021-04-30 04:16:48 730 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:49 376 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v15 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:16:49 +0000] 27c925f60a2a030521591f1820fe68cd "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.694 upstream_response_time:0.694 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:49 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 694 2021-04-30 04:16:49 427 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@964ca62 2021-04-30 04:16:49 427 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:49 519 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.72.140 - - [30/Apr/2021:04:16:49 +0000] d2be071dc6530d3d8fd554e4dc373a00 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.497 upstream_response_time:0.497 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:49 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 497 2021-04-30 04:16:49 929 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6934b3b5 2021-04-30 04:16:49 929 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:50 973 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v16 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:16:51 +0000] 37f39e19afb7df1aaa9734b031a0d8bd "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.195 upstream_response_time:1.195 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:51 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 1193 2021-04-30 04:16:51 129 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@616e33f0 2021-04-30 04:16:51 129 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:51 516 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.72.140 - - [30/Apr/2021:04:16:51 +0000] 1273a3a769371be84a2ee03e2946df79 "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.72.140 - - [30/Apr/2021:04:16:51 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 792 2021-04-30 04:16:51 927 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3a395dda 2021-04-30 04:16:51 928 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:52 138 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v17 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:16:52 +0000] 82b8167f854e67e48b6362434c9e296f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.298 upstream_response_time:0.298 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:52 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 296 2021-04-30 04:16:52 227 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@60d8e68 2021-04-30 04:16:52 227 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:52 916 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.72.140 - - [30/Apr/2021:04:16:53 +0000] e1898d4ee3a1882716f145586cd8c7d9 "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.72.140 - - [30/Apr/2021:04:16:53 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 996 2021-04-30 04:16:53 232 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6eb3eac9 2021-04-30 04:16:53 232 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:53 921 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v18 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:16:53 +0000] 6219d93e32beab1547e123933dba15ac "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.718 upstream_response_time:0.718 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:53 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 716 2021-04-30 04:16:54 029 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@77eb0852 2021-04-30 04:16:54 029 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:54 289 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.72.140 - - [30/Apr/2021:04:16:54 +0000] da16284a9cb80a35fba3bfd2c32c5804 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.776 upstream_response_time:0.776 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:54 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 776 2021-04-30 04:16:54 727 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3ee32df7 2021-04-30 04:16:54 727 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:55 235 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v19 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:16:55 +0000] 738da4c5e4613fd21e938134bb925312 "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.72.140 - - [30/Apr/2021:04:16:55 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 696 2021-04-30 04:16:55 428 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2bf4da17 2021-04-30 04:16:55 428 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:55 818 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.72.140 - - [30/Apr/2021:04:16:55 +0000] 39ad5493cfe9dcf810604f8560bfd853 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.404 upstream_response_time:0.404 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:55 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 403 2021-04-30 04:16:55 836 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@759cf229 2021-04-30 04:16:55 836 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:56 649 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-named-query,version- ,namespace- 10.233.72.140 - - [30/Apr/2021:04:16:56 +0000] 6bf224991597c86f550a1f010290be74 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.087 upstream_response_time:1.087 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:56 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 1087 2021-04-30 04:16:56 931 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@49cdc4e5 2021-04-30 04:16:56 931 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:16:58 615 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.72.140 - - [30/Apr/2021:04:16:58 +0000] a5f33bb611bdf27a607f1d67573b1480 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.994 upstream_response_time:1.994 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:58 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 455 "-" "Go-http-client/1.1" 1993 2021-04-30 04:16:58 941 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:16:59 +0000] bfd1589ccdb77011a34e3678463d120e "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.885 upstream_response_time:0.885 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:16:59 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 882 2021-04-30 04:16:59 825 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:00 +0000] fdcfd7e2cc34c1c7aa63534711240378 "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.697 upstream_response_time:0.697 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:00 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 695 2021-04-30 04:17:00 523 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:00 +0000] d8ed5495f0da3649d737dde07e2a1669 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:00 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 297 2021-04-30 04:17:00 823 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:01 +0000] fc1350a3dcf7d9f6b0ed39f1c6f02a6f "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.200 upstream_response_time:0.200 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:01 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 198 2021-04-30 04:17:01 029 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:01 +0000] 3a4af4f20bb646e288b9ba9dd461d627 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.397 upstream_response_time:0.397 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:01 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 390 2021-04-30 04:17:01 424 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:01 +0000] 3954df99a217a090045bd2796c7b5fb2 "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.499 upstream_response_time:0.499 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:01 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 496 2021-04-30 04:17:01 926 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:02 +0000] 0b8f564fd5bf84e8951a6f718841ebe2 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.698 upstream_response_time:0.698 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:02 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 694 2021-04-30 04:17:02 623 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:03 +0000] a89e21d8d9cc8e214a5f4d41c73abb19 "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.599 upstream_response_time:0.599 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:03 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 597 2021-04-30 04:17:03 222 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:03 +0000] 919aa7979d9311a42d38511b2e837307 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.600 upstream_response_time:0.600 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:03 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 599 2021-04-30 04:17:03 825 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:04 +0000] a9003716d6b7cb1e82a99b6eefba9ecc "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:04 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 495 2021-04-30 04:17:04 322 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:06 +0000] 2e90877887d86b5c46a58cff9c9558f0 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:1.798 upstream_response_time:1.798 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:06 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1797 2021-04-30 04:17:06 127 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:06 +0000] abdd4e5c8056f6f93320a89263318d0f "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.499 upstream_response_time:0.499 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:06 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 492 2021-04-30 04:17:06 622 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:06 +0000] c657bf779b278515c5a31dbe72c68c6c "DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.201 upstream_response_time:0.201 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:06 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 199 2021-04-30 04:17:06 828 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:07 +0000] 45ab10ba43856e6eb8b4ccbd6686d347 "DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.399 upstream_response_time:0.399 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:07 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 398 2021-04-30 04:17:07 226 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v18,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:07 +0000] 06808f45d68bf63fe51e13fb07ee2d59 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.304 upstream_response_time:0.304 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:07 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 301 2021-04-30 04:17:07 530 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v18,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:07 +0000] 178f595ef1ffd51916ae59063205057f "DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.394 upstream_response_time:0.394 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:07 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 391 2021-04-30 04:17:07 924 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v19,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:08 +0000] d92bddb6058686d73b83f96e9d5fd2ca "DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.414 upstream_response_time:0.414 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:08 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 414 2021-04-30 04:17:08 341 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v19,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:08 +0000] 3d7d73143cab208c04fb91445227ff14 "DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.192 upstream_response_time:0.192 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:08 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 191 2021-04-30 04:17:08 539 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v11,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:10 +0000] 1abcfd74cbd2cba18660ef670269e3c5 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:1.491 upstream_response_time:1.491 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:10 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1490 2021-04-30 04:17:10 029 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v11,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:10 +0000] 2127aafa72c7af9d8d1421b7d586c16c "DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.599 upstream_response_time:0.599 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:10 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 594 2021-04-30 04:17:10 625 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v12,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:10 +0000] 06c8d71fdf29bb31ab06689d6de610b4 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.199 upstream_response_time:0.199 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:10 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 197 2021-04-30 04:17:10 826 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v12,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:11 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 399 10.233.72.140 - - [30/Apr/2021:04:17:11 +0000] d4b4e470b4a20af7968eeccac5b649f5 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.403 upstream_response_time:0.403 "-" "Go-http-client/1.1" "-" 2021-04-30 04:17:11 230 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v13,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:11 +0000] 0f0f9e0ceb96b98f1a0e150d1b5d93ba "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.696 upstream_response_time:0.696 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:11 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 694 2021-04-30 04:17:11 930 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v13,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:12 +0000] 1e9fb804776e95cc75b7fe80dd9b3c78 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.493 upstream_response_time:0.493 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:12 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 489 2021-04-30 04:17:12 422 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v14,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:12 +0000] 70d4b970e0eedcabfe12e357fa82f745 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:12 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 297 2021-04-30 04:17:12 732 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v14,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:12 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 207 10.233.72.140 - - [30/Apr/2021:04:17:12 +0000] 9bc285c44dde3a3104cbb80bb688d21e "DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.219 upstream_response_time:0.219 "-" "Go-http-client/1.1" "-" 2021-04-30 04:17:12 945 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v15,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:13 +0000] 9cb7762107d3cf13971f56293ab4aa5c "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.478 upstream_response_time:0.478 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:13 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 473 2021-04-30 04:17:13 421 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v15,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:13 +0000] 71a6f59f7a6d30d3abd2a1b23752cf33 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:13 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 297 2021-04-30 04:17:13 723 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v16,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:13 +0000] 82b53007539686a7ea64a6872a12b630 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.018 upstream_response_time:0.018 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:13 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 16 2021-04-30 04:17:13 740 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v16,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:14 +0000] d21c9190433ec962926b1dbd9bad76ab "DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.397 upstream_response_time:0.397 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:14 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 397 2021-04-30 04:17:14 140 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v17,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:14 +0000] 3c655d4a77ea1b3c1af4c556e548bf17 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.583 upstream_response_time:0.583 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:14 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 581 2021-04-30 04:17:14 724 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v17,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:15 +0000] 42307996c7f8e2c9be817c302249e662 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.600 upstream_response_time:0.600 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:15 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 598 2021-04-30 04:17:15 333 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v18,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:16 +0000] a6097436a84de0fd55a8afd30de76c04 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:1.202 upstream_response_time:1.202 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:16 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1201 2021-04-30 04:17:16 529 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v18,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:16 +0000] 800a5181e91c0bb5830a70fc094c64e2 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.100 upstream_response_time:0.100 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:16 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 98 2021-04-30 04:17:16 629 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v19,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:17 +0000] 1bfb789607f5373cef2845fadd8a26f6 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.393 upstream_response_time:0.393 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:17 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 392 2021-04-30 04:17:17 025 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v19,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:17 +0000] b2fca1540767354db37857fa676b04e2 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.310 upstream_response_time:0.310 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:17 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 308 2021-04-30 04:17:17 335 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v11,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:18 +0000] fb859e6102797075580bce2202d0f270 "DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.690 upstream_response_time:0.690 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:18 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 689 2021-04-30 04:17:18 027 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v11,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:18 +0000] cc8bced4c5f926e1e1d5d1b4766cce7c "DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.095 upstream_response_time:0.095 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:18 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 94 2021-04-30 04:17:18 124 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v12,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:18 +0000] f458a8a0902a7fda798244a4c89fe1f2 "DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.599 upstream_response_time:0.599 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:18 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 599 2021-04-30 04:17:18 732 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v12,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:18 +0000] 19f0055e252781dd1235cb573e421145 "DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.100 upstream_response_time:0.100 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:18 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 91 2021-04-30 04:17:18 825 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v13,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:19 +0000] 461f24d49301df739800a428a4f8b10c "DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.696 upstream_response_time:0.696 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:19 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 694 2021-04-30 04:17:19 524 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v13,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:20 +0000] beb3eabde230d64e8385d8aed49e6a0b "DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:1.199 upstream_response_time:1.199 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:20 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1196 2021-04-30 04:17:20 722 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v14,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:21 +0000] a20797b497d600f003018b767ca76c8b "DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:21 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 498 2021-04-30 04:17:21 222 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v14,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:21 +0000] 58e8dbedadfc25f559a3ed9112888ce2 "DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.398 upstream_response_time:0.398 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:21 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 398 2021-04-30 04:17:21 622 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-27 - DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v15,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:21 +0000] daf73d8d7ddb3c9db66eb3ff0b6ad7f1 "DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.198 upstream_response_time:0.198 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:21 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 196 2021-04-30 04:17:21 824 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v15,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:22 +0000] 0ac558597d5763cd7fe114a985259143 "DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.210 upstream_response_time:0.210 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:22 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 207 2021-04-30 04:17:22 036 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v16,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:22 +0000] 8ff86f586b525dc5d5ee04c78de977ba "DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.788 upstream_response_time:0.788 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:22 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 787 2021-04-30 04:17:22 823 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v16,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:23 +0000] 1a526c3dc4ded098151e94a97b138a83 "DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:23 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 297 2021-04-30 04:17:23 121 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v17,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:23 +0000] 086cb3724c19e86a94c4451ecd847ab9 "DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.300 upstream_response_time:0.300 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:23 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 299 2021-04-30 04:17:23 423 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v17,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:23 +0000] bc0abffbd09a55ae71d0d9d9260ed26f "DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:23 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 297 2021-04-30 04:17:23 724 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v18,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:23 +0000] 9ab0f62ddf4fe59ef69a14b1179838de "DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.200 upstream_response_time:0.200 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:23 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 198 2021-04-30 04:17:23 924 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v18,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:24 +0000] 43b929fc8e98bc767db841a70d64478e "DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.698 upstream_response_time:0.698 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:24 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 696 2021-04-30 04:17:24 623 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v19,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:24 +0000] 35b5259fc6555282e769487eb3486e83 "DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.198 upstream_response_time:0.198 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:24 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 197 2021-04-30 04:17:24 828 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v19,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:25 +0000] 0ca3acbac53e65af3535f1b56d19822a "DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.199 upstream_response_time:0.199 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:25 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 197 2021-04-30 04:17:25 024 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-named-query,version:null,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:25 +0000] 88a0321070337b0cf65c1f823bef82e1 "DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.298 upstream_response_time:0.298 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:25 +0000] "DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 295 2021-04-30 04:17:25 327 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-named-query,version:null,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:17:25 +0000] 5b7dc66d9931c82651e22b0a3eb7e58e "DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.300 upstream_response_time:0.300 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:25 +0000] "DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 299 2021-04-30 04:17:25 626 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@533544b5 2021-04-30 04:17:25 626 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:26 115 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.72.140 - - [30/Apr/2021:04:17:26 +0000] ae5f69cdbb29282bfad9333549327e35 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.802 upstream_response_time:0.802 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:26 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 801 2021-04-30 04:17:26 434 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@21df0c95 2021-04-30 04:17:26 434 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:27 416 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v11 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:17:27 +0000] 8aa00f441eb9ced4ac74872372c3a2d7 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.090 upstream_response_time:1.090 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:27 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 1089 2021-04-30 04:17:27 530 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7a40bfac 2021-04-30 04:17:27 530 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:27 812 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.72.140 - - [30/Apr/2021:04:17:27 +0000] 4219beb76ac40556316fae31b5b8ee77 "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.72.140 - - [30/Apr/2021:04:17:27 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 401 2021-04-30 04:17:27 934 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5032358d 2021-04-30 04:17:27 934 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:28 219 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.72.140 - - [30/Apr/2021:04:17:28 +0000] 75fa4f506273652cf247c9729956cf9d "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.72.140 - - [30/Apr/2021:04:17:28 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 393 2021-04-30 04:17:28 336 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@67dae508 2021-04-30 04:17:28 336 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:28 720 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v13 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:17:28 +0000] 957234501ef243577fde8389f34b5aa1 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.404 upstream_response_time:0.404 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:28 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 399 2021-04-30 04:17:28 743 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@13c1156e 2021-04-30 04:17:28 743 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:29 316 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.72.140 - - [30/Apr/2021:04:17:29 +0000] c16dc438f8df762abc5d3be48a8b5492 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.681 upstream_response_time:0.681 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:29 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 681 2021-04-30 04:17:29 427 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@377bc241 2021-04-30 04:17:29 427 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:29 716 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v14 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:17:29 +0000] 275e1df94b1275d1504d4e8fc7d686f2 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.301 upstream_response_time:0.301 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:29 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 301 2021-04-30 04:17:29 733 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7147bb9c 2021-04-30 04:17:29 733 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:30 210 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.72.140 - - [30/Apr/2021:04:17:30 +0000] 17e790910102b0fac1f8de3c8885aa6e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.507 upstream_response_time:0.507 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:30 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 506 2021-04-30 04:17:30 244 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@14616867 2021-04-30 04:17:30 244 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:30 754 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v15 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:17:30 +0000] 38d09f7a10a104a7d37e15aa943c28f9 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.581 upstream_response_time:0.581 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:30 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 578 2021-04-30 04:17:30 828 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@239514d1 2021-04-30 04:17:30 828 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:31 319 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.72.140 - - [30/Apr/2021:04:17:31 +0000] 6479ba70f8df50f01e04096c43489e5f "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.72.140 - - [30/Apr/2021:04:17:31 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 695 2021-04-30 04:17:31 534 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@76dc138e 2021-04-30 04:17:31 534 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:31 896 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v16 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:17:32 +0000] 4fdc5435ebdc18934c77c75f66ab2edb "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.390 upstream_response_time:1.390 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:32 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 1389 2021-04-30 04:17:32 928 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@24a84af2 2021-04-30 04:17:32 928 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:33 417 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.72.140 - - [30/Apr/2021:04:17:33 +0000] a33674f5fd8489076448edc3c302dee9 "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.72.140 - - [30/Apr/2021:04:17:33 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 696 2021-04-30 04:17:33 627 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@40db606 2021-04-30 04:17:33 627 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:34 220 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v17 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:17:34 +0000] 15b569db4293f383c7c914568b8e4fd6 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.611 upstream_response_time:0.611 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:34 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 610 2021-04-30 04:17:34 257 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@398c6e69 2021-04-30 04:17:34 258 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:34 817 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.72.140 - - [30/Apr/2021:04:17:35 +0000] ef859a5f1971672609e9f40bf39ea68f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.883 upstream_response_time:0.883 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:35 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 868 2021-04-30 04:17:35 135 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@338afa8 2021-04-30 04:17:35 135 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:35 523 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v18 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:17:35 +0000] b94224755fc2e62fb3aa007bc063fe78 "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.72.140 - - [30/Apr/2021:04:17:35 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 589 2021-04-30 04:17:35 731 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5b200f38 2021-04-30 04:17:35 731 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:36 217 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.72.140 - - [30/Apr/2021:04:17:36 +0000] d14d2a2afccdf945e41b19871c55a913 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.703 upstream_response_time:0.703 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:36 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 701 2021-04-30 04:17:36 438 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@22bfad1c 2021-04-30 04:17:36 438 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:36 916 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v19 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:17:36 +0000] 39d5824fe3aed1e4ae05e65d508da3d4 "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.72.140 - - [30/Apr/2021:04:17:36 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 493 2021-04-30 04:17:36 938 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@50af1bf3 2021-04-30 04:17:36 939 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:37 642 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.72.140 - - [30/Apr/2021:04:17:37 +0000] a593ac90cb42f243ac20656de266222b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.788 upstream_response_time:0.788 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:37 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 787 2021-04-30 04:17:37 731 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@47655fd2 2021-04-30 04:17:37 732 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:39 415 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v11 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:17:39 +0000] 10652d650c2860737324726e5834c613 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.794 upstream_response_time:1.794 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:39 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 1792 2021-04-30 04:17:39 529 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6084bb3f 2021-04-30 04:17:39 529 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:39 916 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.72.140 - - [30/Apr/2021:04:17:39 +0000] 62b40ba8c9296ae9f8244f1055988c39 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.409 upstream_response_time:0.409 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:39 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 409 2021-04-30 04:17:39 943 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@44cb7ab6 2021-04-30 04:17:39 943 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:40 648 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v12 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:17:40 +0000] 5eb8060f715b77398aaf8934a4b34e0a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.721 upstream_response_time:0.721 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:40 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 719 2021-04-30 04:17:40 668 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3445844d 2021-04-30 04:17:40 669 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:40 954 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.72.140 - - [30/Apr/2021:04:17:41 +0000] 47a354fe9bcd0c548e939a2e1a5a2932 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.764 upstream_response_time:0.764 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:41 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 762 2021-04-30 04:17:41 433 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4b3db7fa 2021-04-30 04:17:41 434 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:41 893 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v13 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:17:42 +0000] 3adeec69ed913f6cc564e46db2e72002 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.689 upstream_response_time:0.689 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:42 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 689 2021-04-30 04:17:42 128 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@258457a3 2021-04-30 04:17:42 129 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:42 516 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.72.140 - - [30/Apr/2021:04:17:42 +0000] e31cbb9ba8cead97b38317766afae96a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.494 upstream_response_time:0.494 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:42 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 494 2021-04-30 04:17:42 627 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@576ecc69 2021-04-30 04:17:42 627 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:42 964 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v14 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:17:42 +0000] 5c46586b98cef874dcd33996fb47acc6 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.350 upstream_response_time:0.350 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:42 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 348 2021-04-30 04:17:42 979 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@11527b95 2021-04-30 04:17:42 979 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:43 322 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.72.140 - - [30/Apr/2021:04:17:43 +0000] 32274be9a6b32cb491c7e83c181a4807 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.647 upstream_response_time:0.647 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:43 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 646 2021-04-30 04:17:43 636 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@156ecbbf 2021-04-30 04:17:43 637 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:44 116 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v15 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:17:44 +0000] 9963d5f5b28000a4ad77c82e114f79bc "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.791 upstream_response_time:0.791 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:44 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 788 2021-04-30 04:17:44 429 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@19dabfc8 2021-04-30 04:17:44 429 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:44 950 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.72.140 - - [30/Apr/2021:04:17:45 +0000] 09cc09a9db39d86de8b8544627d00f00 "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.72.140 - - [30/Apr/2021:04:17:45 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 593 2021-04-30 04:17:45 028 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@19b4a73e 2021-04-30 04:17:45 028 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:45 618 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v16 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:17:46 +0000] 9a197a47d61e5905a397f64b98ca4330 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.099 upstream_response_time:1.099 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:46 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 1096 2021-04-30 04:17:46 129 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7c192 2021-04-30 04:17:46 129 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:46 520 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.72.140 - - [30/Apr/2021:04:17:46 +0000] 10b7ee3acc729d18c2566d7c32219789 "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.72.140 - - [30/Apr/2021:04:17:46 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 793 2021-04-30 04:17:46 928 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@38480dcd 2021-04-30 04:17:46 928 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:47 198 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v17 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:17:47 +0000] 3202d2c0bc6c0725abdfef894295bc2b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.497 upstream_response_time:0.497 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:47 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 495 2021-04-30 04:17:47 429 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@374a04a3 2021-04-30 04:17:47 429 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:48 716 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.72.140 - - [30/Apr/2021:04:17:48 +0000] 02196fc2d82935ea3ca965608a3e465b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.494 upstream_response_time:1.494 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:48 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 1494 2021-04-30 04:17:48 932 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7c7b953d 2021-04-30 04:17:48 932 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:49 420 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v18 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:17:49 +0000] d2529c9a86a29e5b315a787135a9d4df "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.72.140 - - [30/Apr/2021:04:17:49 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 691 2021-04-30 04:17:49 632 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@70f221a2 2021-04-30 04:17:49 632 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:49 820 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.72.140 - - [30/Apr/2021:04:17:50 +0000] a242a7beba134c23c91be4d18a49305b "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.72.140 - - [30/Apr/2021:04:17:50 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 391 2021-04-30 04:17:50 028 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@11542536 2021-04-30 04:17:50 028 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:50 616 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v19 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:17:50 +0000] a33dfd5425468bf69a8209e8bc4321fd "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.72.140 - - [30/Apr/2021:04:17:50 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 804 2021-04-30 04:17:50 832 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@69e51d89 2021-04-30 04:17:50 832 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:51 316 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v19 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:17:51 +0000] 671b60b21b64d790d0ae957a48ba86fc "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.503 upstream_response_time:0.503 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:51 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 499 2021-04-30 04:17:51 336 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@26782fcb 2021-04-30 04:17:51 336 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:51 924 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.72.140 - - [30/Apr/2021:04:17:52 +0000] 4b4db97b1f8aeb84b1bfcab204ad4e6a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.786 upstream_response_time:0.786 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:17:52 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 786 2021-04-30 04:17:52 125 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@60f928c6 2021-04-30 04:17:52 125 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:52 616 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v11 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:17:53 +0000] f2514ce59559aabf77c55e752beaf8c3 "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.72.140 - - [30/Apr/2021:04:17:53 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1097 2021-04-30 04:17:53 230 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@b6d2e7b 2021-04-30 04:17:53 230 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:54 217 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.72.140 - - [30/Apr/2021:04:17:54 +0000] 94436169e36434881792f890544ecabf "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.72.140 - - [30/Apr/2021:04:17:54 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 1195 2021-04-30 04:17:54 430 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@147233e8 2021-04-30 04:17:54 430 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:55 255 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v12 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:17:55 +0000] deda16d20d38a98b249d293a5351c2ce "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.72.140 - - [30/Apr/2021:04:17:55 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 898 2021-04-30 04:17:55 331 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4eb2e4ab 2021-04-30 04:17:55 331 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:55 817 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.72.140 - - [30/Apr/2021:04:17:56 +0000] 9b2459a08f664607f1023b91c42013be "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.72.140 - - [30/Apr/2021:04:17:56 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 795 2021-04-30 04:17:56 131 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@668511f2 2021-04-30 04:17:56 132 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:56 322 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v13 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:17:56 +0000] 7b77f3b0843e3fef4073cef34d7f1165 "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.72.140 - - [30/Apr/2021:04:17:56 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 692 2021-04-30 04:17:56 827 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@66c9b930 2021-04-30 04:17:56 827 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:57 616 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.72.140 - - [30/Apr/2021:04:17:57 +0000] 434cdb6a8923b5e34d3029fda882404b "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.72.140 - - [30/Apr/2021:04:17:57 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 801 2021-04-30 04:17:57 632 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@291c0865 2021-04-30 04:17:57 632 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:58 616 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v14 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:17:58 +0000] c0be2f2cd47e7445f2d378d034d5bbda "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.72.140 - - [30/Apr/2021:04:17:58 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 997 2021-04-30 04:17:58 636 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@43f75b01 2021-04-30 04:17:58 636 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:17:59 616 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.72.140 - - [30/Apr/2021:04:17:59 +0000] 940c74c4ae8cbecbae33f630709fd936 "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.72.140 - - [30/Apr/2021:04:17:59 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 993 2021-04-30 04:17:59 631 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@52467034 2021-04-30 04:17:59 631 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:18:00 023 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v15 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:18:00 +0000] 97bc1e10f0101d3ba0250666fba42fb0 "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.72.140 - - [30/Apr/2021:04:18:00 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 491 2021-04-30 04:18:00 129 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@8882093 2021-04-30 04:18:00 129 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:18:00 526 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.72.140 - - [30/Apr/2021:04:18:00 +0000] f36359c3b83def979cd6216959086b35 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.494 upstream_response_time:0.494 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:00 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 493 2021-04-30 04:18:00 627 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@157c38b1 2021-04-30 04:18:00 627 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:18:01 056 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v16 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:18:02 +0000] 15b5a3fe1c4c18eb13b9180a8f7257f4 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.699 upstream_response_time:1.699 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:02 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1699 2021-04-30 04:18:02 331 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3c7703e8 2021-04-30 04:18:02 331 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:18:02 821 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.72.140 - - [30/Apr/2021:04:18:03 +0000] 22f3338c074efd415f1dbe2f52a178b2 "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.72.140 - - [30/Apr/2021:04:18:03 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 791 2021-04-30 04:18:03 129 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@52a2dfab 2021-04-30 04:18:03 129 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:18:04 017 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v17 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:18:04 +0000] 8a19388b247f475c283a8d1f4b144ff7 "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.72.140 - - [30/Apr/2021:04:18:04 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1194 2021-04-30 04:18:04 334 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@66c99e27 2021-04-30 04:18:04 334 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:18:04 523 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.72.140 - - [30/Apr/2021:04:18:04 +0000] 72399f5df7203062d3eb39f2ae89b1fb "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.72.140 - - [30/Apr/2021:04:18:04 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 592 2021-04-30 04:18:04 938 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4170475c 2021-04-30 04:18:04 938 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:18:05 516 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v18 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:18:05 +0000] 4203687e0bd062005b796b21bbf19b5f "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.72.140 - - [30/Apr/2021:04:18:05 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 792 2021-04-30 04:18:05 726 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6752db47 2021-04-30 04:18:05 727 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:18:05 991 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.72.140 - - [30/Apr/2021:04:18:06 +0000] 1a4b77999464cd37002e83c72d2b33f8 "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.72.140 - - [30/Apr/2021:04:18:06 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 794 2021-04-30 04:18:06 527 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@670bcfb3 2021-04-30 04:18:06 527 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:18:07 087 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v19 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:18:07 +0000] 9d0788f1a33c95ab8cb4660d7fa45af2 "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.72.140 - - [30/Apr/2021:04:18:07 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 895 2021-04-30 04:18:07 424 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@52d0c6f2 2021-04-30 04:18:07 424 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:18:07 859 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.72.140 - - [30/Apr/2021:04:18:08 +0000] 9b4c0e6843f573e406add055437edf8d "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.72.140 - - [30/Apr/2021:04:18:08 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 606 2021-04-30 04:18:08 032 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@b0200c4 2021-04-30 04:18:08 032 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-38 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:18:08 616 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.72.140 - - [30/Apr/2021:04:18:08 +0000] 5b72eec0e6b360d3db6bec25087b5718 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.700 upstream_response_time:0.700 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:08 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 455 "-" "Go-http-client/1.1" 701 2021-04-30 04:18:35 079 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:35 +0000] 9d31cfdc5f7b0407a7483e5befb2d68b "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.246 upstream_response_time:0.246 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:35 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 243 2021-04-30 04:18:35 322 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:35 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 108 10.233.72.140 - - [30/Apr/2021:04:18:35 +0000] e6caa06b93a753af8d5cd4cdfe670c20 "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.116 upstream_response_time:0.116 "-" "Go-http-client/1.1" "-" 2021-04-30 04:18:35 441 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:35 +0000] e7fa7523a8bd38010c7f3bbd6a9219f6 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.287 upstream_response_time:0.287 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:35 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 284 2021-04-30 04:18:35 732 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:36 +0000] 53fa85de717c24d1f8453c705f509984 "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.493 upstream_response_time:0.493 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:36 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 489 2021-04-30 04:18:36 223 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:37 +0000] a81d6fe4f852e3d91a8a9dded3ffd360 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.801 upstream_response_time:0.801 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:37 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 798 2021-04-30 04:18:37 024 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:38 +0000] f87485e0155a185d0eae1961d4bc1c6a "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:1.003 upstream_response_time:1.003 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:38 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1002 2021-04-30 04:18:38 030 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:38 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 491 10.233.72.140 - - [30/Apr/2021:04:18:38 +0000] a4ac513965c4b357cd616fa5d4598283 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.494 upstream_response_time:0.494 "-" "Go-http-client/1.1" "-" 2021-04-30 04:18:38 524 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:39 +0000] d81f8335e7be5ab5fae64ebf053c2c4e "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:39 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 597 2021-04-30 04:18:39 124 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:39 +0000] 733ee584db5eab698152bcbf3a023e38 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.300 upstream_response_time:0.300 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:39 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 298 2021-04-30 04:18:39 431 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:40 +0000] 3c866dc61173b7558e5e0047d0dc972d "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.796 upstream_response_time:0.796 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:40 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 788 2021-04-30 04:18:40 223 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:40 +0000] 8e575ce4ac8f4680fd6be256421b040e "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.400 upstream_response_time:0.400 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:40 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 398 2021-04-30 04:18:40 624 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:40 +0000] 3e2ba71bd970d76474635ced53e5aeba "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.199 upstream_response_time:0.199 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:40 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 197 2021-04-30 04:18:40 823 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:41 +0000] a4560d81f70017cd94868587facbca70 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.597 upstream_response_time:0.597 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:41 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 595 2021-04-30 04:18:41 421 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v17,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:41 +0000] c2ce291b300e1f36a78f1aaddf219898 "DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.400 upstream_response_time:0.400 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:41 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 399 2021-04-30 04:18:41 822 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v18,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:41 +0000] aa9150a1b5fb0b1f328e74d45a53d03e "DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.107 upstream_response_time:0.107 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:41 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 106 2021-04-30 04:18:41 931 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v18,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:43 +0000] e1c7a4aa39792fca0aceb6952b33dc27 "DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:1.491 upstream_response_time:1.491 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:43 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1489 2021-04-30 04:18:43 431 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v19,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:44 +0000] dadcd0f84ae056e38af41fff64639b0e "DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.599 upstream_response_time:0.599 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:44 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 589 2021-04-30 04:18:44 022 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v19,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:44 +0000] a7bba92bcaed185455eee55cc7920d2d "DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:44 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 299 2021-04-30 04:18:44 322 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v11,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:44 +0000] 618e9463f590979c67a7ce3ab21c4da0 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.500 upstream_response_time:0.500 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:44 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 500 2021-04-30 04:18:44 824 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v11,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:45 +0000] 08e66a65de3a5a4b50fab5197ba5d352 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.206 upstream_response_time:0.206 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:45 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 205 2021-04-30 04:18:45 034 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v12,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:45 +0000] 955cc37121b76e3db7c2da312ba20fe9 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.290 upstream_response_time:0.290 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:45 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 287 2021-04-30 04:18:45 323 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v12,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:45 +0000] 520e146c11698124524465a9d9a49ee0 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.598 upstream_response_time:0.598 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:45 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 598 2021-04-30 04:18:45 923 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v13,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:46 +0000] 4d21aae0e384c2958df895ce274e3359 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.699 upstream_response_time:0.699 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:46 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 698 2021-04-30 04:18:46 624 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v13,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:46 +0000] 10ff2cdfe3d59d41349abe8e01f2255b "DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.102 upstream_response_time:0.102 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:46 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 101 2021-04-30 04:18:46 728 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v14,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:47 +0000] d7a1fb048e7f98446475fa9939c7eba1 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.895 upstream_response_time:0.895 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:47 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 893 2021-04-30 04:18:47 623 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v14,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:48 +0000] 84383481f5f4afd29b4ee1a37fcccfe7 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.998 upstream_response_time:0.998 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:48 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 996 2021-04-30 04:18:48 623 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v15,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:49 +0000] 7ba8af9950821ce43a96acdc578f1fe9 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.799 upstream_response_time:0.799 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:49 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 797 2021-04-30 04:18:49 423 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v15,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:49 +0000] 24e8ed59e3f36143a4c14878980a433a "DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.201 upstream_response_time:0.201 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:49 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 199 2021-04-30 04:18:49 624 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v16,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:50 +0000] 9dad4e307a8c3d072b41352193e94e76 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.403 upstream_response_time:0.403 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:50 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 401 2021-04-30 04:18:50 028 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v16,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:50 +0000] 89868b255fbc21ac19fc3e68759d9a18 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.094 upstream_response_time:0.094 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:50 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 92 2021-04-30 04:18:50 124 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v17,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:50 +0000] ca501fab3ff1942bd0d519f793d54741 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.697 upstream_response_time:0.697 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:50 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 694 2021-04-30 04:18:50 821 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v17,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:50 +0000] a38ed3476fb11ba55d8df5c11d768251 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.106 upstream_response_time:0.106 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:50 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 105 2021-04-30 04:18:50 931 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v18,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:52 +0000] 5731ce25c378edc3b695883cb0b89f67 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:1.193 upstream_response_time:1.193 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:52 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1191 2021-04-30 04:18:52 125 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v18,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:52 +0000] 9457bb53e9a27b6ab5a78e7bee21697b "DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.596 upstream_response_time:0.596 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:52 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 595 2021-04-30 04:18:52 723 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nodes-query,version:v19,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:53 +0000] 565387013c2a80fb5de44d32a53bb1b4 "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.600 upstream_response_time:0.600 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:53 +0000] "DELETE /api/microservices/v1/services/_aai-nodes-query/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 600 2021-04-30 04:18:53 325 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nodes-query,version:v19,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:53 +0000] 7f9f88a86820abff20d2911ad3320118 "DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.496 upstream_response_time:0.496 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:53 +0000] "DELETE /api/microservices/v1/services/aai-nodes-query/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 493 2021-04-30 04:18:53 821 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v11,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:53 +0000] bbece440286202c227c7cc3b2713a437 "DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.101 upstream_response_time:0.101 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:53 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 100 2021-04-30 04:18:53 926 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v11,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:54 +0000] 12c0946e9b85b77aff289c0d36c27c61 "DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.596 upstream_response_time:0.596 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:54 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 594 2021-04-30 04:18:54 522 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v12,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:54 +0000] 2b68aff54c4fecdd6d5b5983effbcf63 "DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.199 upstream_response_time:0.199 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:54 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 198 2021-04-30 04:18:54 723 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v12,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:54 +0000] 634e64be5ab1f65f87e59846f9d7da2b "DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.200 upstream_response_time:0.200 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:54 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 199 2021-04-30 04:18:54 926 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v13,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:55 +0000] 6a58e0c8e43b94d22042f8abc4ba55c4 "DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.598 upstream_response_time:0.598 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:55 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 595 2021-04-30 04:18:55 524 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v13,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:56 +0000] 7703e63909751fcd7f491917fae86241 "DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.898 upstream_response_time:0.898 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:56 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 896 2021-04-30 04:18:56 422 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v14,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:56 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 298 10.233.72.140 - - [30/Apr/2021:04:18:56 +0000] c8ab5ab86e2f7fbc19d3e432786e64c4 "DELETE /api/microservices/v1/services/_aai-nquery/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.300 upstream_response_time:0.300 "-" "Go-http-client/1.1" "-" 2021-04-30 04:18:56 724 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v14,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:56 +0000] cdb9de7b9171044f882308131d91e3e3 "DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.199 upstream_response_time:0.199 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:56 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 197 2021-04-30 04:18:56 923 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v15,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:57 +0000] ec16274e65b5a60a1497044aa76163e7 "DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.398 upstream_response_time:0.398 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:57 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 397 2021-04-30 04:18:57 322 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v15,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:57 +0000] 0389a1772f28f59f00c27aa589305798 "DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.299 upstream_response_time:0.299 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:57 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 297 2021-04-30 04:18:57 631 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v16,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:57 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 189 10.233.72.140 - - [30/Apr/2021:04:18:57 +0000] cb7e04238bb6ade9d6a62996c53f9e01 "DELETE /api/microservices/v1/services/_aai-nquery/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.191 upstream_response_time:0.191 "-" "Go-http-client/1.1" "-" 2021-04-30 04:18:57 824 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v16,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:58 +0000] 15fd328620039a173933479e4d1a713f "DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.398 upstream_response_time:0.398 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:58 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 396 2021-04-30 04:18:58 224 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v17,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:58 +0000] a5f80c0236bedc88daca732ab458913b "DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.400 upstream_response_time:0.400 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:58 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 399 2021-04-30 04:18:58 624 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v17,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:18:59 +0000] f079addbc609e950ca5745c4a68e3122 "DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.705 upstream_response_time:0.705 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:18:59 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v17/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 704 2021-04-30 04:18:59 330 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v18,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:19:00 +0000] c73965ac5d1492710e7c5c77e8dbcef8 "DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.692 upstream_response_time:0.692 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:00 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 691 2021-04-30 04:19:00 025 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v18,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:19:00 +0000] ffe13674bbb11ae24c1adab195b88e3c "DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.197 upstream_response_time:0.197 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:00 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v18/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 195 2021-04-30 04:19:00 224 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-nquery,version:v19,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:19:00 +0000] 5c5af4dac1f7a3e15bcfd8ed6476cf93 "DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.399 upstream_response_time:0.399 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:00 +0000] "DELETE /api/microservices/v1/services/_aai-nquery/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 397 2021-04-30 04:19:00 623 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-nquery,version:v19,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:19:01 +0000] 2563928f3046e2838534a3796c35438a "DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.397 upstream_response_time:0.397 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:01 +0000] "DELETE /api/microservices/v1/services/aai-nquery/version/v19/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 396 2021-04-30 04:19:01 022 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-named-query,version:null,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:19:01 +0000] 9901b5fa54001b552be871cf375cf873 "DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.207 upstream_response_time:0.207 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:01 +0000] "DELETE /api/microservices/v1/services/_aai-named-query/version/null/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 206 2021-04-30 04:19:01 232 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-named-query,version:null,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:19:01 +0000] 0c7ca70bd817e0e48be11c1cb32271d3 "DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.291 upstream_response_time:0.291 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:01 +0000] "DELETE /api/microservices/v1/services/aai-named-query/version/null/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 290 2021-04-30 04:19:01 525 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@294e6362 2021-04-30 04:19:01 525 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:01 891 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v11 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:02 +0000] b43e78f5547cf2921a7771ba8103f356 "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.72.140 - - [30/Apr/2021:04:19:02 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 499 2021-04-30 04:19:02 032 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3c6f51d 2021-04-30 04:19:02 032 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:02 515 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-47 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v11 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:02 +0000] 9c17f48d1704bb8d299c11b892e26a18 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.791 upstream_response_time:0.791 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:02 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 790 2021-04-30 04:19:02 836 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7f71cf44 2021-04-30 04:19:02 836 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:03 216 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v12 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:03 +0000] 1acbfdeacbbfadb10e066c9e25e07db7 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.403 upstream_response_time:0.403 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:03 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 401 2021-04-30 04:19:03 233 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@464c131d 2021-04-30 04:19:03 233 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:03 690 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-47 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v12 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:03 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 494 10.233.72.140 - - [30/Apr/2021:04:19:03 +0000] 7e4de56d117ea5e135810d0ee4800fd5 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.497 upstream_response_time:0.497 "-" "Go-http-client/1.1" "-" 2021-04-30 04:19:03 734 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@36d32c89 2021-04-30 04:19:03 735 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:04 215 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v13 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:04 +0000] 388bde3abfef1e3519d4eb29c2d5ccf8 "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.72.140 - - [30/Apr/2021:04:19:04 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 692 2021-04-30 04:19:04 431 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@684d03f3 2021-04-30 04:19:04 431 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:04 942 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-47 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v13 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:04 +0000] 7ec06a43381b5246d614376911fe2a9c "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.524 upstream_response_time:0.524 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:04 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 522 2021-04-30 04:19:04 958 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3702e2f1 2021-04-30 04:19:04 958 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:05 416 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v14 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:06 +0000] 0c9917d85036bf27d1b543b347233751 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.663 upstream_response_time:1.663 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:06 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 1662 2021-04-30 04:19:06 628 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@483890a9 2021-04-30 04:19:06 628 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:07 115 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-47 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v14 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:07 +0000] ac801c69a0920239545239faefa1c968 "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.72.140 - - [30/Apr/2021:04:19:07 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 498 2021-04-30 04:19:07 133 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1619a616 2021-04-30 04:19:07 133 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:07 617 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v15 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:07 +0000] 98ab7995b28b46792013b0508a8ad750 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.789 upstream_response_time:0.789 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:07 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 789 2021-04-30 04:19:07 926 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@279517f5 2021-04-30 04:19:07 926 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:08 816 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-47 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v15 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:08 +0000] 7690602040c0e6ebcdbb6bb462547782 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.904 upstream_response_time:0.904 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:08 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 903 2021-04-30 04:19:08 834 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3760b5ff 2021-04-30 04:19:08 834 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:09 617 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v16 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:09 +0000] d6a11971f693adda8b30140655d5ce8f "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.72.140 - - [30/Apr/2021:04:19:09 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 889 2021-04-30 04:19:09 734 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@42354c2 2021-04-30 04:19:09 734 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:10 363 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-47 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v16 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:10 +0000] d587fba93c261187de846c9df3fd6062 "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.72.140 - - [30/Apr/2021:04:19:10 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 890 2021-04-30 04:19:10 629 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6d69f7fc 2021-04-30 04:19:10 629 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:11 716 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v17 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:11 +0000] b4f90348097d2337603d45cb0974eaa6 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.293 upstream_response_time:1.293 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:11 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 1294 2021-04-30 04:19:11 925 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@38618c4b 2021-04-30 04:19:11 925 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:12 117 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-47 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v17 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:12 +0000] fae3272b9634f5a34684d64ec93d93f3 "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.72.140 - - [30/Apr/2021:04:19:12 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 695 2021-04-30 04:19:12 628 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1eedfb4a 2021-04-30 04:19:12 628 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:12 989 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v18 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:13 +0000] 26415656943097a006c5f4cca6c102ae "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.72.140 - - [30/Apr/2021:04:19:13 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 393 2021-04-30 04:19:13 025 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@b75cee3 2021-04-30 04:19:13 025 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:13 518 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-47 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v18 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:13 +0000] 01142dd4b273519b257a7b65f13b2dbc "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.72.140 - - [30/Apr/2021:04:19:13 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 697 2021-04-30 04:19:13 727 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3e7823a3 2021-04-30 04:19:13 727 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:14 216 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-generic-query,version-v19 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:14 +0000] 2d284579802e2f54a427c6b26a54be0a "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.72.140 - - [30/Apr/2021:04:19:14 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 514 "-" "Go-http-client/1.1" 695 2021-04-30 04:19:14 429 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@22a65528 2021-04-30 04:19:14 429 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:14 818 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-47 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-generic-query,version-v19 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:15 +0000] 4d188a97d3ca6c599aa900471dbcaa63 "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.72.140 - - [30/Apr/2021:04:19:15 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 483 "-" "Go-http-client/1.1" 696 2021-04-30 04:19:15 127 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@15361662 2021-04-30 04:19:15 127 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:15 406 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v11 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:15 +0000] f64a22ff07551639d19adfd4730ea9fd "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.494 upstream_response_time:0.494 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:15 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 494 2021-04-30 04:19:15 626 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6d859ce6 2021-04-30 04:19:15 626 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:16 118 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-47 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v11 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:16 +0000] 20e1aaf53b8b824e60e2356393a3758d "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.72.140 - - [30/Apr/2021:04:19:16 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 1001 2021-04-30 04:19:16 637 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@25063480 2021-04-30 04:19:16 637 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:17 316 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v12 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:17 +0000] 32d0872ba8057ceb2ea149676f6e0242 "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.72.140 - - [30/Apr/2021:04:19:17 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 785 2021-04-30 04:19:17 428 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@454feead 2021-04-30 04:19:17 428 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:19 358 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-47 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v12 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:19 +0000] a35ff73b08e07d7af7205608eceb1afd "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:2.194 upstream_response_time:2.194 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:19 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 2193 2021-04-30 04:19:19 629 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2b805b55 2021-04-30 04:19:19 629 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:20 149 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v13 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:20 +0000] 9b16a64135ee286e9b429fb524ab323d "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.894 upstream_response_time:0.894 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:20 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 892 2021-04-30 04:19:20 526 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6646aab9 2021-04-30 04:19:20 526 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:20 931 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-47 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v13 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:21 +0000] 2325ab92e5f1f5c4b1385594b1401a65 "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.72.140 - - [30/Apr/2021:04:19:21 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 598 2021-04-30 04:19:21 128 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@14ce96fd 2021-04-30 04:19:21 128 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:21 578 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v14 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:21 +0000] aa53a9673da88603d4a4833326812baf "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.464 upstream_response_time:0.464 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:21 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 463 2021-04-30 04:19:21 595 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7ff1ab73 2021-04-30 04:19:21 595 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:21 816 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-47 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v14 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:22 +0000] cf4e8e4d8ed33b3f4add2113dbce1c70 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.427 upstream_response_time:0.427 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:22 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 427 2021-04-30 04:19:22 028 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@3d52e096 2021-04-30 04:19:22 028 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:22 844 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v15 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:22 +0000] 75a4a71363c83b7ffd07f44f44b4436b "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.835 upstream_response_time:0.835 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:22 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 833 2021-04-30 04:19:22 868 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@77700ef8 2021-04-30 04:19:22 868 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:23 117 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-47 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v15 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:23 +0000] e9c7929c04fd1744e52e81f282ac7c9e "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.72.140 - - [30/Apr/2021:04:19:23 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 659 2021-04-30 04:19:23 533 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2d50435d 2021-04-30 04:19:23 533 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:24 345 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v16 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:24 +0000] 787454130aa5414a8c50aed405ca4e9b "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.72.140 - - [30/Apr/2021:04:19:24 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 1000 2021-04-30 04:19:24 535 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4e62732 2021-04-30 04:19:24 535 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:24 817 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v16 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:24 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 389 10.233.72.140 - - [30/Apr/2021:04:19:24 +0000] c27a010ac4f27ea34e961d638ce7c74e "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.394 upstream_response_time:0.394 "-" "Go-http-client/1.1" "-" 2021-04-30 04:19:24 935 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@344808a9 2021-04-30 04:19:24 935 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:25 216 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-47 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v17 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:25 +0000] d9010520cf5d1e41e21ef4ab483d61b5 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.687 upstream_response_time:0.687 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:25 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 686 2021-04-30 04:19:25 624 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@292ccb44 2021-04-30 04:19:25 625 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:26 347 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v17 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:26 +0000] f7dbb05040df9abacfa1f7ac06acd6df "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.733 upstream_response_time:0.733 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:26 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 733 2021-04-30 04:19:26 362 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@378aaf32 2021-04-30 04:19:26 363 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:26 916 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-47 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v18 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:27 +0000] 8b28773dc9d4da0297edb4e436e53624 "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.72.140 - - [30/Apr/2021:04:19:27 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 660 2021-04-30 04:19:27 025 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@42074f1b 2021-04-30 04:19:27 026 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:27 409 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v18 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:27 +0000] 61bbfb8e0ec2437b929d954ed6b67c54 "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.72.140 - - [30/Apr/2021:04:19:27 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 596 2021-04-30 04:19:27 625 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7b14b9e0 2021-04-30 04:19:27 625 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:27 875 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-47 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nodes-query,version-v19 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:28 +0000] 5ed876264a3d97db1647d269fc0cdd06 "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.72.140 - - [30/Apr/2021:04:19:28 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 506 "-" "Go-http-client/1.1" 498 2021-04-30 04:19:28 132 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4afd9c4f 2021-04-30 04:19:28 132 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:28 716 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nodes-query,version-v19 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:28 +0000] afaddb4598d88d77e2609a1593f2810a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.694 upstream_response_time:0.694 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:28 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 477 "-" "Go-http-client/1.1" 693 2021-04-30 04:19:28 829 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5bb01dba 2021-04-30 04:19:28 829 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:29 317 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-47 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v11 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:29 +0000] 9d4be5a2d9741c97088c72ad4b614e4f "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.502 upstream_response_time:0.502 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:29 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 501 2021-04-30 04:19:29 335 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@7d93b6c8 2021-04-30 04:19:29 335 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:30 015 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v11 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:30 +0000] 209325e29b56cdc45ee4bcebf517524a "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.788 upstream_response_time:0.788 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:30 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 787 2021-04-30 04:19:30 131 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@51583fea 2021-04-30 04:19:30 131 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:30 523 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-47 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v12 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:30 +0000] 5e7161fab02170bfc481ccdf31019bdd "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.408 upstream_response_time:0.408 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:30 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 405 2021-04-30 04:19:30 539 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@20afac83 2021-04-30 04:19:30 539 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:30 984 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v12 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:31 +0000] 22393e3a5565109d2866d0865792d17d "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.483 upstream_response_time:0.483 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:31 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 483 2021-04-30 04:19:31 027 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2ca77600 2021-04-30 04:19:31 027 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:32 019 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-47 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v13 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:33 +0000] 87456550d32026dc0b027f660f0b8cbf "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.997 upstream_response_time:1.997 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:33 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 1996 2021-04-30 04:19:33 027 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@2fbd7753 2021-04-30 04:19:33 027 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:33 416 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v13 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:33 +0000] 358b0e733c95b51349c718976d90c186 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.401 upstream_response_time:0.401 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:33 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 401 2021-04-30 04:19:33 434 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@65168a8f 2021-04-30 04:19:33 434 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:34 006 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-47 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v14 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:34 +0000] acc2673b2d020616117302f1686c9ae7 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.689 upstream_response_time:0.689 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:34 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 687 2021-04-30 04:19:34 126 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@d693d55 2021-04-30 04:19:34 127 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:34 337 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v14 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:34 +0000] 64b2928d89c564d8923d769c19cab444 "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.72.140 - - [30/Apr/2021:04:19:34 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 395 2021-04-30 04:19:34 525 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@646571f4 2021-04-30 04:19:34 525 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:35 016 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-47 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v15 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:35 +0000] 925adbd1b48d36719205be03e61b2941 "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.72.140 - - [30/Apr/2021:04:19:35 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 997 2021-04-30 04:19:35 535 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@294f9afd 2021-04-30 04:19:35 535 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:36 018 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v15 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:36 +0000] 6a143e1f1ec9fb17805bb794c7135c6a "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.72.140 - - [30/Apr/2021:04:19:36 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 889 2021-04-30 04:19:36 428 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@59d5475c 2021-04-30 04:19:36 428 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:36 815 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-47 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v16 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:36 +0000] 9a9de769c9399cc02a7acd80a24d09da "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.401 upstream_response_time:0.401 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:36 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 401 2021-04-30 04:19:36 837 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@47987590 2021-04-30 04:19:36 837 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:37 417 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v16 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:37 +0000] d68b9d4d066981c85ae7674b27a3ad56 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.790 upstream_response_time:0.790 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:37 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 786 2021-04-30 04:19:37 628 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@697afc72 2021-04-30 04:19:37 628 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:37 858 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-47 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v17 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:38 +0000] ce2796a3b1325cf6bac023c77007435f "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.72.140 - - [30/Apr/2021:04:19:38 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 394 2021-04-30 04:19:38 026 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@169ae17a 2021-04-30 04:19:38 026 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:38 316 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v17 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:38 +0000] 4f6f8c0c6f042a5b1a3d6565182ba70a "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.72.140 - - [30/Apr/2021:04:19:38 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 595 2021-04-30 04:19:38 626 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6f707bec 2021-04-30 04:19:38 626 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:39 017 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-47 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v18 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:39 +0000] 3e6c93a6ef8a4e4a21c385c69cab38ee "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.401 upstream_response_time:0.401 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:39 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 401 2021-04-30 04:19:39 044 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6af2e7ba 2021-04-30 04:19:39 044 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:39 516 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v18 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:39 +0000] bfaa277382df1862e7d9842b54af3369 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:0.788 upstream_response_time:0.788 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:39 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 778 2021-04-30 04:19:39 827 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@4e73fa49 2021-04-30 04:19:39 828 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:40 415 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-47 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-nquery,version-v19 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:40 +0000] a8f1c3f4ad8b73fd2e6f9565b76e15b3 "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.72.140 - - [30/Apr/2021:04:19:40 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 470 "-" "Go-http-client/1.1" 795 2021-04-30 04:19:40 656 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@5b167eaf 2021-04-30 04:19:40 656 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:41 316 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-nquery,version-v19 ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:41 +0000] d6640366da429cf714f4f0dd9b834354 "POST /api/microservices/v1/services HTTP/1.1" 201 request_processing_time:1.266 upstream_response_time:1.266 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:41 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 454 "-" "Go-http-client/1.1" 1265 2021-04-30 04:19:41 924 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@6af675ab 2021-04-30 04:19:41 925 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-47 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:42 927 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-47 - POST /api/microservices/v1/services] - save microservice success: serviceName-_aai-named-query,version- ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:43 +0000] 888cd4c1b8be5873ca4c0d1b44c01ad7 "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.72.140 - - [30/Apr/2021:04:19:43 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 468 "-" "Go-http-client/1.1" 1196 2021-04-30 04:19:43 125 ERROR [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - **** json string:org.onap.msb.sdclient.core.MicroServiceInfo@1b0f9d86 2021-04-30 04:19:43 125 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - POST /api/microservices/v1/services] - [POST REQUEST] Request IP:10.233.72.140,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.67.223","port":"8446","lb_server_params":null,"checkType":"","checkUrl":"","checkInterval":null,"checkTimeOut":null,"ttl":null,"tls_skip_verify":true,"ha_role":""}],"metadata":null,"labels":null} 2021-04-30 04:19:43 222 INFO [org.onap.msb.sdclient.wrapper.ConsulServiceWrapper][dw-23 - POST /api/microservices/v1/services] - save microservice success: serviceName-aai-named-query,version- ,namespace- 10.233.72.140 - - [30/Apr/2021:04:19:43 +0000] bc5540d8bd671f8fcfde24bc99abcf86 "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.72.140 - - [30/Apr/2021:04:19:43 +0000] "POST /api/microservices/v1/services HTTP/1.1" 201 455 "-" "Go-http-client/1.1" 496 2021-04-30 04:19:43 637 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-28 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:19:44 +0000] 74c655ed66d4ef79a54d9768913accbb "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.393 upstream_response_time:0.393 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:44 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 382 2021-04-30 04:19:44 021 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v11,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:19:44 +0000] a9c40e720bba60b9ad1aefebc3fb56e6 "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.201 upstream_response_time:0.201 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:44 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v11/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 199 2021-04-30 04:19:44 224 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:19:44 +0000] 1a5d4c77c21326586fc0ebdccf3b9691 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.499 upstream_response_time:0.499 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:44 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 497 2021-04-30 04:19:44 723 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v12,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:19:45 +0000] a1c013b9d624593078c744c0697a7f69 "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.497 upstream_response_time:0.497 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:45 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v12/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 496 2021-04-30 04:19:45 221 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:19:47 +0000] d835fafab49a856f242c4f23d5a671b2 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:1.799 upstream_response_time:1.799 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:47 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 1797 2021-04-30 04:19:47 022 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v13,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:19:47 +0000] 73b92dffe6d0ad6dfa719c719e11b301 "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.202 upstream_response_time:0.202 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:47 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v13/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 200 2021-04-30 04:19:47 225 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:19:47 +0000] e31ad7841dd4abc29a27825a2d6a2284 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.498 upstream_response_time:0.498 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:47 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 496 2021-04-30 04:19:47 726 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v14,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:19:48 +0000] d37592466d886afa80163206929f19b1 "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.399 upstream_response_time:0.399 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:48 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v14/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 396 2021-04-30 04:19:48 127 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:19:48 +0000] e077812b5679a8363d90a4451a47da04 "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.394 upstream_response_time:0.394 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:48 +0000] "DELETE /api/microservices/v1/services/_aai-generic-query/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 392 2021-04-30 04:19:48 521 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-23 - DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:aai-generic-query,version:v15,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:19:48 +0000] 2c684760d9580a7da30968fbb86d4b2c "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.301 upstream_response_time:0.301 "-" "Go-http-client/1.1" "-" 10.233.72.140 - - [30/Apr/2021:04:19:48 +0000] "DELETE /api/microservices/v1/services/aai-generic-query/version/v15/nodes/10.233.67.223/8446 HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 300 2021-04-30 04:19:48 829 INFO [org.onap.msb.sdclient.resources.MicroServiceResource][dw-26 - DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.67.223/8446] - [DELETE NODE REQUEST] serviceName:_aai-generic-query,version:v16,namespace:,protocol:,ip:10.233.67.223,port:8446 10.233.72.140 - - [30/Apr/2021:04:19:49 +0000] bd424afabc1dfcadb698c93b3c0cc94b "DELETE /api/microservices/v1/services/_aai-generic-query/version/v16/nodes/10.233.67.223/8446 HTTP/1.1" 204 request_processing_time:0.398 upstream_response_time:0.398 "-