++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Thu Oct 2 01:50:05 AM UTC 2025 ===================' INFO: =================== Thu Oct 2 01:50:05 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.56 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.56,10.0.0.38,10.0.0.49 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.56,10.0.0.38,10.0.0.49 ++ ANALYTICSDB_NODES=10.0.0.56,10.0.0.38,10.0.0.49 ++ ANALYTICS_SNMP_NODES=10.0.0.56,10.0.0.38,10.0.0.49 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8081 ' +++ '[' -n '10.0.0.56:8081 10.0.0.38:8081 10.0.0.49:8081 ' ']' +++ echo '10.0.0.56:8081 10.0.0.38:8081 10.0.0.49:8081' ++ ANALYTICS_SERVERS='10.0.0.56:8081 10.0.0.38:8081 10.0.0.49:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9042 ' +++ '[' -n '10.0.0.56:9042 10.0.0.38:9042 10.0.0.49:9042 ' ']' +++ echo '10.0.0.56:9042 10.0.0.38:9042 10.0.0.49:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.56:9042 10.0.0.38:9042 10.0.0.49:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.56,10.0.0.38,10.0.0.49 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8086 ' +++ '[' -n '10.0.0.56:8086 10.0.0.38:8086 10.0.0.49:8086 ' ']' +++ echo '10.0.0.56:8086 10.0.0.38:8086 10.0.0.49:8086' ++ COLLECTOR_SERVERS='10.0.0.56:8086 10.0.0.38:8086 10.0.0.49:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.56,10.0.0.38,10.0.0.49 ++ CONFIGDB_NODES=10.0.0.56,10.0.0.38,10.0.0.49 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8082 ' +++ '[' -n '10.0.0.56:8082 10.0.0.38:8082 10.0.0.49:8082 ' ']' +++ echo '10.0.0.56:8082 10.0.0.38:8082 10.0.0.49:8082' ++ CONFIG_SERVERS='10.0.0.56:8082 10.0.0.38:8082 10.0.0.49:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9161 ' +++ '[' -n '10.0.0.56:9161 10.0.0.38:9161 10.0.0.49:9161 ' ']' +++ echo '10.0.0.56:9161 10.0.0.38:9161 10.0.0.49:9161' ++ CONFIGDB_SERVERS='10.0.0.56:9161 10.0.0.38:9161 10.0.0.49:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9041 ' +++ '[' -n '10.0.0.56:9041 10.0.0.38:9041 10.0.0.49:9041 ' ']' +++ echo '10.0.0.56:9041 10.0.0.38:9041 10.0.0.49:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.56:9041 10.0.0.38:9041 10.0.0.49:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.254,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.254,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.56,10.0.0.38,10.0.0.49 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+=10.0.0.56:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+=10.0.0.49:2181, +++ '[' -n 10.0.0.56:2181,10.0.0.38:2181,10.0.0.49:2181, ']' +++ echo 10.0.0.56:2181,10.0.0.38:2181,10.0.0.49:2181 ++ ZOOKEEPER_SERVERS=10.0.0.56:2181,10.0.0.38:2181,10.0.0.49:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:2181 ' +++ '[' -n '10.0.0.56:2181 10.0.0.38:2181 10.0.0.49:2181 ' ']' +++ echo '10.0.0.56:2181 10.0.0.38:2181 10.0.0.49:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.56:2181 10.0.0.38:2181 10.0.0.49:2181' ++ RABBITMQ_NODES=10.0.0.56,10.0.0.38,10.0.0.49 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+=10.0.0.56:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+=10.0.0.49:5673, +++ '[' -n 10.0.0.56:5673,10.0.0.38:5673,10.0.0.49:5673, ']' +++ echo 10.0.0.56:5673,10.0.0.38:5673,10.0.0.49:5673 ++ RABBITMQ_SERVERS=10.0.0.56:5673,10.0.0.38:5673,10.0.0.49:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:6379 ' +++ '[' -n '10.0.0.56:6379 10.0.0.38:6379 10.0.0.49:6379 ' ']' +++ echo '10.0.0.56:6379 10.0.0.38:6379 10.0.0.49:6379' ++ REDIS_SERVERS='10.0.0.56:6379 10.0.0.38:6379 10.0.0.49:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.56,10.0.0.38,10.0.0.49 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9092 ' +++ '[' -n '10.0.0.56:9092 10.0.0.38:9092 10.0.0.49:9092 ' ']' +++ echo '10.0.0.56:9092 10.0.0.38:9092 10.0.0.49:9092' ++ KAFKA_SERVERS='10.0.0.56:9092 10.0.0.38:9092 10.0.0.49:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.56 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.56,10.0.0.38,10.0.0.49 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.56,10.0.0.38,10.0.0.49 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.56,10.0.0.38,10.0.0.49 ++ cut -d , -f 1 + local cassandra=10.0.0.56 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.56 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.56,10.0.0.38,10.0.0.49 +++ local servers=10.0.0.56,10.0.0.38,10.0.0.49 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ tr '\n' , ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ grep -vi host ++++ uniq +++ local local_ips=,10.0.0.56,10.20.0.25,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.56'\''))' +++ local server_ip=10.0.0.56 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.56 ]] +++ [[ ,10.0.0.56,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.56, ]] +++ echo 10.0.0.56 1 +++ return ++ local ip=10.0.0.56 ++ [[ -z 10.0.0.56 ]] ++ echo 10.0.0.56 + host_ip=10.0.0.56 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^ANALYTICS_API__//g' ++ sort + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1028: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1033: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1048: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:17: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 10/02/2025 01:50:13.384 7f8898e3b180 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/02/2025 01:50:13.543 7f8898e3b180 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 10/02/2025 01:50:13.553 7f8898e3b180 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/02/2025 01:50:13.553 7f8898e3b180 [contrail-analytics-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/analytics-api/contrail-analytics-api.log] Bottle v0.12.25 server starting up (using ContrailGeventServer())... Listening on http://10.0.0.56:8081/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer())... Listening on http://localhost:8181/ Hit Ctrl-C to quit. [API:8081]10.0.0.56 - - [2025-10-02 01:50:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.066868 [API:8081]10.0.0.49 - - [2025-10-02 01:50:47] "GET /analytics HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.49 - - [2025-10-02 01:50:47] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.38 - - [2025-10-02 01:50:47] "GET /analytics HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.38 - - [2025-10-02 01:50:47] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.56 - - [2025-10-02 01:50:48] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.56 - - [2025-10-02 01:50:48] "GET /analytics HTTP/1.1" 401 205 0.000203 [API:8081]10.0.0.49 - - [2025-10-02 01:51:18] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.49 - - [2025-10-02 01:51:18] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.38 - - [2025-10-02 01:51:18] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.38 - - [2025-10-02 01:51:18] "GET /analytics HTTP/1.1" 401 205 0.000126 [API:8081]10.0.0.56 - - [2025-10-02 01:51:19] "GET /analytics HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.56 - - [2025-10-02 01:51:19] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.49 - - [2025-10-02 01:51:48] "GET /analytics HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.49 - - [2025-10-02 01:51:48] "GET /analytics HTTP/1.1" 401 205 0.000206 [API:8081]10.0.0.38 - - [2025-10-02 01:51:49] "GET /analytics HTTP/1.1" 401 205 0.000449 [API:8081]10.0.0.38 - - [2025-10-02 01:51:49] "GET /analytics HTTP/1.1" 401 205 0.000193 [API:8081]10.0.0.56 - - [2025-10-02 01:52:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.049623 [API:8081]10.0.0.56 - - [2025-10-02 01:53:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.049866 [API:8081]10.0.0.49 - - [2025-10-02 01:53:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000455 [API:8081]10.0.0.49 - - [2025-10-02 01:53:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.49 - - [2025-10-02 01:53:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.49 - - [2025-10-02 01:53:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.38 - - [2025-10-02 01:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.38 - - [2025-10-02 01:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.38 - - [2025-10-02 01:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.38 - - [2025-10-02 01:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000211 [API:8081]10.0.0.56 - - [2025-10-02 01:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.56 - - [2025-10-02 01:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.56 - - [2025-10-02 01:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.56 - - [2025-10-02 01:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [Introspect:8090]10.0.0.56 - - [2025-10-02 01:53:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.000984 [Introspect:8090]10.0.0.56 - - [2025-10-02 01:53:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.000977 [Introspect:8090]10.0.0.56 - - [2025-10-02 01:55:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001023 [Introspect:8090]10.0.0.56 - - [2025-10-02 01:55:16] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000791 [API:8081]10.0.0.56 - - [2025-10-02 01:55:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.56 - - [2025-10-02 01:55:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-1:Control:contrail-control:0?flat HTTP/1.1" 200 35045 0.085480 [API:8081]10.0.0.56 - - [2025-10-02 01:55:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16346 0.063335 [API:8081]10.0.0.56 - - [2025-10-02 01:55:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-2:Control:contrail-control:0?flat HTTP/1.1" 200 35658 0.071235 [API:8081]10.0.0.56 - - [2025-10-02 01:55:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.024688 [API:8081]10.0.0.56 - - [2025-10-02 01:55:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-3:Control:contrail-control:0?flat HTTP/1.1" 200 38724 0.031495 [API:8081]10.0.0.56 - - [2025-10-02 01:55:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13601 0.020019 [API:8081]10.0.0.56 - - [2025-10-02 01:55:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.076678 [API:8081]10.0.0.56 - - [2025-10-02 01:55:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20484 0.025345 [API:8081]10.0.0.56 - - [2025-10-02 01:55:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3356 0.019548 [API:8081]10.0.0.56 - - [2025-10-02 01:55:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3375 0.011978 [API:8081]10.0.0.56 - - [2025-10-02 01:55:17] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.009680 [API:8081]10.0.0.56 - - [2025-10-02 01:55:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4310 0.015130 [API:8081]10.0.0.56 - - [2025-10-02 01:55:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4007 0.019596 [API:8081]10.0.0.56 - - [2025-10-02 01:55:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4005 0.012583 [API:8081]10.0.0.56 - - [2025-10-02 01:55:17] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.018597 [API:8081]10.0.0.56 - - [2025-10-02 01:55:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012415 [API:8081]10.0.0.56 - - [2025-10-02 01:55:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012677 [API:8081]10.0.0.56 - - [2025-10-02 01:55:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011779 [API:8081]10.0.0.56 - - [2025-10-02 01:55:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012822 [API:8081]10.0.0.56 - - [2025-10-02 01:55:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.010795 [API:8081]10.0.0.56 - - [2025-10-02 01:55:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.015845 [API:8081]10.0.0.56 - - [2025-10-02 01:55:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.021165 [API:8081]10.0.0.56 - - [2025-10-02 01:55:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.017482 [API:8081]10.0.0.56 - - [2025-10-02 01:55:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012754 [API:8081]10.0.0.56 - - [2025-10-02 01:55:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14829 0.019157 [API:8081]10.0.0.56 - - [2025-10-02 01:55:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.019440 [API:8081]10.0.0.56 - - [2025-10-02 01:55:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14822 0.030316 [API:8081]10.0.0.56 - - [2025-10-02 01:55:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.021448 [API:8081]10.0.0.56 - - [2025-10-02 01:55:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14822 0.016177 [API:8081]10.0.0.56 - - [2025-10-02 01:55:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.018577 [API:8081]10.0.0.56 - - [2025-10-02 01:55:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.021252 [API:8081]10.0.0.56 - - [2025-10-02 01:55:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20485 0.020696 [API:8081]10.0.0.56 - - [2025-10-02 01:55:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.018260 [API:8081]10.0.0.56 - - [2025-10-02 01:55:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20485 0.020825 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.017981 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.010552 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20485 0.016616 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3269 0.015506 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.015198 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14830 0.017771 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.010073 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.010012 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14823 0.016190 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.010353 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.010033 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14823 0.014359 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.010192 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.011860 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3675 0.010477 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.011686 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3675 0.013378 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.012973 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3675 0.014485 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4310 0.011425 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4007 0.012396 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4005 0.011009 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-1:Control:contrail-control:0?flat HTTP/1.1" 200 35045 0.026004 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.010845 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16346 0.014347 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-2:Control:contrail-control:0?flat HTTP/1.1" 200 35658 0.023949 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.011997 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.018115 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-3:Control:contrail-control:0?flat HTTP/1.1" 200 38724 0.028134 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.011492 [API:8081]10.0.0.56 - - [2025-10-02 01:55:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4210-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13601 0.017971 [API:8081]10.0.0.56 - - [2025-10-02 01:55:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 12086 0.018368 [API:8081]10.0.0.56 - - [2025-10-02 01:55:23] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?flat HTTP/1.1" 200 17264 0.020054 [API:8081]10.0.0.56 - - [2025-10-02 01:55:23] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?flat HTTP/1.1" 200 16363 0.017136 [API:8081]10.0.0.56 - - [2025-10-02 01:55:23] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?flat HTTP/1.1" 200 14019 0.017803 [API:8081]10.0.0.56 - - [2025-10-02 01:55:23] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?flat HTTP/1.1" 200 17264 0.023682 [API:8081]10.0.0.56 - - [2025-10-02 01:55:23] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?flat HTTP/1.1" 200 16363 0.017058 [API:8081]10.0.0.56 - - [2025-10-02 01:55:23] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?flat HTTP/1.1" 200 14019 0.015203 [API:8081]10.0.0.56 - - [2025-10-02 01:55:23] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?flat HTTP/1.1" 200 17264 0.019875 [API:8081]10.0.0.56 - - [2025-10-02 01:55:23] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?flat HTTP/1.1" 200 16363 0.018306 [API:8081]10.0.0.56 - - [2025-10-02 01:55:23] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?flat HTTP/1.1" 200 14019 0.016415 [API:8081]10.0.0.56 - - [2025-10-02 01:55:23] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?flat HTTP/1.1" 200 17264 0.022619 [API:8081]10.0.0.56 - - [2025-10-02 01:55:23] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?flat HTTP/1.1" 200 16363 0.020077 [API:8081]10.0.0.56 - - [2025-10-02 01:55:23] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?flat HTTP/1.1" 200 14019 0.024966 [API:8081]10.0.0.56 - - [2025-10-02 01:55:25] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 8137 0.015666 [API:8081]10.0.0.56 - - [2025-10-02 01:55:25] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 8136 0.017827 [API:8081]10.0.0.56 - - [2025-10-02 01:55:25] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4210-3?flat HTTP/1.1" 200 8130 0.015300 [API:8081]10.0.0.56 - - [2025-10-02 01:55:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.092385 [API:8081]10.0.0.56 - - [2025-10-02 01:55:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.56 - - [2025-10-02 01:55:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.057836 [API:8081]10.0.0.56 - - [2025-10-02 01:55:46] "POST /analytics/query HTTP/1.1" 200 54724 1.058645 [API:8081]10.0.0.56 - - [2025-10-02 01:55:47] "POST /analytics/query HTTP/1.1" 200 5872 1.065576 [API:8081]10.0.0.56 - - [2025-10-02 01:55:48] "POST /analytics/query HTTP/1.1" 200 871 1.053118 [API:8081]10.0.0.56 - - [2025-10-02 01:55:50] "POST /analytics/query HTTP/1.1" 200 6787 1.035245 [API:8081]10.0.0.56 - - [2025-10-02 01:55:51] "POST /analytics/query HTTP/1.1" 200 871 1.030113 [API:8081]10.0.0.56 - - [2025-10-02 01:56:01] "GET /documentation/index.html HTTP/1.1" 200 5407 0.001052 [API:8081]10.0.0.56 - - [2025-10-02 01:56:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.092347 [API:8081]10.0.0.49 - - [2025-10-02 01:58:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.49 - - [2025-10-02 01:58:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.49 - - [2025-10-02 01:58:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.49 - - [2025-10-02 01:58:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.56 - - [2025-10-02 01:58:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062256 [API:8081]10.0.0.38 - - [2025-10-02 01:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.38 - - [2025-10-02 01:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.38 - - [2025-10-02 01:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.38 - - [2025-10-02 01:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.56 - - [2025-10-02 01:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.56 - - [2025-10-02 01:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.56 - - [2025-10-02 01:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.56 - - [2025-10-02 01:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.56 - - [2025-10-02 01:59:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.56 - - [2025-10-02 01:59:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.049387 [API:8081]10.0.0.56 - - [2025-10-02 01:59:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1378 0.055031 [API:8081]10.0.0.56 - - [2025-10-02 01:59:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.055131 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:00:13] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002552 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:00:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002828 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:00:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002425 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:00:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002906 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:00:13] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001940 [API:8081]10.0.0.56 - - [2025-10-02 02:01:19] "GET /analytics HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.56 - - [2025-10-02 02:01:19] "GET /analytics HTTP/1.1" 401 205 0.000131 [API:8081]10.0.0.56 - - [2025-10-02 02:01:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052809 [API:8081]10.0.0.49 - - [2025-10-02 02:01:48] "GET /analytics HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.49 - - [2025-10-02 02:01:48] "GET /analytics HTTP/1.1" 401 205 0.000162 [API:8081]10.0.0.38 - - [2025-10-02 02:01:49] "GET /analytics HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.38 - - [2025-10-02 02:01:49] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.56 - - [2025-10-02 02:02:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.062249 [API:8081]10.0.0.49 - - [2025-10-02 02:03:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.49 - - [2025-10-02 02:03:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.49 - - [2025-10-02 02:03:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.49 - - [2025-10-02 02:03:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.38 - - [2025-10-02 02:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.38 - - [2025-10-02 02:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.38 - - [2025-10-02 02:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.38 - - [2025-10-02 02:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.56 - - [2025-10-02 02:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.56 - - [2025-10-02 02:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000213 [API:8081]10.0.0.56 - - [2025-10-02 02:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.56 - - [2025-10-02 02:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.56 - - [2025-10-02 02:04:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.187310 [API:8081]10.0.0.56 - - [2025-10-02 02:05:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.56 - - [2025-10-02 02:05:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2150 0.068212 [API:8081]10.0.0.56 - - [2025-10-02 02:05:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2150 0.051402 [API:8081]10.0.0.56 - - [2025-10-02 02:05:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.050766 [API:8081]10.0.0.56 - - [2025-10-02 02:06:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1586 0.010051 [API:8081]10.0.0.56 - - [2025-10-02 02:06:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1814 0.007869 [API:8081]10.0.0.56 - - [2025-10-02 02:06:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1820 0.054168 [API:8081]10.0.0.56 - - [2025-10-02 02:06:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2048 0.009438 [API:8081]10.0.0.56 - - [2025-10-02 02:07:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.108528 [API:8081]10.0.0.49 - - [2025-10-02 02:08:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000429 [API:8081]10.0.0.49 - - [2025-10-02 02:08:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.49 - - [2025-10-02 02:08:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.49 - - [2025-10-02 02:08:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.38 - - [2025-10-02 02:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.38 - - [2025-10-02 02:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.38 - - [2025-10-02 02:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.38 - - [2025-10-02 02:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.56 - - [2025-10-02 02:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.56 - - [2025-10-02 02:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.56 - - [2025-10-02 02:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.56 - - [2025-10-02 02:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.56 - - [2025-10-02 02:08:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.064800 [API:8081]10.0.0.56 - - [2025-10-02 02:09:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.028215 [API:8081]10.0.0.56 - - [2025-10-02 02:09:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-31353109:ctest-vnet1-50608353?flat HTTP/1.1" 200 8245 0.012542 [API:8081]10.0.0.56 - - [2025-10-02 02:09:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007583 [API:8081]10.0.0.56 - - [2025-10-02 02:09:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25186 0.029605 [API:8081]10.0.0.56 - - [2025-10-02 02:10:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25186 0.018166 [API:8081]10.0.0.56 - - [2025-10-02 02:10:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25186 0.019298 [API:8081]10.0.0.56 - - [2025-10-02 02:10:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25186 0.079262 [API:8081]10.0.0.56 - - [2025-10-02 02:10:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25186 0.060898 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:10:13] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002832 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:10:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002601 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:10:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002799 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:10:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003162 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:10:13] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002131 [API:8081]10.0.0.56 - - [2025-10-02 02:10:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25186 0.017747 [API:8081]10.0.0.56 - - [2025-10-02 02:10:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25186 0.025339 [API:8081]10.0.0.56 - - [2025-10-02 02:10:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-31353109:ctest-vnet0-76662521?flat HTTP/1.1" 200 8243 0.017107 [API:8081]10.0.0.56 - - [2025-10-02 02:10:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009267 [API:8081]10.0.0.56 - - [2025-10-02 02:10:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.008564 [API:8081]10.0.0.56 - - [2025-10-02 02:10:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076587 [API:8081]10.0.0.56 - - [2025-10-02 02:11:19] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.56 - - [2025-10-02 02:11:19] "GET /analytics HTTP/1.1" 401 205 0.000196 [API:8081]10.0.0.56 - - [2025-10-02 02:11:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.054573 [API:8081]10.0.0.49 - - [2025-10-02 02:11:48] "GET /analytics HTTP/1.1" 401 205 0.000213 [API:8081]10.0.0.49 - - [2025-10-02 02:11:48] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.38 - - [2025-10-02 02:11:49] "GET /analytics HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.38 - - [2025-10-02 02:11:49] "GET /analytics HTTP/1.1" 401 205 0.000125 [API:8081]10.0.0.56 - - [2025-10-02 02:12:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.56 - - [2025-10-02 02:12:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1378 0.054597 [API:8081]10.0.0.49 - - [2025-10-02 02:13:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.49 - - [2025-10-02 02:13:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.49 - - [2025-10-02 02:13:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.49 - - [2025-10-02 02:13:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.38 - - [2025-10-02 02:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.38 - - [2025-10-02 02:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.38 - - [2025-10-02 02:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.38 - - [2025-10-02 02:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.56 - - [2025-10-02 02:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.56 - - [2025-10-02 02:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.56 - - [2025-10-02 02:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.56 - - [2025-10-02 02:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.56 - - [2025-10-02 02:13:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.073633 [API:8081]10.0.0.56 - - [2025-10-02 02:13:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.054994 [API:8081]10.0.0.56 - - [2025-10-02 02:13:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056659 [API:8081]10.0.0.56 - - [2025-10-02 02:13:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.026290 [API:8081]10.0.0.56 - - [2025-10-02 02:13:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.022067 [API:8081]10.0.0.56 - - [2025-10-02 02:13:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.017943 [API:8081]10.0.0.56 - - [2025-10-02 02:13:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-11751664:ctest-vnet0-95289903?flat HTTP/1.1" 200 7198 0.012302 [API:8081]10.0.0.56 - - [2025-10-02 02:13:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007262 [API:8081]10.0.0.56 - - [2025-10-02 02:14:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.56 - - [2025-10-02 02:14:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.058640 [API:8081]10.0.0.56 - - [2025-10-02 02:14:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.56 - - [2025-10-02 02:14:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.056353 [API:8081]10.0.0.56 - - [2025-10-02 02:14:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.061424 [API:8081]10.0.0.56 - - [2025-10-02 02:14:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.045438 [API:8081]10.0.0.56 - - [2025-10-02 02:14:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.055219 [API:8081]10.0.0.56 - - [2025-10-02 02:15:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-69978789:1aabdb07-ddd5-4ae8-a953-ff5cc536b704?flat HTTP/1.1" 200 5231 0.015005 [API:8081]10.0.0.56 - - [2025-10-02 02:15:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-69978789:1aabdb07-ddd5-4ae8-a953-ff5cc536b704?flat HTTP/1.1" 200 5231 0.012857 [API:8081]10.0.0.56 - - [2025-10-02 02:15:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-69978789:1aabdb07-ddd5-4ae8-a953-ff5cc536b704?flat HTTP/1.1" 200 5231 0.012357 [API:8081]10.0.0.56 - - [2025-10-02 02:15:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-69978789:ctest-VN1-13534238?flat HTTP/1.1" 200 8559 0.013806 [API:8081]10.0.0.56 - - [2025-10-02 02:15:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.018247 [API:8081]10.0.0.56 - - [2025-10-02 02:15:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.017044 [API:8081]10.0.0.56 - - [2025-10-02 02:15:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007800 [API:8081]10.0.0.56 - - [2025-10-02 02:15:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-69978789:61678515-339b-4a91-b1dc-4d57e593e14c?flat HTTP/1.1" 200 5095 0.012412 [API:8081]10.0.0.56 - - [2025-10-02 02:15:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-69978789:61678515-339b-4a91-b1dc-4d57e593e14c?flat HTTP/1.1" 200 5095 0.011070 [API:8081]10.0.0.56 - - [2025-10-02 02:15:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-69978789:61678515-339b-4a91-b1dc-4d57e593e14c?flat HTTP/1.1" 200 5095 0.011064 [API:8081]10.0.0.56 - - [2025-10-02 02:15:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-69978789:ctest-VN2-15477005?flat HTTP/1.1" 200 7856 0.014456 [API:8081]10.0.0.56 - - [2025-10-02 02:15:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24583 0.017610 [API:8081]10.0.0.56 - - [2025-10-02 02:15:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24583 0.016694 [API:8081]10.0.0.56 - - [2025-10-02 02:15:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011035 [API:8081]10.0.0.56 - - [2025-10-02 02:15:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-69978789:e12255cf-9a87-4046-a2de-93a3db43352c?flat HTTP/1.1" 200 5088 0.012997 [API:8081]10.0.0.56 - - [2025-10-02 02:15:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-69978789:e12255cf-9a87-4046-a2de-93a3db43352c?flat HTTP/1.1" 200 5088 0.011312 [API:8081]10.0.0.56 - - [2025-10-02 02:15:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-69978789:e12255cf-9a87-4046-a2de-93a3db43352c?flat HTTP/1.1" 200 5088 0.014438 [API:8081]10.0.0.56 - - [2025-10-02 02:15:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-69978789:ctest-VN3-58298637?flat HTTP/1.1" 200 7440 0.015795 [API:8081]10.0.0.56 - - [2025-10-02 02:15:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.018085 [API:8081]10.0.0.56 - - [2025-10-02 02:15:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.019351 [API:8081]10.0.0.56 - - [2025-10-02 02:15:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009912 [API:8081]10.0.0.56 - - [2025-10-02 02:16:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.020654 [API:8081]10.0.0.56 - - [2025-10-02 02:16:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.018783 [API:8081]10.0.0.56 - - [2025-10-02 02:16:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.030782 [API:8081]10.0.0.56 - - [2025-10-02 02:16:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.019210 [API:8081]10.0.0.56 - - [2025-10-02 02:16:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063191 [API:8081]10.0.0.56 - - [2025-10-02 02:16:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.023191 [API:8081]10.0.0.56 - - [2025-10-02 02:16:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.018973 [API:8081]10.0.0.56 - - [2025-10-02 02:16:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.027632 [API:8081]10.0.0.56 - - [2025-10-02 02:16:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-69978789:ctest-VN3-58298637?flat HTTP/1.1" 200 6213 0.012249 [API:8081]10.0.0.56 - - [2025-10-02 02:16:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007636 [API:8081]10.0.0.56 - - [2025-10-02 02:16:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.018277 [API:8081]10.0.0.56 - - [2025-10-02 02:16:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019862 [API:8081]10.0.0.56 - - [2025-10-02 02:16:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-69978789:ctest-VN2-15477005?flat HTTP/1.1" 200 6550 0.021486 [API:8081]10.0.0.56 - - [2025-10-02 02:16:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008466 [API:8081]10.0.0.56 - - [2025-10-02 02:16:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.018828 [API:8081]10.0.0.56 - - [2025-10-02 02:17:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.019792 [API:8081]10.0.0.56 - - [2025-10-02 02:17:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.018549 [API:8081]10.0.0.56 - - [2025-10-02 02:17:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.023189 [API:8081]10.0.0.56 - - [2025-10-02 02:17:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.031623 [API:8081]10.0.0.56 - - [2025-10-02 02:17:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.021466 [API:8081]10.0.0.56 - - [2025-10-02 02:17:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.024150 [API:8081]10.0.0.56 - - [2025-10-02 02:17:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.020329 [API:8081]10.0.0.56 - - [2025-10-02 02:17:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-69978789:ctest-VN1-13534238?flat HTTP/1.1" 200 6773 0.015276 [API:8081]10.0.0.56 - - [2025-10-02 02:17:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008760 [API:8081]10.0.0.56 - - [2025-10-02 02:17:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.56 - - [2025-10-02 02:17:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.048295 [API:8081]10.0.0.56 - - [2025-10-02 02:17:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.059558 [API:8081]10.0.0.56 - - [2025-10-02 02:17:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.088197 [API:8081]10.0.0.56 - - [2025-10-02 02:17:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.444705 [API:8081]10.0.0.49 - - [2025-10-02 02:18:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000389 [API:8081]10.0.0.49 - - [2025-10-02 02:18:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.49 - - [2025-10-02 02:18:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.49 - - [2025-10-02 02:18:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.38 - - [2025-10-02 02:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.38 - - [2025-10-02 02:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.56 - - [2025-10-02 02:18:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-57573189:34bb8edc-1b39-4d61-9321-bc40ac21680b?flat HTTP/1.1" 200 5367 0.013530 [API:8081]10.0.0.56 - - [2025-10-02 02:18:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-57573189:34bb8edc-1b39-4d61-9321-bc40ac21680b?flat HTTP/1.1" 200 5367 0.013405 [API:8081]10.0.0.56 - - [2025-10-02 02:18:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-57573189:34bb8edc-1b39-4d61-9321-bc40ac21680b?flat HTTP/1.1" 200 5367 0.012704 [API:8081]10.0.0.56 - - [2025-10-02 02:18:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-57573189:34bb8edc-1b39-4d61-9321-bc40ac21680b?flat HTTP/1.1" 200 5367 0.013292 [API:8081]10.0.0.56 - - [2025-10-02 02:18:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-57573189:ctest-VN1-20770687?flat HTTP/1.1" 200 9457 0.014733 [API:8081]10.0.0.56 - - [2025-10-02 02:18:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.019555 [API:8081]10.0.0.56 - - [2025-10-02 02:18:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.018683 [API:8081]10.0.0.56 - - [2025-10-02 02:18:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008003 [API:8081]10.0.0.38 - - [2025-10-02 02:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.38 - - [2025-10-02 02:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.56 - - [2025-10-02 02:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.56 - - [2025-10-02 02:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.56 - - [2025-10-02 02:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.56 - - [2025-10-02 02:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.56 - - [2025-10-02 02:18:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-57573189:7a2a4068-959e-40f1-bab3-57cd57467480?flat HTTP/1.1" 200 5372 0.013082 [API:8081]10.0.0.56 - - [2025-10-02 02:18:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-57573189:7a2a4068-959e-40f1-bab3-57cd57467480?flat HTTP/1.1" 200 5372 0.011558 [API:8081]10.0.0.56 - - [2025-10-02 02:18:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-57573189:7a2a4068-959e-40f1-bab3-57cd57467480?flat HTTP/1.1" 200 5372 0.010977 [API:8081]10.0.0.56 - - [2025-10-02 02:18:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-57573189:7a2a4068-959e-40f1-bab3-57cd57467480?flat HTTP/1.1" 200 5372 0.014383 [API:8081]10.0.0.56 - - [2025-10-02 02:18:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-57573189:ctest-VN2-92450947?flat HTTP/1.1" 200 9394 0.014313 [API:8081]10.0.0.56 - - [2025-10-02 02:18:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.016639 [API:8081]10.0.0.56 - - [2025-10-02 02:18:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019089 [API:8081]10.0.0.56 - - [2025-10-02 02:18:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008479 [API:8081]10.0.0.56 - - [2025-10-02 02:18:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-57573189:23cac766-e7e5-454a-a3d8-ec682335c9ad?flat HTTP/1.1" 200 5221 0.011928 [API:8081]10.0.0.56 - - [2025-10-02 02:18:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-57573189:23cac766-e7e5-454a-a3d8-ec682335c9ad?flat HTTP/1.1" 200 5221 0.018105 [API:8081]10.0.0.56 - - [2025-10-02 02:18:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-57573189:23cac766-e7e5-454a-a3d8-ec682335c9ad?flat HTTP/1.1" 200 5221 0.015865 [API:8081]10.0.0.56 - - [2025-10-02 02:18:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-57573189:23cac766-e7e5-454a-a3d8-ec682335c9ad?flat HTTP/1.1" 200 5221 0.022883 [API:8081]10.0.0.56 - - [2025-10-02 02:18:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-57573189:ctest-VN3-96980889?flat HTTP/1.1" 200 8204 0.013899 [API:8081]10.0.0.56 - - [2025-10-02 02:18:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.030401 [API:8081]10.0.0.56 - - [2025-10-02 02:18:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.019925 [API:8081]10.0.0.56 - - [2025-10-02 02:18:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011628 [API:8081]10.0.0.56 - - [2025-10-02 02:19:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.022941 [API:8081]10.0.0.56 - - [2025-10-02 02:19:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.026281 [API:8081]10.0.0.56 - - [2025-10-02 02:19:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.030842 [API:8081]10.0.0.56 - - [2025-10-02 02:19:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.018775 [API:8081]10.0.0.56 - - [2025-10-02 02:19:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.019731 [API:8081]10.0.0.56 - - [2025-10-02 02:19:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.016916 [API:8081]10.0.0.56 - - [2025-10-02 02:19:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.020900 [API:8081]10.0.0.56 - - [2025-10-02 02:19:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.029079 [API:8081]10.0.0.56 - - [2025-10-02 02:19:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.017654 [API:8081]10.0.0.56 - - [2025-10-02 02:19:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059881 [API:8081]10.0.0.56 - - [2025-10-02 02:19:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.020349 [API:8081]10.0.0.56 - - [2025-10-02 02:19:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-57573189:ctest-VN3-96980889?flat HTTP/1.1" 200 6965 0.013428 [API:8081]10.0.0.56 - - [2025-10-02 02:19:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008713 [API:8081]10.0.0.56 - - [2025-10-02 02:19:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.018427 [API:8081]10.0.0.56 - - [2025-10-02 02:19:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.017827 [API:8081]10.0.0.56 - - [2025-10-02 02:19:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.030731 [API:8081]10.0.0.56 - - [2025-10-02 02:19:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-57573189:ctest-VN2-92450947?flat HTTP/1.1" 200 7314 0.013356 [API:8081]10.0.0.56 - - [2025-10-02 02:19:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008683 [API:8081]10.0.0.56 - - [2025-10-02 02:19:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.025577 [API:8081]10.0.0.56 - - [2025-10-02 02:20:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.020174 [API:8081]10.0.0.56 - - [2025-10-02 02:20:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.021302 [API:8081]10.0.0.56 - - [2025-10-02 02:20:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.020227 [API:8081]10.0.0.56 - - [2025-10-02 02:20:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.019200 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:20:13] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002672 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:20:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002538 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:20:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002329 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:20:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002479 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:20:13] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001846 [API:8081]10.0.0.56 - - [2025-10-02 02:20:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.031951 [API:8081]10.0.0.56 - - [2025-10-02 02:20:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.019433 [API:8081]10.0.0.56 - - [2025-10-02 02:20:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-57573189:ctest-VN1-20770687?flat HTTP/1.1" 200 7650 0.011691 [API:8081]10.0.0.56 - - [2025-10-02 02:20:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.006939 [API:8081]10.0.0.56 - - [2025-10-02 02:20:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.56 - - [2025-10-02 02:20:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.053706 [API:8081]10.0.0.56 - - [2025-10-02 02:20:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.051247 [API:8081]10.0.0.56 - - [2025-10-02 02:20:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.060150 [API:8081]10.0.0.56 - - [2025-10-02 02:21:19] "GET /analytics HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.56 - - [2025-10-02 02:21:19] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.49 - - [2025-10-02 02:21:48] "GET /analytics HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.49 - - [2025-10-02 02:21:48] "GET /analytics HTTP/1.1" 401 205 0.000205 [API:8081]10.0.0.38 - - [2025-10-02 02:21:49] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.38 - - [2025-10-02 02:21:49] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.56 - - [2025-10-02 02:22:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.56 - - [2025-10-02 02:22:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1570 0.059277 [API:8081]10.0.0.56 - - [2025-10-02 02:22:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053054 [API:8081]10.0.0.49 - - [2025-10-02 02:23:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.49 - - [2025-10-02 02:23:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.49 - - [2025-10-02 02:23:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.49 - - [2025-10-02 02:23:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.38 - - [2025-10-02 02:23:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000428 [API:8081]10.0.0.38 - - [2025-10-02 02:23:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.38 - - [2025-10-02 02:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.38 - - [2025-10-02 02:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.56 - - [2025-10-02 02:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.56 - - [2025-10-02 02:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.56 - - [2025-10-02 02:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.56 - - [2025-10-02 02:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.56 - - [2025-10-02 02:23:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.064470 [API:8081]10.0.0.56 - - [2025-10-02 02:24:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.018190 [API:8081]10.0.0.56 - - [2025-10-02 02:24:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.053734 [API:8081]10.0.0.56 - - [2025-10-02 02:24:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.056573 [API:8081]10.0.0.56 - - [2025-10-02 02:24:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.019513 [API:8081]10.0.0.56 - - [2025-10-02 02:24:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.020118 [API:8081]10.0.0.56 - - [2025-10-02 02:24:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.027107 [API:8081]10.0.0.56 - - [2025-10-02 02:24:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.030600 [API:8081]10.0.0.56 - - [2025-10-02 02:24:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.018282 [API:8081]10.0.0.56 - - [2025-10-02 02:24:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.029062 [API:8081]10.0.0.56 - - [2025-10-02 02:24:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.021869 [API:8081]10.0.0.56 - - [2025-10-02 02:24:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-19265668:ctest-vnet0-43942701?flat HTTP/1.1" 200 7966 0.013251 [API:8081]10.0.0.56 - - [2025-10-02 02:24:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007268 [API:8081]10.0.0.56 - - [2025-10-02 02:25:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.56 - - [2025-10-02 02:25:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.053931 [API:8081]10.0.0.56 - - [2025-10-02 02:25:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1362 0.049925 [API:8081]10.0.0.56 - - [2025-10-02 02:25:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055012 [API:8081]10.0.0.56 - - [2025-10-02 02:26:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.076651 [API:8081]10.0.0.56 - - [2025-10-02 02:27:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.020293 [API:8081]10.0.0.56 - - [2025-10-02 02:27:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.091555 [API:8081]10.0.0.56 - - [2025-10-02 02:27:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.017941 [API:8081]10.0.0.56 - - [2025-10-02 02:27:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.024504 [API:8081]10.0.0.56 - - [2025-10-02 02:27:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-36924240:ctest-vnet1-64577956?flat HTTP/1.1" 200 7304 0.015389 [API:8081]10.0.0.56 - - [2025-10-02 02:27:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012186 [API:8081]10.0.0.56 - - [2025-10-02 02:27:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.018417 [API:8081]10.0.0.56 - - [2025-10-02 02:28:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.025082 [API:8081]10.0.0.56 - - [2025-10-02 02:28:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.019060 [API:8081]10.0.0.56 - - [2025-10-02 02:28:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.018364 [API:8081]10.0.0.56 - - [2025-10-02 02:28:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.018646 [API:8081]10.0.0.56 - - [2025-10-02 02:28:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.019048 [API:8081]10.0.0.56 - - [2025-10-02 02:28:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.020112 [API:8081]10.0.0.56 - - [2025-10-02 02:28:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.021786 [API:8081]10.0.0.56 - - [2025-10-02 02:28:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-36924240:ctest-vnet0-50513619?flat HTTP/1.1" 200 6959 0.012998 [API:8081]10.0.0.56 - - [2025-10-02 02:28:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008771 [API:8081]10.0.0.49 - - [2025-10-02 02:28:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.49 - - [2025-10-02 02:28:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.49 - - [2025-10-02 02:28:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.49 - - [2025-10-02 02:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.38 - - [2025-10-02 02:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.38 - - [2025-10-02 02:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.38 - - [2025-10-02 02:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.38 - - [2025-10-02 02:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.56 - - [2025-10-02 02:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.56 - - [2025-10-02 02:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.56 - - [2025-10-02 02:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.56 - - [2025-10-02 02:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.56 - - [2025-10-02 02:28:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.56 - - [2025-10-02 02:28:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.067636 [API:8081]10.0.0.56 - - [2025-10-02 02:28:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1386 0.062250 [API:8081]10.0.0.56 - - [2025-10-02 02:28:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055708 [API:8081]10.0.0.56 - - [2025-10-02 02:29:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.050110 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:30:13] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002448 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:30:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002431 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:30:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002244 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:30:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002154 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:30:13] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002185 [API:8081]10.0.0.56 - - [2025-10-02 02:31:19] "GET /analytics HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.56 - - [2025-10-02 02:31:19] "GET /analytics HTTP/1.1" 401 205 0.000183 [API:8081]10.0.0.56 - - [2025-10-02 02:31:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.019860 [API:8081]10.0.0.56 - - [2025-10-02 02:31:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.068163 [API:8081]10.0.0.56 - - [2025-10-02 02:31:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.017889 [API:8081]10.0.0.56 - - [2025-10-02 02:31:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.028592 [API:8081]10.0.0.56 - - [2025-10-02 02:31:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.023367 [API:8081]10.0.0.49 - - [2025-10-02 02:31:49] "GET /analytics HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.49 - - [2025-10-02 02:31:49] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.38 - - [2025-10-02 02:31:49] "GET /analytics HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.38 - - [2025-10-02 02:31:49] "GET /analytics HTTP/1.1" 401 205 0.000125 [API:8081]10.0.0.56 - - [2025-10-02 02:31:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.020447 [API:8081]10.0.0.56 - - [2025-10-02 02:31:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066701 [API:8081]10.0.0.56 - - [2025-10-02 02:31:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.036539 [API:8081]10.0.0.56 - - [2025-10-02 02:31:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.017081 [API:8081]10.0.0.56 - - [2025-10-02 02:31:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-40843932:ctest-vnet1-00588954?flat HTTP/1.1" 200 8067 0.015132 [API:8081]10.0.0.56 - - [2025-10-02 02:31:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007889 [API:8081]10.0.0.56 - - [2025-10-02 02:32:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25244 0.028211 [API:8081]10.0.0.56 - - [2025-10-02 02:32:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25244 0.019231 [API:8081]10.0.0.56 - - [2025-10-02 02:32:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25244 0.026869 [API:8081]10.0.0.56 - - [2025-10-02 02:32:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25244 0.018484 [API:8081]10.0.0.56 - - [2025-10-02 02:32:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25244 0.033831 [API:8081]10.0.0.56 - - [2025-10-02 02:32:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25244 0.019352 [API:8081]10.0.0.56 - - [2025-10-02 02:32:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25244 0.020520 [API:8081]10.0.0.56 - - [2025-10-02 02:32:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-40843932:ctest-vnet0-85114753?flat HTTP/1.1" 200 7700 0.011706 [API:8081]10.0.0.56 - - [2025-10-02 02:32:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007411 [API:8081]10.0.0.56 - - [2025-10-02 02:32:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.060255 [API:8081]10.0.0.49 - - [2025-10-02 02:33:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000471 [API:8081]10.0.0.49 - - [2025-10-02 02:33:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.49 - - [2025-10-02 02:33:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.49 - - [2025-10-02 02:33:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.38 - - [2025-10-02 02:33:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.38 - - [2025-10-02 02:33:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.38 - - [2025-10-02 02:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.38 - - [2025-10-02 02:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000211 [API:8081]10.0.0.56 - - [2025-10-02 02:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.56 - - [2025-10-02 02:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.56 - - [2025-10-02 02:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.56 - - [2025-10-02 02:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.56 - - [2025-10-02 02:34:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.099555 [API:8081]10.0.0.56 - - [2025-10-02 02:35:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.057756 [API:8081]10.0.0.56 - - [2025-10-02 02:36:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.56 - - [2025-10-02 02:36:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.053397 [API:8081]10.0.0.56 - - [2025-10-02 02:37:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.046204 [API:8081]10.0.0.56 - - [2025-10-02 02:37:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062033 [API:8081]10.0.0.49 - - [2025-10-02 02:38:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.49 - - [2025-10-02 02:38:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.49 - - [2025-10-02 02:38:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.49 - - [2025-10-02 02:38:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.38 - - [2025-10-02 02:38:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.38 - - [2025-10-02 02:38:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000721 [API:8081]10.0.0.38 - - [2025-10-02 02:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.38 - - [2025-10-02 02:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.56 - - [2025-10-02 02:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.56 - - [2025-10-02 02:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.56 - - [2025-10-02 02:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.56 - - [2025-10-02 02:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.56 - - [2025-10-02 02:38:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.56 - - [2025-10-02 02:39:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.371391 [API:8081]10.0.0.56 - - [2025-10-02 02:39:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1260 0.085766 [API:8081]10.0.0.56 - - [2025-10-02 02:39:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-96798740:cfebbfeb-9c49-4be4-a72c-306b2a0bb054?flat HTTP/1.1" 200 5828 0.061943 [API:8081]10.0.0.56 - - [2025-10-02 02:39:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-96798740:cfebbfeb-9c49-4be4-a72c-306b2a0bb054?flat HTTP/1.1" 200 5828 0.084305 [API:8081]10.0.0.56 - - [2025-10-02 02:39:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-96798740:cfebbfeb-9c49-4be4-a72c-306b2a0bb054?flat HTTP/1.1" 200 5828 0.014069 [API:8081]10.0.0.56 - - [2025-10-02 02:39:45] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-96798740:ctest-SecurityGroupBasicRegressionTests1Ipv6-96798740-56472494?flat HTTP/1.1" 200 10801 0.022240 [API:8081]10.0.0.56 - - [2025-10-02 02:39:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.024504 [API:8081]10.0.0.56 - - [2025-10-02 02:39:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.019611 [API:8081]10.0.0.56 - - [2025-10-02 02:39:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010125 [API:8081]10.0.0.56 - - [2025-10-02 02:40:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-96798740:de06a327-52b9-4d95-af69-1e691cad1431?flat HTTP/1.1" 200 5964 0.012752 [API:8081]10.0.0.56 - - [2025-10-02 02:40:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-96798740:de06a327-52b9-4d95-af69-1e691cad1431?flat HTTP/1.1" 200 5964 0.012938 [API:8081]10.0.0.56 - - [2025-10-02 02:40:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-96798740:de06a327-52b9-4d95-af69-1e691cad1431?flat HTTP/1.1" 200 5964 0.013509 [API:8081]10.0.0.56 - - [2025-10-02 02:40:06] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-96798740:ctest-SecurityGroupBasicRegressionTests1Ipv6-96798740-56472494?flat HTTP/1.1" 200 12644 0.022137 [API:8081]10.0.0.56 - - [2025-10-02 02:40:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.023069 [API:8081]10.0.0.56 - - [2025-10-02 02:40:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.017096 [API:8081]10.0.0.56 - - [2025-10-02 02:40:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011879 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:40:13] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.008509 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:40:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002450 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:40:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002688 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:40:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002415 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:40:13] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002635 [API:8081]10.0.0.56 - - [2025-10-02 02:41:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058483 [API:8081]10.0.0.56 - - [2025-10-02 02:41:19] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.56 - - [2025-10-02 02:41:19] "GET /analytics HTTP/1.1" 401 205 0.000183 [API:8081]10.0.0.49 - - [2025-10-02 02:41:49] "GET /analytics HTTP/1.1" 401 205 0.000213 [API:8081]10.0.0.49 - - [2025-10-02 02:41:49] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.38 - - [2025-10-02 02:41:49] "GET /analytics HTTP/1.1" 401 205 0.000210 [API:8081]10.0.0.38 - - [2025-10-02 02:41:49] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.56 - - [2025-10-02 02:41:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.019880 [API:8081]10.0.0.56 - - [2025-10-02 02:41:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.017307 [API:8081]10.0.0.56 - - [2025-10-02 02:41:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.019203 [API:8081]10.0.0.56 - - [2025-10-02 02:41:56] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-96798740:ctest-SecurityGroupBasicRegressionTests1Ipv6-96798740-56472494?flat HTTP/1.1" 200 11635 0.016601 [API:8081]10.0.0.56 - - [2025-10-02 02:41:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007559 [API:8081]10.0.0.56 - - [2025-10-02 02:41:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.018039 [API:8081]10.0.0.56 - - [2025-10-02 02:42:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.053957 [API:8081]10.0.0.56 - - [2025-10-02 02:42:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.019409 [API:8081]10.0.0.56 - - [2025-10-02 02:42:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.024183 [API:8081]10.0.0.56 - - [2025-10-02 02:42:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.028822 [API:8081]10.0.0.56 - - [2025-10-02 02:42:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.027607 [API:8081]10.0.0.56 - - [2025-10-02 02:42:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.029601 [API:8081]10.0.0.56 - - [2025-10-02 02:42:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.019025 [API:8081]10.0.0.56 - - [2025-10-02 02:42:17] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-96798740:ctest-SecurityGroupBasicRegressionTests1Ipv6-96798740-56472494?flat HTTP/1.1" 200 8805 0.011933 [API:8081]10.0.0.56 - - [2025-10-02 02:42:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.013190 [API:8081]10.0.0.56 - - [2025-10-02 02:42:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.56 - - [2025-10-02 02:42:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1280 0.049658 [API:8081]10.0.0.56 - - [2025-10-02 02:43:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-45036773:914de768-f3ce-455c-9851-aa3aa69bd1a5?flat HTTP/1.1" 200 5805 0.048609 [API:8081]10.0.0.56 - - [2025-10-02 02:43:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-45036773:914de768-f3ce-455c-9851-aa3aa69bd1a5?flat HTTP/1.1" 200 5805 0.049707 [API:8081]10.0.0.56 - - [2025-10-02 02:43:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-45036773:914de768-f3ce-455c-9851-aa3aa69bd1a5?flat HTTP/1.1" 200 5805 0.011963 [API:8081]10.0.0.56 - - [2025-10-02 02:43:13] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-45036773:ctest-SecurityGroupBasicRegressionTests1_contrail-45036773-01838771?flat HTTP/1.1" 200 10439 0.014068 [API:8081]10.0.0.56 - - [2025-10-02 02:43:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.018094 [API:8081]10.0.0.56 - - [2025-10-02 02:43:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.017528 [API:8081]10.0.0.56 - - [2025-10-02 02:43:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007852 [API:8081]10.0.0.49 - - [2025-10-02 02:43:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.49 - - [2025-10-02 02:43:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.49 - - [2025-10-02 02:43:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.49 - - [2025-10-02 02:43:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.38 - - [2025-10-02 02:43:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.38 - - [2025-10-02 02:43:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.38 - - [2025-10-02 02:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.38 - - [2025-10-02 02:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000209 [API:8081]10.0.0.56 - - [2025-10-02 02:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.56 - - [2025-10-02 02:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.56 - - [2025-10-02 02:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.56 - - [2025-10-02 02:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.56 - - [2025-10-02 02:43:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-45036773:e41f9e47-3e69-4b08-aa18-79e74bacafac?flat HTTP/1.1" 200 6048 0.013236 [API:8081]10.0.0.56 - - [2025-10-02 02:43:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-45036773:e41f9e47-3e69-4b08-aa18-79e74bacafac?flat HTTP/1.1" 200 6048 0.013739 [API:8081]10.0.0.56 - - [2025-10-02 02:43:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-45036773:e41f9e47-3e69-4b08-aa18-79e74bacafac?flat HTTP/1.1" 200 6048 0.012611 [API:8081]10.0.0.56 - - [2025-10-02 02:43:34] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-45036773:ctest-SecurityGroupBasicRegressionTests1_contrail-45036773-01838771?flat HTTP/1.1" 200 13500 0.017552 [API:8081]10.0.0.56 - - [2025-10-02 02:43:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.017565 [API:8081]10.0.0.56 - - [2025-10-02 02:43:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.021526 [API:8081]10.0.0.56 - - [2025-10-02 02:43:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008834 [API:8081]10.0.0.56 - - [2025-10-02 02:44:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057435 [API:8081]10.0.0.56 - - [2025-10-02 02:45:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.051458 [API:8081]10.0.0.56 - - [2025-10-02 02:45:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.018511 [API:8081]10.0.0.56 - - [2025-10-02 02:45:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.033561 [API:8081]10.0.0.56 - - [2025-10-02 02:45:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.019011 [API:8081]10.0.0.56 - - [2025-10-02 02:45:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.017642 [API:8081]10.0.0.56 - - [2025-10-02 02:45:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.019510 [API:8081]10.0.0.56 - - [2025-10-02 02:45:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.017770 [API:8081]10.0.0.56 - - [2025-10-02 02:45:57] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-45036773:ctest-SecurityGroupBasicRegressionTests1_contrail-45036773-01838771?flat HTTP/1.1" 200 11631 0.016566 [API:8081]10.0.0.56 - - [2025-10-02 02:45:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007872 [API:8081]10.0.0.56 - - [2025-10-02 02:45:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.017597 [API:8081]10.0.0.56 - - [2025-10-02 02:46:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.019255 [API:8081]10.0.0.56 - - [2025-10-02 02:46:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.022844 [API:8081]10.0.0.56 - - [2025-10-02 02:46:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.018565 [API:8081]10.0.0.56 - - [2025-10-02 02:46:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.018841 [API:8081]10.0.0.56 - - [2025-10-02 02:46:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.023799 [API:8081]10.0.0.56 - - [2025-10-02 02:46:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.038779 [API:8081]10.0.0.56 - - [2025-10-02 02:46:18] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-45036773:ctest-SecurityGroupBasicRegressionTests1_contrail-45036773-01838771?flat HTTP/1.1" 200 8422 0.015164 [API:8081]10.0.0.56 - - [2025-10-02 02:46:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009855 [API:8081]10.0.0.56 - - [2025-10-02 02:46:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.56 - - [2025-10-02 02:46:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1244 0.050282 [API:8081]10.0.0.56 - - [2025-10-02 02:47:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067481 [API:8081]10.0.0.56 - - [2025-10-02 02:47:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-32023747:9135c3ef-39cd-4ace-a23e-67d0d12ed2eb?flat HTTP/1.1" 200 5676 0.061325 [API:8081]10.0.0.56 - - [2025-10-02 02:47:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-32023747:9135c3ef-39cd-4ace-a23e-67d0d12ed2eb?flat HTTP/1.1" 200 5676 0.011876 [API:8081]10.0.0.56 - - [2025-10-02 02:47:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-32023747:9135c3ef-39cd-4ace-a23e-67d0d12ed2eb?flat HTTP/1.1" 200 5676 0.057092 [API:8081]10.0.0.56 - - [2025-10-02 02:47:15] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-32023747:ctest-SecurityGroupBasicRegressionTests1-32023747-36335341?flat HTTP/1.1" 200 9925 0.017438 [API:8081]10.0.0.56 - - [2025-10-02 02:47:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.017075 [API:8081]10.0.0.56 - - [2025-10-02 02:47:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.018089 [API:8081]10.0.0.56 - - [2025-10-02 02:47:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008327 [API:8081]10.0.0.56 - - [2025-10-02 02:47:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-32023747:cf1c6fb9-05b1-47de-b0d0-096035595966?flat HTTP/1.1" 200 5814 0.014478 [API:8081]10.0.0.56 - - [2025-10-02 02:47:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-32023747:cf1c6fb9-05b1-47de-b0d0-096035595966?flat HTTP/1.1" 200 5814 0.011994 [API:8081]10.0.0.56 - - [2025-10-02 02:47:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-32023747:cf1c6fb9-05b1-47de-b0d0-096035595966?flat HTTP/1.1" 200 5814 0.013427 [API:8081]10.0.0.56 - - [2025-10-02 02:47:36] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-32023747:ctest-SecurityGroupBasicRegressionTests1-32023747-36335341?flat HTTP/1.1" 200 11750 0.016280 [API:8081]10.0.0.56 - - [2025-10-02 02:47:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.022928 [API:8081]10.0.0.56 - - [2025-10-02 02:47:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.024083 [API:8081]10.0.0.56 - - [2025-10-02 02:47:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008968 [API:8081]10.0.0.56 - - [2025-10-02 02:48:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.080034 [API:8081]10.0.0.49 - - [2025-10-02 02:48:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.49 - - [2025-10-02 02:48:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.49 - - [2025-10-02 02:48:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.49 - - [2025-10-02 02:48:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.38 - - [2025-10-02 02:48:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.38 - - [2025-10-02 02:48:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.38 - - [2025-10-02 02:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.38 - - [2025-10-02 02:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.56 - - [2025-10-02 02:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.56 - - [2025-10-02 02:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.56 - - [2025-10-02 02:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.56 - - [2025-10-02 02:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.56 - - [2025-10-02 02:49:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.021626 [API:8081]10.0.0.56 - - [2025-10-02 02:49:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019080 [API:8081]10.0.0.56 - - [2025-10-02 02:49:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.021527 [API:8081]10.0.0.56 - - [2025-10-02 02:49:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.023987 [API:8081]10.0.0.56 - - [2025-10-02 02:49:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.023201 [API:8081]10.0.0.56 - - [2025-10-02 02:49:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.027071 [API:8081]10.0.0.56 - - [2025-10-02 02:49:26] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-32023747:ctest-SecurityGroupBasicRegressionTests1-32023747-36335341?flat HTTP/1.1" 200 11067 0.024632 [API:8081]10.0.0.56 - - [2025-10-02 02:49:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010247 [API:8081]10.0.0.56 - - [2025-10-02 02:49:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.021015 [API:8081]10.0.0.56 - - [2025-10-02 02:49:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.022206 [API:8081]10.0.0.56 - - [2025-10-02 02:49:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.019483 [API:8081]10.0.0.56 - - [2025-10-02 02:49:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.048477 [API:8081]10.0.0.56 - - [2025-10-02 02:49:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.022488 [API:8081]10.0.0.56 - - [2025-10-02 02:49:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.031511 [API:8081]10.0.0.56 - - [2025-10-02 02:49:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.018745 [API:8081]10.0.0.56 - - [2025-10-02 02:49:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.020386 [API:8081]10.0.0.56 - - [2025-10-02 02:49:50] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-32023747:ctest-SecurityGroupBasicRegressionTests1-32023747-36335341?flat HTTP/1.1" 200 7956 0.012566 [API:8081]10.0.0.56 - - [2025-10-02 02:49:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009180 [API:8081]10.0.0.56 - - [2025-10-02 02:50:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.56 - - [2025-10-02 02:50:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.067635 [API:8081]10.0.0.56 - - [2025-10-02 02:50:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054566 [API:8081]10.0.0.56 - - [2025-10-02 02:50:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.292693 [API:8081]10.0.0.56 - - [2025-10-02 02:50:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1766 0.007483 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:50:13] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003145 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:50:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002579 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:50:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004723 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:50:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.006429 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:50:13] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.005009 [API:8081]10.0.0.56 - - [2025-10-02 02:50:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.061556 [API:8081]10.0.0.56 - - [2025-10-02 02:50:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.009901 [API:8081]10.0.0.56 - - [2025-10-02 02:50:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1766 0.009125 [API:8081]10.0.0.56 - - [2025-10-02 02:50:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1990 0.011453 [API:8081]10.0.0.56 - - [2025-10-02 02:50:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2216 0.009727 [API:8081]10.0.0.56 - - [2025-10-02 02:50:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.56 - - [2025-10-02 02:50:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.058511 [API:8081]10.0.0.56 - - [2025-10-02 02:50:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1556 0.061962 [API:8081]10.0.0.56 - - [2025-10-02 02:50:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1774 0.046726 [API:8081]10.0.0.56 - - [2025-10-02 02:50:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.008581 [API:8081]10.0.0.56 - - [2025-10-02 02:50:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.008532 [API:8081]10.0.0.56 - - [2025-10-02 02:50:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.008857 [API:8081]10.0.0.56 - - [2025-10-02 02:51:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.090417 [API:8081]10.0.0.56 - - [2025-10-02 02:51:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.56 - - [2025-10-02 02:51:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.049620 [API:8081]10.0.0.56 - - [2025-10-02 02:51:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.046377 [API:8081]10.0.0.56 - - [2025-10-02 02:51:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.047032 [API:8081]10.0.0.56 - - [2025-10-02 02:51:19] "GET /analytics HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.56 - - [2025-10-02 02:51:19] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.56 - - [2025-10-02 02:51:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.008798 [API:8081]10.0.0.56 - - [2025-10-02 02:51:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.008778 [API:8081]10.0.0.56 - - [2025-10-02 02:51:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.007405 [API:8081]10.0.0.56 - - [2025-10-02 02:51:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.007382 [API:8081]10.0.0.56 - - [2025-10-02 02:51:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1982 0.007925 [API:8081]10.0.0.56 - - [2025-10-02 02:51:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.56 - - [2025-10-02 02:51:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.046672 [API:8081]10.0.0.49 - - [2025-10-02 02:51:49] "GET /analytics HTTP/1.1" 401 205 0.000202 [API:8081]10.0.0.49 - - [2025-10-02 02:51:49] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.38 - - [2025-10-02 02:51:49] "GET /analytics HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.38 - - [2025-10-02 02:51:49] "GET /analytics HTTP/1.1" 401 205 0.000191 [API:8081]10.0.0.56 - - [2025-10-02 02:51:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.063261 [API:8081]10.0.0.56 - - [2025-10-02 02:51:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1564 0.051148 [API:8081]10.0.0.56 - - [2025-10-02 02:51:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1796 0.009609 [API:8081]10.0.0.56 - - [2025-10-02 02:51:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2030 0.007478 [API:8081]10.0.0.56 - - [2025-10-02 02:53:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065244 [API:8081]10.0.0.49 - - [2025-10-02 02:53:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.49 - - [2025-10-02 02:53:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.49 - - [2025-10-02 02:53:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.49 - - [2025-10-02 02:53:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.38 - - [2025-10-02 02:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.38 - - [2025-10-02 02:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.38 - - [2025-10-02 02:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.38 - - [2025-10-02 02:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.56 - - [2025-10-02 02:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.56 - - [2025-10-02 02:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.56 - - [2025-10-02 02:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.56 - - [2025-10-02 02:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.56 - - [2025-10-02 02:54:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.056776 [API:8081]10.0.0.56 - - [2025-10-02 02:56:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051144 [API:8081]10.0.0.56 - - [2025-10-02 02:57:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.053726 [API:8081]10.0.0.56 - - [2025-10-02 02:57:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.56 - - [2025-10-02 02:57:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.055463 [API:8081]10.0.0.56 - - [2025-10-02 02:57:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1554 0.055486 [API:8081]10.0.0.49 - - [2025-10-02 02:58:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.49 - - [2025-10-02 02:58:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.49 - - [2025-10-02 02:58:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.49 - - [2025-10-02 02:58:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.38 - - [2025-10-02 02:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.38 - - [2025-10-02 02:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.38 - - [2025-10-02 02:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000749 [API:8081]10.0.0.38 - - [2025-10-02 02:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.56 - - [2025-10-02 02:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.56 - - [2025-10-02 02:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.56 - - [2025-10-02 02:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.56 - - [2025-10-02 02:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.56 - - [2025-10-02 02:59:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050608 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:00:13] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002834 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:00:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002612 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:00:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002916 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:00:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002837 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:00:13] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002305 [API:8081]10.0.0.56 - - [2025-10-02 03:00:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.057821 [API:8081]10.0.0.56 - - [2025-10-02 03:01:19] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.56 - - [2025-10-02 03:01:19] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.49 - - [2025-10-02 03:01:49] "GET /analytics HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.49 - - [2025-10-02 03:01:49] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.38 - - [2025-10-02 03:01:49] "GET /analytics HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.38 - - [2025-10-02 03:01:49] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.56 - - [2025-10-02 03:02:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.56 - - [2025-10-02 03:02:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1120 0.085952 [API:8081]10.0.0.56 - - [2025-10-02 03:02:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052073 [API:8081]10.0.0.56 - - [2025-10-02 03:02:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.56 - - [2025-10-02 03:02:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1342 0.051240 [API:8081]10.0.0.56 - - [2025-10-02 03:03:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.055309 [API:8081]10.0.0.49 - - [2025-10-02 03:03:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.49 - - [2025-10-02 03:03:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.49 - - [2025-10-02 03:03:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.49 - - [2025-10-02 03:03:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.38 - - [2025-10-02 03:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.38 - - [2025-10-02 03:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.38 - - [2025-10-02 03:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.38 - - [2025-10-02 03:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.56 - - [2025-10-02 03:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.56 - - [2025-10-02 03:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.56 - - [2025-10-02 03:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.56 - - [2025-10-02 03:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.56 - - [2025-10-02 03:05:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060945 [API:8081]10.0.0.56 - - [2025-10-02 03:06:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.070204 [API:8081]10.0.0.56 - - [2025-10-02 03:07:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.56 - - [2025-10-02 03:07:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.051846 [API:8081]10.0.0.56 - - [2025-10-02 03:08:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056682 [API:8081]10.0.0.49 - - [2025-10-02 03:08:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.49 - - [2025-10-02 03:08:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.49 - - [2025-10-02 03:08:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.49 - - [2025-10-02 03:08:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.38 - - [2025-10-02 03:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.38 - - [2025-10-02 03:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.38 - - [2025-10-02 03:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.38 - - [2025-10-02 03:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.56 - - [2025-10-02 03:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.56 - - [2025-10-02 03:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.56 - - [2025-10-02 03:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.56 - - [2025-10-02 03:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.56 - - [2025-10-02 03:09:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.060955 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:10:13] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002740 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:10:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004120 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:10:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002762 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:10:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002403 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:10:13] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002129 [API:8081]10.0.0.56 - - [2025-10-02 03:11:19] "GET /analytics HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.56 - - [2025-10-02 03:11:19] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.56 - - [2025-10-02 03:11:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066798 [API:8081]10.0.0.49 - - [2025-10-02 03:11:49] "GET /analytics HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.49 - - [2025-10-02 03:11:49] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.38 - - [2025-10-02 03:11:49] "GET /analytics HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.38 - - [2025-10-02 03:11:49] "GET /analytics HTTP/1.1" 401 205 0.000142 [API:8081]10.0.0.56 - - [2025-10-02 03:12:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.064822 [API:8081]10.0.0.56 - - [2025-10-02 03:12:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-48039396:f7ff9a26-42f4-428c-84da-2b6c17ebfdf4?flat HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.56 - - [2025-10-02 03:12:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-48039396:f7ff9a26-42f4-428c-84da-2b6c17ebfdf4?flat HTTP/1.1" 200 5271 0.055340 [API:8081]10.0.0.56 - - [2025-10-02 03:12:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-48039396:f7ff9a26-42f4-428c-84da-2b6c17ebfdf4?flat HTTP/1.1" 200 5271 0.049627 [API:8081]10.0.0.56 - - [2025-10-02 03:12:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-48039396:f7ff9a26-42f4-428c-84da-2b6c17ebfdf4?flat HTTP/1.1" 200 5271 0.057062 [API:8081]10.0.0.56 - - [2025-10-02 03:12:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-48039396:ctest-random-27661226?flat HTTP/1.1" 200 4125 0.014648 [API:8081]10.0.0.56 - - [2025-10-02 03:12:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.016099 [API:8081]10.0.0.56 - - [2025-10-02 03:12:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.018352 [API:8081]10.0.0.56 - - [2025-10-02 03:12:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008580 [API:8081]10.0.0.56 - - [2025-10-02 03:12:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.008671 [API:8081]10.0.0.56 - - [2025-10-02 03:12:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.041538 [API:8081]10.0.0.56 - - [2025-10-02 03:12:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.018579 [API:8081]10.0.0.56 - - [2025-10-02 03:13:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.017860 [API:8081]10.0.0.56 - - [2025-10-02 03:13:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.018025 [API:8081]10.0.0.56 - - [2025-10-02 03:13:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.018968 [API:8081]10.0.0.56 - - [2025-10-02 03:13:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.028058 [API:8081]10.0.0.56 - - [2025-10-02 03:13:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.021276 [API:8081]10.0.0.56 - - [2025-10-02 03:13:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.019072 [API:8081]10.0.0.56 - - [2025-10-02 03:13:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.018267 [API:8081]10.0.0.56 - - [2025-10-02 03:13:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-48039396:ctest-random-27661226?flat HTTP/1.1" 200 8134 0.016018 [API:8081]10.0.0.56 - - [2025-10-02 03:13:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009075 [API:8081]10.0.0.49 - - [2025-10-02 03:13:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000392 [API:8081]10.0.0.49 - - [2025-10-02 03:13:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.49 - - [2025-10-02 03:13:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000406 [API:8081]10.0.0.49 - - [2025-10-02 03:13:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.38 - - [2025-10-02 03:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.38 - - [2025-10-02 03:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.38 - - [2025-10-02 03:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.38 - - [2025-10-02 03:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.56 - - [2025-10-02 03:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.56 - - [2025-10-02 03:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.56 - - [2025-10-02 03:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.56 - - [2025-10-02 03:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.56 - - [2025-10-02 03:14:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055835 [API:8081]10.0.0.56 - - [2025-10-02 03:15:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.062622 [API:8081]10.0.0.56 - - [2025-10-02 03:16:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.56 - - [2025-10-02 03:16:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.048595 [API:8081]10.0.0.56 - - [2025-10-02 03:17:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052166 [API:8081]10.0.0.49 - - [2025-10-02 03:18:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.49 - - [2025-10-02 03:18:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.49 - - [2025-10-02 03:18:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.49 - - [2025-10-02 03:18:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.38 - - [2025-10-02 03:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.38 - - [2025-10-02 03:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.38 - - [2025-10-02 03:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.38 - - [2025-10-02 03:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.56 - - [2025-10-02 03:18:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.114654 [API:8081]10.0.0.56 - - [2025-10-02 03:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.56 - - [2025-10-02 03:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.56 - - [2025-10-02 03:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.56 - - [2025-10-02 03:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.56 - - [2025-10-02 03:19:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.56 - - [2025-10-02 03:19:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1322 0.054998 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:20:13] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002542 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:20:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002407 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:20:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002822 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:20:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002442 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:20:13] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002050 [API:8081]10.0.0.56 - - [2025-10-02 03:20:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050719 [API:8081]10.0.0.56 - - [2025-10-02 03:21:19] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.56 - - [2025-10-02 03:21:19] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.56 - - [2025-10-02 03:21:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.56 - - [2025-10-02 03:21:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1148 0.053530 [API:8081]10.0.0.56 - - [2025-10-02 03:21:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.058799 [API:8081]10.0.0.49 - - [2025-10-02 03:21:49] "GET /analytics HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.49 - - [2025-10-02 03:21:49] "GET /analytics HTTP/1.1" 401 205 0.000199 [API:8081]10.0.0.38 - - [2025-10-02 03:21:49] "GET /analytics HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.38 - - [2025-10-02 03:21:49] "GET /analytics HTTP/1.1" 401 205 0.000219 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:00] "POST /analytics/query HTTP/1.1" 202 179 0.005049 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:00] "GET /analytics/query/f5728902-9f3e-11f0-a823-00000a000038 HTTP/1.1" 200 221 0.001769 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:00] "GET /analytics/query/f5728902-9f3e-11f0-a823-00000a000038 HTTP/1.1" 200 221 0.001980 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:01] "GET /analytics/query/f5728902-9f3e-11f0-a823-00000a000038 HTTP/1.1" 200 338 0.002024 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:01] "GET /analytics/query/f5728902-9f3e-11f0-a823-00000a000038/chunk-final/0 HTTP/1.1" 200 858 0.001867 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:01] "POST /analytics/query HTTP/1.1" 202 179 0.011972 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:02] "GET /analytics/query/f6700b16-9f3e-11f0-8d67-00000a000038 HTTP/1.1" 200 221 0.003388 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:02] "GET /analytics/query/f6700b16-9f3e-11f0-8d67-00000a000038 HTTP/1.1" 200 221 0.002154 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:03] "GET /analytics/query/f6700b16-9f3e-11f0-8d67-00000a000038 HTTP/1.1" 200 221 0.002108 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:03] "GET /analytics/query/f6700b16-9f3e-11f0-8d67-00000a000038 HTTP/1.1" 200 338 0.001872 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:03] "GET /analytics/query/f6700b16-9f3e-11f0-8d67-00000a000038/chunk-final/0 HTTP/1.1" 200 858 0.003169 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:04] "POST /analytics/query HTTP/1.1" 202 179 0.005165 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:04] "GET /analytics/query/f7c1065f-9f3e-11f0-8eb1-00000a000038 HTTP/1.1" 200 221 0.010308 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:04] "GET /analytics/query/f7c1065f-9f3e-11f0-8eb1-00000a000038 HTTP/1.1" 200 339 0.002891 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:04] "GET /analytics/query/f7c1065f-9f3e-11f0-8eb1-00000a000038/chunk-final/0 HTTP/1.1" 200 25636 0.004637 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:05] "POST /analytics/query HTTP/1.1" 202 179 0.004602 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:05] "GET /analytics/query/f87916f2-9f3e-11f0-995c-00000a000038 HTTP/1.1" 200 221 0.010700 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:05] "GET /analytics/query/f87916f2-9f3e-11f0-995c-00000a000038 HTTP/1.1" 200 339 0.002640 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:05] "GET /analytics/query/f87916f2-9f3e-11f0-995c-00000a000038/chunk-final/0 HTTP/1.1" 200 25633 0.003785 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:06] "POST /analytics/query HTTP/1.1" 202 179 0.004421 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:06] "GET /analytics/query/f93e4bf5-9f3e-11f0-af62-00000a000038 HTTP/1.1" 200 221 0.005742 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:07] "GET /analytics/query/f93e4bf5-9f3e-11f0-af62-00000a000038 HTTP/1.1" 200 221 0.002423 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:07] "GET /analytics/query/f93e4bf5-9f3e-11f0-af62-00000a000038 HTTP/1.1" 200 339 0.002581 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:07] "GET /analytics/query/f93e4bf5-9f3e-11f0-af62-00000a000038/chunk-final/0 HTTP/1.1" 200 9543 0.003156 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:11] "GET /analytics/tables HTTP/1.1" 200 76090 0.004825 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:11] "POST /analytics/query HTTP/1.1" 202 179 0.005942 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:11] "GET /analytics/query/fc366d03-9f3e-11f0-b6a6-00000a000038 HTTP/1.1" 200 221 0.015918 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:12] "GET /analytics/query/fc366d03-9f3e-11f0-b6a6-00000a000038 HTTP/1.1" 200 340 0.002516 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:12] "GET /analytics/query/fc366d03-9f3e-11f0-b6a6-00000a000038/chunk-final/0 HTTP/1.1" 200 323426 0.024768 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:12] "GET /analytics/tables HTTP/1.1" 200 76090 0.004806 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:13] "GET /analytics/tables HTTP/1.1" 200 76090 0.003486 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:13] "POST /analytics/query HTTP/1.1" 202 179 0.006807 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:13] "GET /analytics/query/fd4f8f1c-9f3e-11f0-9ad8-00000a000038 HTTP/1.1" 200 221 0.003158 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:14] "GET /analytics/query/fd4f8f1c-9f3e-11f0-9ad8-00000a000038 HTTP/1.1" 200 338 0.001855 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:14] "GET /analytics/query/fd4f8f1c-9f3e-11f0-9ad8-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001959 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:14] "POST /analytics/query HTTP/1.1" 202 179 0.004024 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:14] "GET /analytics/query/fda0ec25-9f3e-11f0-969b-00000a000038 HTTP/1.1" 200 221 0.001942 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:14] "GET /analytics/query/fda0ec25-9f3e-11f0-969b-00000a000038 HTTP/1.1" 200 338 0.002020 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:14] "GET /analytics/query/fda0ec25-9f3e-11f0-969b-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.003429 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:14] "POST /analytics/query HTTP/1.1" 202 179 0.005224 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:14] "GET /analytics/query/fdf39400-9f3e-11f0-a9f3-00000a000038 HTTP/1.1" 200 221 0.001776 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:15] "GET /analytics/query/fdf39400-9f3e-11f0-a9f3-00000a000038 HTTP/1.1" 200 338 0.006264 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:15] "GET /analytics/query/fdf39400-9f3e-11f0-a9f3-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001625 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:15] "POST /analytics/query HTTP/1.1" 202 179 0.004252 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:15] "GET /analytics/query/fe45555d-9f3e-11f0-a8aa-00000a000038 HTTP/1.1" 200 221 0.002177 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:15] "GET /analytics/query/fe45555d-9f3e-11f0-a8aa-00000a000038 HTTP/1.1" 200 338 0.002071 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:15] "GET /analytics/query/fe45555d-9f3e-11f0-a8aa-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.002283 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:15] "POST /analytics/query HTTP/1.1" 202 179 0.009306 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:15] "GET /analytics/query/fe973076-9f3e-11f0-874e-00000a000038 HTTP/1.1" 200 221 0.006505 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:16] "GET /analytics/query/fe973076-9f3e-11f0-874e-00000a000038 HTTP/1.1" 200 338 0.001825 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:16] "GET /analytics/query/fe973076-9f3e-11f0-874e-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001467 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:16] "POST /analytics/query HTTP/1.1" 202 179 0.004383 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:16] "GET /analytics/query/fee9cfe1-9f3e-11f0-8a16-00000a000038 HTTP/1.1" 200 221 0.001876 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:16] "GET /analytics/query/fee9cfe1-9f3e-11f0-8a16-00000a000038 HTTP/1.1" 200 338 0.001874 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:16] "GET /analytics/query/fee9cfe1-9f3e-11f0-8a16-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001586 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:16] "POST /analytics/query HTTP/1.1" 202 179 0.005089 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:16] "GET /analytics/query/ff3aa3bf-9f3e-11f0-abdd-00000a000038 HTTP/1.1" 200 221 0.002833 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:17] "GET /analytics/query/ff3aa3bf-9f3e-11f0-abdd-00000a000038 HTTP/1.1" 200 338 0.002315 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:17] "GET /analytics/query/ff3aa3bf-9f3e-11f0-abdd-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001824 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:17] "POST /analytics/query HTTP/1.1" 202 179 0.007796 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:17] "GET /analytics/query/ff8ba013-9f3e-11f0-92a4-00000a000038 HTTP/1.1" 200 221 0.001674 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:17] "GET /analytics/query/ff8ba013-9f3e-11f0-92a4-00000a000038 HTTP/1.1" 200 338 0.001904 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:17] "GET /analytics/query/ff8ba013-9f3e-11f0-92a4-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001509 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:17] "POST /analytics/query HTTP/1.1" 202 179 0.005710 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:17] "GET /analytics/query/ffdc9922-9f3e-11f0-8713-00000a000038 HTTP/1.1" 200 221 0.001638 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:18] "GET /analytics/query/ffdc9922-9f3e-11f0-8713-00000a000038 HTTP/1.1" 200 338 0.002528 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:18] "GET /analytics/query/ffdc9922-9f3e-11f0-8713-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.002190 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:18] "POST /analytics/query HTTP/1.1" 202 179 0.005990 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:18] "GET /analytics/query/002d34d6-9f3f-11f0-ac33-00000a000038 HTTP/1.1" 200 221 0.010975 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:18] "GET /analytics/query/002d34d6-9f3f-11f0-ac33-00000a000038 HTTP/1.1" 200 338 0.002730 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:18] "GET /analytics/query/002d34d6-9f3f-11f0-ac33-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.003474 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:18] "POST /analytics/query HTTP/1.1" 202 179 0.004230 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:18] "GET /analytics/query/007fa77c-9f3f-11f0-a09c-00000a000038 HTTP/1.1" 200 221 0.008164 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:19] "GET /analytics/query/007fa77c-9f3f-11f0-a09c-00000a000038 HTTP/1.1" 200 338 0.001966 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:19] "GET /analytics/query/007fa77c-9f3f-11f0-a09c-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.002093 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:19] "POST /analytics/query HTTP/1.1" 202 179 0.005315 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:19] "GET /analytics/query/00d2e9bf-9f3f-11f0-b659-00000a000038 HTTP/1.1" 200 221 0.001929 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:19] "GET /analytics/query/00d2e9bf-9f3f-11f0-b659-00000a000038 HTTP/1.1" 200 338 0.002073 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:19] "GET /analytics/query/00d2e9bf-9f3f-11f0-b659-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001563 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:20] "GET /analytics/tables HTTP/1.1" 200 76090 0.003517 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:21] "GET /analytics/tables HTTP/1.1" 200 76090 0.005133 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:21] "POST /analytics/query HTTP/1.1" 202 179 0.006927 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:21] "GET /analytics/query/01f2a2d9-9f3f-11f0-8e94-00000a000038 HTTP/1.1" 200 221 0.003228 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:21] "GET /analytics/query/01f2a2d9-9f3f-11f0-8e94-00000a000038 HTTP/1.1" 200 340 0.001803 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:21] "GET /analytics/query/01f2a2d9-9f3f-11f0-8e94-00000a000038/chunk-final/0 HTTP/1.1" 200 1531762 0.015839 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:21] "POST /analytics/query HTTP/1.1" 202 179 0.004062 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:21] "GET /analytics/query/024ba222-9f3f-11f0-9ed3-00000a000038 HTTP/1.1" 200 221 0.009516 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:22] "GET /analytics/query/024ba222-9f3f-11f0-9ed3-00000a000038 HTTP/1.1" 200 340 0.002335 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:22] "GET /analytics/query/024ba222-9f3f-11f0-9ed3-00000a000038/chunk-final/0 HTTP/1.1" 200 1533152 0.015714 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:23] "GET /analytics/tables HTTP/1.1" 200 76090 0.004536 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:23] "GET /analytics/tables HTTP/1.1" 200 76090 0.003209 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:24] "GET /analytics/tables HTTP/1.1" 200 76090 0.004301 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:25] "GET /analytics/tables HTTP/1.1" 200 76090 0.004333 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:25] "GET /analytics/tables HTTP/1.1" 200 76090 0.004077 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:26] "POST /analytics/query HTTP/1.1" 202 179 0.014959 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:26] "GET /analytics/query/04c1da78-9f3f-11f0-a698-00000a000038 HTTP/1.1" 200 221 0.015956 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:26] "GET /analytics/query/04c1da78-9f3f-11f0-a698-00000a000038 HTTP/1.1" 200 339 0.002624 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:26] "GET /analytics/query/04c1da78-9f3f-11f0-a698-00000a000038/chunk-final/0 HTTP/1.1" 200 73945 0.007840 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:27] "GET /analytics/tables HTTP/1.1" 200 76090 0.003368 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:27] "POST /analytics/query HTTP/1.1" 202 179 0.004539 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:27] "GET /analytics/query/058657f7-9f3f-11f0-a456-00000a000038 HTTP/1.1" 200 221 0.002038 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:27] "GET /analytics/query/058657f7-9f3f-11f0-a456-00000a000038 HTTP/1.1" 200 341 0.001998 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:27] "GET /analytics/query/058657f7-9f3f-11f0-a456-00000a000038/chunk-final/0 HTTP/1.1" 200 902080 0.035555 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:28] "GET /analytics/tables HTTP/1.1" 200 76090 0.003335 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:29] "GET /analytics/tables HTTP/1.1" 200 76090 0.003497 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:32] "GET /analytics/tables HTTP/1.1" 200 76090 0.003892 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:33] "POST /analytics/query HTTP/1.1" 200 145 1.011692 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:34] "GET /analytics/tables HTTP/1.1" 200 76090 0.004287 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:35] "POST /analytics/query HTTP/1.1" 200 2319 1.011382 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:35] "GET /analytics/tables HTTP/1.1" 200 76090 0.003824 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:36] "POST /analytics/query HTTP/1.1" 200 764 1.013383 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:37] "GET /analytics/tables HTTP/1.1" 200 76090 0.003328 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:38] "POST /analytics/query HTTP/1.1" 200 2831 1.018186 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:39] "GET /analytics/tables HTTP/1.1" 200 76090 0.003525 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:40] "POST /analytics/query HTTP/1.1" 200 261 1.010723 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:40] "GET /analytics/tables HTTP/1.1" 200 76090 0.003645 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:41] "POST /analytics/query HTTP/1.1" 200 1390 1.009825 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:42] "GET /analytics/tables HTTP/1.1" 200 76090 0.003356 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:43] "POST /analytics/query HTTP/1.1" 200 2831 1.013010 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:44] "GET /analytics/tables HTTP/1.1" 200 76090 0.003544 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:45] "POST /analytics/query HTTP/1.1" 200 843 1.011110 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:45] "GET /analytics/tables HTTP/1.1" 200 76090 0.004979 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:46] "POST /analytics/query HTTP/1.1" 200 141447 1.014810 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:47] "GET /analytics/tables HTTP/1.1" 200 76090 0.003474 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:48] "POST /analytics/query HTTP/1.1" 200 1079 1.010869 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:48] "GET /analytics/tables HTTP/1.1" 200 76090 0.003225 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:49] "POST /analytics/query HTTP/1.1" 200 261 1.010321 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:50] "GET /analytics/tables HTTP/1.1" 200 76090 0.004584 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:51] "POST /analytics/query HTTP/1.1" 200 596 1.012221 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:52] "GET /analytics/tables HTTP/1.1" 200 76090 0.003163 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:53] "POST /analytics/query HTTP/1.1" 200 1795 1.011983 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:53] "GET /analytics/tables HTTP/1.1" 200 76090 0.003458 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:54] "POST /analytics/query HTTP/1.1" 200 596 1.011394 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:55] "GET /analytics/tables HTTP/1.1" 200 76090 0.004462 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:56] "POST /analytics/query HTTP/1.1" 200 236 1.015363 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:22:57] "GET /analytics/tables HTTP/1.1" 200 76090 0.005399 [API:8081]10.0.0.56 - - [2025-10-02 03:23:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.56 - - [2025-10-02 03:23:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1392 0.049847 [API:8081]10.0.0.49 - - [2025-10-02 03:23:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.49 - - [2025-10-02 03:23:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.49 - - [2025-10-02 03:23:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.49 - - [2025-10-02 03:23:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.38 - - [2025-10-02 03:23:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.38 - - [2025-10-02 03:23:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.38 - - [2025-10-02 03:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.38 - - [2025-10-02 03:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000425 [API:8081]10.0.0.56 - - [2025-10-02 03:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.56 - - [2025-10-02 03:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.56 - - [2025-10-02 03:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.56 - - [2025-10-02 03:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.56 - - [2025-10-02 03:23:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051072 [API:8081]10.0.0.56 - - [2025-10-02 03:23:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.083447 [API:8081]10.0.0.56 - - [2025-10-02 03:23:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.012051 [API:8081]10.0.0.56 - - [2025-10-02 03:23:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.060344 [API:8081]10.0.0.56 - - [2025-10-02 03:24:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009187 [API:8081]10.0.0.56 - - [2025-10-02 03:24:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.008513 [API:8081]10.0.0.56 - - [2025-10-02 03:24:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.008417 [API:8081]10.0.0.56 - - [2025-10-02 03:24:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.008442 [API:8081]10.0.0.56 - - [2025-10-02 03:24:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.008188 [API:8081]10.0.0.56 - - [2025-10-02 03:24:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.053111 [API:8081]10.0.0.56 - - [2025-10-02 03:24:42] "POST /analytics/query HTTP/1.1" 200 222 1.023604 [API:8081]10.0.0.56 - - [2025-10-02 03:24:43] "POST /analytics/query HTTP/1.1" 200 222 1.023944 [API:8081]10.0.0.56 - - [2025-10-02 03:24:44] "POST /analytics/query HTTP/1.1" 200 353 1.018623 [API:8081]10.0.0.56 - - [2025-10-02 03:26:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059350 [API:8081]10.0.0.56 - - [2025-10-02 03:27:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.070024 [API:8081]10.0.0.56 - - [2025-10-02 03:28:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26208 0.026048 [API:8081]10.0.0.56 - - [2025-10-02 03:28:05] "POST /analytics/query HTTP/1.1" 200 507 1.021024 [API:8081]10.0.0.56 - - [2025-10-02 03:28:06] "POST /analytics/query HTTP/1.1" 200 353 1.015387 [API:8081]10.0.0.56 - - [2025-10-02 03:28:07] "POST /analytics/query HTTP/1.1" 200 353 1.016639 [API:8081]10.0.0.49 - - [2025-10-02 03:28:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.49 - - [2025-10-02 03:28:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.49 - - [2025-10-02 03:28:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.49 - - [2025-10-02 03:28:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000431 [API:8081]10.0.0.38 - - [2025-10-02 03:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.38 - - [2025-10-02 03:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.38 - - [2025-10-02 03:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.38 - - [2025-10-02 03:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.56 - - [2025-10-02 03:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.56 - - [2025-10-02 03:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.56 - - [2025-10-02 03:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000459 [API:8081]10.0.0.56 - - [2025-10-02 03:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.56 - - [2025-10-02 03:29:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069057 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:30:13] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002794 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:30:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004751 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:30:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002800 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:30:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003350 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:30:13] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002337 [API:8081]10.0.0.56 - - [2025-10-02 03:30:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.057897 [API:8081]10.0.0.56 - - [2025-10-02 03:31:19] "GET /analytics HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.56 - - [2025-10-02 03:31:19] "GET /analytics HTTP/1.1" 401 205 0.000137 [API:8081]10.0.0.49 - - [2025-10-02 03:31:49] "GET /analytics HTTP/1.1" 401 205 0.000473 [API:8081]10.0.0.49 - - [2025-10-02 03:31:49] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.38 - - [2025-10-02 03:31:49] "GET /analytics HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.38 - - [2025-10-02 03:31:49] "GET /analytics HTTP/1.1" 401 205 0.000121 [API:8081]10.0.0.56 - - [2025-10-02 03:32:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053784 [API:8081]10.0.0.49 - - [2025-10-02 03:33:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.49 - - [2025-10-02 03:33:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.49 - - [2025-10-02 03:33:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.49 - - [2025-10-02 03:33:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.38 - - [2025-10-02 03:33:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.38 - - [2025-10-02 03:33:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.38 - - [2025-10-02 03:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.38 - - [2025-10-02 03:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.56 - - [2025-10-02 03:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.56 - - [2025-10-02 03:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.56 - - [2025-10-02 03:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.56 - - [2025-10-02 03:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.56 - - [2025-10-02 03:33:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.057864 [API:8081]10.0.0.56 - - [2025-10-02 03:35:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056696 [API:8081]10.0.0.56 - - [2025-10-02 03:36:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.053195 [API:8081]10.0.0.49 - - [2025-10-02 03:38:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.49 - - [2025-10-02 03:38:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.49 - - [2025-10-02 03:38:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.49 - - [2025-10-02 03:38:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.38 - - [2025-10-02 03:38:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.38 - - [2025-10-02 03:38:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.38 - - [2025-10-02 03:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.38 - - [2025-10-02 03:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.56 - - [2025-10-02 03:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.56 - - [2025-10-02 03:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.56 - - [2025-10-02 03:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.56 - - [2025-10-02 03:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.56 - - [2025-10-02 03:38:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065742 [API:8081]10.0.0.56 - - [2025-10-02 03:39:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.56 - - [2025-10-02 03:39:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1332 0.060807 [API:8081]10.0.0.56 - - [2025-10-02 03:39:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.081157 [API:8081]10.0.0.56 - - [2025-10-02 03:40:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-23121411:4fc8cc6c-f1ad-4de7-b59e-0bc4d5e0f19e?flat HTTP/1.1" 200 5202 0.064535 [API:8081]10.0.0.56 - - [2025-10-02 03:40:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-23121411:4fc8cc6c-f1ad-4de7-b59e-0bc4d5e0f19e?flat HTTP/1.1" 200 5202 0.014334 [API:8081]10.0.0.56 - - [2025-10-02 03:40:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-23121411:4fc8cc6c-f1ad-4de7-b59e-0bc4d5e0f19e?flat HTTP/1.1" 200 5202 0.067628 [API:8081]10.0.0.56 - - [2025-10-02 03:40:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-23121411:EVPN-VN1?flat HTTP/1.1" 200 3952 0.015181 [API:8081]10.0.0.56 - - [2025-10-02 03:40:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26213 0.021200 [API:8081]10.0.0.56 - - [2025-10-02 03:40:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26213 0.027695 [API:8081]10.0.0.56 - - [2025-10-02 03:40:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010165 [API:8081]10.0.0.56 - - [2025-10-02 03:40:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-23121411:5a9336ba-2987-4b9c-9217-97e4c8dafa1d?flat HTTP/1.1" 200 5065 0.014827 [API:8081]10.0.0.56 - - [2025-10-02 03:40:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-23121411:5a9336ba-2987-4b9c-9217-97e4c8dafa1d?flat HTTP/1.1" 200 5065 0.014063 [API:8081]10.0.0.56 - - [2025-10-02 03:40:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-23121411:5a9336ba-2987-4b9c-9217-97e4c8dafa1d?flat HTTP/1.1" 200 5065 0.014654 [API:8081]10.0.0.56 - - [2025-10-02 03:40:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-23121411:EVPN-VN1?flat HTTP/1.1" 200 7833 0.017099 [API:8081]10.0.0.56 - - [2025-10-02 03:40:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25590 0.022608 [API:8081]10.0.0.56 - - [2025-10-02 03:40:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25590 0.023279 [API:8081]10.0.0.56 - - [2025-10-02 03:40:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011312 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:40:13] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002297 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:40:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002549 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:40:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002416 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:40:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002451 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:40:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001988 [API:8081]10.0.0.56 - - [2025-10-02 03:41:19] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.56 - - [2025-10-02 03:41:19] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.56 - - [2025-10-02 03:41:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056197 [API:8081]10.0.0.49 - - [2025-10-02 03:41:49] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.49 - - [2025-10-02 03:41:49] "GET /analytics HTTP/1.1" 401 205 0.000132 [API:8081]10.0.0.38 - - [2025-10-02 03:41:49] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.38 - - [2025-10-02 03:41:49] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.56 - - [2025-10-02 03:42:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-23121411:4fc8cc6c-f1ad-4de7-b59e-0bc4d5e0f19e?flat HTTP/1.1" 200 5309 0.019774 [API:8081]10.0.0.56 - - [2025-10-02 03:42:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-23121411:4fc8cc6c-f1ad-4de7-b59e-0bc4d5e0f19e?flat HTTP/1.1" 200 5309 0.015344 [API:8081]10.0.0.56 - - [2025-10-02 03:42:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-23121411:4fc8cc6c-f1ad-4de7-b59e-0bc4d5e0f19e?flat HTTP/1.1" 200 5309 0.012547 [API:8081]10.0.0.56 - - [2025-10-02 03:42:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-23121411:EVPN-VN1?flat HTTP/1.1" 200 9221 0.020010 [API:8081]10.0.0.56 - - [2025-10-02 03:42:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21047 0.023108 [API:8081]10.0.0.56 - - [2025-10-02 03:42:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21047 0.017883 [API:8081]10.0.0.56 - - [2025-10-02 03:42:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008522 [API:8081]10.0.0.56 - - [2025-10-02 03:42:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-23121411:5a9336ba-2987-4b9c-9217-97e4c8dafa1d?flat HTTP/1.1" 200 5206 0.013344 [API:8081]10.0.0.56 - - [2025-10-02 03:42:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-23121411:5a9336ba-2987-4b9c-9217-97e4c8dafa1d?flat HTTP/1.1" 200 5206 0.025445 [API:8081]10.0.0.56 - - [2025-10-02 03:42:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-23121411:5a9336ba-2987-4b9c-9217-97e4c8dafa1d?flat HTTP/1.1" 200 5206 0.019192 [API:8081]10.0.0.56 - - [2025-10-02 03:42:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-23121411:EVPN-VN1?flat HTTP/1.1" 200 9221 0.028064 [API:8081]10.0.0.56 - - [2025-10-02 03:42:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 30313 0.074256 [API:8081]10.0.0.56 - - [2025-10-02 03:42:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 11990 0.036502 [API:8081]10.0.0.56 - - [2025-10-02 03:42:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 30313 0.037371 [API:8081]10.0.0.56 - - [2025-10-02 03:42:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 11990 0.038619 [API:8081]10.0.0.56 - - [2025-10-02 03:42:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.017555 [API:8081]10.0.0.56 - - [2025-10-02 03:42:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.057929 [API:8081]10.0.0.49 - - [2025-10-02 03:43:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.49 - - [2025-10-02 03:43:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.49 - - [2025-10-02 03:43:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.49 - - [2025-10-02 03:43:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000211 [API:8081]10.0.0.38 - - [2025-10-02 03:43:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.38 - - [2025-10-02 03:43:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.38 - - [2025-10-02 03:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.38 - - [2025-10-02 03:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.56 - - [2025-10-02 03:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.56 - - [2025-10-02 03:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.56 - - [2025-10-02 03:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.56 - - [2025-10-02 03:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.56 - - [2025-10-02 03:43:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32488 0.038896 [API:8081]10.0.0.56 - - [2025-10-02 03:43:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 12270 0.032185 [API:8081]10.0.0.56 - - [2025-10-02 03:43:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-23121411:EVPN-VN1?flat HTTP/1.1" 200 8755 0.015316 [API:8081]10.0.0.56 - - [2025-10-02 03:43:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008862 [API:8081]10.0.0.56 - - [2025-10-02 03:43:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24669 0.019836 [API:8081]10.0.0.56 - - [2025-10-02 03:43:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24669 0.019052 [API:8081]10.0.0.56 - - [2025-10-02 03:43:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24669 0.017881 [API:8081]10.0.0.56 - - [2025-10-02 03:44:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24670 0.019554 [API:8081]10.0.0.56 - - [2025-10-02 03:44:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-23121411:EVPN-VN1?flat HTTP/1.1" 200 5991 0.011406 [API:8081]10.0.0.56 - - [2025-10-02 03:44:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008492 [API:8081]10.0.0.56 - - [2025-10-02 03:44:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.090436 [API:8081]10.0.0.56 - - [2025-10-02 03:45:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.059220 [API:8081]10.0.0.56 - - [2025-10-02 03:46:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-73618530:8df29131-bd20-4203-8253-5723c86cbe10?flat HTTP/1.1" 401 205 0.000407 [API:8081]10.0.0.56 - - [2025-10-02 03:46:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-73618530:8df29131-bd20-4203-8253-5723c86cbe10?flat HTTP/1.1" 200 5314 0.425690 [API:8081]10.0.0.56 - - [2025-10-02 03:46:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-73618530:8df29131-bd20-4203-8253-5723c86cbe10?flat HTTP/1.1" 200 5314 0.113260 [API:8081]10.0.0.56 - - [2025-10-02 03:46:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-73618530:8df29131-bd20-4203-8253-5723c86cbe10?flat HTTP/1.1" 200 5314 0.059161 [API:8081]10.0.0.56 - - [2025-10-02 03:46:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-85891577:ctest-TestRbac-85891577-83737264?flat HTTP/1.1" 200 3946 0.061017 [API:8081]10.0.0.56 - - [2025-10-02 03:46:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.083568 [API:8081]10.0.0.56 - - [2025-10-02 03:46:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.135869 [API:8081]10.0.0.56 - - [2025-10-02 03:46:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.56 - - [2025-10-02 03:46:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24718 0.060355 [API:8081]10.0.0.56 - - [2025-10-02 03:46:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.033850 [API:8081]10.0.0.56 - - [2025-10-02 03:46:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.129748 [API:8081]10.0.0.56 - - [2025-10-02 03:46:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24718 0.080105 [API:8081]10.0.0.56 - - [2025-10-02 03:46:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.047837 [API:8081]10.0.0.56 - - [2025-10-02 03:46:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.090443 [API:8081]10.0.0.56 - - [2025-10-02 03:46:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.122600 [API:8081]10.0.0.56 - - [2025-10-02 03:46:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24718 0.021162 [API:8081]10.0.0.56 - - [2025-10-02 03:46:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24718 0.069591 [API:8081]10.0.0.56 - - [2025-10-02 03:46:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24718 0.018928 [API:8081]10.0.0.56 - - [2025-10-02 03:46:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24718 0.017164 [API:8081]10.0.0.56 - - [2025-10-02 03:46:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24718 0.019832 [API:8081]10.0.0.56 - - [2025-10-02 03:46:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24718 0.024438 [API:8081]10.0.0.56 - - [2025-10-02 03:46:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24718 0.020467 [API:8081]10.0.0.56 - - [2025-10-02 03:47:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24718 0.019803 [API:8081]10.0.0.56 - - [2025-10-02 03:47:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24718 0.020136 [API:8081]10.0.0.56 - - [2025-10-02 03:47:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-85891577:ctest-TestRbac-85891577-83737264?flat HTTP/1.1" 200 2078 0.010957 [API:8081]10.0.0.56 - - [2025-10-02 03:47:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007948 [API:8081]10.0.0.56 - - [2025-10-02 03:47:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.56 - - [2025-10-02 03:47:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.049181 [API:8081]10.0.0.56 - - [2025-10-02 03:47:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.047471 [API:8081]10.0.0.56 - - [2025-10-02 03:47:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1406 0.099490 [API:8081]10.0.0.56 - - [2025-10-02 03:47:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049881 [API:8081]10.0.0.56 - - [2025-10-02 03:48:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-74112070:4a8d649e-a4d2-40f6-a3e6-ce48459751f1?flat HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.56 - - [2025-10-02 03:48:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-74112070:4a8d649e-a4d2-40f6-a3e6-ce48459751f1?flat HTTP/1.1" 200 5399 0.136758 [API:8081]10.0.0.56 - - [2025-10-02 03:48:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-74112070:4a8d649e-a4d2-40f6-a3e6-ce48459751f1?flat HTTP/1.1" 200 5399 0.067216 [API:8081]10.0.0.56 - - [2025-10-02 03:48:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-74112070:4a8d649e-a4d2-40f6-a3e6-ce48459751f1?flat HTTP/1.1" 200 5399 0.060019 [API:8081]10.0.0.56 - - [2025-10-02 03:48:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-74112070:ctest-TestRbacBasic-74112070-84480189?flat HTTP/1.1" 200 4147 0.050987 [API:8081]10.0.0.56 - - [2025-10-02 03:48:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.060971 [API:8081]10.0.0.56 - - [2025-10-02 03:48:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.074748 [API:8081]10.0.0.56 - - [2025-10-02 03:48:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.021366 [API:8081]10.0.0.56 - - [2025-10-02 03:48:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.029345 [API:8081]10.0.0.56 - - [2025-10-02 03:48:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.072611 [API:8081]10.0.0.56 - - [2025-10-02 03:48:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.017226 [API:8081]10.0.0.56 - - [2025-10-02 03:48:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.049522 [API:8081]10.0.0.56 - - [2025-10-02 03:48:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.054941 [API:8081]10.0.0.56 - - [2025-10-02 03:48:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.087378 [API:8081]10.0.0.56 - - [2025-10-02 03:48:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.032556 [API:8081]10.0.0.56 - - [2025-10-02 03:48:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.018426 [API:8081]10.0.0.56 - - [2025-10-02 03:48:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.017756 [API:8081]10.0.0.56 - - [2025-10-02 03:48:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.021746 [API:8081]10.0.0.56 - - [2025-10-02 03:48:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.024710 [API:8081]10.0.0.56 - - [2025-10-02 03:48:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.017349 [API:8081]10.0.0.49 - - [2025-10-02 03:48:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.49 - - [2025-10-02 03:48:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.56 - - [2025-10-02 03:48:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.018500 [API:8081]10.0.0.49 - - [2025-10-02 03:48:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.49 - - [2025-10-02 03:48:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.38 - - [2025-10-02 03:48:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.38 - - [2025-10-02 03:48:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.38 - - [2025-10-02 03:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.38 - - [2025-10-02 03:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.56 - - [2025-10-02 03:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.56 - - [2025-10-02 03:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.56 - - [2025-10-02 03:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.56 - - [2025-10-02 03:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.56 - - [2025-10-02 03:48:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.025299 [API:8081]10.0.0.56 - - [2025-10-02 03:48:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.018783 [API:8081]10.0.0.56 - - [2025-10-02 03:48:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-74112070:ctest-TestRbacBasic-74112070-84480189?flat HTTP/1.1" 200 6888 0.013856 [API:8081]10.0.0.56 - - [2025-10-02 03:48:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007656 [Introspect:8090]10.0.0.56 - - [2025-10-02 03:48:39] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001055 [API:8081]10.0.0.56 - - [2025-10-02 03:48:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.56 - - [2025-10-02 03:48:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.079707 [API:8081]10.0.0.56 - - [2025-10-02 03:48:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.064696 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:50:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002447 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:50:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003030 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:50:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003387 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:50:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002493 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:50:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002568 [API:8081]10.0.0.56 - - [2025-10-02 03:50:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079578 [API:8081]10.0.0.56 - - [2025-10-02 03:51:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-35143319:43a7e90f-1471-4002-a318-613e89011a3f?flat HTTP/1.1" 200 5375 0.011416 [API:8081]10.0.0.56 - - [2025-10-02 03:51:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-35143319:43a7e90f-1471-4002-a318-613e89011a3f?flat HTTP/1.1" 200 5375 0.053004 [API:8081]10.0.0.56 - - [2025-10-02 03:51:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-35143319:43a7e90f-1471-4002-a318-613e89011a3f?flat HTTP/1.1" 200 5375 0.050388 [API:8081]10.0.0.56 - - [2025-10-02 03:51:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-35143319:ctest-vn1-94725148?flat HTTP/1.1" 200 9413 0.018407 [API:8081]10.0.0.56 - - [2025-10-02 03:51:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.019289 [API:8081]10.0.0.56 - - [2025-10-02 03:51:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.018508 [API:8081]10.0.0.56 - - [2025-10-02 03:51:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008185 [API:8081]10.0.0.56 - - [2025-10-02 03:51:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-35143319:1049ca0d-0576-4fdd-a425-069f07a521ff?flat HTTP/1.1" 200 5360 0.012662 [API:8081]10.0.0.56 - - [2025-10-02 03:51:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-35143319:1049ca0d-0576-4fdd-a425-069f07a521ff?flat HTTP/1.1" 200 5360 0.012347 [API:8081]10.0.0.56 - - [2025-10-02 03:51:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-35143319:1049ca0d-0576-4fdd-a425-069f07a521ff?flat HTTP/1.1" 200 5360 0.012241 [API:8081]10.0.0.56 - - [2025-10-02 03:51:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-35143319:ctest-vn1-94725148?flat HTTP/1.1" 200 9413 0.018504 [API:8081]10.0.0.56 - - [2025-10-02 03:51:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.029016 [API:8081]10.0.0.56 - - [2025-10-02 03:51:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 12978 0.019722 [API:8081]10.0.0.56 - - [2025-10-02 03:51:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.037630 [API:8081]10.0.0.56 - - [2025-10-02 03:51:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 12978 0.027632 [API:8081]10.0.0.56 - - [2025-10-02 03:51:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010943 [API:8081]10.0.0.56 - - [2025-10-02 03:51:19] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.56 - - [2025-10-02 03:51:19] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.56 - - [2025-10-02 03:51:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.024696 [API:8081]10.0.0.56 - - [2025-10-02 03:51:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 12978 0.019155 [API:8081]10.0.0.56 - - [2025-10-02 03:51:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.040539 [API:8081]10.0.0.56 - - [2025-10-02 03:51:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 12588 0.043559 [API:8081]10.0.0.56 - - [2025-10-02 03:51:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-35143319:ctest-vn1-94725148?flat HTTP/1.1" 200 7666 0.021086 [API:8081]10.0.0.56 - - [2025-10-02 03:51:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010592 [API:8081]10.0.0.56 - - [2025-10-02 03:51:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24723 0.020940 [API:8081]10.0.0.56 - - [2025-10-02 03:51:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24723 0.023141 [API:8081]10.0.0.56 - - [2025-10-02 03:51:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24723 0.018439 [API:8081]10.0.0.56 - - [2025-10-02 03:51:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-35143319:ctest-vn1-94725148?flat HTTP/1.1" 200 4919 0.018669 [API:8081]10.0.0.56 - - [2025-10-02 03:51:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008633 [API:8081]10.0.0.56 - - [2025-10-02 03:51:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.007724 [API:8081]10.0.0.56 - - [2025-10-02 03:51:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.007918 [API:8081]10.0.0.49 - - [2025-10-02 03:51:49] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.49 - - [2025-10-02 03:51:49] "GET /analytics HTTP/1.1" 401 205 0.000138 [API:8081]10.0.0.38 - - [2025-10-02 03:51:49] "GET /analytics HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.38 - - [2025-10-02 03:51:49] "GET /analytics HTTP/1.1" 401 205 0.000119 [API:8081]10.0.0.56 - - [2025-10-02 03:51:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.058069 [API:8081]10.0.0.49 - - [2025-10-02 03:53:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.49 - - [2025-10-02 03:53:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.49 - - [2025-10-02 03:53:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.49 - - [2025-10-02 03:53:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.38 - - [2025-10-02 03:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.38 - - [2025-10-02 03:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.38 - - [2025-10-02 03:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.38 - - [2025-10-02 03:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.56 - - [2025-10-02 03:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.56 - - [2025-10-02 03:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.56 - - [2025-10-02 03:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.56 - - [2025-10-02 03:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.56 - - [2025-10-02 03:53:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.369074 [Introspect:8090]10.0.0.56 - - [2025-10-02 03:54:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.000971 [API:8081]10.0.0.56 - - [2025-10-02 03:54:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 12003 0.380018 [API:8081]10.0.0.56 - - [2025-10-02 03:54:31] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 6210 0.359435 [API:8081]10.0.0.56 - - [2025-10-02 03:54:31] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 6197 0.048537 [API:8081]10.0.0.56 - - [2025-10-02 03:54:31] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4210-3?flat HTTP/1.1" 200 4110 0.014877 [API:8081]10.0.0.56 - - [2025-10-02 03:54:31] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?flat HTTP/1.1" 200 6168 0.012806 [API:8081]10.0.0.56 - - [2025-10-02 03:54:32] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?flat HTTP/1.1" 200 6194 0.012599 [API:8081]10.0.0.56 - - [2025-10-02 03:54:32] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?flat HTTP/1.1" 200 6818 0.014994 [API:8081]10.0.0.56 - - [2025-10-02 03:54:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.010985 [API:8081]10.0.0.56 - - [2025-10-02 03:54:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.063638 [API:8081]10.0.0.56 - - [2025-10-02 03:55:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-35143319:7543745a-c217-4a34-8449-4ddf8cb62263?flat HTTP/1.1" 200 5241 0.012625 [API:8081]10.0.0.56 - - [2025-10-02 03:55:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-35143319:7543745a-c217-4a34-8449-4ddf8cb62263?flat HTTP/1.1" 200 5241 0.016613 [API:8081]10.0.0.56 - - [2025-10-02 03:55:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-35143319:7543745a-c217-4a34-8449-4ddf8cb62263?flat HTTP/1.1" 200 5241 0.014797 [API:8081]10.0.0.56 - - [2025-10-02 03:55:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-35143319:ctest-vn1-80182616?flat HTTP/1.1" 200 7090 0.020032 [API:8081]10.0.0.56 - - [2025-10-02 03:55:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32861 0.023341 [API:8081]10.0.0.56 - - [2025-10-02 03:55:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32861 0.031659 [API:8081]10.0.0.56 - - [2025-10-02 03:55:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008772 [API:8081]10.0.0.56 - - [2025-10-02 03:55:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-35143319:03c176dd-3b7b-4678-82be-9c2b633b9d53?flat HTTP/1.1" 200 5240 0.013436 [API:8081]10.0.0.56 - - [2025-10-02 03:55:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-35143319:03c176dd-3b7b-4678-82be-9c2b633b9d53?flat HTTP/1.1" 200 5240 0.013558 [API:8081]10.0.0.56 - - [2025-10-02 03:55:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-35143319:03c176dd-3b7b-4678-82be-9c2b633b9d53?flat HTTP/1.1" 200 5240 0.014278 [API:8081]10.0.0.56 - - [2025-10-02 03:55:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-35143319:ctest-vn2-20688640?flat HTTP/1.1" 200 7113 0.015647 [API:8081]10.0.0.56 - - [2025-10-02 03:55:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39862 0.031700 [API:8081]10.0.0.56 - - [2025-10-02 03:55:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39862 0.028270 [API:8081]10.0.0.56 - - [2025-10-02 03:55:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009288 [API:8081]10.0.0.56 - - [2025-10-02 03:56:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050077 [API:8081]10.0.0.56 - - [2025-10-02 03:57:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39872 0.028183 [API:8081]10.0.0.56 - - [2025-10-02 03:57:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39872 0.038372 [API:8081]10.0.0.56 - - [2025-10-02 03:57:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39872 0.036006 [API:8081]10.0.0.56 - - [2025-10-02 03:57:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39872 0.038458 [API:8081]10.0.0.56 - - [2025-10-02 03:57:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39877 0.025856 [API:8081]10.0.0.56 - - [2025-10-02 03:57:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-35143319:ctest-vn2-20688640?flat HTTP/1.1" 200 7603 0.013201 [API:8081]10.0.0.56 - - [2025-10-02 03:57:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008667 [API:8081]10.0.0.56 - - [2025-10-02 03:57:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32893 0.023460 [API:8081]10.0.0.56 - - [2025-10-02 03:57:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32893 0.031004 [API:8081]10.0.0.56 - - [2025-10-02 03:57:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32896 0.022708 [API:8081]10.0.0.56 - - [2025-10-02 03:57:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-35143319:ctest-vn1-80182616?flat HTTP/1.1" 200 7912 0.014767 [API:8081]10.0.0.56 - - [2025-10-02 03:57:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007347 [API:8081]10.0.0.56 - - [2025-10-02 03:57:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.360025 [API:8081]10.0.0.56 - - [2025-10-02 03:58:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-90964132:bbca2801-577a-445e-9677-eeaefbeb8af3?flat HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.56 - - [2025-10-02 03:58:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-90964132:bbca2801-577a-445e-9677-eeaefbeb8af3?flat HTTP/1.1" 200 5221 0.056258 [API:8081]10.0.0.56 - - [2025-10-02 03:58:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-90964132:bbca2801-577a-445e-9677-eeaefbeb8af3?flat HTTP/1.1" 200 5221 0.050222 [API:8081]10.0.0.56 - - [2025-10-02 03:58:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-90964132:bbca2801-577a-445e-9677-eeaefbeb8af3?flat HTTP/1.1" 200 5221 0.049533 [API:8081]10.0.0.56 - - [2025-10-02 03:58:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-90964132:ctest-vn-32306309?flat HTTP/1.1" 200 3985 0.013197 [API:8081]10.0.0.56 - - [2025-10-02 03:58:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39899 0.031285 [API:8081]10.0.0.56 - - [2025-10-02 03:58:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39899 0.025929 [API:8081]10.0.0.56 - - [2025-10-02 03:58:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008850 [API:8081]10.0.0.56 - - [2025-10-02 03:58:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-90964132:9934c663-9464-4fe8-8145-458363603d51?flat HTTP/1.1" 200 5228 0.014533 [API:8081]10.0.0.56 - - [2025-10-02 03:58:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-90964132:9934c663-9464-4fe8-8145-458363603d51?flat HTTP/1.1" 200 5228 0.013072 [API:8081]10.0.0.56 - - [2025-10-02 03:58:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-90964132:9934c663-9464-4fe8-8145-458363603d51?flat HTTP/1.1" 200 5228 0.012414 [API:8081]10.0.0.56 - - [2025-10-02 03:58:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-90964132:ctest-vn-22630541?flat HTTP/1.1" 200 3986 0.013583 [API:8081]10.0.0.56 - - [2025-10-02 03:58:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32915 0.024121 [API:8081]10.0.0.56 - - [2025-10-02 03:58:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32915 0.034431 [API:8081]10.0.0.56 - - [2025-10-02 03:58:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009900 [API:8081]10.0.0.49 - - [2025-10-02 03:58:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.49 - - [2025-10-02 03:58:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.49 - - [2025-10-02 03:58:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.49 - - [2025-10-02 03:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.38 - - [2025-10-02 03:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.38 - - [2025-10-02 03:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.38 - - [2025-10-02 03:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.38 - - [2025-10-02 03:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000211 [API:8081]10.0.0.56 - - [2025-10-02 03:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.56 - - [2025-10-02 03:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.56 - - [2025-10-02 03:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.56 - - [2025-10-02 03:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.56 - - [2025-10-02 03:58:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32921 0.022466 [API:8081]10.0.0.56 - - [2025-10-02 03:58:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32921 0.022110 [API:8081]10.0.0.56 - - [2025-10-02 03:58:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32923 0.029080 [API:8081]10.0.0.56 - - [2025-10-02 03:58:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-90964132:ctest-vn-22630541?flat HTTP/1.1" 200 6179 0.016059 [API:8081]10.0.0.56 - - [2025-10-02 03:58:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009075 [API:8081]10.0.0.56 - - [2025-10-02 03:58:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39908 0.036466 [API:8081]10.0.0.56 - - [2025-10-02 03:58:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39908 0.030926 [API:8081]10.0.0.56 - - [2025-10-02 03:59:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39908 0.026580 [API:8081]10.0.0.56 - - [2025-10-02 03:59:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39908 0.025466 [API:8081]10.0.0.56 - - [2025-10-02 03:59:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39908 0.024997 [API:8081]10.0.0.56 - - [2025-10-02 03:59:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39908 0.032113 [API:8081]10.0.0.56 - - [2025-10-02 03:59:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4210-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39908 0.045852 [API:8081]10.0.0.56 - - [2025-10-02 03:59:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-90964132:ctest-vn-32306309?flat HTTP/1.1" 200 6169 0.011136 [API:8081]10.0.0.56 - - [2025-10-02 03:59:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010421 [API:8081]10.0.0.56 - - [2025-10-02 03:59:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.56 - - [2025-10-02 03:59:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.052107 [API:8081]10.0.0.56 - - [2025-10-02 03:59:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.116412 [API:8081]10.0.0.56 - - [2025-10-02 04:00:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064858 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 04:00:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003266 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 04:00:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003482 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 04:00:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003168 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 04:00:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003235 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 04:00:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002388 [API:8081]10.0.0.56 - - [2025-10-02 04:01:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.060259 [API:8081]10.0.0.56 - - [2025-10-02 04:01:19] "GET /analytics HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.56 - - [2025-10-02 04:01:19] "GET /analytics HTTP/1.1" 401 205 0.000182 [API:8081]10.0.0.49 - - [2025-10-02 04:01:49] "GET /analytics HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.49 - - [2025-10-02 04:01:49] "GET /analytics HTTP/1.1" 401 205 0.000151 [API:8081]10.0.0.38 - - [2025-10-02 04:01:49] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.38 - - [2025-10-02 04:01:49] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.56 - - [2025-10-02 04:03:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063191 [API:8081]10.0.0.49 - - [2025-10-02 04:03:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.49 - - [2025-10-02 04:03:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.49 - - [2025-10-02 04:03:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.49 - - [2025-10-02 04:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.38 - - [2025-10-02 04:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.38 - - [2025-10-02 04:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.38 - - [2025-10-02 04:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.38 - - [2025-10-02 04:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.56 - - [2025-10-02 04:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.56 - - [2025-10-02 04:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.56 - - [2025-10-02 04:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.56 - - [2025-10-02 04:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.56 - - [2025-10-02 04:04:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.064486 [API:8081]10.0.0.56 - - [2025-10-02 04:04:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.56 - - [2025-10-02 04:04:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.051711 [API:8081]10.0.0.56 - - [2025-10-02 04:06:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051211 [API:8081]10.0.0.56 - - [2025-10-02 04:07:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.071023 [API:8081]10.0.0.49 - - [2025-10-02 04:08:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.49 - - [2025-10-02 04:08:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.49 - - [2025-10-02 04:08:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.49 - - [2025-10-02 04:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.38 - - [2025-10-02 04:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.38 - - [2025-10-02 04:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.38 - - [2025-10-02 04:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.38 - - [2025-10-02 04:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.56 - - [2025-10-02 04:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.56 - - [2025-10-02 04:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.56 - - [2025-10-02 04:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.56 - - [2025-10-02 04:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.56 - - [2025-10-02 04:09:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054487 [API:8081]10.0.0.56 - - [2025-10-02 04:10:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.060167 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 04:10:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002865 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 04:10:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002830 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 04:10:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002637 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 04:10:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003647 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 04:10:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002922 [API:8081]10.0.0.56 - - [2025-10-02 04:11:19] "GET /analytics HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.56 - - [2025-10-02 04:11:19] "GET /analytics HTTP/1.1" 401 205 0.000167 [Introspect:8090]10.0.0.56 - - [2025-10-02 04:11:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001035