++ 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 9 02:04:45 AM UTC 2025 ===================' INFO: =================== Thu Oct 9 02:04:45 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 +++++ grep -o 'dev.*' +++++ awk '{print $2}' +++++ ip route get 1 ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ grep 'inet ' +++ ip addr show dev ens3 +++ awk '{print $2}' +++ head -n 1 ++ 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.19,10.0.0.41 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.56,10.0.0.19,10.0.0.41 ++ ANALYTICSDB_NODES=10.0.0.56,10.0.0.19,10.0.0.41 ++ ANALYTICS_SNMP_NODES=10.0.0.56,10.0.0.19,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ '[' -n '10.0.0.56:8081 10.0.0.19:8081 10.0.0.41:8081 ' ']' +++ echo '10.0.0.56:8081 10.0.0.19:8081 10.0.0.41:8081' ++ ANALYTICS_SERVERS='10.0.0.56:8081 10.0.0.19:8081 10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ '[' -n '10.0.0.56:9042 10.0.0.19:9042 10.0.0.41:9042 ' ']' +++ echo '10.0.0.56:9042 10.0.0.19:9042 10.0.0.41:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.56:9042 10.0.0.19:9042 10.0.0.41:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.56,10.0.0.19,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ '[' -n '10.0.0.56:8086 10.0.0.19:8086 10.0.0.41:8086 ' ']' +++ echo '10.0.0.56:8086 10.0.0.19:8086 10.0.0.41:8086' ++ COLLECTOR_SERVERS='10.0.0.56:8086 10.0.0.19:8086 10.0.0.41: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.19,10.0.0.41 ++ CONFIGDB_NODES=10.0.0.56,10.0.0.19,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ '[' -n '10.0.0.56:8082 10.0.0.19:8082 10.0.0.41:8082 ' ']' +++ echo '10.0.0.56:8082 10.0.0.19:8082 10.0.0.41:8082' ++ CONFIG_SERVERS='10.0.0.56:8082 10.0.0.19:8082 10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ '[' -n '10.0.0.56:9161 10.0.0.19:9161 10.0.0.41:9161 ' ']' +++ echo '10.0.0.56:9161 10.0.0.19:9161 10.0.0.41:9161' ++ CONFIGDB_SERVERS='10.0.0.56:9161 10.0.0.19:9161 10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ '[' -n '10.0.0.56:9041 10.0.0.19:9041 10.0.0.41:9041 ' ']' +++ echo '10.0.0.56:9041 10.0.0.19:9041 10.0.0.41:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.56:9041 10.0.0.19:9041 10.0.0.41: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.14,10.20.0.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.14,10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.56,10.0.0.19,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ '[' -n 10.0.0.56:2181,10.0.0.19:2181,10.0.0.41:2181, ']' +++ echo 10.0.0.56:2181,10.0.0.19:2181,10.0.0.41:2181 ++ ZOOKEEPER_SERVERS=10.0.0.56:2181,10.0.0.19:2181,10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ '[' -n '10.0.0.56:2181 10.0.0.19:2181 10.0.0.41:2181 ' ']' +++ echo '10.0.0.56:2181 10.0.0.19:2181 10.0.0.41:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.56:2181 10.0.0.19:2181 10.0.0.41:2181' ++ RABBITMQ_NODES=10.0.0.56,10.0.0.19,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ '[' -n 10.0.0.56:5673,10.0.0.19:5673,10.0.0.41:5673, ']' +++ echo 10.0.0.56:5673,10.0.0.19:5673,10.0.0.41:5673 ++ RABBITMQ_SERVERS=10.0.0.56:5673,10.0.0.19:5673,10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ '[' -n '10.0.0.56:6379 10.0.0.19:6379 10.0.0.41:6379 ' ']' +++ echo '10.0.0.56:6379 10.0.0.19:6379 10.0.0.41:6379' ++ REDIS_SERVERS='10.0.0.56:6379 10.0.0.19:6379 10.0.0.41: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.19,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ '[' -n '10.0.0.56:9092 10.0.0.19:9092 10.0.0.41:9092 ' ']' +++ echo '10.0.0.56:9092 10.0.0.19:9092 10.0.0.41:9092' ++ KAFKA_SERVERS='10.0.0.56:9092 10.0.0.19:9092 10.0.0.41: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.19,10.0.0.41 ++ 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.19,10.0.0.41 ++ 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.19,10.0.0.41 ++ cut -d , -f 1 + local cassandra=10.0.0.56 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.56 9041 + echo -e '\035\nquit' + 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.19,10.0.0.41 +++ local servers=10.0.0.56,10.0.0.19,10.0.0.41 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ tr '\n' , ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' ++++ 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__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^ANALYTICS_API__//g' + 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/09/2025 02:04:54.054 7f14bb8681c0 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/09/2025 02:04:54.230 7f14bb8681c0 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 10/09/2025 02:04:54.241 7f14bb8681c0 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/09/2025 02:04:54.241 7f14bb8681c0 [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.41 - - [2025-10-09 02:04:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.066844 [API:8081]10.0.0.41 - - [2025-10-09 02:05:30] "GET /analytics HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.41 - - [2025-10-09 02:05:30] "GET /analytics HTTP/1.1" 401 205 0.000142 [API:8081]10.0.0.19 - - [2025-10-09 02:05:30] "GET /analytics HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.19 - - [2025-10-09 02:05:30] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.56 - - [2025-10-09 02:05:30] "GET /analytics HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.56 - - [2025-10-09 02:05:30] "GET /analytics HTTP/1.1" 401 205 0.000164 [API:8081]10.0.0.41 - - [2025-10-09 02:06:01] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.41 - - [2025-10-09 02:06:01] "GET /analytics HTTP/1.1" 401 205 0.000199 [API:8081]10.0.0.19 - - [2025-10-09 02:06:01] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.19 - - [2025-10-09 02:06:01] "GET /analytics HTTP/1.1" 401 205 0.000181 [API:8081]10.0.0.56 - - [2025-10-09 02:06:01] "GET /analytics HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.56 - - [2025-10-09 02:06:01] "GET /analytics HTTP/1.1" 401 205 0.000193 [API:8081]10.0.0.41 - - [2025-10-09 02:06:31] "GET /analytics HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.41 - - [2025-10-09 02:06:31] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.19 - - [2025-10-09 02:06:31] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.19 - - [2025-10-09 02:06:31] "GET /analytics HTTP/1.1" 401 205 0.000162 [API:8081]10.0.0.41 - - [2025-10-09 02:06:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.057229 [API:8081]10.0.0.41 - - [2025-10-09 02:07:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 1339 0.049545 [API:8081]10.0.0.41 - - [2025-10-09 02:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.41 - - [2025-10-09 02:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.41 - - [2025-10-09 02:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.41 - - [2025-10-09 02:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.19 - - [2025-10-09 02:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.19 - - [2025-10-09 02:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.19 - - [2025-10-09 02:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.19 - - [2025-10-09 02:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000603 [API:8081]10.0.0.56 - - [2025-10-09 02:08:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.56 - - [2025-10-09 02:08:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.56 - - [2025-10-09 02:08:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.56 - - [2025-10-09 02:08:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [Introspect:8090]10.0.0.56 - - [2025-10-09 02:08:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001152 [Introspect:8090]10.0.0.56 - - [2025-10-09 02:08:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001100 [API:8081]10.0.0.41 - - [2025-10-09 02:10:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088278 [Introspect:8090]10.0.0.56 - - [2025-10-09 02:10:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001223 [Introspect:8090]10.0.0.56 - - [2025-10-09 02:10:05] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000587 [API:8081]10.0.0.56 - - [2025-10-09 02:10:05] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.56 - - [2025-10-09 02:10:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-1:Control:contrail-control:0?flat HTTP/1.1" 200 34946 0.098424 [API:8081]10.0.0.56 - - [2025-10-09 02:10:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.057424 [API:8081]10.0.0.56 - - [2025-10-09 02:10:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-2:Control:contrail-control:0?flat HTTP/1.1" 200 38002 0.082069 [API:8081]10.0.0.56 - - [2025-10-09 02:10:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.019415 [API:8081]10.0.0.56 - - [2025-10-09 02:10:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-3:Control:contrail-control:0?flat HTTP/1.1" 200 27604 0.016779 [API:8081]10.0.0.56 - - [2025-10-09 02:10:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13497 0.015745 [API:8081]10.0.0.56 - - [2025-10-09 02:10:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.018072 [API:8081]10.0.0.56 - - [2025-10-09 02:10:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.020205 [API:8081]10.0.0.56 - - [2025-10-09 02:10:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3356 0.012712 [API:8081]10.0.0.56 - - [2025-10-09 02:10:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3356 0.015974 [API:8081]10.0.0.56 - - [2025-10-09 02:10:06] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.009890 [API:8081]10.0.0.56 - - [2025-10-09 02:10:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4312 0.012807 [API:8081]10.0.0.56 - - [2025-10-09 02:10:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4308 0.012777 [API:8081]10.0.0.56 - - [2025-10-09 02:10:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4314 0.011316 [API:8081]10.0.0.56 - - [2025-10-09 02:10:06] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.009465 [API:8081]10.0.0.56 - - [2025-10-09 02:10:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013324 [API:8081]10.0.0.56 - - [2025-10-09 02:10:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013150 [API:8081]10.0.0.56 - - [2025-10-09 02:10:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.017702 [API:8081]10.0.0.56 - - [2025-10-09 02:10:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012350 [API:8081]10.0.0.56 - - [2025-10-09 02:10:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011380 [API:8081]10.0.0.56 - - [2025-10-09 02:10:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.016148 [API:8081]10.0.0.56 - - [2025-10-09 02:10:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.012020 [API:8081]10.0.0.56 - - [2025-10-09 02:10:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.013359 [API:8081]10.0.0.56 - - [2025-10-09 02:10:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.011948 [API:8081]10.0.0.56 - - [2025-10-09 02:10:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14826 0.026169 [API:8081]10.0.0.56 - - [2025-10-09 02:10:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.016887 [API:8081]10.0.0.56 - - [2025-10-09 02:10:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14826 0.053870 [API:8081]10.0.0.56 - - [2025-10-09 02:10:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.018144 [API:8081]10.0.0.56 - - [2025-10-09 02:10:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14828 0.021098 [API:8081]10.0.0.56 - - [2025-10-09 02:10:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.016739 [API:8081]10.0.0.56 - - [2025-10-09 02:10:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.016613 [API:8081]10.0.0.56 - - [2025-10-09 02:10:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.021885 [API:8081]10.0.0.56 - - [2025-10-09 02:10:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12087 0.021266 [API:8081]10.0.0.56 - - [2025-10-09 02:10:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.018124 [API:8081]10.0.0.56 - - [2025-10-09 02:10:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.019341 [API:8081]10.0.0.56 - - [2025-10-09 02:10:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12087 0.023043 [API:8081]10.0.0.56 - - [2025-10-09 02:10:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.017011 [API:8081]10.0.0.56 - - [2025-10-09 02:10:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3269 0.011476 [API:8081]10.0.0.56 - - [2025-10-09 02:10:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.020367 [API:8081]10.0.0.56 - - [2025-10-09 02:10:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.011582 [API:8081]10.0.0.56 - - [2025-10-09 02:10:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.011742 [API:8081]10.0.0.56 - - [2025-10-09 02:10:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14826 0.016781 [API:8081]10.0.0.56 - - [2025-10-09 02:10:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.021183 [API:8081]10.0.0.56 - - [2025-10-09 02:10:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3379 0.020165 [API:8081]10.0.0.56 - - [2025-10-09 02:10:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14826 0.021026 [API:8081]10.0.0.56 - - [2025-10-09 02:10:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012691 [API:8081]10.0.0.56 - - [2025-10-09 02:10:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.013206 [API:8081]10.0.0.56 - - [2025-10-09 02:10:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14828 0.017031 [API:8081]10.0.0.56 - - [2025-10-09 02:10:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.020566 [API:8081]10.0.0.56 - - [2025-10-09 02:10:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.019333 [API:8081]10.0.0.56 - - [2025-10-09 02:10:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3677 0.014228 [API:8081]10.0.0.56 - - [2025-10-09 02:10:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.015991 [API:8081]10.0.0.56 - - [2025-10-09 02:10:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3677 0.014107 [API:8081]10.0.0.56 - - [2025-10-09 02:10:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.015316 [API:8081]10.0.0.56 - - [2025-10-09 02:10:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3677 0.012324 [API:8081]10.0.0.56 - - [2025-10-09 02:10:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4312 0.020253 [API:8081]10.0.0.56 - - [2025-10-09 02:10:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4308 0.013830 [API:8081]10.0.0.56 - - [2025-10-09 02:10:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4314 0.014613 [API:8081]10.0.0.56 - - [2025-10-09 02:10:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-1:Control:contrail-control:0?flat HTTP/1.1" 200 34946 0.022136 [API:8081]10.0.0.56 - - [2025-10-09 02:10:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.013793 [API:8081]10.0.0.56 - - [2025-10-09 02:10:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.019229 [API:8081]10.0.0.56 - - [2025-10-09 02:10:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-2:Control:contrail-control:0?flat HTTP/1.1" 200 38002 0.019637 [API:8081]10.0.0.56 - - [2025-10-09 02:10:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.012911 [API:8081]10.0.0.56 - - [2025-10-09 02:10:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.014919 [API:8081]10.0.0.56 - - [2025-10-09 02:10:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-3:Control:contrail-control:0?flat HTTP/1.1" 200 27604 0.018502 [API:8081]10.0.0.56 - - [2025-10-09 02:10:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.014112 [API:8081]10.0.0.56 - - [2025-10-09 02:10:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4252-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13497 0.014369 [API:8081]10.0.0.56 - - [2025-10-09 02:10:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-1?flat HTTP/1.1" 200 12075 0.025188 [API:8081]10.0.0.56 - - [2025-10-09 02:10:12] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4252-1.?flat HTTP/1.1" 200 15811 0.032798 [API:8081]10.0.0.56 - - [2025-10-09 02:10:12] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4252-2.?flat HTTP/1.1" 200 15285 0.029106 [API:8081]10.0.0.56 - - [2025-10-09 02:10:12] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4252-3.?flat HTTP/1.1" 200 18430 0.023797 [API:8081]10.0.0.56 - - [2025-10-09 02:10:12] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4252-1.?flat HTTP/1.1" 200 15811 0.020613 [API:8081]10.0.0.56 - - [2025-10-09 02:10:12] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4252-2.?flat HTTP/1.1" 200 15285 0.020537 [API:8081]10.0.0.56 - - [2025-10-09 02:10:12] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4252-3.?flat HTTP/1.1" 200 18430 0.019388 [API:8081]10.0.0.56 - - [2025-10-09 02:10:12] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4252-1.?flat HTTP/1.1" 200 15811 0.022007 [API:8081]10.0.0.56 - - [2025-10-09 02:10:12] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4252-2.?flat HTTP/1.1" 200 15285 0.020396 [API:8081]10.0.0.56 - - [2025-10-09 02:10:12] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4252-3.?flat HTTP/1.1" 200 18430 0.021073 [API:8081]10.0.0.56 - - [2025-10-09 02:10:12] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4252-1.?flat HTTP/1.1" 200 15811 0.019651 [API:8081]10.0.0.56 - - [2025-10-09 02:10:12] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4252-2.?flat HTTP/1.1" 200 15285 0.017468 [API:8081]10.0.0.56 - - [2025-10-09 02:10:12] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4252-3.?flat HTTP/1.1" 200 18430 0.018524 [API:8081]10.0.0.56 - - [2025-10-09 02:10:13] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4252-1?flat HTTP/1.1" 200 8136 0.014616 [API:8081]10.0.0.56 - - [2025-10-09 02:10:13] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 8134 0.017833 [API:8081]10.0.0.56 - - [2025-10-09 02:10:13] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4252-3?flat HTTP/1.1" 200 8137 0.013625 [API:8081]10.0.0.56 - - [2025-10-09 02:10:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.56 - - [2025-10-09 02:10:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.057273 [API:8081]10.0.0.56 - - [2025-10-09 02:10:30] "POST /analytics/query HTTP/1.1" 200 54708 1.088604 [API:8081]10.0.0.56 - - [2025-10-09 02:10:31] "POST /analytics/query HTTP/1.1" 200 5875 1.076624 [API:8081]10.0.0.56 - - [2025-10-09 02:10:32] "POST /analytics/query HTTP/1.1" 200 871 1.018955 [API:8081]10.0.0.56 - - [2025-10-09 02:10:33] "POST /analytics/query HTTP/1.1" 200 5875 1.017771 [API:8081]10.0.0.56 - - [2025-10-09 02:10:34] "POST /analytics/query HTTP/1.1" 200 871 1.017686 [API:8081]10.0.0.56 - - [2025-10-09 02:10:45] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000969 [API:8081]10.0.0.41 - - [2025-10-09 02:11:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.092500 [API:8081]10.0.0.41 - - [2025-10-09 02:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.41 - - [2025-10-09 02:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.41 - - [2025-10-09 02:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.41 - - [2025-10-09 02:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.19 - - [2025-10-09 02:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.19 - - [2025-10-09 02:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.19 - - [2025-10-09 02:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.19 - - [2025-10-09 02:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000638 [API:8081]10.0.0.41 - - [2025-10-09 02:13:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.101577 [API:8081]10.0.0.56 - - [2025-10-09 02:13:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.56 - - [2025-10-09 02:13:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.56 - - [2025-10-09 02:13:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.56 - - [2025-10-09 02:13:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.41 - - [2025-10-09 02:14:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.065557 [API:8081]10.0.0.56 - - [2025-10-09 02:14:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.56 - - [2025-10-09 02:14:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1452 0.067990 [API:8081]10.0.0.56 - - [2025-10-09 02:14:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1684 0.071812 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 02:14:54] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.014125 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 02:14:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.009990 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 02:14:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.010477 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 02:14:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.008381 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 02:14:54] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.013143 [API:8081]10.0.0.56 - - [2025-10-09 02:16:01] "GET /analytics HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.56 - - [2025-10-09 02:16:01] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.41 - - [2025-10-09 02:16:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055477 [API:8081]10.0.0.41 - - [2025-10-09 02:16:31] "GET /analytics HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.41 - - [2025-10-09 02:16:31] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.19 - - [2025-10-09 02:16:31] "GET /analytics HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.19 - - [2025-10-09 02:16:31] "GET /analytics HTTP/1.1" 401 205 0.000132 [API:8081]10.0.0.41 - - [2025-10-09 02:17:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.373779 [API:8081]10.0.0.41 - - [2025-10-09 02:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.41 - - [2025-10-09 02:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.41 - - [2025-10-09 02:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.41 - - [2025-10-09 02:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.19 - - [2025-10-09 02:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.19 - - [2025-10-09 02:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.19 - - [2025-10-09 02:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.19 - - [2025-10-09 02:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.56 - - [2025-10-09 02:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.56 - - [2025-10-09 02:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.56 - - [2025-10-09 02:18:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.56 - - [2025-10-09 02:18:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.41 - - [2025-10-09 02:19:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.175616 [API:8081]10.0.0.56 - - [2025-10-09 02:19:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.56 - - [2025-10-09 02:19:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2150 0.052478 [API:8081]10.0.0.56 - - [2025-10-09 02:19:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2150 0.063873 [API:8081]10.0.0.41 - - [2025-10-09 02:20:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.062151 [API:8081]10.0.0.56 - - [2025-10-09 02:21:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1586 0.008349 [API:8081]10.0.0.56 - - [2025-10-09 02:21:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1814 0.009429 [API:8081]10.0.0.56 - - [2025-10-09 02:21:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2042 0.056662 [API:8081]10.0.0.56 - - [2025-10-09 02:21:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2270 0.010981 [API:8081]10.0.0.41 - - [2025-10-09 02:22:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.124007 [API:8081]10.0.0.41 - - [2025-10-09 02:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.41 - - [2025-10-09 02:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000397 [API:8081]10.0.0.41 - - [2025-10-09 02:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2025-10-09 02:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.19 - - [2025-10-09 02:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.19 - - [2025-10-09 02:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.19 - - [2025-10-09 02:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.19 - - [2025-10-09 02:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.56 - - [2025-10-09 02:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.56 - - [2025-10-09 02:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.56 - - [2025-10-09 02:23:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.56 - - [2025-10-09 02:23:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.41 - - [2025-10-09 02:23:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.061408 [API:8081]10.0.0.56 - - [2025-10-09 02:24:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25183 0.018133 [API:8081]10.0.0.56 - - [2025-10-09 02:24:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-47178449:ctest-vnet1-38149311?flat HTTP/1.1" 200 8244 0.015862 [API:8081]10.0.0.56 - - [2025-10-09 02:24:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012985 [API:8081]10.0.0.56 - - [2025-10-09 02:24:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.020710 [API:8081]10.0.0.56 - - [2025-10-09 02:24:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13045 0.020341 [API:8081]10.0.0.56 - - [2025-10-09 02:24:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.035163 [API:8081]10.0.0.56 - - [2025-10-09 02:24:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13045 0.021926 [API:8081]10.0.0.56 - - [2025-10-09 02:24:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.034499 [API:8081]10.0.0.56 - - [2025-10-09 02:24:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12627 0.027725 [API:8081]10.0.0.56 - - [2025-10-09 02:24:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-47178449:ctest-vnet0-37880685?flat HTTP/1.1" 200 8241 0.012928 [API:8081]10.0.0.56 - - [2025-10-09 02:24:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009384 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 02:24:54] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.010080 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 02:24:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004217 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 02:24:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002614 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 02:24:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.002484 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 02:24:54] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001916 [API:8081]10.0.0.56 - - [2025-10-09 02:24:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.008993 [API:8081]10.0.0.41 - - [2025-10-09 02:25:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055291 [API:8081]10.0.0.56 - - [2025-10-09 02:26:01] "GET /analytics HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.56 - - [2025-10-09 02:26:01] "GET /analytics HTTP/1.1" 401 205 0.000162 [API:8081]10.0.0.41 - - [2025-10-09 02:26:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.068131 [API:8081]10.0.0.41 - - [2025-10-09 02:26:31] "GET /analytics HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.41 - - [2025-10-09 02:26:31] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.19 - - [2025-10-09 02:26:31] "GET /analytics HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.19 - - [2025-10-09 02:26:31] "GET /analytics HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.56 - - [2025-10-09 02:26:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.56 - - [2025-10-09 02:26:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1378 0.058542 [API:8081]10.0.0.56 - - [2025-10-09 02:27:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.069171 [API:8081]10.0.0.56 - - [2025-10-09 02:27:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13065 0.076549 [API:8081]10.0.0.56 - - [2025-10-09 02:27:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.134586 [API:8081]10.0.0.56 - - [2025-10-09 02:27:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13065 0.025995 [API:8081]10.0.0.41 - - [2025-10-09 02:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.41 - - [2025-10-09 02:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.41 - - [2025-10-09 02:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000409 [API:8081]10.0.0.41 - - [2025-10-09 02:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.19 - - [2025-10-09 02:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.19 - - [2025-10-09 02:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.19 - - [2025-10-09 02:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.19 - - [2025-10-09 02:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.56 - - [2025-10-09 02:28:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.034897 [API:8081]10.0.0.56 - - [2025-10-09 02:28:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13065 0.039721 [API:8081]10.0.0.56 - - [2025-10-09 02:28:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.56 - - [2025-10-09 02:28:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.56 - - [2025-10-09 02:28:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.035525 [API:8081]10.0.0.56 - - [2025-10-09 02:28:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.56 - - [2025-10-09 02:28:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13065 0.034141 [API:8081]10.0.0.56 - - [2025-10-09 02:28:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000777 [API:8081]10.0.0.56 - - [2025-10-09 02:28:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.021448 [API:8081]10.0.0.56 - - [2025-10-09 02:28:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13065 0.020247 [API:8081]10.0.0.56 - - [2025-10-09 02:28:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.035219 [API:8081]10.0.0.56 - - [2025-10-09 02:28:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12632 0.020690 [API:8081]10.0.0.56 - - [2025-10-09 02:28:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-58665833:ctest-vnet0-91962031?flat HTTP/1.1" 200 7198 0.013435 [API:8081]10.0.0.56 - - [2025-10-09 02:28:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009440 [API:8081]10.0.0.41 - - [2025-10-09 02:28:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066490 [API:8081]10.0.0.56 - - [2025-10-09 02:28:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.56 - - [2025-10-09 02:28:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.051199 [API:8081]10.0.0.56 - - [2025-10-09 02:28:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.56 - - [2025-10-09 02:28:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.059593 [API:8081]10.0.0.56 - - [2025-10-09 02:28:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.066058 [API:8081]10.0.0.56 - - [2025-10-09 02:28:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.048359 [API:8081]10.0.0.41 - - [2025-10-09 02:29:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.058386 [API:8081]10.0.0.56 - - [2025-10-09 02:29:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-01175662:04dabded-bd3c-41cc-b851-8e215101026a?flat HTTP/1.1" 200 5225 0.013822 [API:8081]10.0.0.56 - - [2025-10-09 02:29:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-01175662:04dabded-bd3c-41cc-b851-8e215101026a?flat HTTP/1.1" 200 5225 0.012559 [API:8081]10.0.0.56 - - [2025-10-09 02:29:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-01175662:04dabded-bd3c-41cc-b851-8e215101026a?flat HTTP/1.1" 200 5225 0.014580 [API:8081]10.0.0.56 - - [2025-10-09 02:29:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-01175662:ctest-VN1-23833463?flat HTTP/1.1" 200 8553 0.018410 [API:8081]10.0.0.56 - - [2025-10-09 02:29:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019788 [API:8081]10.0.0.56 - - [2025-10-09 02:29:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13377 0.023992 [API:8081]10.0.0.56 - - [2025-10-09 02:29:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.022516 [API:8081]10.0.0.56 - - [2025-10-09 02:29:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13377 0.021041 [API:8081]10.0.0.56 - - [2025-10-09 02:29:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009384 [API:8081]10.0.0.56 - - [2025-10-09 02:29:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-01175662:a4372a46-12ca-4eab-abd7-542efad7c5d0?flat HTTP/1.1" 200 5097 0.015106 [API:8081]10.0.0.56 - - [2025-10-09 02:29:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-01175662:a4372a46-12ca-4eab-abd7-542efad7c5d0?flat HTTP/1.1" 200 5097 0.013201 [API:8081]10.0.0.56 - - [2025-10-09 02:29:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-01175662:a4372a46-12ca-4eab-abd7-542efad7c5d0?flat HTTP/1.1" 200 5097 0.013700 [API:8081]10.0.0.56 - - [2025-10-09 02:29:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-01175662:ctest-VN2-97630887?flat HTTP/1.1" 200 7862 0.016628 [API:8081]10.0.0.56 - - [2025-10-09 02:29:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25199 0.023762 [API:8081]10.0.0.56 - - [2025-10-09 02:29:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25199 0.020249 [API:8081]10.0.0.56 - - [2025-10-09 02:29:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008708 [API:8081]10.0.0.56 - - [2025-10-09 02:29:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-01175662:37bce9ab-6bee-44b8-a8c4-d1bdad687cfe?flat HTTP/1.1" 200 5091 0.015446 [API:8081]10.0.0.56 - - [2025-10-09 02:29:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-01175662:37bce9ab-6bee-44b8-a8c4-d1bdad687cfe?flat HTTP/1.1" 200 5091 0.013772 [API:8081]10.0.0.56 - - [2025-10-09 02:29:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-01175662:37bce9ab-6bee-44b8-a8c4-d1bdad687cfe?flat HTTP/1.1" 200 5091 0.014092 [API:8081]10.0.0.56 - - [2025-10-09 02:29:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-01175662:ctest-VN3-52887060?flat HTTP/1.1" 200 7442 0.015460 [API:8081]10.0.0.56 - - [2025-10-09 02:29:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021358 [API:8081]10.0.0.56 - - [2025-10-09 02:29:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13377 0.025304 [API:8081]10.0.0.56 - - [2025-10-09 02:29:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021456 [API:8081]10.0.0.56 - - [2025-10-09 02:29:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13377 0.026756 [API:8081]10.0.0.56 - - [2025-10-09 02:29:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009668 [API:8081]10.0.0.56 - - [2025-10-09 02:30:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020615 [API:8081]10.0.0.56 - - [2025-10-09 02:30:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13383 0.024236 [API:8081]10.0.0.56 - - [2025-10-09 02:30:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021872 [API:8081]10.0.0.56 - - [2025-10-09 02:30:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13383 0.021337 [API:8081]10.0.0.56 - - [2025-10-09 02:30:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.030726 [API:8081]10.0.0.56 - - [2025-10-09 02:30:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13383 0.024187 [API:8081]10.0.0.56 - - [2025-10-09 02:30:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020074 [API:8081]10.0.0.56 - - [2025-10-09 02:30:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13383 0.021696 [API:8081]10.0.0.56 - - [2025-10-09 02:30:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021508 [API:8081]10.0.0.56 - - [2025-10-09 02:30:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13383 0.021299 [API:8081]10.0.0.56 - - [2025-10-09 02:31:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021609 [API:8081]10.0.0.56 - - [2025-10-09 02:31:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13383 0.026347 [API:8081]10.0.0.56 - - [2025-10-09 02:31:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.022481 [API:8081]10.0.0.56 - - [2025-10-09 02:31:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13383 0.021366 [API:8081]10.0.0.56 - - [2025-10-09 02:31:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021256 [API:8081]10.0.0.56 - - [2025-10-09 02:31:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13383 0.023814 [API:8081]10.0.0.56 - - [2025-10-09 02:31:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021410 [API:8081]10.0.0.56 - - [2025-10-09 02:31:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13016 0.020060 [API:8081]10.0.0.56 - - [2025-10-09 02:31:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-01175662:ctest-VN3-52887060?flat HTTP/1.1" 200 6215 0.012513 [API:8081]10.0.0.56 - - [2025-10-09 02:31:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011158 [API:8081]10.0.0.56 - - [2025-10-09 02:31:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.018250 [API:8081]10.0.0.56 - - [2025-10-09 02:31:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.023140 [API:8081]10.0.0.41 - - [2025-10-09 02:31:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053320 [API:8081]10.0.0.56 - - [2025-10-09 02:31:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.018173 [API:8081]10.0.0.56 - - [2025-10-09 02:31:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.016785 [API:8081]10.0.0.56 - - [2025-10-09 02:31:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.032401 [API:8081]10.0.0.56 - - [2025-10-09 02:31:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.018069 [API:8081]10.0.0.56 - - [2025-10-09 02:31:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.023812 [API:8081]10.0.0.56 - - [2025-10-09 02:31:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.019324 [API:8081]10.0.0.56 - - [2025-10-09 02:31:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-01175662:ctest-VN2-97630887?flat HTTP/1.1" 200 6556 0.016316 [API:8081]10.0.0.56 - - [2025-10-09 02:31:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.015704 [API:8081]10.0.0.56 - - [2025-10-09 02:31:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.024592 [API:8081]10.0.0.56 - - [2025-10-09 02:31:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13017 0.021657 [API:8081]10.0.0.56 - - [2025-10-09 02:31:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.031026 [API:8081]10.0.0.56 - - [2025-10-09 02:31:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12629 0.020370 [API:8081]10.0.0.56 - - [2025-10-09 02:31:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-01175662:ctest-VN1-23833463?flat HTTP/1.1" 200 6767 0.013237 [API:8081]10.0.0.56 - - [2025-10-09 02:31:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009379 [API:8081]10.0.0.56 - - [2025-10-09 02:31:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.56 - - [2025-10-09 02:31:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.053374 [API:8081]10.0.0.56 - - [2025-10-09 02:31:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.048526 [API:8081]10.0.0.56 - - [2025-10-09 02:31:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.053319 [API:8081]10.0.0.41 - - [2025-10-09 02:32:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.056073 [API:8081]10.0.0.56 - - [2025-10-09 02:32:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-92102415:18ff2e34-e1ff-4e57-b097-91e1d166a2c4?flat HTTP/1.1" 200 5363 0.013516 [API:8081]10.0.0.56 - - [2025-10-09 02:32:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-92102415:18ff2e34-e1ff-4e57-b097-91e1d166a2c4?flat HTTP/1.1" 200 5363 0.014083 [API:8081]10.0.0.56 - - [2025-10-09 02:32:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-92102415:18ff2e34-e1ff-4e57-b097-91e1d166a2c4?flat HTTP/1.1" 200 5363 0.016911 [API:8081]10.0.0.56 - - [2025-10-09 02:32:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-92102415:18ff2e34-e1ff-4e57-b097-91e1d166a2c4?flat HTTP/1.1" 200 5363 0.018453 [API:8081]10.0.0.56 - - [2025-10-09 02:32:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-92102415:ctest-VN1-71596384?flat HTTP/1.1" 200 9451 0.022887 [API:8081]10.0.0.56 - - [2025-10-09 02:32:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.023325 [API:8081]10.0.0.56 - - [2025-10-09 02:32:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13420 0.022699 [API:8081]10.0.0.56 - - [2025-10-09 02:32:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.022576 [API:8081]10.0.0.56 - - [2025-10-09 02:32:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13420 0.020931 [API:8081]10.0.0.56 - - [2025-10-09 02:32:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008894 [API:8081]10.0.0.56 - - [2025-10-09 02:32:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-92102415:0a7aa480-1b72-4102-895b-6913042b740d?flat HTTP/1.1" 200 5220 0.012834 [API:8081]10.0.0.56 - - [2025-10-09 02:32:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-92102415:0a7aa480-1b72-4102-895b-6913042b740d?flat HTTP/1.1" 200 5220 0.012600 [API:8081]10.0.0.56 - - [2025-10-09 02:32:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-92102415:0a7aa480-1b72-4102-895b-6913042b740d?flat HTTP/1.1" 200 5220 0.014152 [API:8081]10.0.0.56 - - [2025-10-09 02:32:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-92102415:0a7aa480-1b72-4102-895b-6913042b740d?flat HTTP/1.1" 200 5220 0.014018 [API:8081]10.0.0.56 - - [2025-10-09 02:32:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-92102415:ctest-VN2-76721660?flat HTTP/1.1" 200 8640 0.024613 [API:8081]10.0.0.56 - - [2025-10-09 02:32:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.019551 [API:8081]10.0.0.56 - - [2025-10-09 02:32:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.017210 [API:8081]10.0.0.56 - - [2025-10-09 02:32:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009443 [API:8081]10.0.0.56 - - [2025-10-09 02:32:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-92102415:6f727ac1-41b6-42d3-9b1f-dabebbabce31?flat HTTP/1.1" 200 5222 0.014078 [API:8081]10.0.0.56 - - [2025-10-09 02:32:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-92102415:6f727ac1-41b6-42d3-9b1f-dabebbabce31?flat HTTP/1.1" 200 5222 0.013483 [API:8081]10.0.0.56 - - [2025-10-09 02:32:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-92102415:6f727ac1-41b6-42d3-9b1f-dabebbabce31?flat HTTP/1.1" 200 5222 0.013796 [API:8081]10.0.0.56 - - [2025-10-09 02:32:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-92102415:6f727ac1-41b6-42d3-9b1f-dabebbabce31?flat HTTP/1.1" 200 5222 0.014583 [API:8081]10.0.0.56 - - [2025-10-09 02:32:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-92102415:ctest-VN3-48854619?flat HTTP/1.1" 200 8206 0.014926 [API:8081]10.0.0.56 - - [2025-10-09 02:32:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.021640 [API:8081]10.0.0.56 - - [2025-10-09 02:32:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13420 0.021294 [API:8081]10.0.0.56 - - [2025-10-09 02:32:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.023054 [API:8081]10.0.0.56 - - [2025-10-09 02:32:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13420 0.022835 [API:8081]10.0.0.56 - - [2025-10-09 02:32:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010867 [API:8081]10.0.0.41 - - [2025-10-09 02:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.41 - - [2025-10-09 02:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.41 - - [2025-10-09 02:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.41 - - [2025-10-09 02:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.19 - - [2025-10-09 02:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.19 - - [2025-10-09 02:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.19 - - [2025-10-09 02:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.19 - - [2025-10-09 02:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.56 - - [2025-10-09 02:33:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.56 - - [2025-10-09 02:33:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.56 - - [2025-10-09 02:33:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.56 - - [2025-10-09 02:33:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.56 - - [2025-10-09 02:33:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.021078 [API:8081]10.0.0.56 - - [2025-10-09 02:33:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13426 0.023907 [API:8081]10.0.0.56 - - [2025-10-09 02:33:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.021356 [API:8081]10.0.0.56 - - [2025-10-09 02:33:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13426 0.022627 [API:8081]10.0.0.56 - - [2025-10-09 02:33:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.023045 [API:8081]10.0.0.56 - - [2025-10-09 02:33:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13045 0.020567 [API:8081]10.0.0.56 - - [2025-10-09 02:33:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-92102415:ctest-VN3-48854619?flat HTTP/1.1" 200 6967 0.012997 [API:8081]10.0.0.56 - - [2025-10-09 02:33:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008608 [API:8081]10.0.0.56 - - [2025-10-09 02:33:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.021233 [API:8081]10.0.0.56 - - [2025-10-09 02:33:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.018162 [API:8081]10.0.0.56 - - [2025-10-09 02:33:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.021174 [API:8081]10.0.0.56 - - [2025-10-09 02:33:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.019925 [API:8081]10.0.0.56 - - [2025-10-09 02:33:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.017630 [API:8081]10.0.0.56 - - [2025-10-09 02:33:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.021069 [API:8081]10.0.0.56 - - [2025-10-09 02:34:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.019504 [API:8081]10.0.0.56 - - [2025-10-09 02:34:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.018118 [API:8081]10.0.0.56 - - [2025-10-09 02:34:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-92102415:ctest-VN2-76721660?flat HTTP/1.1" 200 7316 0.012749 [API:8081]10.0.0.56 - - [2025-10-09 02:34:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009799 [API:8081]10.0.0.56 - - [2025-10-09 02:34:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.020605 [API:8081]10.0.0.56 - - [2025-10-09 02:34:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13045 0.029757 [API:8081]10.0.0.56 - - [2025-10-09 02:34:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.023692 [API:8081]10.0.0.56 - - [2025-10-09 02:34:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12632 0.035423 [API:8081]10.0.0.56 - - [2025-10-09 02:34:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-92102415:ctest-VN1-71596384?flat HTTP/1.1" 200 7644 0.013842 [API:8081]10.0.0.56 - - [2025-10-09 02:34:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010051 [API:8081]10.0.0.41 - - [2025-10-09 02:34:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061605 [API:8081]10.0.0.56 - - [2025-10-09 02:34:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.56 - - [2025-10-09 02:34:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.055058 [API:8081]10.0.0.56 - - [2025-10-09 02:34:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.051373 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 02:34:54] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003093 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 02:34:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002779 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 02:34:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002473 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 02:34:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002743 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 02:34:54] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002502 [API:8081]10.0.0.41 - - [2025-10-09 02:35:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.056422 [API:8081]10.0.0.56 - - [2025-10-09 02:36:01] "GET /analytics HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.56 - - [2025-10-09 02:36:01] "GET /analytics HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.56 - - [2025-10-09 02:36:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.56 - - [2025-10-09 02:36:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1360 0.053790 [API:8081]10.0.0.41 - - [2025-10-09 02:36:31] "GET /analytics HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.41 - - [2025-10-09 02:36:31] "GET /analytics HTTP/1.1" 401 205 0.000189 [API:8081]10.0.0.19 - - [2025-10-09 02:36:31] "GET /analytics HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.19 - - [2025-10-09 02:36:31] "GET /analytics HTTP/1.1" 401 205 0.000208 [API:8081]10.0.0.41 - - [2025-10-09 02:37:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058602 [API:8081]10.0.0.41 - - [2025-10-09 02:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.41 - - [2025-10-09 02:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.41 - - [2025-10-09 02:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.41 - - [2025-10-09 02:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.19 - - [2025-10-09 02:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.19 - - [2025-10-09 02:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.19 - - [2025-10-09 02:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.19 - - [2025-10-09 02:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.56 - - [2025-10-09 02:38:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.56 - - [2025-10-09 02:38:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.56 - - [2025-10-09 02:38:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.56 - - [2025-10-09 02:38:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.56 - - [2025-10-09 02:38:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.079563 [API:8081]10.0.0.56 - - [2025-10-09 02:38:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12641 0.033708 [API:8081]10.0.0.56 - - [2025-10-09 02:38:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-21623282:ctest-vnet0-47980392?flat HTTP/1.1" 200 7966 0.054856 [API:8081]10.0.0.56 - - [2025-10-09 02:38:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009441 [API:8081]10.0.0.41 - - [2025-10-09 02:38:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.352815 [API:8081]10.0.0.56 - - [2025-10-09 02:38:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.56 - - [2025-10-09 02:38:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.051081 [API:8081]10.0.0.56 - - [2025-10-09 02:38:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1362 0.056223 [API:8081]10.0.0.41 - - [2025-10-09 02:40:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056463 [API:8081]10.0.0.41 - - [2025-10-09 02:41:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.061431 [API:8081]10.0.0.56 - - [2025-10-09 02:41:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25210 0.028479 [API:8081]10.0.0.56 - - [2025-10-09 02:41:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25210 0.070414 [API:8081]10.0.0.56 - - [2025-10-09 02:41:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25210 0.019333 [API:8081]10.0.0.56 - - [2025-10-09 02:41:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25210 0.020357 [API:8081]10.0.0.56 - - [2025-10-09 02:41:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25210 0.018042 [API:8081]10.0.0.56 - - [2025-10-09 02:41:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25210 0.019211 [API:8081]10.0.0.56 - - [2025-10-09 02:41:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25210 0.017363 [API:8081]10.0.0.56 - - [2025-10-09 02:41:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25210 0.020243 [API:8081]10.0.0.56 - - [2025-10-09 02:42:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25210 0.021657 [API:8081]10.0.0.56 - - [2025-10-09 02:42:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-82882010:ctest-vnet1-99892228?flat HTTP/1.1" 200 7307 0.014227 [API:8081]10.0.0.56 - - [2025-10-09 02:42:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009956 [API:8081]10.0.0.56 - - [2025-10-09 02:42:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.039876 [API:8081]10.0.0.56 - - [2025-10-09 02:42:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13046 0.045525 [API:8081]10.0.0.56 - - [2025-10-09 02:42:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.024006 [API:8081]10.0.0.56 - - [2025-10-09 02:42:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13046 0.021395 [API:8081]10.0.0.56 - - [2025-10-09 02:42:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.024384 [API:8081]10.0.0.56 - - [2025-10-09 02:42:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12641 0.023184 [API:8081]10.0.0.56 - - [2025-10-09 02:42:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-82882010:ctest-vnet0-33025739?flat HTTP/1.1" 200 6959 0.012029 [API:8081]10.0.0.56 - - [2025-10-09 02:42:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008331 [API:8081]10.0.0.56 - - [2025-10-09 02:42:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.56 - - [2025-10-09 02:42:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.060414 [API:8081]10.0.0.56 - - [2025-10-09 02:42:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1386 0.052802 [API:8081]10.0.0.41 - - [2025-10-09 02:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.41 - - [2025-10-09 02:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.41 - - [2025-10-09 02:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.41 - - [2025-10-09 02:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.19 - - [2025-10-09 02:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.19 - - [2025-10-09 02:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.19 - - [2025-10-09 02:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.19 - - [2025-10-09 02:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.56 - - [2025-10-09 02:43:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.56 - - [2025-10-09 02:43:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000424 [API:8081]10.0.0.56 - - [2025-10-09 02:43:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.56 - - [2025-10-09 02:43:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.41 - - [2025-10-09 02:43:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059044 [API:8081]10.0.0.41 - - [2025-10-09 02:44:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.065365 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 02:44:54] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002568 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 02:44:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004714 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 02:44:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002665 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 02:44:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002626 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 02:44:54] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002208 [API:8081]10.0.0.56 - - [2025-10-09 02:45:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.019661 [API:8081]10.0.0.56 - - [2025-10-09 02:45:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.061445 [API:8081]10.0.0.56 - - [2025-10-09 02:45:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.019858 [API:8081]10.0.0.56 - - [2025-10-09 02:45:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.019408 [API:8081]10.0.0.56 - - [2025-10-09 02:45:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-95905104:ctest-vnet1-65474872?flat HTTP/1.1" 200 8062 0.012188 [API:8081]10.0.0.56 - - [2025-10-09 02:45:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008211 [API:8081]10.0.0.56 - - [2025-10-09 02:45:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.022757 [API:8081]10.0.0.56 - - [2025-10-09 02:45:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13072 0.022811 [API:8081]10.0.0.56 - - [2025-10-09 02:45:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.032419 [API:8081]10.0.0.56 - - [2025-10-09 02:45:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13072 0.020210 [API:8081]10.0.0.56 - - [2025-10-09 02:45:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.020792 [API:8081]10.0.0.56 - - [2025-10-09 02:45:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12640 0.018943 [API:8081]10.0.0.56 - - [2025-10-09 02:45:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-95905104:ctest-vnet0-15132514?flat HTTP/1.1" 200 7710 0.012411 [API:8081]10.0.0.56 - - [2025-10-09 02:45:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008222 [API:8081]10.0.0.56 - - [2025-10-09 02:46:01] "GET /analytics HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.56 - - [2025-10-09 02:46:01] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.41 - - [2025-10-09 02:46:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056389 [API:8081]10.0.0.41 - - [2025-10-09 02:46:31] "GET /analytics HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.41 - - [2025-10-09 02:46:31] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.19 - - [2025-10-09 02:46:31] "GET /analytics HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.19 - - [2025-10-09 02:46:31] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.41 - - [2025-10-09 02:47:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.057128 [API:8081]10.0.0.41 - - [2025-10-09 02:48:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.41 - - [2025-10-09 02:48:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.41 - - [2025-10-09 02:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.41 - - [2025-10-09 02:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.19 - - [2025-10-09 02:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.19 - - [2025-10-09 02:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.19 - - [2025-10-09 02:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.19 - - [2025-10-09 02:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.56 - - [2025-10-09 02:48:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.56 - - [2025-10-09 02:48:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.56 - - [2025-10-09 02:48:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.56 - - [2025-10-09 02:48:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.41 - - [2025-10-09 02:49:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051498 [API:8081]10.0.0.56 - - [2025-10-09 02:49:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.56 - - [2025-10-09 02:49:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.059530 [API:8081]10.0.0.41 - - [2025-10-09 02:50:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.071236 [API:8081]10.0.0.56 - - [2025-10-09 02:51:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.053785 [API:8081]10.0.0.41 - - [2025-10-09 02:52:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062174 [API:8081]10.0.0.56 - - [2025-10-09 02:52:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.56 - - [2025-10-09 02:52:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1260 0.059439 [API:8081]10.0.0.41 - - [2025-10-09 02:53:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.41 - - [2025-10-09 02:53:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.41 - - [2025-10-09 02:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.41 - - [2025-10-09 02:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.19 - - [2025-10-09 02:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.19 - - [2025-10-09 02:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.19 - - [2025-10-09 02:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.19 - - [2025-10-09 02:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.56 - - [2025-10-09 02:53:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.56 - - [2025-10-09 02:53:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.56 - - [2025-10-09 02:53:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.56 - - [2025-10-09 02:53:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.56 - - [2025-10-09 02:53:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-93423745:935e8c15-045a-46a4-b6c8-e81a6f23a654?flat HTTP/1.1" 200 5822 0.066557 [API:8081]10.0.0.56 - - [2025-10-09 02:53:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-93423745:935e8c15-045a-46a4-b6c8-e81a6f23a654?flat HTTP/1.1" 200 5822 0.073210 [API:8081]10.0.0.56 - - [2025-10-09 02:53:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-93423745:935e8c15-045a-46a4-b6c8-e81a6f23a654?flat HTTP/1.1" 200 5822 0.016560 [API:8081]10.0.0.56 - - [2025-10-09 02:53:17] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-93423745:ctest-SecurityGroupBasicRegressionTests1Ipv6-93423745-25818946?flat HTTP/1.1" 200 10791 0.019819 [API:8081]10.0.0.56 - - [2025-10-09 02:53:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.025255 [API:8081]10.0.0.56 - - [2025-10-09 02:53:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13252 0.021149 [API:8081]10.0.0.56 - - [2025-10-09 02:53:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.020257 [API:8081]10.0.0.56 - - [2025-10-09 02:53:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13252 0.022450 [API:8081]10.0.0.56 - - [2025-10-09 02:53:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010339 [API:8081]10.0.0.41 - - [2025-10-09 02:53:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.063513 [API:8081]10.0.0.56 - - [2025-10-09 02:53:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-93423745:6f0e8892-641c-4569-bac8-2856257591a2?flat HTTP/1.1" 200 5952 0.014848 [API:8081]10.0.0.56 - - [2025-10-09 02:53:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-93423745:6f0e8892-641c-4569-bac8-2856257591a2?flat HTTP/1.1" 200 5952 0.013951 [API:8081]10.0.0.56 - - [2025-10-09 02:53:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-93423745:6f0e8892-641c-4569-bac8-2856257591a2?flat HTTP/1.1" 200 5952 0.012252 [API:8081]10.0.0.56 - - [2025-10-09 02:53:38] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-93423745:ctest-SecurityGroupBasicRegressionTests1Ipv6-93423745-25818946?flat HTTP/1.1" 200 12196 0.018526 [API:8081]10.0.0.56 - - [2025-10-09 02:53:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25242 0.017632 [API:8081]10.0.0.56 - - [2025-10-09 02:53:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25242 0.018872 [API:8081]10.0.0.56 - - [2025-10-09 02:53:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009133 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 02:54:54] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002686 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 02:54:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002626 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 02:54:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002819 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 02:54:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002204 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 02:54:54] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002526 [API:8081]10.0.0.41 - - [2025-10-09 02:55:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067692 [API:8081]10.0.0.56 - - [2025-10-09 02:56:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.020316 [API:8081]10.0.0.56 - - [2025-10-09 02:56:01] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.56 - - [2025-10-09 02:56:01] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.56 - - [2025-10-09 02:56:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.034339 [API:8081]10.0.0.56 - - [2025-10-09 02:56:04] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-93423745:ctest-SecurityGroupBasicRegressionTests1Ipv6-93423745-25818946?flat HTTP/1.1" 200 11674 0.021040 [API:8081]10.0.0.56 - - [2025-10-09 02:56:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012209 [API:8081]10.0.0.56 - - [2025-10-09 02:56:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.021760 [API:8081]10.0.0.56 - - [2025-10-09 02:56:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13254 0.022230 [API:8081]10.0.0.56 - - [2025-10-09 02:56:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.026948 [API:8081]10.0.0.56 - - [2025-10-09 02:56:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12655 0.020224 [API:8081]10.0.0.56 - - [2025-10-09 02:56:10] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-93423745:ctest-SecurityGroupBasicRegressionTests1Ipv6-93423745-25818946?flat HTTP/1.1" 200 8803 0.014415 [API:8081]10.0.0.56 - - [2025-10-09 02:56:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008210 [API:8081]10.0.0.56 - - [2025-10-09 02:56:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000416 [API:8081]10.0.0.56 - - [2025-10-09 02:56:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1280 0.071521 [API:8081]10.0.0.41 - - [2025-10-09 02:56:31] "GET /analytics HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.41 - - [2025-10-09 02:56:31] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.19 - - [2025-10-09 02:56:31] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.19 - - [2025-10-09 02:56:31] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.41 - - [2025-10-09 02:56:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.069559 [API:8081]10.0.0.56 - - [2025-10-09 02:57:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-54621156:5d572d28-d091-4287-b4b6-0a52bb9d379b?flat HTTP/1.1" 200 5800 0.062863 [API:8081]10.0.0.56 - - [2025-10-09 02:57:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-54621156:5d572d28-d091-4287-b4b6-0a52bb9d379b?flat HTTP/1.1" 200 5800 0.018675 [API:8081]10.0.0.56 - - [2025-10-09 02:57:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-54621156:5d572d28-d091-4287-b4b6-0a52bb9d379b?flat HTTP/1.1" 200 5800 0.091877 [API:8081]10.0.0.56 - - [2025-10-09 02:57:01] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-54621156:ctest-SecurityGroupBasicRegressionTests1_contrail-54621156-29193155?flat HTTP/1.1" 200 10435 0.026642 [API:8081]10.0.0.56 - - [2025-10-09 02:57:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.026712 [API:8081]10.0.0.56 - - [2025-10-09 02:57:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13283 0.022438 [API:8081]10.0.0.56 - - [2025-10-09 02:57:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.023025 [API:8081]10.0.0.56 - - [2025-10-09 02:57:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13283 0.022416 [API:8081]10.0.0.56 - - [2025-10-09 02:57:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009818 [API:8081]10.0.0.56 - - [2025-10-09 02:57:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-54621156:d5281868-2772-4052-bfdb-a34839d1ccc6?flat HTTP/1.1" 200 5802 0.013988 [API:8081]10.0.0.56 - - [2025-10-09 02:57:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-54621156:d5281868-2772-4052-bfdb-a34839d1ccc6?flat HTTP/1.1" 200 5802 0.014069 [API:8081]10.0.0.56 - - [2025-10-09 02:57:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-54621156:d5281868-2772-4052-bfdb-a34839d1ccc6?flat HTTP/1.1" 200 5802 0.012541 [API:8081]10.0.0.56 - - [2025-10-09 02:57:38] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-54621156:ctest-SecurityGroupBasicRegressionTests1_contrail-54621156-29193155?flat HTTP/1.1" 200 11947 0.019258 [API:8081]10.0.0.56 - - [2025-10-09 02:57:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.019498 [API:8081]10.0.0.56 - - [2025-10-09 02:57:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.019281 [API:8081]10.0.0.56 - - [2025-10-09 02:57:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008725 [API:8081]10.0.0.41 - - [2025-10-09 02:58:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.41 - - [2025-10-09 02:58:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.41 - - [2025-10-09 02:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.41 - - [2025-10-09 02:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.19 - - [2025-10-09 02:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.19 - - [2025-10-09 02:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.19 - - [2025-10-09 02:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.19 - - [2025-10-09 02:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.56 - - [2025-10-09 02:58:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.56 - - [2025-10-09 02:58:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.56 - - [2025-10-09 02:58:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.56 - - [2025-10-09 02:58:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.41 - - [2025-10-09 02:58:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054680 [API:8081]10.0.0.41 - - [2025-10-09 02:59:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.052315 [API:8081]10.0.0.56 - - [2025-10-09 03:00:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.020101 [API:8081]10.0.0.56 - - [2025-10-09 03:01:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.032029 [API:8081]10.0.0.56 - - [2025-10-09 03:01:02] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-54621156:ctest-SecurityGroupBasicRegressionTests1_contrail-54621156-29193155?flat HTTP/1.1" 200 11539 0.019883 [API:8081]10.0.0.56 - - [2025-10-09 03:01:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008658 [API:8081]10.0.0.56 - - [2025-10-09 03:01:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.032540 [API:8081]10.0.0.56 - - [2025-10-09 03:01:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13282 0.043690 [API:8081]10.0.0.56 - - [2025-10-09 03:01:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.023594 [API:8081]10.0.0.56 - - [2025-10-09 03:01:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13282 0.019612 [API:8081]10.0.0.56 - - [2025-10-09 03:01:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.021262 [API:8081]10.0.0.56 - - [2025-10-09 03:01:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12658 0.019768 [API:8081]10.0.0.56 - - [2025-10-09 03:01:11] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-54621156:ctest-SecurityGroupBasicRegressionTests1_contrail-54621156-29193155?flat HTTP/1.1" 200 8421 0.013971 [API:8081]10.0.0.56 - - [2025-10-09 03:01:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.017141 [API:8081]10.0.0.56 - - [2025-10-09 03:01:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.56 - - [2025-10-09 03:01:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1244 0.050646 [API:8081]10.0.0.41 - - [2025-10-09 03:01:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085974 [API:8081]10.0.0.56 - - [2025-10-09 03:02:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-64711886:c48e30de-4a2f-4ce1-914e-c75e155020d0?flat HTTP/1.1" 200 5678 0.060873 [API:8081]10.0.0.56 - - [2025-10-09 03:02:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-64711886:c48e30de-4a2f-4ce1-914e-c75e155020d0?flat HTTP/1.1" 200 5678 0.016222 [API:8081]10.0.0.56 - - [2025-10-09 03:02:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-64711886:c48e30de-4a2f-4ce1-914e-c75e155020d0?flat HTTP/1.1" 200 5678 0.058594 [API:8081]10.0.0.56 - - [2025-10-09 03:02:05] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-64711886:ctest-SecurityGroupBasicRegressionTests1-64711886-97773188?flat HTTP/1.1" 200 9925 0.017737 [API:8081]10.0.0.56 - - [2025-10-09 03:02:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.019235 [API:8081]10.0.0.56 - - [2025-10-09 03:02:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13230 0.021651 [API:8081]10.0.0.56 - - [2025-10-09 03:02:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.022067 [API:8081]10.0.0.56 - - [2025-10-09 03:02:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13230 0.021594 [API:8081]10.0.0.56 - - [2025-10-09 03:02:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009395 [API:8081]10.0.0.56 - - [2025-10-09 03:02:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-64711886:dd4da048-1420-4208-95bb-48a9dd49ee05?flat HTTP/1.1" 200 5540 0.013581 [API:8081]10.0.0.56 - - [2025-10-09 03:02:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-64711886:dd4da048-1420-4208-95bb-48a9dd49ee05?flat HTTP/1.1" 200 5540 0.012797 [API:8081]10.0.0.56 - - [2025-10-09 03:02:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-64711886:dd4da048-1420-4208-95bb-48a9dd49ee05?flat HTTP/1.1" 200 5540 0.016304 [API:8081]10.0.0.56 - - [2025-10-09 03:02:26] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-64711886:ctest-SecurityGroupBasicRegressionTests1-64711886-97773188?flat HTTP/1.1" 200 10081 0.026453 [API:8081]10.0.0.56 - - [2025-10-09 03:02:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25253 0.024529 [API:8081]10.0.0.56 - - [2025-10-09 03:02:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25253 0.018643 [API:8081]10.0.0.56 - - [2025-10-09 03:02:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010591 [API:8081]10.0.0.41 - - [2025-10-09 03:02:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.062597 [API:8081]10.0.0.41 - - [2025-10-09 03:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.41 - - [2025-10-09 03:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.41 - - [2025-10-09 03:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000437 [API:8081]10.0.0.41 - - [2025-10-09 03:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.19 - - [2025-10-09 03:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.19 - - [2025-10-09 03:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.19 - - [2025-10-09 03:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.19 - - [2025-10-09 03:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.56 - - [2025-10-09 03:03:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.56 - - [2025-10-09 03:03:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.56 - - [2025-10-09 03:03:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.56 - - [2025-10-09 03:03:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.41 - - [2025-10-09 03:04:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054474 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:04:54] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002545 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:04:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002946 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:04:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002937 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:04:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002484 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:04:54] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002072 [API:8081]10.0.0.56 - - [2025-10-09 03:05:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.019098 [API:8081]10.0.0.56 - - [2025-10-09 03:05:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.017103 [API:8081]10.0.0.56 - - [2025-10-09 03:05:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.019042 [API:8081]10.0.0.56 - - [2025-10-09 03:05:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.033897 [API:8081]10.0.0.56 - - [2025-10-09 03:05:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.028987 [API:8081]10.0.0.56 - - [2025-10-09 03:05:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.035227 [API:8081]10.0.0.56 - - [2025-10-09 03:05:34] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-64711886:ctest-SecurityGroupBasicRegressionTests1-64711886-97773188?flat HTTP/1.1" 200 10760 0.018759 [API:8081]10.0.0.56 - - [2025-10-09 03:05:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008980 [API:8081]10.0.0.56 - - [2025-10-09 03:05:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.030441 [API:8081]10.0.0.56 - - [2025-10-09 03:05:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13236 0.037979 [API:8081]10.0.0.56 - - [2025-10-09 03:05:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.021867 [API:8081]10.0.0.56 - - [2025-10-09 03:05:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12667 0.028912 [API:8081]10.0.0.56 - - [2025-10-09 03:05:40] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-64711886:ctest-SecurityGroupBasicRegressionTests1-64711886-97773188?flat HTTP/1.1" 200 7956 0.013927 [API:8081]10.0.0.56 - - [2025-10-09 03:05:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009385 [API:8081]10.0.0.41 - - [2025-10-09 03:05:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.119116 [API:8081]10.0.0.56 - - [2025-10-09 03:05:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.56 - - [2025-10-09 03:05:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.046742 [API:8081]10.0.0.56 - - [2025-10-09 03:05:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.051774 [API:8081]10.0.0.56 - - [2025-10-09 03:05:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1766 0.052236 [API:8081]10.0.0.56 - - [2025-10-09 03:06:01] "GET /analytics HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.56 - - [2025-10-09 03:06:01] "GET /analytics HTTP/1.1" 401 205 0.000128 [API:8081]10.0.0.56 - - [2025-10-09 03:06:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.008547 [API:8081]10.0.0.56 - - [2025-10-09 03:06:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1550 0.009764 [API:8081]10.0.0.56 - - [2025-10-09 03:06:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1764 0.008608 [API:8081]10.0.0.56 - - [2025-10-09 03:06:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1988 0.009565 [API:8081]10.0.0.56 - - [2025-10-09 03:06:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2214 0.009572 [API:8081]10.0.0.41 - - [2025-10-09 03:06:31] "GET /analytics HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.41 - - [2025-10-09 03:06:31] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.19 - - [2025-10-09 03:06:31] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.19 - - [2025-10-09 03:06:31] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.56 - - [2025-10-09 03:06:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.56 - - [2025-10-09 03:06:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.065444 [API:8081]10.0.0.56 - - [2025-10-09 03:06:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1342 0.050247 [API:8081]10.0.0.56 - - [2025-10-09 03:06:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.048993 [API:8081]10.0.0.56 - - [2025-10-09 03:06:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.010813 [API:8081]10.0.0.56 - - [2025-10-09 03:06:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.008696 [API:8081]10.0.0.56 - - [2025-10-09 03:06:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.008693 [API:8081]10.0.0.56 - - [2025-10-09 03:07:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.56 - - [2025-10-09 03:07:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.055829 [API:8081]10.0.0.56 - - [2025-10-09 03:07:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.050470 [API:8081]10.0.0.56 - - [2025-10-09 03:07:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.060339 [API:8081]10.0.0.56 - - [2025-10-09 03:07:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.008823 [API:8081]10.0.0.56 - - [2025-10-09 03:07:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.009858 [API:8081]10.0.0.56 - - [2025-10-09 03:07:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.007923 [API:8081]10.0.0.56 - - [2025-10-09 03:07:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.009303 [API:8081]10.0.0.56 - - [2025-10-09 03:07:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1982 0.021404 [API:8081]10.0.0.56 - - [2025-10-09 03:07:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.56 - - [2025-10-09 03:07:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.064847 [API:8081]10.0.0.56 - - [2025-10-09 03:07:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.063699 [API:8081]10.0.0.56 - - [2025-10-09 03:07:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1564 0.050857 [API:8081]10.0.0.56 - - [2025-10-09 03:07:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1796 0.009581 [API:8081]10.0.0.56 - - [2025-10-09 03:07:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2030 0.009656 [API:8081]10.0.0.41 - - [2025-10-09 03:07:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054911 [API:8081]10.0.0.41 - - [2025-10-09 03:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.41 - - [2025-10-09 03:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.41 - - [2025-10-09 03:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.41 - - [2025-10-09 03:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.19 - - [2025-10-09 03:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.19 - - [2025-10-09 03:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.19 - - [2025-10-09 03:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.19 - - [2025-10-09 03:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.56 - - [2025-10-09 03:08:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.56 - - [2025-10-09 03:08:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.56 - - [2025-10-09 03:08:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.56 - - [2025-10-09 03:08:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.41 - - [2025-10-09 03:08:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.055834 [API:8081]10.0.0.41 - - [2025-10-09 03:10:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059156 [API:8081]10.0.0.41 - - [2025-10-09 03:11:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.061695 [API:8081]10.0.0.41 - - [2025-10-09 03:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.41 - - [2025-10-09 03:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.41 - - [2025-10-09 03:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2025-10-09 03:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.19 - - [2025-10-09 03:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.19 - - [2025-10-09 03:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.19 - - [2025-10-09 03:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.19 - - [2025-10-09 03:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.56 - - [2025-10-09 03:13:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000492 [API:8081]10.0.0.56 - - [2025-10-09 03:13:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.56 - - [2025-10-09 03:13:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.56 - - [2025-10-09 03:13:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.56 - - [2025-10-09 03:13:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.56 - - [2025-10-09 03:13:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.056180 [API:8081]10.0.0.56 - - [2025-10-09 03:13:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.054038 [API:8081]10.0.0.41 - - [2025-10-09 03:13:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061810 [API:8081]10.0.0.41 - - [2025-10-09 03:14:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.061328 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:14:54] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003042 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:14:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.010072 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:14:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003203 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:14:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005270 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:14:54] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.003085 [API:8081]10.0.0.56 - - [2025-10-09 03:16:01] "GET /analytics HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.56 - - [2025-10-09 03:16:01] "GET /analytics HTTP/1.1" 401 205 0.000184 [API:8081]10.0.0.41 - - [2025-10-09 03:16:31] "GET /analytics HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.41 - - [2025-10-09 03:16:31] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.19 - - [2025-10-09 03:16:31] "GET /analytics HTTP/1.1" 401 205 0.000465 [API:8081]10.0.0.19 - - [2025-10-09 03:16:31] "GET /analytics HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.41 - - [2025-10-09 03:16:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.349941 [API:8081]10.0.0.56 - - [2025-10-09 03:17:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.56 - - [2025-10-09 03:17:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1326 0.053386 [API:8081]10.0.0.41 - - [2025-10-09 03:17:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.059181 [API:8081]10.0.0.41 - - [2025-10-09 03:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.41 - - [2025-10-09 03:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.41 - - [2025-10-09 03:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.41 - - [2025-10-09 03:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.19 - - [2025-10-09 03:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.19 - - [2025-10-09 03:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.19 - - [2025-10-09 03:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.19 - - [2025-10-09 03:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.56 - - [2025-10-09 03:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.56 - - [2025-10-09 03:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.56 - - [2025-10-09 03:18:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.56 - - [2025-10-09 03:18:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.56 - - [2025-10-09 03:18:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.56 - - [2025-10-09 03:18:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1342 0.057249 [API:8081]10.0.0.41 - - [2025-10-09 03:19:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060270 [API:8081]10.0.0.41 - - [2025-10-09 03:20:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.058701 [API:8081]10.0.0.41 - - [2025-10-09 03:22:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.350466 [API:8081]10.0.0.41 - - [2025-10-09 03:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.41 - - [2025-10-09 03:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2025-10-09 03:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.41 - - [2025-10-09 03:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.19 - - [2025-10-09 03:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.19 - - [2025-10-09 03:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.19 - - [2025-10-09 03:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.19 - - [2025-10-09 03:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.56 - - [2025-10-09 03:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.56 - - [2025-10-09 03:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.56 - - [2025-10-09 03:23:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.56 - - [2025-10-09 03:23:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.56 - - [2025-10-09 03:23:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.56 - - [2025-10-09 03:23:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.054183 [API:8081]10.0.0.41 - - [2025-10-09 03:23:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.057294 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:24:54] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004723 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:24:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002468 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:24:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003789 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:24:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002717 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:24:54] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002078 [API:8081]10.0.0.41 - - [2025-10-09 03:26:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056736 [API:8081]10.0.0.56 - - [2025-10-09 03:26:01] "GET /analytics HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.56 - - [2025-10-09 03:26:01] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.41 - - [2025-10-09 03:26:31] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.41 - - [2025-10-09 03:26:31] "GET /analytics HTTP/1.1" 401 205 0.000199 [API:8081]10.0.0.19 - - [2025-10-09 03:26:31] "GET /analytics HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.19 - - [2025-10-09 03:26:31] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.41 - - [2025-10-09 03:27:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.063665 [API:8081]10.0.0.41 - - [2025-10-09 03:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.41 - - [2025-10-09 03:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.41 - - [2025-10-09 03:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.41 - - [2025-10-09 03:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.19 - - [2025-10-09 03:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.19 - - [2025-10-09 03:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000627 [API:8081]10.0.0.19 - - [2025-10-09 03:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.19 - - [2025-10-09 03:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.56 - - [2025-10-09 03:28:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.56 - - [2025-10-09 03:28:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.56 - - [2025-10-09 03:28:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.56 - - [2025-10-09 03:28:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.56 - - [2025-10-09 03:28:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-24738469:4b37f15c-bbcb-42b5-ac67-aa7a10209dde?flat HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.56 - - [2025-10-09 03:28:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-24738469:4b37f15c-bbcb-42b5-ac67-aa7a10209dde?flat HTTP/1.1" 200 5271 0.065535 [API:8081]10.0.0.56 - - [2025-10-09 03:28:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-24738469:4b37f15c-bbcb-42b5-ac67-aa7a10209dde?flat HTTP/1.1" 200 5271 0.057843 [API:8081]10.0.0.56 - - [2025-10-09 03:28:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-24738469:4b37f15c-bbcb-42b5-ac67-aa7a10209dde?flat HTTP/1.1" 200 5271 0.062774 [API:8081]10.0.0.56 - - [2025-10-09 03:28:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-24738469:ctest-random-05434660?flat HTTP/1.1" 200 4118 0.018167 [API:8081]10.0.0.56 - - [2025-10-09 03:28:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.034952 [API:8081]10.0.0.56 - - [2025-10-09 03:28:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13069 0.030380 [API:8081]10.0.0.56 - - [2025-10-09 03:28:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.021620 [API:8081]10.0.0.56 - - [2025-10-09 03:28:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13069 0.028695 [API:8081]10.0.0.56 - - [2025-10-09 03:28:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011031 [API:8081]10.0.0.56 - - [2025-10-09 03:28:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.022815 [API:8081]10.0.0.56 - - [2025-10-09 03:28:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.030735 [API:8081]10.0.0.56 - - [2025-10-09 03:28:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13069 0.022722 [API:8081]10.0.0.56 - - [2025-10-09 03:28:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.021265 [API:8081]10.0.0.56 - - [2025-10-09 03:28:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13069 0.023592 [API:8081]10.0.0.56 - - [2025-10-09 03:28:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.025373 [API:8081]10.0.0.56 - - [2025-10-09 03:28:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13069 0.020078 [API:8081]10.0.0.56 - - [2025-10-09 03:28:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.021054 [API:8081]10.0.0.56 - - [2025-10-09 03:28:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13069 0.022013 [API:8081]10.0.0.56 - - [2025-10-09 03:28:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.022284 [API:8081]10.0.0.56 - - [2025-10-09 03:28:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13069 0.027727 [API:8081]10.0.0.56 - - [2025-10-09 03:28:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.037184 [API:8081]10.0.0.56 - - [2025-10-09 03:28:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13069 0.029996 [API:8081]10.0.0.56 - - [2025-10-09 03:28:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.028667 [API:8081]10.0.0.56 - - [2025-10-09 03:28:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13069 0.048416 [API:8081]10.0.0.56 - - [2025-10-09 03:28:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.025090 [API:8081]10.0.0.56 - - [2025-10-09 03:28:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13069 0.024503 [API:8081]10.0.0.56 - - [2025-10-09 03:28:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.026690 [API:8081]10.0.0.56 - - [2025-10-09 03:28:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12678 0.023162 [API:8081]10.0.0.56 - - [2025-10-09 03:28:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-24738469:ctest-random-05434660?flat HTTP/1.1" 200 6807 0.015888 [API:8081]10.0.0.56 - - [2025-10-09 03:28:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.015643 [API:8081]10.0.0.41 - - [2025-10-09 03:29:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060421 [API:8081]10.0.0.41 - - [2025-10-09 03:30:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.066118 [API:8081]10.0.0.56 - - [2025-10-09 03:31:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.56 - - [2025-10-09 03:31:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.059821 [API:8081]10.0.0.41 - - [2025-10-09 03:32:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057526 [API:8081]10.0.0.41 - - [2025-10-09 03:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.41 - - [2025-10-09 03:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.41 - - [2025-10-09 03:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.41 - - [2025-10-09 03:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.19 - - [2025-10-09 03:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.19 - - [2025-10-09 03:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.19 - - [2025-10-09 03:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.19 - - [2025-10-09 03:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.56 - - [2025-10-09 03:33:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.56 - - [2025-10-09 03:33:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000437 [API:8081]10.0.0.56 - - [2025-10-09 03:33:06] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.56 - - [2025-10-09 03:33:06] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.41 - - [2025-10-09 03:33:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.062288 [API:8081]10.0.0.56 - - [2025-10-09 03:34:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.56 - - [2025-10-09 03:34:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1118 0.151990 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:34:54] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002720 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:34:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003595 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:34:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002620 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:34:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002311 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:34:54] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001997 [API:8081]10.0.0.41 - - [2025-10-09 03:35:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062268 [API:8081]10.0.0.56 - - [2025-10-09 03:36:01] "GET /analytics HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.56 - - [2025-10-09 03:36:01] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.41 - - [2025-10-09 03:36:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.357849 [API:8081]10.0.0.56 - - [2025-10-09 03:36:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.56 - - [2025-10-09 03:36:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1148 0.053467 [API:8081]10.0.0.41 - - [2025-10-09 03:36:31] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.41 - - [2025-10-09 03:36:31] "GET /analytics HTTP/1.1" 401 205 0.000168 [API:8081]10.0.0.19 - - [2025-10-09 03:36:31] "GET /analytics HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.19 - - [2025-10-09 03:36:31] "GET /analytics HTTP/1.1" 401 205 0.000130 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:36:53] "POST /analytics/query HTTP/1.1" 202 179 0.011210 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:36:53] "GET /analytics/query/32d29c9b-a4c1-11f0-b556-00000a000038 HTTP/1.1" 200 221 0.004471 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:36:54] "GET /analytics/query/32d29c9b-a4c1-11f0-b556-00000a000038 HTTP/1.1" 200 221 0.002046 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:36:54] "GET /analytics/query/32d29c9b-a4c1-11f0-b556-00000a000038 HTTP/1.1" 200 221 0.002041 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:36:55] "GET /analytics/query/32d29c9b-a4c1-11f0-b556-00000a000038 HTTP/1.1" 200 338 0.002096 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:36:55] "GET /analytics/query/32d29c9b-a4c1-11f0-b556-00000a000038/chunk-final/0 HTTP/1.1" 200 856 0.002462 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:36:55] "POST /analytics/query HTTP/1.1" 202 179 0.006291 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:36:55] "GET /analytics/query/3420346e-a4c1-11f0-a58f-00000a000038 HTTP/1.1" 200 221 0.001531 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:36:56] "GET /analytics/query/3420346e-a4c1-11f0-a58f-00000a000038 HTTP/1.1" 200 221 0.002607 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:36:56] "GET /analytics/query/3420346e-a4c1-11f0-a58f-00000a000038 HTTP/1.1" 200 338 0.002167 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:36:56] "GET /analytics/query/3420346e-a4c1-11f0-a58f-00000a000038/chunk-final/0 HTTP/1.1" 200 856 0.002226 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:36:57] "POST /analytics/query HTTP/1.1" 202 179 0.005055 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:36:57] "GET /analytics/query/351cc456-a4c1-11f0-a281-00000a000038 HTTP/1.1" 200 221 0.007085 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:36:58] "GET /analytics/query/351cc456-a4c1-11f0-a281-00000a000038 HTTP/1.1" 200 339 0.002495 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:36:58] "GET /analytics/query/351cc456-a4c1-11f0-a281-00000a000038/chunk-final/0 HTTP/1.1" 200 26987 0.003164 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:36:58] "POST /analytics/query HTTP/1.1" 202 179 0.005926 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:36:58] "GET /analytics/query/35dfae6a-a4c1-11f0-ac17-00000a000038 HTTP/1.1" 200 221 0.002382 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:36:59] "GET /analytics/query/35dfae6a-a4c1-11f0-ac17-00000a000038 HTTP/1.1" 200 339 0.001994 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:36:59] "GET /analytics/query/35dfae6a-a4c1-11f0-ac17-00000a000038/chunk-final/0 HTTP/1.1" 200 26987 0.003068 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:36:59] "POST /analytics/query HTTP/1.1" 202 179 0.005260 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:36:59] "GET /analytics/query/369194ac-a4c1-11f0-9b08-00000a000038 HTTP/1.1" 200 221 0.001670 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:00] "GET /analytics/query/369194ac-a4c1-11f0-9b08-00000a000038 HTTP/1.1" 200 221 0.002276 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:00] "GET /analytics/query/369194ac-a4c1-11f0-9b08-00000a000038 HTTP/1.1" 200 339 0.002398 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:00] "GET /analytics/query/369194ac-a4c1-11f0-9b08-00000a000038/chunk-final/0 HTTP/1.1" 200 10935 0.003492 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:05] "GET /analytics/tables HTTP/1.1" 200 76090 0.003930 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:05] "POST /analytics/query HTTP/1.1" 202 179 0.006687 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:05] "GET /analytics/query/399bcedf-a4c1-11f0-9f5e-00000a000038 HTTP/1.1" 200 221 0.004095 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:05] "GET /analytics/query/399bcedf-a4c1-11f0-9f5e-00000a000038 HTTP/1.1" 200 340 0.002142 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:05] "GET /analytics/query/399bcedf-a4c1-11f0-9f5e-00000a000038/chunk-final/0 HTTP/1.1" 200 324702 0.012088 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:06] "GET /analytics/tables HTTP/1.1" 200 76090 0.003981 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:07] "GET /analytics/tables HTTP/1.1" 200 76090 0.004071 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:07] "POST /analytics/query HTTP/1.1" 202 179 0.005340 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:07] "GET /analytics/query/3ac5d48d-a4c1-11f0-9658-00000a000038 HTTP/1.1" 200 221 0.006437 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:07] "GET /analytics/query/3ac5d48d-a4c1-11f0-9658-00000a000038 HTTP/1.1" 200 338 0.002126 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:07] "GET /analytics/query/3ac5d48d-a4c1-11f0-9658-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001667 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:07] "POST /analytics/query HTTP/1.1" 202 179 0.005782 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:07] "GET /analytics/query/3b181d57-a4c1-11f0-933d-00000a000038 HTTP/1.1" 200 221 0.006943 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:08] "GET /analytics/query/3b181d57-a4c1-11f0-933d-00000a000038 HTTP/1.1" 200 338 0.002753 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:08] "GET /analytics/query/3b181d57-a4c1-11f0-933d-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.002007 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:08] "POST /analytics/query HTTP/1.1" 202 179 0.005060 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:08] "GET /analytics/query/3b69b0ec-a4c1-11f0-89f5-00000a000038 HTTP/1.1" 200 221 0.002533 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:08] "GET /analytics/query/3b69b0ec-a4c1-11f0-89f5-00000a000038 HTTP/1.1" 200 338 0.001875 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:08] "GET /analytics/query/3b69b0ec-a4c1-11f0-89f5-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.002472 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:08] "POST /analytics/query HTTP/1.1" 202 179 0.014134 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:08] "GET /analytics/query/3bba87e6-a4c1-11f0-9b7a-00000a000038 HTTP/1.1" 200 221 0.004822 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:09] "GET /analytics/query/3bba87e6-a4c1-11f0-9b7a-00000a000038 HTTP/1.1" 200 338 0.002905 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:09] "GET /analytics/query/3bba87e6-a4c1-11f0-9b7a-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001995 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:09] "POST /analytics/query HTTP/1.1" 202 179 0.005606 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:09] "GET /analytics/query/3c0e466a-a4c1-11f0-8c39-00000a000038 HTTP/1.1" 200 221 0.002074 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:09] "GET /analytics/query/3c0e466a-a4c1-11f0-8c39-00000a000038 HTTP/1.1" 200 338 0.001881 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:09] "GET /analytics/query/3c0e466a-a4c1-11f0-8c39-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001828 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:09] "POST /analytics/query HTTP/1.1" 202 179 0.005182 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:09] "GET /analytics/query/3c60d302-a4c1-11f0-ba96-00000a000038 HTTP/1.1" 200 221 0.001737 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:10] "GET /analytics/query/3c60d302-a4c1-11f0-ba96-00000a000038 HTTP/1.1" 200 338 0.003183 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:10] "GET /analytics/query/3c60d302-a4c1-11f0-ba96-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.002148 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:10] "POST /analytics/query HTTP/1.1" 202 179 0.005061 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:10] "GET /analytics/query/3cb2308e-a4c1-11f0-9239-00000a000038 HTTP/1.1" 200 221 0.004560 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:10] "GET /analytics/query/3cb2308e-a4c1-11f0-9239-00000a000038 HTTP/1.1" 200 338 0.002164 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:10] "GET /analytics/query/3cb2308e-a4c1-11f0-9239-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001368 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:10] "POST /analytics/query HTTP/1.1" 202 179 0.005099 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:10] "GET /analytics/query/3d03a869-a4c1-11f0-a58e-00000a000038 HTTP/1.1" 200 221 0.006953 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:11] "GET /analytics/query/3d03a869-a4c1-11f0-a58e-00000a000038 HTTP/1.1" 200 338 0.002709 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:11] "GET /analytics/query/3d03a869-a4c1-11f0-a58e-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001723 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:11] "POST /analytics/query HTTP/1.1" 202 179 0.005150 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:11] "GET /analytics/query/3d555c98-a4c1-11f0-8d2a-00000a000038 HTTP/1.1" 200 221 0.004817 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:11] "GET /analytics/query/3d555c98-a4c1-11f0-8d2a-00000a000038 HTTP/1.1" 200 338 0.002216 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:11] "GET /analytics/query/3d555c98-a4c1-11f0-8d2a-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001647 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:11] "POST /analytics/query HTTP/1.1" 202 179 0.009104 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:11] "GET /analytics/query/3da70b31-a4c1-11f0-ac16-00000a000038 HTTP/1.1" 200 221 0.003340 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:12] "GET /analytics/query/3da70b31-a4c1-11f0-ac16-00000a000038 HTTP/1.1" 200 338 0.002010 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:12] "GET /analytics/query/3da70b31-a4c1-11f0-ac16-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001475 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:12] "POST /analytics/query HTTP/1.1" 202 179 0.004644 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:12] "GET /analytics/query/3dfa478e-a4c1-11f0-bbc7-00000a000038 HTTP/1.1" 200 221 0.002384 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:12] "GET /analytics/query/3dfa478e-a4c1-11f0-bbc7-00000a000038 HTTP/1.1" 200 338 0.002199 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:12] "GET /analytics/query/3dfa478e-a4c1-11f0-bbc7-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.002508 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:12] "POST /analytics/query HTTP/1.1" 202 179 0.004378 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:12] "GET /analytics/query/3e4b76dd-a4c1-11f0-8d20-00000a000038 HTTP/1.1" 200 221 0.004606 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:13] "GET /analytics/query/3e4b76dd-a4c1-11f0-8d20-00000a000038 HTTP/1.1" 200 338 0.002344 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:13] "GET /analytics/query/3e4b76dd-a4c1-11f0-8d20-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.002081 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:14] "GET /analytics/tables HTTP/1.1" 200 76090 0.003693 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:14] "GET /analytics/tables HTTP/1.1" 200 76090 0.015468 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:14] "POST /analytics/query HTTP/1.1" 202 179 0.025230 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:14] "GET /analytics/query/3f667744-a4c1-11f0-8bb4-00000a000038 HTTP/1.1" 200 221 0.005530 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:15] "GET /analytics/query/3f667744-a4c1-11f0-8bb4-00000a000038 HTTP/1.1" 200 340 0.003492 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:15] "GET /analytics/query/3f667744-a4c1-11f0-8bb4-00000a000038/chunk-final/0 HTTP/1.1" 200 1531765 0.026966 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:15] "POST /analytics/query HTTP/1.1" 202 179 0.008905 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:15] "GET /analytics/query/3fc63031-a4c1-11f0-985c-00000a000038 HTTP/1.1" 200 221 0.001830 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:15] "GET /analytics/query/3fc63031-a4c1-11f0-985c-00000a000038 HTTP/1.1" 200 340 0.002393 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:15] "GET /analytics/query/3fc63031-a4c1-11f0-985c-00000a000038/chunk-final/0 HTTP/1.1" 200 1533170 0.026024 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:16] "GET /analytics/tables HTTP/1.1" 200 76090 0.003826 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:17] "GET /analytics/tables HTTP/1.1" 200 76090 0.004501 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:18] "GET /analytics/tables HTTP/1.1" 200 76090 0.004091 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:18] "GET /analytics/tables HTTP/1.1" 200 76090 0.003657 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:19] "GET /analytics/tables HTTP/1.1" 200 76090 0.004339 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:19] "POST /analytics/query HTTP/1.1" 202 179 0.006808 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:19] "GET /analytics/query/423c9bd1-a4c1-11f0-94cc-00000a000038 HTTP/1.1" 200 221 0.002093 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:20] "GET /analytics/query/423c9bd1-a4c1-11f0-94cc-00000a000038 HTTP/1.1" 200 339 0.002364 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:20] "GET /analytics/query/423c9bd1-a4c1-11f0-94cc-00000a000038/chunk-final/0 HTTP/1.1" 200 68146 0.008165 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:20] "GET /analytics/tables HTTP/1.1" 200 76090 0.004035 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:20] "POST /analytics/query HTTP/1.1" 202 179 0.004765 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:20] "GET /analytics/query/42f2b50d-a4c1-11f0-bdc7-00000a000038 HTTP/1.1" 200 221 0.001941 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:21] "GET /analytics/query/42f2b50d-a4c1-11f0-bdc7-00000a000038 HTTP/1.1" 200 341 0.002202 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:21] "GET /analytics/query/42f2b50d-a4c1-11f0-bdc7-00000a000038/chunk-final/0 HTTP/1.1" 200 931599 0.044542 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:22] "GET /analytics/tables HTTP/1.1" 200 76090 0.006373 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:22] "GET /analytics/tables HTTP/1.1" 200 76090 0.004951 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:26] "GET /analytics/tables HTTP/1.1" 200 76090 0.003776 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:27] "POST /analytics/query HTTP/1.1" 200 145 1.011321 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:27] "GET /analytics/tables HTTP/1.1" 200 76090 0.004124 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:28] "POST /analytics/query HTTP/1.1" 200 2337 1.012841 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:29] "GET /analytics/tables HTTP/1.1" 200 76090 0.005327 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:30] "POST /analytics/query HTTP/1.1" 200 765 1.018386 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:30] "GET /analytics/tables HTTP/1.1" 200 76090 0.007236 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:32] "POST /analytics/query HTTP/1.1" 200 2829 1.011480 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:32] "GET /analytics/tables HTTP/1.1" 200 76090 0.003930 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:33] "POST /analytics/query HTTP/1.1" 200 261 1.024950 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:34] "GET /analytics/tables HTTP/1.1" 200 76090 0.003959 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:35] "POST /analytics/query HTTP/1.1" 200 1389 1.014715 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:36] "GET /analytics/tables HTTP/1.1" 200 76090 0.003643 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:37] "POST /analytics/query HTTP/1.1" 200 2829 1.016561 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:37] "GET /analytics/tables HTTP/1.1" 200 76090 0.003626 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:38] "POST /analytics/query HTTP/1.1" 200 839 1.011516 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:39] "GET /analytics/tables HTTP/1.1" 200 76090 0.003698 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:40] "POST /analytics/query HTTP/1.1" 200 141439 1.028557 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:41] "GET /analytics/tables HTTP/1.1" 200 76090 0.004343 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:42] "POST /analytics/query HTTP/1.1" 200 917 1.011363 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:42] "GET /analytics/tables HTTP/1.1" 200 76090 0.004875 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:43] "POST /analytics/query HTTP/1.1" 200 261 1.011893 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:44] "GET /analytics/tables HTTP/1.1" 200 76090 0.004350 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:45] "POST /analytics/query HTTP/1.1" 200 596 1.016706 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:46] "GET /analytics/tables HTTP/1.1" 200 76090 0.005197 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:47] "POST /analytics/query HTTP/1.1" 200 1646 1.013758 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:47] "GET /analytics/tables HTTP/1.1" 200 76090 0.003817 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:48] "POST /analytics/query HTTP/1.1" 200 596 1.012216 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:49] "GET /analytics/tables HTTP/1.1" 200 76090 0.003700 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:50] "POST /analytics/query HTTP/1.1" 200 236 1.023106 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:37:51] "GET /analytics/tables HTTP/1.1" 200 76090 0.004392 [API:8081]10.0.0.41 - - [2025-10-09 03:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.41 - - [2025-10-09 03:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2025-10-09 03:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.41 - - [2025-10-09 03:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.19 - - [2025-10-09 03:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000474 [API:8081]10.0.0.19 - - [2025-10-09 03:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.19 - - [2025-10-09 03:38:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.19 - - [2025-10-09 03:38:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.56 - - [2025-10-09 03:38:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.56 - - [2025-10-09 03:38:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1392 0.053966 [API:8081]10.0.0.56 - - [2025-10-09 03:38:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.56 - - [2025-10-09 03:38:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.56 - - [2025-10-09 03:38:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.56 - - [2025-10-09 03:38:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.41 - - [2025-10-09 03:38:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065065 [API:8081]10.0.0.56 - - [2025-10-09 03:38:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.069278 [API:8081]10.0.0.56 - - [2025-10-09 03:38:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.007544 [API:8081]10.0.0.56 - - [2025-10-09 03:38:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.058477 [API:8081]10.0.0.41 - - [2025-10-09 03:39:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.056842 [API:8081]10.0.0.56 - - [2025-10-09 03:39:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.008976 [API:8081]10.0.0.56 - - [2025-10-09 03:39:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.010784 [API:8081]10.0.0.56 - - [2025-10-09 03:39:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009470 [API:8081]10.0.0.56 - - [2025-10-09 03:39:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.010282 [API:8081]10.0.0.56 - - [2025-10-09 03:39:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009635 [API:8081]10.0.0.56 - - [2025-10-09 03:39:42] "POST /analytics/query HTTP/1.1" 200 222 1.020482 [API:8081]10.0.0.56 - - [2025-10-09 03:39:43] "POST /analytics/query HTTP/1.1" 200 222 1.019219 [API:8081]10.0.0.56 - - [2025-10-09 03:39:44] "POST /analytics/query HTTP/1.1" 200 353 1.020981 [API:8081]10.0.0.41 - - [2025-10-09 03:41:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069640 [API:8081]10.0.0.41 - - [2025-10-09 03:42:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.055157 [API:8081]10.0.0.41 - - [2025-10-09 03:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.41 - - [2025-10-09 03:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.41 - - [2025-10-09 03:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.41 - - [2025-10-09 03:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.19 - - [2025-10-09 03:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.19 - - [2025-10-09 03:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.19 - - [2025-10-09 03:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.19 - - [2025-10-09 03:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000387 [API:8081]10.0.0.56 - - [2025-10-09 03:43:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.56 - - [2025-10-09 03:43:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.56 - - [2025-10-09 03:43:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25594 0.059155 [API:8081]10.0.0.56 - - [2025-10-09 03:43:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13782 0.034786 [API:8081]10.0.0.56 - - [2025-10-09 03:43:05] "POST /analytics/query HTTP/1.1" 200 507 1.085963 [API:8081]10.0.0.56 - - [2025-10-09 03:43:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.56 - - [2025-10-09 03:43:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.56 - - [2025-10-09 03:43:06] "POST /analytics/query HTTP/1.1" 200 353 1.020607 [API:8081]10.0.0.56 - - [2025-10-09 03:43:07] "POST /analytics/query HTTP/1.1" 200 353 1.032168 [API:8081]10.0.0.41 - - [2025-10-09 03:44:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057361 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:44:54] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002960 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:44:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003916 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:44:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003045 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:44:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002590 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:44:54] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002186 [API:8081]10.0.0.41 - - [2025-10-09 03:45:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.067482 [API:8081]10.0.0.56 - - [2025-10-09 03:46:01] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.56 - - [2025-10-09 03:46:01] "GET /analytics HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.41 - - [2025-10-09 03:46:31] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.41 - - [2025-10-09 03:46:31] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.19 - - [2025-10-09 03:46:31] "GET /analytics HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.19 - - [2025-10-09 03:46:31] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.41 - - [2025-10-09 03:47:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060930 [API:8081]10.0.0.41 - - [2025-10-09 03:48:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.41 - - [2025-10-09 03:48:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000391 [API:8081]10.0.0.41 - - [2025-10-09 03:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.41 - - [2025-10-09 03:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.19 - - [2025-10-09 03:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.19 - - [2025-10-09 03:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.19 - - [2025-10-09 03:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.19 - - [2025-10-09 03:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.56 - - [2025-10-09 03:48:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.56 - - [2025-10-09 03:48:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.56 - - [2025-10-09 03:48:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.56 - - [2025-10-09 03:48:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.41 - - [2025-10-09 03:48:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.060110 [API:8081]10.0.0.41 - - [2025-10-09 03:50:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059697 [API:8081]10.0.0.41 - - [2025-10-09 03:51:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.067305 [API:8081]10.0.0.41 - - [2025-10-09 03:53:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.41 - - [2025-10-09 03:53:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.41 - - [2025-10-09 03:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.41 - - [2025-10-09 03:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.19 - - [2025-10-09 03:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.19 - - [2025-10-09 03:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.19 - - [2025-10-09 03:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.19 - - [2025-10-09 03:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.56 - - [2025-10-09 03:53:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.56 - - [2025-10-09 03:53:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.56 - - [2025-10-09 03:53:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.56 - - [2025-10-09 03:53:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.41 - - [2025-10-09 03:53:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080601 [API:8081]10.0.0.41 - - [2025-10-09 03:54:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.293772 [API:8081]10.0.0.56 - - [2025-10-09 03:54:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.56 - - [2025-10-09 03:54:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1332 0.055218 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:54:54] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003863 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:54:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002802 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:54:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002719 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:54:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002766 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 03:54:54] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002369 [API:8081]10.0.0.56 - - [2025-10-09 03:55:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-42188068:c99b3001-cf29-42a0-9d03-f6b98e30c177?flat HTTP/1.1" 200 5210 0.064426 [API:8081]10.0.0.56 - - [2025-10-09 03:55:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-42188068:c99b3001-cf29-42a0-9d03-f6b98e30c177?flat HTTP/1.1" 200 5210 0.062595 [API:8081]10.0.0.56 - - [2025-10-09 03:55:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-42188068:c99b3001-cf29-42a0-9d03-f6b98e30c177?flat HTTP/1.1" 200 5210 0.016540 [API:8081]10.0.0.56 - - [2025-10-09 03:55:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-42188068:EVPN-VN1?flat HTTP/1.1" 200 7829 0.016825 [API:8081]10.0.0.56 - - [2025-10-09 03:55:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25597 0.020332 [API:8081]10.0.0.56 - - [2025-10-09 03:55:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13067 0.024117 [API:8081]10.0.0.56 - - [2025-10-09 03:55:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25597 0.026896 [API:8081]10.0.0.56 - - [2025-10-09 03:55:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13067 0.030081 [API:8081]10.0.0.56 - - [2025-10-09 03:55:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009466 [API:8081]10.0.0.56 - - [2025-10-09 03:55:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-42188068:14a776b0-98a3-4603-a303-deca35e6647c?flat HTTP/1.1" 200 5063 0.013922 [API:8081]10.0.0.56 - - [2025-10-09 03:55:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-42188068:14a776b0-98a3-4603-a303-deca35e6647c?flat HTTP/1.1" 200 5063 0.013951 [API:8081]10.0.0.56 - - [2025-10-09 03:55:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-42188068:14a776b0-98a3-4603-a303-deca35e6647c?flat HTTP/1.1" 200 5063 0.014256 [API:8081]10.0.0.56 - - [2025-10-09 03:55:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-42188068:EVPN-VN1?flat HTTP/1.1" 200 7829 0.018708 [API:8081]10.0.0.56 - - [2025-10-09 03:55:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26208 0.019079 [API:8081]10.0.0.56 - - [2025-10-09 03:55:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26208 0.017822 [API:8081]10.0.0.56 - - [2025-10-09 03:55:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012784 [API:8081]10.0.0.56 - - [2025-10-09 03:56:01] "GET /analytics HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.56 - - [2025-10-09 03:56:01] "GET /analytics HTTP/1.1" 401 205 0.000137 [API:8081]10.0.0.41 - - [2025-10-09 03:56:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062891 [API:8081]10.0.0.41 - - [2025-10-09 03:56:31] "GET /analytics HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2025-10-09 03:56:31] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.19 - - [2025-10-09 03:56:31] "GET /analytics HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.19 - - [2025-10-09 03:56:31] "GET /analytics HTTP/1.1" 401 205 0.000164 [API:8081]10.0.0.41 - - [2025-10-09 03:57:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.058290 [API:8081]10.0.0.56 - - [2025-10-09 03:57:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-42188068:c99b3001-cf29-42a0-9d03-f6b98e30c177?flat HTTP/1.1" 200 5318 0.022907 [API:8081]10.0.0.56 - - [2025-10-09 03:57:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-42188068:c99b3001-cf29-42a0-9d03-f6b98e30c177?flat HTTP/1.1" 200 5318 0.020417 [API:8081]10.0.0.56 - - [2025-10-09 03:57:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-42188068:c99b3001-cf29-42a0-9d03-f6b98e30c177?flat HTTP/1.1" 200 5318 0.019554 [API:8081]10.0.0.56 - - [2025-10-09 03:57:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-42188068:EVPN-VN1?flat HTTP/1.1" 200 9298 0.023676 [API:8081]10.0.0.56 - - [2025-10-09 03:57:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23716 0.028971 [API:8081]10.0.0.56 - - [2025-10-09 03:57:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12003 0.023185 [API:8081]10.0.0.56 - - [2025-10-09 03:57:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23716 0.029342 [API:8081]10.0.0.56 - - [2025-10-09 03:57:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12003 0.025369 [API:8081]10.0.0.56 - - [2025-10-09 03:57:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009419 [API:8081]10.0.0.56 - - [2025-10-09 03:57:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-42188068:14a776b0-98a3-4603-a303-deca35e6647c?flat HTTP/1.1" 200 5207 0.016288 [API:8081]10.0.0.56 - - [2025-10-09 03:57:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-42188068:14a776b0-98a3-4603-a303-deca35e6647c?flat HTTP/1.1" 200 5207 0.014387 [API:8081]10.0.0.56 - - [2025-10-09 03:57:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-42188068:14a776b0-98a3-4603-a303-deca35e6647c?flat HTTP/1.1" 200 5207 0.014538 [API:8081]10.0.0.56 - - [2025-10-09 03:57:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-42188068:EVPN-VN1?flat HTTP/1.1" 200 9298 0.019286 [API:8081]10.0.0.56 - - [2025-10-09 03:57:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 27858 0.025283 [API:8081]10.0.0.56 - - [2025-10-09 03:57:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 27858 0.043826 [API:8081]10.0.0.56 - - [2025-10-09 03:57:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011740 [API:8081]10.0.0.41 - - [2025-10-09 03:58:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.41 - - [2025-10-09 03:58:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.41 - - [2025-10-09 03:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.41 - - [2025-10-09 03:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.19 - - [2025-10-09 03:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.19 - - [2025-10-09 03:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.19 - - [2025-10-09 03:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.19 - - [2025-10-09 03:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.56 - - [2025-10-09 03:58:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.56 - - [2025-10-09 03:58:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.56 - - [2025-10-09 03:58:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.56 - - [2025-10-09 03:58:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.56 - - [2025-10-09 03:58:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32476 0.027260 [API:8081]10.0.0.56 - - [2025-10-09 03:58:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-42188068:EVPN-VN1?flat HTTP/1.1" 200 8510 0.019049 [API:8081]10.0.0.56 - - [2025-10-09 03:58:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008498 [API:8081]10.0.0.56 - - [2025-10-09 03:58:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25080 0.022298 [API:8081]10.0.0.56 - - [2025-10-09 03:58:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12773 0.020928 [API:8081]10.0.0.56 - - [2025-10-09 03:59:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25080 0.020503 [API:8081]10.0.0.56 - - [2025-10-09 03:59:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12773 0.020854 [API:8081]10.0.0.56 - - [2025-10-09 03:59:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25080 0.022373 [API:8081]10.0.0.56 - - [2025-10-09 03:59:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12773 0.021685 [API:8081]10.0.0.56 - - [2025-10-09 03:59:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25292 0.021597 [API:8081]10.0.0.56 - - [2025-10-09 03:59:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12402 0.020406 [API:8081]10.0.0.56 - - [2025-10-09 03:59:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-42188068:EVPN-VN1?flat HTTP/1.1" 200 5990 0.015072 [API:8081]10.0.0.56 - - [2025-10-09 03:59:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009596 [API:8081]10.0.0.41 - - [2025-10-09 03:59:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.107638 [API:8081]10.0.0.41 - - [2025-10-09 04:00:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.061068 [API:8081]10.0.0.56 - - [2025-10-09 04:01:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-94467705:a4b8d2be-4cc3-4e6a-a36a-c92117220619?flat HTTP/1.1" 401 205 0.000411 [API:8081]10.0.0.56 - - [2025-10-09 04:01:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-94467705:a4b8d2be-4cc3-4e6a-a36a-c92117220619?flat HTTP/1.1" 200 5319 0.445288 [API:8081]10.0.0.56 - - [2025-10-09 04:01:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-94467705:a4b8d2be-4cc3-4e6a-a36a-c92117220619?flat HTTP/1.1" 200 5319 0.104549 [API:8081]10.0.0.56 - - [2025-10-09 04:01:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-94467705:a4b8d2be-4cc3-4e6a-a36a-c92117220619?flat HTTP/1.1" 200 5319 0.063959 [API:8081]10.0.0.56 - - [2025-10-09 04:01:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-44407998:ctest-TestRbac-44407998-23504809?flat HTTP/1.1" 200 3803 0.056650 [API:8081]10.0.0.56 - - [2025-10-09 04:01:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.087977 [API:8081]10.0.0.56 - - [2025-10-09 04:01:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.135772 [API:8081]10.0.0.56 - - [2025-10-09 04:01:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.56 - - [2025-10-09 04:01:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32544 0.074374 [API:8081]10.0.0.56 - - [2025-10-09 04:01:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.035990 [API:8081]10.0.0.56 - - [2025-10-09 04:01:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.119032 [API:8081]10.0.0.56 - - [2025-10-09 04:01:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32544 0.066035 [API:8081]10.0.0.56 - - [2025-10-09 04:01:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.045393 [API:8081]10.0.0.56 - - [2025-10-09 04:01:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.094016 [API:8081]10.0.0.56 - - [2025-10-09 04:01:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.150205 [API:8081]10.0.0.56 - - [2025-10-09 04:01:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32544 0.032333 [API:8081]10.0.0.56 - - [2025-10-09 04:01:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32544 0.083106 [API:8081]10.0.0.56 - - [2025-10-09 04:01:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32544 0.028850 [API:8081]10.0.0.56 - - [2025-10-09 04:01:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32544 0.025856 [API:8081]10.0.0.56 - - [2025-10-09 04:01:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32544 0.031766 [API:8081]10.0.0.56 - - [2025-10-09 04:01:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32544 0.039027 [API:8081]10.0.0.56 - - [2025-10-09 04:01:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32544 0.026539 [API:8081]10.0.0.56 - - [2025-10-09 04:02:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32545 0.026813 [API:8081]10.0.0.56 - - [2025-10-09 04:02:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-44407998:ctest-TestRbac-44407998-23504809?flat HTTP/1.1" 200 6500 0.015062 [API:8081]10.0.0.56 - - [2025-10-09 04:02:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008718 [API:8081]10.0.0.56 - - [2025-10-09 04:02:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000648 [API:8081]10.0.0.41 - - [2025-10-09 04:02:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.346384 [API:8081]10.0.0.56 - - [2025-10-09 04:02:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.076790 [API:8081]10.0.0.56 - - [2025-10-09 04:02:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.053281 [API:8081]10.0.0.56 - - [2025-10-09 04:02:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1406 0.107760 [API:8081]10.0.0.41 - - [2025-10-09 04:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.41 - - [2025-10-09 04:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.41 - - [2025-10-09 04:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.41 - - [2025-10-09 04:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.19 - - [2025-10-09 04:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.19 - - [2025-10-09 04:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000427 [API:8081]10.0.0.19 - - [2025-10-09 04:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.19 - - [2025-10-09 04:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.56 - - [2025-10-09 04:03:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.56 - - [2025-10-09 04:03:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.56 - - [2025-10-09 04:03:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.56 - - [2025-10-09 04:03:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.56 - - [2025-10-09 04:03:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-86329443:30625047-d32f-4ea4-baae-adfa1654c339?flat HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.56 - - [2025-10-09 04:03:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-86329443:30625047-d32f-4ea4-baae-adfa1654c339?flat HTTP/1.1" 200 5392 0.106575 [API:8081]10.0.0.56 - - [2025-10-09 04:03:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-86329443:30625047-d32f-4ea4-baae-adfa1654c339?flat HTTP/1.1" 200 5392 0.057981 [API:8081]10.0.0.56 - - [2025-10-09 04:03:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-86329443:30625047-d32f-4ea4-baae-adfa1654c339?flat HTTP/1.1" 200 5392 0.061140 [API:8081]10.0.0.56 - - [2025-10-09 04:03:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-86329443:ctest-TestRbacBasic-86329443-14869836?flat HTTP/1.1" 200 8778 0.056879 [API:8081]10.0.0.56 - - [2025-10-09 04:03:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.053953 [API:8081]10.0.0.56 - - [2025-10-09 04:03:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.085194 [API:8081]10.0.0.56 - - [2025-10-09 04:03:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25335 0.030900 [API:8081]10.0.0.56 - - [2025-10-09 04:03:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13002 0.023753 [API:8081]10.0.0.56 - - [2025-10-09 04:03:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.060922 [API:8081]10.0.0.56 - - [2025-10-09 04:03:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.080407 [API:8081]10.0.0.56 - - [2025-10-09 04:03:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25335 0.020222 [API:8081]10.0.0.56 - - [2025-10-09 04:03:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13002 0.022913 [API:8081]10.0.0.56 - - [2025-10-09 04:03:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.065566 [API:8081]10.0.0.56 - - [2025-10-09 04:03:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.037455 [API:8081]10.0.0.56 - - [2025-10-09 04:03:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.083929 [API:8081]10.0.0.56 - - [2025-10-09 04:03:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25335 0.025301 [API:8081]10.0.0.56 - - [2025-10-09 04:03:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13002 0.024285 [API:8081]10.0.0.56 - - [2025-10-09 04:03:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25335 0.023480 [API:8081]10.0.0.56 - - [2025-10-09 04:03:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13002 0.022303 [API:8081]10.0.0.56 - - [2025-10-09 04:03:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25335 0.027400 [API:8081]10.0.0.56 - - [2025-10-09 04:03:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13002 0.024946 [API:8081]10.0.0.56 - - [2025-10-09 04:03:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25335 0.023069 [API:8081]10.0.0.56 - - [2025-10-09 04:03:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13002 0.023759 [API:8081]10.0.0.56 - - [2025-10-09 04:03:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25335 0.025113 [API:8081]10.0.0.56 - - [2025-10-09 04:03:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13002 0.022748 [API:8081]10.0.0.56 - - [2025-10-09 04:03:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25335 0.023058 [API:8081]10.0.0.56 - - [2025-10-09 04:03:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13002 0.021265 [API:8081]10.0.0.41 - - [2025-10-09 04:03:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.064488 [API:8081]10.0.0.56 - - [2025-10-09 04:03:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25335 0.022435 [API:8081]10.0.0.56 - - [2025-10-09 04:03:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13002 0.033446 [API:8081]10.0.0.56 - - [2025-10-09 04:03:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25335 0.022335 [API:8081]10.0.0.56 - - [2025-10-09 04:03:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 13002 0.022767 [API:8081]10.0.0.56 - - [2025-10-09 04:03:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25335 0.022681 [API:8081]10.0.0.56 - - [2025-10-09 04:03:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12557 0.024038 [API:8081]10.0.0.56 - - [2025-10-09 04:03:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-86329443:ctest-TestRbacBasic-86329443-14869836?flat HTTP/1.1" 200 6886 0.013337 [API:8081]10.0.0.56 - - [2025-10-09 04:03:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009057 [Introspect:8090]10.0.0.56 - - [2025-10-09 04:03:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001190 [API:8081]10.0.0.56 - - [2025-10-09 04:03:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.56 - - [2025-10-09 04:03:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.060913 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 04:04:54] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004942 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 04:04:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003116 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 04:04:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002694 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 04:04:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002909 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 04:04:54] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002405 [API:8081]10.0.0.41 - - [2025-10-09 04:05:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065708 [API:8081]10.0.0.56 - - [2025-10-09 04:06:01] "GET /analytics HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.56 - - [2025-10-09 04:06:01] "GET /analytics HTTP/1.1" 401 205 0.000169 [API:8081]10.0.0.41 - - [2025-10-09 04:06:31] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.41 - - [2025-10-09 04:06:31] "GET /analytics HTTP/1.1" 401 205 0.000132 [API:8081]10.0.0.19 - - [2025-10-09 04:06:31] "GET /analytics HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.19 - - [2025-10-09 04:06:31] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.41 - - [2025-10-09 04:06:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.057788 [API:8081]10.0.0.56 - - [2025-10-09 04:06:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-81284419:76e96bde-bda5-48ba-83f2-dd14afefd4ba?flat HTTP/1.1" 200 5365 0.015023 [API:8081]10.0.0.56 - - [2025-10-09 04:06:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-81284419:76e96bde-bda5-48ba-83f2-dd14afefd4ba?flat HTTP/1.1" 200 5365 0.094523 [API:8081]10.0.0.56 - - [2025-10-09 04:06:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-81284419:76e96bde-bda5-48ba-83f2-dd14afefd4ba?flat HTTP/1.1" 200 5365 0.066229 [API:8081]10.0.0.56 - - [2025-10-09 04:06:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-81284419:ctest-vn1-33317873?flat HTTP/1.1" 200 9459 0.022354 [API:8081]10.0.0.56 - - [2025-10-09 04:06:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.021321 [API:8081]10.0.0.56 - - [2025-10-09 04:06:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12973 0.021318 [API:8081]10.0.0.56 - - [2025-10-09 04:06:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.021550 [API:8081]10.0.0.56 - - [2025-10-09 04:06:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12973 0.021441 [API:8081]10.0.0.56 - - [2025-10-09 04:06:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010108 [API:8081]10.0.0.56 - - [2025-10-09 04:06:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-81284419:3193c864-ad91-4bbd-b126-3e14b3e409fa?flat HTTP/1.1" 200 5490 0.013590 [API:8081]10.0.0.56 - - [2025-10-09 04:06:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-81284419:3193c864-ad91-4bbd-b126-3e14b3e409fa?flat HTTP/1.1" 200 5490 0.013288 [API:8081]10.0.0.56 - - [2025-10-09 04:06:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-81284419:3193c864-ad91-4bbd-b126-3e14b3e409fa?flat HTTP/1.1" 200 5490 0.014195 [API:8081]10.0.0.56 - - [2025-10-09 04:06:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-81284419:ctest-vn1-33317873?flat HTTP/1.1" 200 9459 0.019839 [API:8081]10.0.0.56 - - [2025-10-09 04:06:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.029027 [API:8081]10.0.0.56 - - [2025-10-09 04:06:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.024744 [API:8081]10.0.0.56 - - [2025-10-09 04:06:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009293 [API:8081]10.0.0.56 - - [2025-10-09 04:06:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.025619 [API:8081]10.0.0.56 - - [2025-10-09 04:06:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.028624 [API:8081]10.0.0.56 - - [2025-10-09 04:07:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.025244 [API:8081]10.0.0.56 - - [2025-10-09 04:07:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-81284419:ctest-vn1-33317873?flat HTTP/1.1" 200 7642 0.024003 [API:8081]10.0.0.56 - - [2025-10-09 04:07:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011514 [API:8081]10.0.0.56 - - [2025-10-09 04:07:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.021493 [API:8081]10.0.0.56 - - [2025-10-09 04:07:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12973 0.028073 [API:8081]10.0.0.56 - - [2025-10-09 04:07:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.035894 [API:8081]10.0.0.56 - - [2025-10-09 04:07:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12755 0.024669 [API:8081]10.0.0.56 - - [2025-10-09 04:07:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-81284419:ctest-vn1-33317873?flat HTTP/1.1" 200 4923 0.015298 [API:8081]10.0.0.56 - - [2025-10-09 04:07:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010281 [API:8081]10.0.0.56 - - [2025-10-09 04:07:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.008857 [API:8081]10.0.0.56 - - [2025-10-09 04:07:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.010446 [API:8081]10.0.0.41 - - [2025-10-09 04:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.41 - - [2025-10-09 04:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000435 [API:8081]10.0.0.41 - - [2025-10-09 04:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2025-10-09 04:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.19 - - [2025-10-09 04:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.19 - - [2025-10-09 04:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.19 - - [2025-10-09 04:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.19 - - [2025-10-09 04:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.56 - - [2025-10-09 04:08:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.56 - - [2025-10-09 04:08:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.56 - - [2025-10-09 04:08:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.56 - - [2025-10-09 04:08:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.41 - - [2025-10-09 04:08:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074436 [API:8081]10.0.0.41 - - [2025-10-09 04:09:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.056288 [Introspect:8090]10.0.0.56 - - [2025-10-09 04:10:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001125 [API:8081]10.0.0.56 - - [2025-10-09 04:10:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-1?flat HTTP/1.1" 200 12133 0.393167 [API:8081]10.0.0.56 - - [2025-10-09 04:10:32] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4252-1?flat HTTP/1.1" 200 6196 0.379106 [API:8081]10.0.0.56 - - [2025-10-09 04:10:32] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 6193 0.424215 [API:8081]10.0.0.56 - - [2025-10-09 04:10:32] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4252-3?flat HTTP/1.1" 200 4108 0.033073 [API:8081]10.0.0.56 - - [2025-10-09 04:10:32] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4252-1.?flat HTTP/1.1" 200 5899 0.029756 [API:8081]10.0.0.56 - - [2025-10-09 04:10:32] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4252-2.?flat HTTP/1.1" 200 5899 0.022595 [API:8081]10.0.0.56 - - [2025-10-09 04:10:32] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4252-3.?flat HTTP/1.1" 200 7380 0.023872 [API:8081]10.0.0.56 - - [2025-10-09 04:10:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.008622 [API:8081]10.0.0.56 - - [2025-10-09 04:11:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-81284419:553878a7-b043-4c08-a374-e9492e7f1769?flat HTTP/1.1" 200 5243 0.014787 [API:8081]10.0.0.56 - - [2025-10-09 04:11:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-81284419:553878a7-b043-4c08-a374-e9492e7f1769?flat HTTP/1.1" 200 5243 0.014238 [API:8081]10.0.0.56 - - [2025-10-09 04:11:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-81284419:553878a7-b043-4c08-a374-e9492e7f1769?flat HTTP/1.1" 200 5243 0.015394 [API:8081]10.0.0.56 - - [2025-10-09 04:11:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-81284419:ctest-vn1-81358619?flat HTTP/1.1" 200 7091 0.017118 [API:8081]10.0.0.56 - - [2025-10-09 04:11:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25296 0.019808 [API:8081]10.0.0.56 - - [2025-10-09 04:11:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12440 0.021417 [API:8081]10.0.0.56 - - [2025-10-09 04:11:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25296 0.020835 [API:8081]10.0.0.56 - - [2025-10-09 04:11:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12440 0.024768 [API:8081]10.0.0.56 - - [2025-10-09 04:11:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010139 [API:8081]10.0.0.41 - - [2025-10-09 04:11:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058975 [API:8081]10.0.0.56 - - [2025-10-09 04:11:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-81284419:329bdafb-b121-49fc-a952-ff46b8d02994?flat HTTP/1.1" 200 5243 0.013029 [API:8081]10.0.0.56 - - [2025-10-09 04:11:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-81284419:329bdafb-b121-49fc-a952-ff46b8d02994?flat HTTP/1.1" 200 5243 0.016224 [API:8081]10.0.0.56 - - [2025-10-09 04:11:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-81284419:329bdafb-b121-49fc-a952-ff46b8d02994?flat HTTP/1.1" 200 5243 0.013357 [API:8081]10.0.0.56 - - [2025-10-09 04:11:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-81284419:ctest-vn2-73566063?flat HTTP/1.1" 200 6988 0.021530 [API:8081]10.0.0.56 - - [2025-10-09 04:11:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32536 0.039794 [API:8081]10.0.0.56 - - [2025-10-09 04:11:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32536 0.026182 [API:8081]10.0.0.56 - - [2025-10-09 04:11:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.012344 [API:8081]10.0.0.41 - - [2025-10-09 04:12:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.072260 [API:8081]10.0.0.56 - - [2025-10-09 04:12:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32543 0.024920 [API:8081]10.0.0.41 - - [2025-10-09 04:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.41 - - [2025-10-09 04:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.41 - - [2025-10-09 04:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.41 - - [2025-10-09 04:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.19 - - [2025-10-09 04:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.19 - - [2025-10-09 04:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.19 - - [2025-10-09 04:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.19 - - [2025-10-09 04:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.56 - - [2025-10-09 04:13:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32543 0.052213 [API:8081]10.0.0.56 - - [2025-10-09 04:13:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.56 - - [2025-10-09 04:13:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.56 - - [2025-10-09 04:13:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32543 0.027159 [API:8081]10.0.0.56 - - [2025-10-09 04:13:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.56 - - [2025-10-09 04:13:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.56 - - [2025-10-09 04:13:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32548 0.025833 [API:8081]10.0.0.56 - - [2025-10-09 04:13:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32548 0.027373 [API:8081]10.0.0.56 - - [2025-10-09 04:13:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32550 0.035175 [API:8081]10.0.0.56 - - [2025-10-09 04:13:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-81284419:ctest-vn2-73566063?flat HTTP/1.1" 200 7463 0.016607 [API:8081]10.0.0.56 - - [2025-10-09 04:13:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008817 [API:8081]10.0.0.56 - - [2025-10-09 04:13:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25312 0.040428 [API:8081]10.0.0.56 - - [2025-10-09 04:13:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12973 0.033058 [API:8081]10.0.0.56 - - [2025-10-09 04:13:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25312 0.022167 [API:8081]10.0.0.56 - - [2025-10-09 04:13:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12973 0.020526 [API:8081]10.0.0.56 - - [2025-10-09 04:13:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25316 0.022248 [API:8081]10.0.0.56 - - [2025-10-09 04:13:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12865 0.023880 [API:8081]10.0.0.56 - - [2025-10-09 04:13:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-81284419:ctest-vn1-81358619?flat HTTP/1.1" 200 7935 0.021011 [API:8081]10.0.0.56 - - [2025-10-09 04:13:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009048 [API:8081]10.0.0.41 - - [2025-10-09 04:14:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056560 [API:8081]10.0.0.56 - - [2025-10-09 04:14:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-07573613:7a3dd6c0-acdd-4a6d-b39d-fe6d26f8175e?flat HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.56 - - [2025-10-09 04:14:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-07573613:7a3dd6c0-acdd-4a6d-b39d-fe6d26f8175e?flat HTTP/1.1" 200 5246 0.059779 [API:8081]10.0.0.56 - - [2025-10-09 04:14:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-07573613:7a3dd6c0-acdd-4a6d-b39d-fe6d26f8175e?flat HTTP/1.1" 200 5246 0.062747 [API:8081]10.0.0.56 - - [2025-10-09 04:14:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-07573613:7a3dd6c0-acdd-4a6d-b39d-fe6d26f8175e?flat HTTP/1.1" 200 5246 0.062607 [API:8081]10.0.0.56 - - [2025-10-09 04:14:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-07573613:ctest-vn-04796960?flat HTTP/1.1" 200 8062 0.016832 [API:8081]10.0.0.56 - - [2025-10-09 04:14:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32567 0.026465 [API:8081]10.0.0.56 - - [2025-10-09 04:14:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32567 0.025211 [API:8081]10.0.0.56 - - [2025-10-09 04:14:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010027 [API:8081]10.0.0.56 - - [2025-10-09 04:14:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-07573613:f60cb136-8c43-4519-b87a-fbdc4e5b12ab?flat HTTP/1.1" 200 5087 0.015145 [API:8081]10.0.0.56 - - [2025-10-09 04:14:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-07573613:f60cb136-8c43-4519-b87a-fbdc4e5b12ab?flat HTTP/1.1" 200 5087 0.014188 [API:8081]10.0.0.56 - - [2025-10-09 04:14:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-07573613:f60cb136-8c43-4519-b87a-fbdc4e5b12ab?flat HTTP/1.1" 200 5087 0.015148 [API:8081]10.0.0.56 - - [2025-10-09 04:14:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-07573613:ctest-vn-96635190?flat HTTP/1.1" 200 7412 0.016345 [API:8081]10.0.0.56 - - [2025-10-09 04:14:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25325 0.022828 [API:8081]10.0.0.56 - - [2025-10-09 04:14:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12860 0.023142 [API:8081]10.0.0.56 - - [2025-10-09 04:14:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25325 0.023947 [API:8081]10.0.0.56 - - [2025-10-09 04:14:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12860 0.022949 [API:8081]10.0.0.56 - - [2025-10-09 04:14:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009859 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 04:14:54] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002723 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 04:14:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002961 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 04:14:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002682 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 04:14:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003282 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 04:14:54] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002340 [API:8081]10.0.0.56 - - [2025-10-09 04:15:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25331 0.028285 [API:8081]10.0.0.56 - - [2025-10-09 04:15:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12973 0.023098 [API:8081]10.0.0.56 - - [2025-10-09 04:15:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25331 0.021221 [API:8081]10.0.0.56 - - [2025-10-09 04:15:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12973 0.023935 [API:8081]10.0.0.56 - - [2025-10-09 04:15:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25332 0.031884 [API:8081]10.0.0.56 - - [2025-10-09 04:15:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4252-2?flat HTTP/1.1" 200 12583 0.033048 [API:8081]10.0.0.56 - - [2025-10-09 04:15:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-07573613:ctest-vn-96635190?flat HTTP/1.1" 200 6187 0.013992 [API:8081]10.0.0.56 - - [2025-10-09 04:15:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010896 [API:8081]10.0.0.56 - - [2025-10-09 04:15:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32572 0.025734 [API:8081]10.0.0.56 - - [2025-10-09 04:15:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32572 0.026129 [API:8081]10.0.0.56 - - [2025-10-09 04:15:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32572 0.039792 [API:8081]10.0.0.56 - - [2025-10-09 04:15:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32572 0.028795 [API:8081]10.0.0.56 - - [2025-10-09 04:15:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32572 0.046048 [API:8081]10.0.0.41 - - [2025-10-09 04:15:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.057410 [API:8081]10.0.0.56 - - [2025-10-09 04:15:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32572 0.025807 [API:8081]10.0.0.56 - - [2025-10-09 04:15:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4252-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32572 0.027621 [API:8081]10.0.0.56 - - [2025-10-09 04:15:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-07573613:ctest-vn-04796960?flat HTTP/1.1" 200 6184 0.013076 [API:8081]10.0.0.56 - - [2025-10-09 04:15:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009493 [API:8081]10.0.0.56 - - [2025-10-09 04:15:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.56 - - [2025-10-09 04:15:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.059391 [API:8081]10.0.0.56 - - [2025-10-09 04:15:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.051526 [API:8081]10.0.0.56 - - [2025-10-09 04:16:01] "GET /analytics HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.56 - - [2025-10-09 04:16:01] "GET /analytics HTTP/1.1" 401 205 0.000187 [API:8081]10.0.0.41 - - [2025-10-09 04:16:31] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.41 - - [2025-10-09 04:16:31] "GET /analytics HTTP/1.1" 401 205 0.000136 [API:8081]10.0.0.19 - - [2025-10-09 04:16:31] "GET /analytics HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.19 - - [2025-10-09 04:16:31] "GET /analytics HTTP/1.1" 401 205 0.000137 [API:8081]10.0.0.41 - - [2025-10-09 04:17:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064671 [API:8081]10.0.0.41 - - [2025-10-09 04:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.41 - - [2025-10-09 04:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.41 - - [2025-10-09 04:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.41 - - [2025-10-09 04:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.19 - - [2025-10-09 04:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000450 [API:8081]10.0.0.19 - - [2025-10-09 04:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.19 - - [2025-10-09 04:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.19 - - [2025-10-09 04:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.56 - - [2025-10-09 04:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.56 - - [2025-10-09 04:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.56 - - [2025-10-09 04:18:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.56 - - [2025-10-09 04:18:06] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.41 - - [2025-10-09 04:18:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.071783 [API:8081]10.0.0.41 - - [2025-10-09 04:20:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061385 [API:8081]10.0.0.56 - - [2025-10-09 04:21:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.56 - - [2025-10-09 04:21:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.080031 [API:8081]10.0.0.41 - - [2025-10-09 04:21:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.066357 [API:8081]10.0.0.41 - - [2025-10-09 04:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.41 - - [2025-10-09 04:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.41 - - [2025-10-09 04:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.41 - - [2025-10-09 04:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.19 - - [2025-10-09 04:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.19 - - [2025-10-09 04:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.19 - - [2025-10-09 04:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.19 - - [2025-10-09 04:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.56 - - [2025-10-09 04:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.56 - - [2025-10-09 04:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000464 [API:8081]10.0.0.56 - - [2025-10-09 04:23:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.56 - - [2025-10-09 04:23:06] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.41 - - [2025-10-09 04:23:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062764 [API:8081]10.0.0.41 - - [2025-10-09 04:24:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.072426 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 04:24:54] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002439 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 04:24:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003253 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 04:24:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003269 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 04:24:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4252-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002559 [LOCAL API:8181]127.0.0.1 - - [2025-10-09 04:24:54] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002692 [API:8081]10.0.0.56 - - [2025-10-09 04:26:01] "GET /analytics HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.56 - - [2025-10-09 04:26:01] "GET /analytics HTTP/1.1" 401 205 0.000205 [API:8081]10.0.0.41 - - [2025-10-09 04:26:31] "GET /analytics HTTP/1.1" 401 205 0.000383 [API:8081]10.0.0.41 - - [2025-10-09 04:26:31] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.19 - - [2025-10-09 04:26:31] "GET /analytics HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.19 - - [2025-10-09 04:26:31] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.41 - - [2025-10-09 04:26:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063012 [Introspect:8090]10.0.0.56 - - [2025-10-09 04:26:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001118