++ 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: =================== Mon Sep 8 02:14:52 AM UTC 2025 ===================' INFO: =================== Mon Sep 8 02:14:52 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ 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.41 ++ 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 +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ 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.41,10.0.0.27,10.0.0.38 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ ANALYTICSDB_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ ANALYTICS_SNMP_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ '[' -n '10.0.0.41:8081 10.0.0.27:8081 10.0.0.38:8081 ' ']' +++ echo '10.0.0.41:8081 10.0.0.27:8081 10.0.0.38:8081' ++ ANALYTICS_SERVERS='10.0.0.41:8081 10.0.0.27:8081 10.0.0.38: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ '[' -n '10.0.0.41:9042 10.0.0.27:9042 10.0.0.38:9042 ' ']' +++ echo '10.0.0.41:9042 10.0.0.27:9042 10.0.0.38:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.41:9042 10.0.0.27:9042 10.0.0.38:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ '[' -n '10.0.0.41:8086 10.0.0.27:8086 10.0.0.38:8086 ' ']' +++ echo '10.0.0.41:8086 10.0.0.27:8086 10.0.0.38:8086' ++ COLLECTOR_SERVERS='10.0.0.41:8086 10.0.0.27:8086 10.0.0.38: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.41,10.0.0.27,10.0.0.38 ++ CONFIGDB_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ '[' -n '10.0.0.41:8082 10.0.0.27:8082 10.0.0.38:8082 ' ']' +++ echo '10.0.0.41:8082 10.0.0.27:8082 10.0.0.38:8082' ++ CONFIG_SERVERS='10.0.0.41:8082 10.0.0.27:8082 10.0.0.38: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ '[' -n '10.0.0.41:9161 10.0.0.27:9161 10.0.0.38:9161 ' ']' +++ echo '10.0.0.41:9161 10.0.0.27:9161 10.0.0.38:9161' ++ CONFIGDB_SERVERS='10.0.0.41:9161 10.0.0.27:9161 10.0.0.38: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ '[' -n '10.0.0.41:9041 10.0.0.27:9041 10.0.0.38:9041 ' ']' +++ echo '10.0.0.41:9041 10.0.0.27:9041 10.0.0.38:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.41:9041 10.0.0.27:9041 10.0.0.38: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.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.14,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ '[' -n 10.0.0.41:2181,10.0.0.27:2181,10.0.0.38:2181, ']' +++ echo 10.0.0.41:2181,10.0.0.27:2181,10.0.0.38:2181 ++ ZOOKEEPER_SERVERS=10.0.0.41:2181,10.0.0.27:2181,10.0.0.38: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ '[' -n '10.0.0.41:2181 10.0.0.27:2181 10.0.0.38:2181 ' ']' +++ echo '10.0.0.41:2181 10.0.0.27:2181 10.0.0.38:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.41:2181 10.0.0.27:2181 10.0.0.38:2181' ++ RABBITMQ_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ '[' -n 10.0.0.41:5673,10.0.0.27:5673,10.0.0.38:5673, ']' +++ echo 10.0.0.41:5673,10.0.0.27:5673,10.0.0.38:5673 ++ RABBITMQ_SERVERS=10.0.0.41:5673,10.0.0.27:5673,10.0.0.38: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ '[' -n '10.0.0.41:6379 10.0.0.27:6379 10.0.0.38:6379 ' ']' +++ echo '10.0.0.41:6379 10.0.0.27:6379 10.0.0.38:6379' ++ REDIS_SERVERS='10.0.0.41:6379 10.0.0.27:6379 10.0.0.38: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.41,10.0.0.27,10.0.0.38 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ '[' -n '10.0.0.41:9092 10.0.0.27:9092 10.0.0.38:9092 ' ']' +++ echo '10.0.0.41:9092 10.0.0.27:9092 10.0.0.38:9092' ++ KAFKA_SERVERS='10.0.0.41:9092 10.0.0.27:9092 10.0.0.38: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.41 ++ 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.41,10.0.0.27,10.0.0.38 ++ 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.41,10.0.0.27,10.0.0.38 ++ 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 ++ cut -d , -f 1 ++ echo 10.0.0.41,10.0.0.27,10.0.0.38 + local cassandra=10.0.0.41 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.41 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ cut -d ' ' -f 1 +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.41,10.0.0.27,10.0.0.38 +++ local servers=10.0.0.41,10.0.0.27,10.0.0.38 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ tr '\n' , ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.41,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.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.41,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] +++ echo 10.0.0.41 1 +++ return ++ local ip=10.0.0.41 ++ [[ -z 10.0.0.41 ]] ++ echo 10.0.0.41 + host_ip=10.0.0.41 + 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 09/08/2025 02:15:00.411 7f8a57504680 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/08/2025 02:15:00.610 7f8a57504680 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 09/08/2025 02:15:00.622 7f8a57504680 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/08/2025 02:15:00.622 7f8a57504680 [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.41: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.27 - - [2025-09-08 02:15:38] "GET /analytics HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.27 - - [2025-09-08 02:15:38] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.38 - - [2025-09-08 02:15:39] "GET /analytics HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.38 - - [2025-09-08 02:15:39] "GET /analytics HTTP/1.1" 401 205 0.000179 [API:8081]10.0.0.41 - - [2025-09-08 02:15:39] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.41 - - [2025-09-08 02:15:39] "GET /analytics HTTP/1.1" 401 205 0.000206 [API:8081]10.0.0.27 - - [2025-09-08 02:15:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.435437 [API:8081]10.0.0.27 - - [2025-09-08 02:16:09] "GET /analytics HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.27 - - [2025-09-08 02:16:09] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.38 - - [2025-09-08 02:16:10] "GET /analytics HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.38 - - [2025-09-08 02:16:10] "GET /analytics HTTP/1.1" 401 205 0.000186 [API:8081]10.0.0.41 - - [2025-09-08 02:16:11] "GET /analytics HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.41 - - [2025-09-08 02:16:11] "GET /analytics HTTP/1.1" 401 205 0.000193 [API:8081]10.0.0.27 - - [2025-09-08 02:16:40] "GET /analytics HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.27 - - [2025-09-08 02:16:40] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.38 - - [2025-09-08 02:16:40] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.38 - - [2025-09-08 02:16:40] "GET /analytics HTTP/1.1" 401 205 0.000208 [API:8081]10.0.0.27 - - [2025-09-08 02:16:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.404610 [API:8081]10.0.0.38 - - [2025-09-08 02:17:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.516445 [API:8081]10.0.0.27 - - [2025-09-08 02:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.144849 [API:8081]10.0.0.27 - - [2025-09-08 02:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.374846 [API:8081]10.0.0.38 - - [2025-09-08 02:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.480211 [API:8081]10.0.0.41 - - [2025-09-08 02:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.198117 [API:8081]10.0.0.41 - - [2025-09-08 02:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.094878 [Introspect:8090]10.0.0.41 - - [2025-09-08 02:18:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001247 [API:8081]10.0.0.27 - - [2025-09-08 02:19:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065198 [Introspect:8090]10.0.0.41 - - [2025-09-08 02:19:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001371 [API:8081]10.0.0.27 - - [2025-09-08 02:20:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.065376 [Introspect:8090]10.0.0.41 - - [2025-09-08 02:20:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001478 [Introspect:8090]10.0.0.41 - - [2025-09-08 02:20:37] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000649 [API:8081]10.0.0.41 - - [2025-09-08 02:20:37] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.41 - - [2025-09-08 02:20:38] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-1:Control:contrail-control:0?flat HTTP/1.1" 200 38104 0.066261 [API:8081]10.0.0.41 - - [2025-09-08 02:20:38] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16969 0.056426 [API:8081]10.0.0.41 - - [2025-09-08 02:20:38] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-2:Control:contrail-control:0?flat HTTP/1.1" 200 35048 0.063239 [API:8081]10.0.0.41 - - [2025-09-08 02:20:38] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16969 0.016721 [API:8081]10.0.0.41 - - [2025-09-08 02:20:38] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-3:Control:contrail-control:0?flat HTTP/1.1" 200 38110 0.022558 [API:8081]10.0.0.41 - - [2025-09-08 02:20:38] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-3:Control:contrail-dns:0?flat HTTP/1.1" 200 14220 0.015152 [API:8081]10.0.0.41 - - [2025-09-08 02:20:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.020572 [API:8081]10.0.0.41 - - [2025-09-08 02:20:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.018044 [API:8081]10.0.0.41 - - [2025-09-08 02:20:38] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3356 0.016543 [API:8081]10.0.0.41 - - [2025-09-08 02:20:38] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3356 0.012925 [API:8081]10.0.0.41 - - [2025-09-08 02:20:38] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.014779 [API:8081]10.0.0.41 - - [2025-09-08 02:20:38] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4310 0.011291 [API:8081]10.0.0.41 - - [2025-09-08 02:20:38] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4306 0.013692 [API:8081]10.0.0.41 - - [2025-09-08 02:20:38] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4007 0.012326 [API:8081]10.0.0.41 - - [2025-09-08 02:20:38] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.013750 [API:8081]10.0.0.41 - - [2025-09-08 02:20:38] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.015423 [API:8081]10.0.0.41 - - [2025-09-08 02:20:38] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.015344 [API:8081]10.0.0.41 - - [2025-09-08 02:20:38] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.015967 [API:8081]10.0.0.41 - - [2025-09-08 02:20:38] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.014615 [API:8081]10.0.0.41 - - [2025-09-08 02:20:38] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013316 [API:8081]10.0.0.41 - - [2025-09-08 02:20:38] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012515 [API:8081]10.0.0.41 - - [2025-09-08 02:20:38] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.017284 [API:8081]10.0.0.41 - - [2025-09-08 02:20:39] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.019262 [API:8081]10.0.0.41 - - [2025-09-08 02:20:39] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013415 [API:8081]10.0.0.41 - - [2025-09-08 02:20:39] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14822 0.018735 [API:8081]10.0.0.41 - - [2025-09-08 02:20:39] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.017186 [API:8081]10.0.0.41 - - [2025-09-08 02:20:39] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14823 0.019546 [API:8081]10.0.0.41 - - [2025-09-08 02:20:39] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.017244 [API:8081]10.0.0.41 - - [2025-09-08 02:20:39] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14873 0.015380 [API:8081]10.0.0.41 - - [2025-09-08 02:20:39] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.017186 [API:8081]10.0.0.41 - - [2025-09-08 02:20:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.023997 [API:8081]10.0.0.41 - - [2025-09-08 02:20:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 12094 0.023409 [API:8081]10.0.0.41 - - [2025-09-08 02:20:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.022626 [API:8081]10.0.0.41 - - [2025-09-08 02:20:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.023129 [API:8081]10.0.0.41 - - [2025-09-08 02:20:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 12094 0.024661 [API:8081]10.0.0.41 - - [2025-09-08 02:20:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.017605 [API:8081]10.0.0.41 - - [2025-09-08 02:20:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.023627 [API:8081]10.0.0.41 - - [2025-09-08 02:20:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3269 0.012970 [API:8081]10.0.0.41 - - [2025-09-08 02:20:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.018666 [API:8081]10.0.0.41 - - [2025-09-08 02:20:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.012136 [API:8081]10.0.0.41 - - [2025-09-08 02:20:41] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.012625 [API:8081]10.0.0.41 - - [2025-09-08 02:20:41] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14825 0.019443 [API:8081]10.0.0.41 - - [2025-09-08 02:20:41] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013111 [API:8081]10.0.0.41 - - [2025-09-08 02:20:41] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.012906 [API:8081]10.0.0.41 - - [2025-09-08 02:20:41] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14825 0.021435 [API:8081]10.0.0.41 - - [2025-09-08 02:20:41] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.019043 [API:8081]10.0.0.41 - - [2025-09-08 02:20:41] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.017326 [API:8081]10.0.0.41 - - [2025-09-08 02:20:41] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14874 0.016966 [API:8081]10.0.0.41 - - [2025-09-08 02:20:41] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.028059 [API:8081]10.0.0.41 - - [2025-09-08 02:20:41] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.016378 [API:8081]10.0.0.41 - - [2025-09-08 02:20:41] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3677 0.013404 [API:8081]10.0.0.41 - - [2025-09-08 02:20:41] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.031977 [API:8081]10.0.0.41 - - [2025-09-08 02:20:41] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3677 0.017218 [API:8081]10.0.0.41 - - [2025-09-08 02:20:41] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.016652 [API:8081]10.0.0.41 - - [2025-09-08 02:20:41] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3677 0.013512 [API:8081]10.0.0.41 - - [2025-09-08 02:20:41] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4310 0.013751 [API:8081]10.0.0.41 - - [2025-09-08 02:20:41] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4306 0.015068 [API:8081]10.0.0.41 - - [2025-09-08 02:20:41] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4007 0.013009 [API:8081]10.0.0.41 - - [2025-09-08 02:20:41] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-1:Control:contrail-control:0?flat HTTP/1.1" 200 38104 0.023542 [API:8081]10.0.0.41 - - [2025-09-08 02:20:41] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.012755 [API:8081]10.0.0.41 - - [2025-09-08 02:20:41] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16969 0.018948 [API:8081]10.0.0.41 - - [2025-09-08 02:20:41] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-2:Control:contrail-control:0?flat HTTP/1.1" 200 35048 0.020502 [API:8081]10.0.0.41 - - [2025-09-08 02:20:41] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.017776 [API:8081]10.0.0.41 - - [2025-09-08 02:20:42] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16969 0.018333 [API:8081]10.0.0.41 - - [2025-09-08 02:20:42] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-3:Control:contrail-control:0?flat HTTP/1.1" 200 38110 0.021590 [API:8081]10.0.0.41 - - [2025-09-08 02:20:42] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.014121 [API:8081]10.0.0.41 - - [2025-09-08 02:20:42] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4041-3:Control:contrail-dns:0?flat HTTP/1.1" 200 14220 0.016254 [API:8081]10.0.0.41 - - [2025-09-08 02:20:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 12094 0.024546 [API:8081]10.0.0.41 - - [2025-09-08 02:20:45] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?flat HTTP/1.1" 200 15982 0.020741 [API:8081]10.0.0.41 - - [2025-09-08 02:20:45] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?flat HTTP/1.1" 200 14199 0.020845 [API:8081]10.0.0.41 - - [2025-09-08 02:20:45] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?flat HTTP/1.1" 200 19258 0.024072 [API:8081]10.0.0.41 - - [2025-09-08 02:20:45] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?flat HTTP/1.1" 200 15982 0.022681 [API:8081]10.0.0.41 - - [2025-09-08 02:20:45] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?flat HTTP/1.1" 200 14199 0.022007 [API:8081]10.0.0.41 - - [2025-09-08 02:20:45] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?flat HTTP/1.1" 200 19258 0.021711 [API:8081]10.0.0.41 - - [2025-09-08 02:20:45] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?flat HTTP/1.1" 200 15982 0.021928 [API:8081]10.0.0.41 - - [2025-09-08 02:20:45] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?flat HTTP/1.1" 200 14199 0.020924 [API:8081]10.0.0.41 - - [2025-09-08 02:20:45] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?flat HTTP/1.1" 200 19258 0.025407 [API:8081]10.0.0.41 - - [2025-09-08 02:20:45] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?flat HTTP/1.1" 200 15982 0.023000 [API:8081]10.0.0.41 - - [2025-09-08 02:20:45] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?flat HTTP/1.1" 200 14199 0.019201 [API:8081]10.0.0.41 - - [2025-09-08 02:20:45] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?flat HTTP/1.1" 200 19258 0.019889 [API:8081]10.0.0.41 - - [2025-09-08 02:20:47] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 8136 0.019575 [API:8081]10.0.0.41 - - [2025-09-08 02:20:47] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 8134 0.017951 [API:8081]10.0.0.41 - - [2025-09-08 02:20:47] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4041-3?flat HTTP/1.1" 200 8136 0.014811 [API:8081]10.0.0.41 - - [2025-09-08 02:20:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.41 - - [2025-09-08 02:20:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.053660 [API:8081]10.0.0.41 - - [2025-09-08 02:21:10] "POST /analytics/query HTTP/1.1" 200 54669 1.070095 [API:8081]10.0.0.41 - - [2025-09-08 02:21:11] "POST /analytics/query HTTP/1.1" 200 5875 1.061625 [API:8081]10.0.0.41 - - [2025-09-08 02:21:12] "POST /analytics/query HTTP/1.1" 200 871 1.028507 [API:8081]10.0.0.41 - - [2025-09-08 02:21:13] "POST /analytics/query HTTP/1.1" 200 5875 1.029364 [API:8081]10.0.0.41 - - [2025-09-08 02:21:14] "POST /analytics/query HTTP/1.1" 200 871 1.032373 [API:8081]10.0.0.41 - - [2025-09-08 02:21:26] "GET /documentation/index.html HTTP/1.1" 200 5407 0.001251 [API:8081]10.0.0.27 - - [2025-09-08 02:22:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.117126 [API:8081]10.0.0.38 - - [2025-09-08 02:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.214362 [API:8081]10.0.0.27 - - [2025-09-08 02:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.203334 [API:8081]10.0.0.27 - - [2025-09-08 02:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.214808 [API:8081]10.0.0.38 - - [2025-09-08 02:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.182036 [API:8081]10.0.0.41 - - [2025-09-08 02:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.221993 [API:8081]10.0.0.41 - - [2025-09-08 02:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.192365 [API:8081]10.0.0.27 - - [2025-09-08 02:23:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.118431 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:25:00] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003201 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:25:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.004174 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:25:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004766 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:25:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003177 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:25:00] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002773 [API:8081]10.0.0.27 - - [2025-09-08 02:25:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085701 [API:8081]10.0.0.41 - - [2025-09-08 02:25:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.41 - - [2025-09-08 02:25:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.059444 [API:8081]10.0.0.41 - - [2025-09-08 02:25:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1378 0.051807 [API:8081]10.0.0.27 - - [2025-09-08 02:26:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.104813 [API:8081]10.0.0.41 - - [2025-09-08 02:26:11] "GET /analytics HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.41 - - [2025-09-08 02:26:11] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.27 - - [2025-09-08 02:26:40] "GET /analytics HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.27 - - [2025-09-08 02:26:40] "GET /analytics HTTP/1.1" 401 205 0.000175 [API:8081]10.0.0.38 - - [2025-09-08 02:26:40] "GET /analytics HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.38 - - [2025-09-08 02:26:40] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.38 - - [2025-09-08 02:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.138644 [API:8081]10.0.0.27 - - [2025-09-08 02:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.156146 [API:8081]10.0.0.27 - - [2025-09-08 02:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.181523 [API:8081]10.0.0.38 - - [2025-09-08 02:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.103468 [API:8081]10.0.0.41 - - [2025-09-08 02:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.149665 [API:8081]10.0.0.41 - - [2025-09-08 02:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.195383 [API:8081]10.0.0.27 - - [2025-09-08 02:28:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064224 [API:8081]10.0.0.27 - - [2025-09-08 02:29:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.081347 [API:8081]10.0.0.27 - - [2025-09-08 02:31:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087355 [API:8081]10.0.0.41 - - [2025-09-08 02:31:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.41 - - [2025-09-08 02:31:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.056061 [API:8081]10.0.0.41 - - [2025-09-08 02:31:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.067318 [API:8081]10.0.0.27 - - [2025-09-08 02:32:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.061993 [API:8081]10.0.0.38 - - [2025-09-08 02:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.277164 [API:8081]10.0.0.27 - - [2025-09-08 02:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.174666 [API:8081]10.0.0.27 - - [2025-09-08 02:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.148946 [API:8081]10.0.0.38 - - [2025-09-08 02:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.016363 [API:8081]10.0.0.41 - - [2025-09-08 02:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.179571 [API:8081]10.0.0.41 - - [2025-09-08 02:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.205376 [API:8081]10.0.0.41 - - [2025-09-08 02:33:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1586 0.008895 [API:8081]10.0.0.41 - - [2025-09-08 02:33:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1814 0.009973 [API:8081]10.0.0.41 - - [2025-09-08 02:33:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2042 0.057346 [API:8081]10.0.0.41 - - [2025-09-08 02:33:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2270 0.009885 [API:8081]10.0.0.27 - - [2025-09-08 02:34:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066841 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:35:00] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003958 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:35:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.003396 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:35:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003161 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:35:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003255 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:35:00] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002579 [API:8081]10.0.0.27 - - [2025-09-08 02:35:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.066009 [API:8081]10.0.0.41 - - [2025-09-08 02:36:11] "GET /analytics HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.41 - - [2025-09-08 02:36:11] "GET /analytics HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.27 - - [2025-09-08 02:36:40] "GET /analytics HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2025-09-08 02:36:40] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.38 - - [2025-09-08 02:36:40] "GET /analytics HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.38 - - [2025-09-08 02:36:40] "GET /analytics HTTP/1.1" 401 205 0.000173 [API:8081]10.0.0.41 - - [2025-09-08 02:37:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.078836 [API:8081]10.0.0.41 - - [2025-09-08 02:37:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.088249 [API:8081]10.0.0.41 - - [2025-09-08 02:37:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.020288 [API:8081]10.0.0.41 - - [2025-09-08 02:37:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.020584 [API:8081]10.0.0.41 - - [2025-09-08 02:37:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.020312 [API:8081]10.0.0.27 - - [2025-09-08 02:37:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058824 [API:8081]10.0.0.41 - - [2025-09-08 02:37:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.034432 [API:8081]10.0.0.41 - - [2025-09-08 02:37:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-53245340:ctest-vnet1-29772596?flat HTTP/1.1" 200 8246 0.013072 [API:8081]10.0.0.41 - - [2025-09-08 02:37:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012347 [API:8081]10.0.0.41 - - [2025-09-08 02:37:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.036939 [API:8081]10.0.0.41 - - [2025-09-08 02:37:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13059 0.053577 [API:8081]10.0.0.41 - - [2025-09-08 02:37:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.023781 [API:8081]10.0.0.41 - - [2025-09-08 02:37:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13060 0.022936 [API:8081]10.0.0.41 - - [2025-09-08 02:37:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.038267 [API:8081]10.0.0.41 - - [2025-09-08 02:37:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13060 0.032639 [API:8081]10.0.0.41 - - [2025-09-08 02:37:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.023221 [API:8081]10.0.0.41 - - [2025-09-08 02:37:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13060 0.023687 [API:8081]10.0.0.41 - - [2025-09-08 02:37:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.028791 [API:8081]10.0.0.41 - - [2025-09-08 02:37:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13060 0.025975 [API:8081]10.0.0.41 - - [2025-09-08 02:37:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.024460 [API:8081]10.0.0.41 - - [2025-09-08 02:37:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13060 0.032989 [API:8081]10.0.0.41 - - [2025-09-08 02:37:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.059371 [API:8081]10.0.0.41 - - [2025-09-08 02:37:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13060 0.026584 [API:8081]10.0.0.41 - - [2025-09-08 02:37:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.023127 [API:8081]10.0.0.41 - - [2025-09-08 02:37:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13060 0.023504 [API:8081]10.0.0.41 - - [2025-09-08 02:37:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.023069 [API:8081]10.0.0.41 - - [2025-09-08 02:37:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13060 0.022277 [API:8081]10.0.0.41 - - [2025-09-08 02:37:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24578 0.029620 [API:8081]10.0.0.41 - - [2025-09-08 02:37:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 12640 0.024398 [API:8081]10.0.0.41 - - [2025-09-08 02:37:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-53245340:ctest-vnet0-12339578?flat HTTP/1.1" 200 8245 0.018161 [API:8081]10.0.0.41 - - [2025-09-08 02:37:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009400 [API:8081]10.0.0.38 - - [2025-09-08 02:37:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.170509 [API:8081]10.0.0.27 - - [2025-09-08 02:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.175280 [API:8081]10.0.0.27 - - [2025-09-08 02:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.123543 [API:8081]10.0.0.38 - - [2025-09-08 02:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.016364 [API:8081]10.0.0.41 - - [2025-09-08 02:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.160887 [API:8081]10.0.0.41 - - [2025-09-08 02:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.157955 [API:8081]10.0.0.41 - - [2025-09-08 02:38:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.009822 [API:8081]10.0.0.27 - - [2025-09-08 02:38:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.078517 [API:8081]10.0.0.41 - - [2025-09-08 02:39:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.41 - - [2025-09-08 02:39:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.058948 [API:8081]10.0.0.27 - - [2025-09-08 02:40:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065388 [API:8081]10.0.0.41 - - [2025-09-08 02:41:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.079710 [API:8081]10.0.0.41 - - [2025-09-08 02:41:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13088 0.031112 [API:8081]10.0.0.41 - - [2025-09-08 02:41:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.082322 [API:8081]10.0.0.41 - - [2025-09-08 02:41:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13088 0.024394 [API:8081]10.0.0.41 - - [2025-09-08 02:41:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.024617 [API:8081]10.0.0.41 - - [2025-09-08 02:41:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13088 0.022645 [API:8081]10.0.0.41 - - [2025-09-08 02:41:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.038524 [API:8081]10.0.0.41 - - [2025-09-08 02:41:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 12652 0.047036 [API:8081]10.0.0.41 - - [2025-09-08 02:41:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-41738782:ctest-vnet0-89188130?flat HTTP/1.1" 200 7197 0.012736 [API:8081]10.0.0.41 - - [2025-09-08 02:41:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009564 [API:8081]10.0.0.27 - - [2025-09-08 02:41:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.089373 [API:8081]10.0.0.41 - - [2025-09-08 02:41:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.41 - - [2025-09-08 02:41:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.062641 [API:8081]10.0.0.41 - - [2025-09-08 02:41:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.41 - - [2025-09-08 02:41:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.060456 [API:8081]10.0.0.41 - - [2025-09-08 02:41:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.063482 [API:8081]10.0.0.41 - - [2025-09-08 02:41:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.054159 [API:8081]10.0.0.41 - - [2025-09-08 02:42:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-61179347:871191a2-74d7-4634-b3a1-d635f3799762?flat HTTP/1.1" 200 5235 0.017122 [API:8081]10.0.0.41 - - [2025-09-08 02:42:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-61179347:871191a2-74d7-4634-b3a1-d635f3799762?flat HTTP/1.1" 200 5235 0.015276 [API:8081]10.0.0.41 - - [2025-09-08 02:42:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-61179347:871191a2-74d7-4634-b3a1-d635f3799762?flat HTTP/1.1" 200 5235 0.014577 [API:8081]10.0.0.41 - - [2025-09-08 02:42:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-61179347:ctest-VN1-45925762?flat HTTP/1.1" 200 8557 0.018115 [API:8081]10.0.0.41 - - [2025-09-08 02:42:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.021028 [API:8081]10.0.0.41 - - [2025-09-08 02:42:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13402 0.024044 [API:8081]10.0.0.41 - - [2025-09-08 02:42:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.023539 [API:8081]10.0.0.41 - - [2025-09-08 02:42:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13402 0.023250 [API:8081]10.0.0.41 - - [2025-09-08 02:42:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010591 [API:8081]10.0.0.41 - - [2025-09-08 02:42:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-61179347:0d4bdcdc-0320-4806-ac8c-82c176b4149d?flat HTTP/1.1" 200 5477 0.016036 [API:8081]10.0.0.41 - - [2025-09-08 02:42:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-61179347:0d4bdcdc-0320-4806-ac8c-82c176b4149d?flat HTTP/1.1" 200 5477 0.013962 [API:8081]10.0.0.41 - - [2025-09-08 02:42:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-61179347:0d4bdcdc-0320-4806-ac8c-82c176b4149d?flat HTTP/1.1" 200 5477 0.012825 [API:8081]10.0.0.41 - - [2025-09-08 02:42:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-61179347:ctest-VN2-93399162?flat HTTP/1.1" 200 9524 0.017445 [API:8081]10.0.0.41 - - [2025-09-08 02:42:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.021163 [API:8081]10.0.0.41 - - [2025-09-08 02:42:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.019822 [API:8081]10.0.0.41 - - [2025-09-08 02:42:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009826 [API:8081]10.0.0.41 - - [2025-09-08 02:42:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-61179347:f75317e5-cc35-4b9c-9b13-bef63613af17?flat HTTP/1.1" 200 5097 0.016068 [API:8081]10.0.0.41 - - [2025-09-08 02:42:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-61179347:f75317e5-cc35-4b9c-9b13-bef63613af17?flat HTTP/1.1" 200 5097 0.016779 [API:8081]10.0.0.41 - - [2025-09-08 02:42:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-61179347:f75317e5-cc35-4b9c-9b13-bef63613af17?flat HTTP/1.1" 200 5097 0.014632 [API:8081]10.0.0.41 - - [2025-09-08 02:42:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-61179347:ctest-VN3-54592199?flat HTTP/1.1" 200 7440 0.014498 [API:8081]10.0.0.41 - - [2025-09-08 02:42:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.023951 [API:8081]10.0.0.41 - - [2025-09-08 02:42:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13403 0.028870 [API:8081]10.0.0.41 - - [2025-09-08 02:42:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.032547 [API:8081]10.0.0.41 - - [2025-09-08 02:42:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13403 0.038182 [API:8081]10.0.0.41 - - [2025-09-08 02:42:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011054 [API:8081]10.0.0.38 - - [2025-09-08 02:42:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.185471 [API:8081]10.0.0.27 - - [2025-09-08 02:42:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.169455 [API:8081]10.0.0.27 - - [2025-09-08 02:42:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.172097 [API:8081]10.0.0.38 - - [2025-09-08 02:42:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.014086 [API:8081]10.0.0.41 - - [2025-09-08 02:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.164234 [API:8081]10.0.0.41 - - [2025-09-08 02:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.195141 [API:8081]10.0.0.27 - - [2025-09-08 02:43:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062317 [API:8081]10.0.0.41 - - [2025-09-08 02:43:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.022531 [API:8081]10.0.0.41 - - [2025-09-08 02:43:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13412 0.027497 [API:8081]10.0.0.41 - - [2025-09-08 02:43:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.020694 [API:8081]10.0.0.41 - - [2025-09-08 02:43:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13412 0.026850 [API:8081]10.0.0.41 - - [2025-09-08 02:43:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.021958 [API:8081]10.0.0.41 - - [2025-09-08 02:43:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13412 0.021685 [API:8081]10.0.0.41 - - [2025-09-08 02:43:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.022227 [API:8081]10.0.0.41 - - [2025-09-08 02:43:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13412 0.027286 [API:8081]10.0.0.41 - - [2025-09-08 02:43:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.033716 [API:8081]10.0.0.41 - - [2025-09-08 02:43:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13412 0.030123 [API:8081]10.0.0.41 - - [2025-09-08 02:43:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.027364 [API:8081]10.0.0.41 - - [2025-09-08 02:43:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13412 0.022759 [API:8081]10.0.0.41 - - [2025-09-08 02:43:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.025030 [API:8081]10.0.0.41 - - [2025-09-08 02:43:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13044 0.025479 [API:8081]10.0.0.41 - - [2025-09-08 02:43:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-61179347:ctest-VN3-54592199?flat HTTP/1.1" 200 6212 0.013698 [API:8081]10.0.0.41 - - [2025-09-08 02:43:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010825 [API:8081]10.0.0.41 - - [2025-09-08 02:43:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020542 [API:8081]10.0.0.41 - - [2025-09-08 02:43:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.022164 [API:8081]10.0.0.41 - - [2025-09-08 02:43:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020540 [API:8081]10.0.0.41 - - [2025-09-08 02:44:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.032682 [API:8081]10.0.0.41 - - [2025-09-08 02:44:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020995 [API:8081]10.0.0.41 - - [2025-09-08 02:44:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019828 [API:8081]10.0.0.41 - - [2025-09-08 02:44:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.022768 [API:8081]10.0.0.41 - - [2025-09-08 02:44:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020581 [API:8081]10.0.0.41 - - [2025-09-08 02:44:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.030937 [API:8081]10.0.0.41 - - [2025-09-08 02:44:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019201 [API:8081]10.0.0.41 - - [2025-09-08 02:44:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-61179347:ctest-VN2-93399162?flat HTTP/1.1" 200 6556 0.013119 [API:8081]10.0.0.41 - - [2025-09-08 02:44:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.015659 [API:8081]10.0.0.41 - - [2025-09-08 02:44:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.043490 [API:8081]10.0.0.41 - - [2025-09-08 02:44:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13039 0.033686 [API:8081]10.0.0.27 - - [2025-09-08 02:44:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.064530 [API:8081]10.0.0.41 - - [2025-09-08 02:44:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.027271 [API:8081]10.0.0.41 - - [2025-09-08 02:44:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13037 0.021217 [API:8081]10.0.0.41 - - [2025-09-08 02:44:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.022236 [API:8081]10.0.0.41 - - [2025-09-08 02:44:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13037 0.024628 [API:8081]10.0.0.41 - - [2025-09-08 02:44:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.031804 [API:8081]10.0.0.41 - - [2025-09-08 02:44:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13037 0.022807 [API:8081]10.0.0.41 - - [2025-09-08 02:44:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.022679 [API:8081]10.0.0.41 - - [2025-09-08 02:44:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13037 0.022746 [API:8081]10.0.0.41 - - [2025-09-08 02:44:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.023452 [API:8081]10.0.0.41 - - [2025-09-08 02:44:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13037 0.023161 [API:8081]10.0.0.41 - - [2025-09-08 02:44:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.026125 [API:8081]10.0.0.41 - - [2025-09-08 02:44:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13037 0.025863 [API:8081]10.0.0.41 - - [2025-09-08 02:44:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.025673 [API:8081]10.0.0.41 - - [2025-09-08 02:44:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13037 0.024869 [API:8081]10.0.0.41 - - [2025-09-08 02:44:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.025510 [API:8081]10.0.0.41 - - [2025-09-08 02:44:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13037 0.021965 [API:8081]10.0.0.41 - - [2025-09-08 02:44:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.025193 [API:8081]10.0.0.41 - - [2025-09-08 02:44:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 12649 0.037957 [API:8081]10.0.0.41 - - [2025-09-08 02:44:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-61179347:ctest-VN1-45925762?flat HTTP/1.1" 200 6776 0.012649 [API:8081]10.0.0.41 - - [2025-09-08 02:44:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009128 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:45:00] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003426 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:45:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005144 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:45:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005501 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:45:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004229 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:45:00] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002799 [API:8081]10.0.0.41 - - [2025-09-08 02:45:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.41 - - [2025-09-08 02:45:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.063711 [API:8081]10.0.0.41 - - [2025-09-08 02:45:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.060496 [API:8081]10.0.0.41 - - [2025-09-08 02:45:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.062095 [API:8081]10.0.0.41 - - [2025-09-08 02:46:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-69523140:a34ef84f-1927-4cbf-9976-31031fa5b51d?flat HTTP/1.1" 200 5369 0.014502 [API:8081]10.0.0.41 - - [2025-09-08 02:46:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-69523140:a34ef84f-1927-4cbf-9976-31031fa5b51d?flat HTTP/1.1" 200 5369 0.015208 [API:8081]10.0.0.41 - - [2025-09-08 02:46:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-69523140:a34ef84f-1927-4cbf-9976-31031fa5b51d?flat HTTP/1.1" 200 5369 0.014637 [API:8081]10.0.0.41 - - [2025-09-08 02:46:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-69523140:a34ef84f-1927-4cbf-9976-31031fa5b51d?flat HTTP/1.1" 200 5369 0.018176 [API:8081]10.0.0.41 - - [2025-09-08 02:46:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-69523140:ctest-VN1-54307432?flat HTTP/1.1" 200 9458 0.019036 [API:8081]10.0.0.41 - - [2025-09-08 02:46:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.035445 [API:8081]10.0.0.41 - - [2025-09-08 02:46:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13436 0.022847 [API:8081]10.0.0.41 - - [2025-09-08 02:46:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.024234 [API:8081]10.0.0.41 - - [2025-09-08 02:46:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13436 0.023080 [API:8081]10.0.0.41 - - [2025-09-08 02:46:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011219 [API:8081]10.0.0.41 - - [2025-09-08 02:46:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-69523140:55bfffda-60d3-49ae-91d2-33c06f46f5e5?flat HTTP/1.1" 200 5225 0.014473 [API:8081]10.0.0.41 - - [2025-09-08 02:46:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-69523140:55bfffda-60d3-49ae-91d2-33c06f46f5e5?flat HTTP/1.1" 200 5225 0.012843 [API:8081]10.0.0.41 - - [2025-09-08 02:46:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-69523140:55bfffda-60d3-49ae-91d2-33c06f46f5e5?flat HTTP/1.1" 200 5225 0.016306 [API:8081]10.0.0.41 - - [2025-09-08 02:46:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-69523140:55bfffda-60d3-49ae-91d2-33c06f46f5e5?flat HTTP/1.1" 200 5225 0.015763 [API:8081]10.0.0.41 - - [2025-09-08 02:46:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-69523140:ctest-VN2-60544831?flat HTTP/1.1" 200 8640 0.014021 [API:8081]10.0.0.41 - - [2025-09-08 02:46:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.025811 [API:8081]10.0.0.41 - - [2025-09-08 02:46:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.018590 [API:8081]10.0.0.41 - - [2025-09-08 02:46:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009206 [API:8081]10.0.0.41 - - [2025-09-08 02:46:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-69523140:5211a0c5-4fb1-4ae2-93b8-ff35ce1dd153?flat HTTP/1.1" 200 5222 0.014928 [API:8081]10.0.0.41 - - [2025-09-08 02:46:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-69523140:5211a0c5-4fb1-4ae2-93b8-ff35ce1dd153?flat HTTP/1.1" 200 5222 0.013450 [API:8081]10.0.0.41 - - [2025-09-08 02:46:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-69523140:5211a0c5-4fb1-4ae2-93b8-ff35ce1dd153?flat HTTP/1.1" 200 5222 0.013675 [API:8081]10.0.0.41 - - [2025-09-08 02:46:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-69523140:5211a0c5-4fb1-4ae2-93b8-ff35ce1dd153?flat HTTP/1.1" 200 5222 0.019660 [API:8081]10.0.0.41 - - [2025-09-08 02:46:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-69523140:ctest-VN3-44320984?flat HTTP/1.1" 200 8203 0.023762 [API:8081]10.0.0.41 - - [2025-09-08 02:46:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.032835 [API:8081]10.0.0.41 - - [2025-09-08 02:46:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13436 0.034342 [API:8081]10.0.0.41 - - [2025-09-08 02:46:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.023881 [API:8081]10.0.0.41 - - [2025-09-08 02:46:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13436 0.032924 [API:8081]10.0.0.41 - - [2025-09-08 02:46:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012221 [API:8081]10.0.0.41 - - [2025-09-08 02:46:11] "GET /analytics HTTP/1.1" 401 205 0.000408 [API:8081]10.0.0.41 - - [2025-09-08 02:46:11] "GET /analytics HTTP/1.1" 401 205 0.000200 [API:8081]10.0.0.27 - - [2025-09-08 02:46:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062223 [API:8081]10.0.0.27 - - [2025-09-08 02:46:40] "GET /analytics HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.27 - - [2025-09-08 02:46:40] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.38 - - [2025-09-08 02:46:40] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.38 - - [2025-09-08 02:46:40] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.41 - - [2025-09-08 02:46:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.022672 [API:8081]10.0.0.41 - - [2025-09-08 02:46:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13443 0.038352 [API:8081]10.0.0.41 - - [2025-09-08 02:46:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.039497 [API:8081]10.0.0.41 - - [2025-09-08 02:46:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13443 0.037895 [API:8081]10.0.0.41 - - [2025-09-08 02:46:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.022274 [API:8081]10.0.0.41 - - [2025-09-08 02:46:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13443 0.023661 [API:8081]10.0.0.41 - - [2025-09-08 02:47:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.022089 [API:8081]10.0.0.41 - - [2025-09-08 02:47:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13443 0.023501 [API:8081]10.0.0.41 - - [2025-09-08 02:47:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.024287 [API:8081]10.0.0.41 - - [2025-09-08 02:47:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13443 0.027753 [API:8081]10.0.0.41 - - [2025-09-08 02:47:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.026227 [API:8081]10.0.0.41 - - [2025-09-08 02:47:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13443 0.026809 [API:8081]10.0.0.41 - - [2025-09-08 02:47:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.022788 [API:8081]10.0.0.41 - - [2025-09-08 02:47:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13443 0.025384 [API:8081]10.0.0.41 - - [2025-09-08 02:47:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.025186 [API:8081]10.0.0.41 - - [2025-09-08 02:47:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13443 0.024673 [API:8081]10.0.0.41 - - [2025-09-08 02:47:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.023228 [API:8081]10.0.0.41 - - [2025-09-08 02:47:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13443 0.024248 [API:8081]10.0.0.41 - - [2025-09-08 02:47:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.027243 [API:8081]10.0.0.41 - - [2025-09-08 02:47:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13059 0.026123 [API:8081]10.0.0.41 - - [2025-09-08 02:47:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-69523140:ctest-VN3-44320984?flat HTTP/1.1" 200 6964 0.020978 [API:8081]10.0.0.41 - - [2025-09-08 02:47:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011347 [API:8081]10.0.0.41 - - [2025-09-08 02:47:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.025130 [API:8081]10.0.0.41 - - [2025-09-08 02:47:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.024402 [API:8081]10.0.0.27 - - [2025-09-08 02:47:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.058786 [API:8081]10.0.0.41 - - [2025-09-08 02:47:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020227 [API:8081]10.0.0.41 - - [2025-09-08 02:47:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.018207 [API:8081]10.0.0.41 - - [2025-09-08 02:47:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020798 [API:8081]10.0.0.41 - - [2025-09-08 02:47:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021047 [API:8081]10.0.0.41 - - [2025-09-08 02:47:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021848 [API:8081]10.0.0.41 - - [2025-09-08 02:47:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.022876 [API:8081]10.0.0.41 - - [2025-09-08 02:47:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021370 [API:8081]10.0.0.41 - - [2025-09-08 02:47:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-69523140:ctest-VN2-60544831?flat HTTP/1.1" 200 7316 0.013448 [API:8081]10.0.0.41 - - [2025-09-08 02:47:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010053 [API:8081]10.0.0.41 - - [2025-09-08 02:47:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.028630 [API:8081]10.0.0.41 - - [2025-09-08 02:47:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 12652 0.024943 [API:8081]10.0.0.41 - - [2025-09-08 02:47:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-69523140:ctest-VN1-54307432?flat HTTP/1.1" 200 7651 0.013803 [API:8081]10.0.0.41 - - [2025-09-08 02:47:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009439 [API:8081]10.0.0.38 - - [2025-09-08 02:47:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.598912 [API:8081]10.0.0.27 - - [2025-09-08 02:47:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.347217 [API:8081]10.0.0.27 - - [2025-09-08 02:47:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.249070 [API:8081]10.0.0.38 - - [2025-09-08 02:48:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.108593 [API:8081]10.0.0.41 - - [2025-09-08 02:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.153804 [API:8081]10.0.0.41 - - [2025-09-08 02:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.378034 [API:8081]10.0.0.41 - - [2025-09-08 02:48:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.41 - - [2025-09-08 02:48:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.052275 [API:8081]10.0.0.41 - - [2025-09-08 02:48:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.068659 [API:8081]10.0.0.27 - - [2025-09-08 02:49:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060462 [API:8081]10.0.0.41 - - [2025-09-08 02:50:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000384 [API:8081]10.0.0.41 - - [2025-09-08 02:50:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.115238 [API:8081]10.0.0.27 - - [2025-09-08 02:50:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.417560 [API:8081]10.0.0.27 - - [2025-09-08 02:52:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064860 [API:8081]10.0.0.41 - - [2025-09-08 02:52:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25229 0.026253 [API:8081]10.0.0.41 - - [2025-09-08 02:52:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13081 0.071535 [API:8081]10.0.0.41 - - [2025-09-08 02:52:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25229 0.069170 [API:8081]10.0.0.41 - - [2025-09-08 02:52:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13081 0.023547 [API:8081]10.0.0.41 - - [2025-09-08 02:52:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25229 0.033175 [API:8081]10.0.0.41 - - [2025-09-08 02:52:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13081 0.022089 [API:8081]10.0.0.41 - - [2025-09-08 02:52:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25229 0.024208 [API:8081]10.0.0.41 - - [2025-09-08 02:52:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13081 0.028312 [API:8081]10.0.0.41 - - [2025-09-08 02:52:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25229 0.028799 [API:8081]10.0.0.41 - - [2025-09-08 02:52:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 12839 0.027111 [API:8081]10.0.0.41 - - [2025-09-08 02:52:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-63809028:ctest-vnet0-31993050?flat HTTP/1.1" 200 7967 0.013851 [API:8081]10.0.0.41 - - [2025-09-08 02:52:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009845 [API:8081]10.0.0.38 - - [2025-09-08 02:52:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.181986 [API:8081]10.0.0.27 - - [2025-09-08 02:52:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.302453 [API:8081]10.0.0.27 - - [2025-09-08 02:52:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.293416 [API:8081]10.0.0.38 - - [2025-09-08 02:53:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.013430 [API:8081]10.0.0.41 - - [2025-09-08 02:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.171806 [API:8081]10.0.0.41 - - [2025-09-08 02:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.352629 [API:8081]10.0.0.41 - - [2025-09-08 02:53:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.41 - - [2025-09-08 02:53:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.054365 [API:8081]10.0.0.41 - - [2025-09-08 02:53:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1362 0.063284 [API:8081]10.0.0.27 - - [2025-09-08 02:53:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.076983 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:55:00] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003466 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:55:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003763 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:55:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003021 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:55:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002658 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 02:55:00] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002235 [API:8081]10.0.0.27 - - [2025-09-08 02:55:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060060 [API:8081]10.0.0.41 - - [2025-09-08 02:55:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.018985 [API:8081]10.0.0.41 - - [2025-09-08 02:55:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-31586431:ctest-vnet1-45871479?flat HTTP/1.1" 200 7307 0.054571 [API:8081]10.0.0.41 - - [2025-09-08 02:55:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008024 [API:8081]10.0.0.41 - - [2025-09-08 02:55:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25241 0.023531 [API:8081]10.0.0.41 - - [2025-09-08 02:55:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13066 0.024207 [API:8081]10.0.0.41 - - [2025-09-08 02:55:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25241 0.022007 [API:8081]10.0.0.41 - - [2025-09-08 02:55:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13066 0.023174 [API:8081]10.0.0.41 - - [2025-09-08 02:55:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25241 0.023187 [API:8081]10.0.0.41 - - [2025-09-08 02:55:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13066 0.023084 [API:8081]10.0.0.41 - - [2025-09-08 02:56:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25241 0.023593 [API:8081]10.0.0.41 - - [2025-09-08 02:56:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13066 0.025330 [API:8081]10.0.0.41 - - [2025-09-08 02:56:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25241 0.029627 [API:8081]10.0.0.41 - - [2025-09-08 02:56:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13066 0.026497 [API:8081]10.0.0.41 - - [2025-09-08 02:56:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25241 0.026471 [API:8081]10.0.0.41 - - [2025-09-08 02:56:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13066 0.021548 [API:8081]10.0.0.41 - - [2025-09-08 02:56:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25241 0.022258 [API:8081]10.0.0.41 - - [2025-09-08 02:56:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13066 0.022002 [API:8081]10.0.0.41 - - [2025-09-08 02:56:11] "GET /analytics HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.41 - - [2025-09-08 02:56:11] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.41 - - [2025-09-08 02:56:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25241 0.036401 [API:8081]10.0.0.41 - - [2025-09-08 02:56:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13066 0.022384 [API:8081]10.0.0.41 - - [2025-09-08 02:56:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25245 0.024536 [API:8081]10.0.0.41 - - [2025-09-08 02:56:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13066 0.022867 [API:8081]10.0.0.41 - - [2025-09-08 02:56:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25245 0.024969 [API:8081]10.0.0.41 - - [2025-09-08 02:56:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 12649 0.027938 [API:8081]10.0.0.41 - - [2025-09-08 02:56:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-31586431:ctest-vnet0-17949890?flat HTTP/1.1" 200 6959 0.012064 [API:8081]10.0.0.41 - - [2025-09-08 02:56:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011361 [API:8081]10.0.0.27 - - [2025-09-08 02:56:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.405651 [API:8081]10.0.0.41 - - [2025-09-08 02:56:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.41 - - [2025-09-08 02:56:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.063735 [API:8081]10.0.0.27 - - [2025-09-08 02:56:40] "GET /analytics HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2025-09-08 02:56:40] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.38 - - [2025-09-08 02:56:40] "GET /analytics HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.38 - - [2025-09-08 02:56:40] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.41 - - [2025-09-08 02:56:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1386 0.050980 [API:8081]10.0.0.38 - - [2025-09-08 02:57:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.167937 [API:8081]10.0.0.27 - - [2025-09-08 02:57:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.217750 [API:8081]10.0.0.27 - - [2025-09-08 02:57:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.166344 [API:8081]10.0.0.38 - - [2025-09-08 02:58:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.132632 [API:8081]10.0.0.41 - - [2025-09-08 02:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.153619 [API:8081]10.0.0.41 - - [2025-09-08 02:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.147083 [API:8081]10.0.0.27 - - [2025-09-08 02:58:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061584 [API:8081]10.0.0.27 - - [2025-09-08 02:59:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.077777 [API:8081]10.0.0.41 - - [2025-09-08 02:59:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.023541 [API:8081]10.0.0.41 - - [2025-09-08 02:59:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.072634 [API:8081]10.0.0.41 - - [2025-09-08 02:59:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.026014 [API:8081]10.0.0.41 - - [2025-09-08 02:59:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-93204521:ctest-vnet1-64449542?flat HTTP/1.1" 200 8068 0.015025 [API:8081]10.0.0.41 - - [2025-09-08 02:59:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.017922 [API:8081]10.0.0.41 - - [2025-09-08 02:59:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.022064 [API:8081]10.0.0.41 - - [2025-09-08 02:59:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13844 0.024776 [API:8081]10.0.0.41 - - [2025-09-08 02:59:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.023238 [API:8081]10.0.0.41 - - [2025-09-08 02:59:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13844 0.022496 [API:8081]10.0.0.41 - - [2025-09-08 02:59:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.034456 [API:8081]10.0.0.41 - - [2025-09-08 02:59:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13844 0.033141 [API:8081]10.0.0.41 - - [2025-09-08 03:00:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.026301 [API:8081]10.0.0.41 - - [2025-09-08 03:00:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13844 0.027269 [API:8081]10.0.0.41 - - [2025-09-08 03:00:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.038728 [API:8081]10.0.0.41 - - [2025-09-08 03:00:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13844 0.030701 [API:8081]10.0.0.41 - - [2025-09-08 03:00:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.037919 [API:8081]10.0.0.41 - - [2025-09-08 03:00:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13844 0.033254 [API:8081]10.0.0.41 - - [2025-09-08 03:00:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.026913 [API:8081]10.0.0.41 - - [2025-09-08 03:00:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13844 0.023565 [API:8081]10.0.0.41 - - [2025-09-08 03:00:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.023257 [API:8081]10.0.0.41 - - [2025-09-08 03:00:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13844 0.023989 [API:8081]10.0.0.41 - - [2025-09-08 03:00:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.021529 [API:8081]10.0.0.41 - - [2025-09-08 03:00:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13844 0.024199 [API:8081]10.0.0.41 - - [2025-09-08 03:00:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.025805 [API:8081]10.0.0.41 - - [2025-09-08 03:00:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13844 0.024935 [API:8081]10.0.0.41 - - [2025-09-08 03:00:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.023213 [API:8081]10.0.0.41 - - [2025-09-08 03:00:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 12646 0.023835 [API:8081]10.0.0.41 - - [2025-09-08 03:00:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-93204521:ctest-vnet0-97093678?flat HTTP/1.1" 200 7709 0.013427 [API:8081]10.0.0.41 - - [2025-09-08 03:00:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010783 [API:8081]10.0.0.27 - - [2025-09-08 03:01:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078175 [API:8081]10.0.0.27 - - [2025-09-08 03:02:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.060917 [API:8081]10.0.0.38 - - [2025-09-08 03:02:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.246757 [API:8081]10.0.0.27 - - [2025-09-08 03:02:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.204710 [API:8081]10.0.0.27 - - [2025-09-08 03:02:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.182967 [API:8081]10.0.0.38 - - [2025-09-08 03:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.107233 [API:8081]10.0.0.41 - - [2025-09-08 03:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.163552 [API:8081]10.0.0.41 - - [2025-09-08 03:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.228743 [API:8081]10.0.0.41 - - [2025-09-08 03:04:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.41 - - [2025-09-08 03:04:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.061466 [API:8081]10.0.0.27 - - [2025-09-08 03:04:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.082941 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:05:00] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002977 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:05:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002976 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:05:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002921 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:05:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002755 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:05:00] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002646 [API:8081]10.0.0.41 - - [2025-09-08 03:05:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1132 0.065944 [API:8081]10.0.0.27 - - [2025-09-08 03:05:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.061071 [API:8081]10.0.0.41 - - [2025-09-08 03:06:11] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.41 - - [2025-09-08 03:06:11] "GET /analytics HTTP/1.1" 401 205 0.000168 [API:8081]10.0.0.27 - - [2025-09-08 03:06:40] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.27 - - [2025-09-08 03:06:40] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.38 - - [2025-09-08 03:06:40] "GET /analytics HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.38 - - [2025-09-08 03:06:40] "GET /analytics HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.41 - - [2025-09-08 03:06:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000497 [API:8081]10.0.0.41 - - [2025-09-08 03:06:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1260 0.054933 [API:8081]10.0.0.41 - - [2025-09-08 03:07:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-33600488:3f9b6f79-ebba-4fee-b3f5-87d4a3780cbe?flat HTTP/1.1" 200 5819 0.061981 [API:8081]10.0.0.41 - - [2025-09-08 03:07:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-33600488:3f9b6f79-ebba-4fee-b3f5-87d4a3780cbe?flat HTTP/1.1" 200 5819 0.089497 [API:8081]10.0.0.41 - - [2025-09-08 03:07:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-33600488:3f9b6f79-ebba-4fee-b3f5-87d4a3780cbe?flat HTTP/1.1" 200 5819 0.021829 [API:8081]10.0.0.41 - - [2025-09-08 03:07:34] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-33600488:ctest-SecurityGroupBasicRegressionTests1Ipv6-33600488-79583108?flat HTTP/1.1" 200 5023 0.018995 [API:8081]10.0.0.41 - - [2025-09-08 03:07:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.026596 [API:8081]10.0.0.41 - - [2025-09-08 03:07:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13267 0.023546 [API:8081]10.0.0.41 - - [2025-09-08 03:07:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.026115 [API:8081]10.0.0.41 - - [2025-09-08 03:07:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13267 0.024998 [API:8081]10.0.0.41 - - [2025-09-08 03:07:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.014614 [API:8081]10.0.0.27 - - [2025-09-08 03:07:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057590 [API:8081]10.0.0.38 - - [2025-09-08 03:07:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.160409 [API:8081]10.0.0.27 - - [2025-09-08 03:07:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.158290 [API:8081]10.0.0.27 - - [2025-09-08 03:07:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.178737 [API:8081]10.0.0.38 - - [2025-09-08 03:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.082862 [API:8081]10.0.0.41 - - [2025-09-08 03:08:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-33600488:82743906-c399-4014-9bfa-646bbb2ae109?flat HTTP/1.1" 200 5952 0.014158 [API:8081]10.0.0.41 - - [2025-09-08 03:08:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-33600488:82743906-c399-4014-9bfa-646bbb2ae109?flat HTTP/1.1" 200 5952 0.012128 [API:8081]10.0.0.41 - - [2025-09-08 03:08:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-33600488:82743906-c399-4014-9bfa-646bbb2ae109?flat HTTP/1.1" 200 5952 0.013133 [API:8081]10.0.0.41 - - [2025-09-08 03:08:00] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-33600488:ctest-SecurityGroupBasicRegressionTests1Ipv6-33600488-79583108?flat HTTP/1.1" 200 13379 0.019926 [API:8081]10.0.0.41 - - [2025-09-08 03:08:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.021785 [API:8081]10.0.0.41 - - [2025-09-08 03:08:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.020228 [API:8081]10.0.0.41 - - [2025-09-08 03:08:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010159 [API:8081]10.0.0.41 - - [2025-09-08 03:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.140851 [API:8081]10.0.0.41 - - [2025-09-08 03:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.152565 [API:8081]10.0.0.27 - - [2025-09-08 03:08:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.058696 [API:8081]10.0.0.41 - - [2025-09-08 03:09:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.020327 [API:8081]10.0.0.41 - - [2025-09-08 03:09:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.022399 [API:8081]10.0.0.41 - - [2025-09-08 03:09:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.028573 [API:8081]10.0.0.41 - - [2025-09-08 03:09:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.018480 [API:8081]10.0.0.41 - - [2025-09-08 03:09:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.031179 [API:8081]10.0.0.41 - - [2025-09-08 03:09:19] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-33600488:ctest-SecurityGroupBasicRegressionTests1Ipv6-33600488-79583108?flat HTTP/1.1" 200 11725 0.024036 [API:8081]10.0.0.41 - - [2025-09-08 03:09:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.016708 [API:8081]10.0.0.41 - - [2025-09-08 03:09:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.024085 [API:8081]10.0.0.41 - - [2025-09-08 03:09:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13262 0.024165 [API:8081]10.0.0.41 - - [2025-09-08 03:09:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.023142 [API:8081]10.0.0.41 - - [2025-09-08 03:09:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13262 0.023481 [API:8081]10.0.0.41 - - [2025-09-08 03:09:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.024105 [API:8081]10.0.0.41 - - [2025-09-08 03:09:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13261 0.028293 [API:8081]10.0.0.41 - - [2025-09-08 03:09:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.023661 [API:8081]10.0.0.41 - - [2025-09-08 03:09:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13261 0.030174 [API:8081]10.0.0.41 - - [2025-09-08 03:09:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.025391 [API:8081]10.0.0.41 - - [2025-09-08 03:09:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13261 0.023405 [API:8081]10.0.0.41 - - [2025-09-08 03:09:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.021977 [API:8081]10.0.0.41 - - [2025-09-08 03:09:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13261 0.024646 [API:8081]10.0.0.41 - - [2025-09-08 03:09:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.024683 [API:8081]10.0.0.41 - - [2025-09-08 03:09:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13261 0.022632 [API:8081]10.0.0.41 - - [2025-09-08 03:09:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.025806 [API:8081]10.0.0.41 - - [2025-09-08 03:09:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13261 0.026509 [API:8081]10.0.0.41 - - [2025-09-08 03:09:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.036098 [API:8081]10.0.0.41 - - [2025-09-08 03:09:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13261 0.029330 [API:8081]10.0.0.41 - - [2025-09-08 03:09:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.029423 [API:8081]10.0.0.41 - - [2025-09-08 03:09:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 12666 0.022021 [API:8081]10.0.0.41 - - [2025-09-08 03:09:49] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-33600488:ctest-SecurityGroupBasicRegressionTests1Ipv6-33600488-79583108?flat HTTP/1.1" 200 8798 0.014306 [API:8081]10.0.0.41 - - [2025-09-08 03:09:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009304 [API:8081]10.0.0.41 - - [2025-09-08 03:10:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.41 - - [2025-09-08 03:10:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1280 0.058926 [API:8081]10.0.0.41 - - [2025-09-08 03:10:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-55648293:4ded6f6a-0918-451d-9776-81ff306f06d3?flat HTTP/1.1" 200 5808 0.086220 [API:8081]10.0.0.41 - - [2025-09-08 03:10:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-55648293:4ded6f6a-0918-451d-9776-81ff306f06d3?flat HTTP/1.1" 200 5808 0.063771 [API:8081]10.0.0.41 - - [2025-09-08 03:10:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-55648293:4ded6f6a-0918-451d-9776-81ff306f06d3?flat HTTP/1.1" 200 5808 0.016258 [API:8081]10.0.0.41 - - [2025-09-08 03:10:45] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-55648293:ctest-SecurityGroupBasicRegressionTests1_contrail-55648293-60422129?flat HTTP/1.1" 200 10444 0.018804 [API:8081]10.0.0.41 - - [2025-09-08 03:10:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.024848 [API:8081]10.0.0.41 - - [2025-09-08 03:10:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13301 0.027277 [API:8081]10.0.0.41 - - [2025-09-08 03:10:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.025802 [API:8081]10.0.0.41 - - [2025-09-08 03:10:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13301 0.022684 [API:8081]10.0.0.41 - - [2025-09-08 03:10:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010149 [API:8081]10.0.0.27 - - [2025-09-08 03:10:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056648 [API:8081]10.0.0.41 - - [2025-09-08 03:11:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-55648293:5bfd7649-769e-4ea9-b837-ee4a1e59cf91?flat HTTP/1.1" 200 5678 0.027546 [API:8081]10.0.0.41 - - [2025-09-08 03:11:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-55648293:5bfd7649-769e-4ea9-b837-ee4a1e59cf91?flat HTTP/1.1" 200 5678 0.014175 [API:8081]10.0.0.41 - - [2025-09-08 03:11:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-55648293:5bfd7649-769e-4ea9-b837-ee4a1e59cf91?flat HTTP/1.1" 200 5678 0.013177 [API:8081]10.0.0.41 - - [2025-09-08 03:11:12] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-55648293:ctest-SecurityGroupBasicRegressionTests1_contrail-55648293-60422129?flat HTTP/1.1" 200 11512 0.023252 [API:8081]10.0.0.41 - - [2025-09-08 03:11:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.020986 [API:8081]10.0.0.41 - - [2025-09-08 03:11:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.018838 [API:8081]10.0.0.41 - - [2025-09-08 03:11:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011106 [API:8081]10.0.0.27 - - [2025-09-08 03:11:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.065837 [API:8081]10.0.0.41 - - [2025-09-08 03:12:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.022322 [API:8081]10.0.0.41 - - [2025-09-08 03:12:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.020365 [API:8081]10.0.0.41 - - [2025-09-08 03:12:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.022700 [API:8081]10.0.0.38 - - [2025-09-08 03:12:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.179687 [API:8081]10.0.0.41 - - [2025-09-08 03:12:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.025350 [API:8081]10.0.0.27 - - [2025-09-08 03:12:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.198914 [API:8081]10.0.0.27 - - [2025-09-08 03:12:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.157937 [API:8081]10.0.0.38 - - [2025-09-08 03:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.145699 [API:8081]10.0.0.41 - - [2025-09-08 03:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.143384 [API:8081]10.0.0.41 - - [2025-09-08 03:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.215236 [API:8081]10.0.0.41 - - [2025-09-08 03:13:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.021636 [API:8081]10.0.0.41 - - [2025-09-08 03:13:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.022553 [API:8081]10.0.0.41 - - [2025-09-08 03:13:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.020484 [API:8081]10.0.0.41 - - [2025-09-08 03:13:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.029106 [API:8081]10.0.0.41 - - [2025-09-08 03:13:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.020381 [API:8081]10.0.0.41 - - [2025-09-08 03:13:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.030344 [API:8081]10.0.0.41 - - [2025-09-08 03:13:17] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-55648293:ctest-SecurityGroupBasicRegressionTests1_contrail-55648293-60422129?flat HTTP/1.1" 200 11392 0.019554 [API:8081]10.0.0.41 - - [2025-09-08 03:13:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009981 [API:8081]10.0.0.41 - - [2025-09-08 03:13:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.027078 [API:8081]10.0.0.41 - - [2025-09-08 03:13:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13979 0.025293 [API:8081]10.0.0.41 - - [2025-09-08 03:13:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.038956 [API:8081]10.0.0.41 - - [2025-09-08 03:13:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13979 0.029135 [API:8081]10.0.0.41 - - [2025-09-08 03:13:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.026186 [API:8081]10.0.0.41 - - [2025-09-08 03:13:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13979 0.027691 [API:8081]10.0.0.41 - - [2025-09-08 03:13:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.030567 [API:8081]10.0.0.41 - - [2025-09-08 03:13:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13979 0.033789 [API:8081]10.0.0.41 - - [2025-09-08 03:13:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.024969 [API:8081]10.0.0.41 - - [2025-09-08 03:13:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13979 0.026757 [API:8081]10.0.0.41 - - [2025-09-08 03:13:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.029689 [API:8081]10.0.0.41 - - [2025-09-08 03:13:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13979 0.022863 [API:8081]10.0.0.41 - - [2025-09-08 03:13:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.024501 [API:8081]10.0.0.41 - - [2025-09-08 03:13:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13979 0.030443 [API:8081]10.0.0.41 - - [2025-09-08 03:13:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.024030 [API:8081]10.0.0.41 - - [2025-09-08 03:13:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13979 0.023970 [API:8081]10.0.0.41 - - [2025-09-08 03:13:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.032317 [API:8081]10.0.0.41 - - [2025-09-08 03:13:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13979 0.022815 [API:8081]10.0.0.41 - - [2025-09-08 03:13:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.024229 [API:8081]10.0.0.41 - - [2025-09-08 03:13:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13979 0.026649 [API:8081]10.0.0.27 - - [2025-09-08 03:13:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076983 [API:8081]10.0.0.41 - - [2025-09-08 03:13:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.027237 [API:8081]10.0.0.41 - - [2025-09-08 03:13:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 12669 0.023299 [API:8081]10.0.0.41 - - [2025-09-08 03:13:51] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-55648293:ctest-SecurityGroupBasicRegressionTests1_contrail-55648293-60422129?flat HTTP/1.1" 200 8427 0.013021 [API:8081]10.0.0.41 - - [2025-09-08 03:13:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009758 [API:8081]10.0.0.41 - - [2025-09-08 03:14:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.41 - - [2025-09-08 03:14:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1244 0.066000 [API:8081]10.0.0.41 - - [2025-09-08 03:14:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-56873262:7d738cba-c22a-41da-bac0-6a8c9ba17c50?flat HTTP/1.1" 200 5684 0.065822 [API:8081]10.0.0.41 - - [2025-09-08 03:14:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-56873262:7d738cba-c22a-41da-bac0-6a8c9ba17c50?flat HTTP/1.1" 200 5684 0.074358 [API:8081]10.0.0.41 - - [2025-09-08 03:14:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-56873262:7d738cba-c22a-41da-bac0-6a8c9ba17c50?flat HTTP/1.1" 200 5684 0.015150 [API:8081]10.0.0.41 - - [2025-09-08 03:14:49] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-56873262:ctest-SecurityGroupBasicRegressionTests1-56873262-83519453?flat HTTP/1.1" 200 9935 0.020408 [API:8081]10.0.0.41 - - [2025-09-08 03:14:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.022466 [API:8081]10.0.0.41 - - [2025-09-08 03:14:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13251 0.022787 [API:8081]10.0.0.41 - - [2025-09-08 03:14:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.026009 [API:8081]10.0.0.41 - - [2025-09-08 03:14:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13251 0.024067 [API:8081]10.0.0.41 - - [2025-09-08 03:14:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010184 [API:8081]10.0.0.27 - - [2025-09-08 03:14:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.060203 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:15:00] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002940 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:15:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003053 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:15:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003291 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:15:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002806 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:15:00] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002512 [API:8081]10.0.0.41 - - [2025-09-08 03:15:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-56873262:83fc8dad-8532-4a95-b5d4-be818ccd876b?flat HTTP/1.1" 200 5546 0.014771 [API:8081]10.0.0.41 - - [2025-09-08 03:15:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-56873262:83fc8dad-8532-4a95-b5d4-be818ccd876b?flat HTTP/1.1" 200 5546 0.015198 [API:8081]10.0.0.41 - - [2025-09-08 03:15:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-56873262:83fc8dad-8532-4a95-b5d4-be818ccd876b?flat HTTP/1.1" 200 5546 0.013369 [API:8081]10.0.0.41 - - [2025-09-08 03:15:15] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-56873262:ctest-SecurityGroupBasicRegressionTests1-56873262-83519453?flat HTTP/1.1" 200 9935 0.017074 [API:8081]10.0.0.41 - - [2025-09-08 03:15:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019418 [API:8081]10.0.0.41 - - [2025-09-08 03:15:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.021893 [API:8081]10.0.0.41 - - [2025-09-08 03:15:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008954 [API:8081]10.0.0.41 - - [2025-09-08 03:16:11] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.41 - - [2025-09-08 03:16:11] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.27 - - [2025-09-08 03:16:40] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.27 - - [2025-09-08 03:16:40] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.38 - - [2025-09-08 03:16:40] "GET /analytics HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.38 - - [2025-09-08 03:16:40] "GET /analytics HTTP/1.1" 401 205 0.000169 [API:8081]10.0.0.27 - - [2025-09-08 03:16:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079366 [API:8081]10.0.0.41 - - [2025-09-08 03:16:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.020222 [API:8081]10.0.0.41 - - [2025-09-08 03:16:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.018685 [API:8081]10.0.0.41 - - [2025-09-08 03:16:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019127 [API:8081]10.0.0.41 - - [2025-09-08 03:17:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.027912 [API:8081]10.0.0.41 - - [2025-09-08 03:17:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.024077 [API:8081]10.0.0.41 - - [2025-09-08 03:17:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.021485 [API:8081]10.0.0.41 - - [2025-09-08 03:17:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.020744 [API:8081]10.0.0.41 - - [2025-09-08 03:17:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.024373 [API:8081]10.0.0.41 - - [2025-09-08 03:17:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.032429 [API:8081]10.0.0.41 - - [2025-09-08 03:17:17] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-56873262:ctest-SecurityGroupBasicRegressionTests1-56873262-83519453?flat HTTP/1.1" 200 10759 0.026687 [API:8081]10.0.0.41 - - [2025-09-08 03:17:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012119 [API:8081]10.0.0.41 - - [2025-09-08 03:17:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.032812 [API:8081]10.0.0.41 - - [2025-09-08 03:17:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 12679 0.024649 [API:8081]10.0.0.41 - - [2025-09-08 03:17:20] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-56873262:ctest-SecurityGroupBasicRegressionTests1-56873262-83519453?flat HTTP/1.1" 200 7956 0.019663 [API:8081]10.0.0.41 - - [2025-09-08 03:17:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.014269 [API:8081]10.0.0.41 - - [2025-09-08 03:17:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.41 - - [2025-09-08 03:17:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.064361 [API:8081]10.0.0.41 - - [2025-09-08 03:17:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.060480 [API:8081]10.0.0.41 - - [2025-09-08 03:17:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1766 0.052286 [API:8081]10.0.0.27 - - [2025-09-08 03:17:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.079912 [API:8081]10.0.0.41 - - [2025-09-08 03:17:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.011504 [API:8081]10.0.0.41 - - [2025-09-08 03:17:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.010216 [API:8081]10.0.0.41 - - [2025-09-08 03:17:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1766 0.020326 [API:8081]10.0.0.41 - - [2025-09-08 03:17:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1990 0.008606 [API:8081]10.0.0.38 - - [2025-09-08 03:17:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.241797 [API:8081]10.0.0.27 - - [2025-09-08 03:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.218254 [API:8081]10.0.0.41 - - [2025-09-08 03:17:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2216 0.010360 [API:8081]10.0.0.27 - - [2025-09-08 03:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.186303 [API:8081]10.0.0.38 - - [2025-09-08 03:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.153298 [API:8081]10.0.0.41 - - [2025-09-08 03:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.161094 [API:8081]10.0.0.41 - - [2025-09-08 03:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.206787 [API:8081]10.0.0.41 - - [2025-09-08 03:18:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.41 - - [2025-09-08 03:18:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.070225 [API:8081]10.0.0.41 - - [2025-09-08 03:18:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1556 0.053487 [API:8081]10.0.0.41 - - [2025-09-08 03:18:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.074356 [API:8081]10.0.0.41 - - [2025-09-08 03:18:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.010803 [API:8081]10.0.0.41 - - [2025-09-08 03:18:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.012766 [API:8081]10.0.0.41 - - [2025-09-08 03:18:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.009121 [API:8081]10.0.0.41 - - [2025-09-08 03:18:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.41 - - [2025-09-08 03:18:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.071740 [API:8081]10.0.0.41 - - [2025-09-08 03:18:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.067822 [API:8081]10.0.0.41 - - [2025-09-08 03:18:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.061727 [API:8081]10.0.0.41 - - [2025-09-08 03:19:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.014876 [API:8081]10.0.0.41 - - [2025-09-08 03:19:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.016526 [API:8081]10.0.0.41 - - [2025-09-08 03:19:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.014473 [API:8081]10.0.0.41 - - [2025-09-08 03:19:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.009951 [API:8081]10.0.0.41 - - [2025-09-08 03:19:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1982 0.011124 [API:8081]10.0.0.41 - - [2025-09-08 03:19:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.41 - - [2025-09-08 03:19:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.053743 [API:8081]10.0.0.41 - - [2025-09-08 03:19:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.052855 [API:8081]10.0.0.41 - - [2025-09-08 03:19:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1564 0.051399 [API:8081]10.0.0.41 - - [2025-09-08 03:19:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1796 0.009940 [API:8081]10.0.0.41 - - [2025-09-08 03:19:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2030 0.008656 [API:8081]10.0.0.27 - - [2025-09-08 03:19:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063003 [API:8081]10.0.0.27 - - [2025-09-08 03:20:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.072613 [API:8081]10.0.0.27 - - [2025-09-08 03:22:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061627 [API:8081]10.0.0.38 - - [2025-09-08 03:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.169941 [API:8081]10.0.0.27 - - [2025-09-08 03:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.182979 [API:8081]10.0.0.27 - - [2025-09-08 03:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.167325 [API:8081]10.0.0.38 - - [2025-09-08 03:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.157598 [API:8081]10.0.0.41 - - [2025-09-08 03:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.167418 [API:8081]10.0.0.41 - - [2025-09-08 03:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.152072 [API:8081]10.0.0.27 - - [2025-09-08 03:23:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.060847 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:25:00] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002822 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:25:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003207 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:25:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002832 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:25:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002479 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:25:00] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002049 [API:8081]10.0.0.41 - - [2025-09-08 03:25:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000534 [API:8081]10.0.0.41 - - [2025-09-08 03:25:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.061976 [API:8081]10.0.0.41 - - [2025-09-08 03:25:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1554 0.053656 [API:8081]10.0.0.27 - - [2025-09-08 03:26:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074905 [API:8081]10.0.0.41 - - [2025-09-08 03:26:11] "GET /analytics HTTP/1.1" 401 205 0.000440 [API:8081]10.0.0.41 - - [2025-09-08 03:26:11] "GET /analytics HTTP/1.1" 401 205 0.000198 [API:8081]10.0.0.27 - - [2025-09-08 03:26:40] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.27 - - [2025-09-08 03:26:40] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.38 - - [2025-09-08 03:26:40] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.38 - - [2025-09-08 03:26:40] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.27 - - [2025-09-08 03:27:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.072646 [API:8081]10.0.0.38 - - [2025-09-08 03:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.185187 [API:8081]10.0.0.27 - - [2025-09-08 03:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.188762 [API:8081]10.0.0.27 - - [2025-09-08 03:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.171579 [API:8081]10.0.0.38 - - [2025-09-08 03:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.180894 [API:8081]10.0.0.41 - - [2025-09-08 03:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.165958 [API:8081]10.0.0.41 - - [2025-09-08 03:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.474289 [API:8081]10.0.0.27 - - [2025-09-08 03:29:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.147660 [API:8081]10.0.0.41 - - [2025-09-08 03:29:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.41 - - [2025-09-08 03:29:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1120 0.080990 [API:8081]10.0.0.27 - - [2025-09-08 03:30:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.065224 [API:8081]10.0.0.41 - - [2025-09-08 03:30:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.41 - - [2025-09-08 03:30:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1342 0.067283 [API:8081]10.0.0.27 - - [2025-09-08 03:32:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062568 [API:8081]10.0.0.38 - - [2025-09-08 03:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.177056 [API:8081]10.0.0.27 - - [2025-09-08 03:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.187917 [API:8081]10.0.0.27 - - [2025-09-08 03:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.187719 [API:8081]10.0.0.38 - - [2025-09-08 03:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.174911 [API:8081]10.0.0.41 - - [2025-09-08 03:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.188614 [API:8081]10.0.0.41 - - [2025-09-08 03:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.206684 [API:8081]10.0.0.27 - - [2025-09-08 03:33:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.080329 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:35:00] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002927 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:35:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002826 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:35:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.013097 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:35:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003857 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:35:01] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.003211 [API:8081]10.0.0.41 - - [2025-09-08 03:35:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.41 - - [2025-09-08 03:35:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.054656 [API:8081]10.0.0.27 - - [2025-09-08 03:35:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065677 [API:8081]10.0.0.27 - - [2025-09-08 03:36:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.073033 [API:8081]10.0.0.41 - - [2025-09-08 03:36:11] "GET /analytics HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.41 - - [2025-09-08 03:36:11] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.27 - - [2025-09-08 03:36:40] "GET /analytics HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.27 - - [2025-09-08 03:36:40] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.38 - - [2025-09-08 03:36:40] "GET /analytics HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.38 - - [2025-09-08 03:36:40] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.38 - - [2025-09-08 03:37:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.142326 [API:8081]10.0.0.27 - - [2025-09-08 03:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.184842 [API:8081]10.0.0.27 - - [2025-09-08 03:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.152401 [API:8081]10.0.0.38 - - [2025-09-08 03:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.132626 [API:8081]10.0.0.41 - - [2025-09-08 03:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.146971 [API:8081]10.0.0.41 - - [2025-09-08 03:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.179640 [API:8081]10.0.0.27 - - [2025-09-08 03:38:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065044 [API:8081]10.0.0.27 - - [2025-09-08 03:39:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.064721 [API:8081]10.0.0.41 - - [2025-09-08 03:40:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-68735424:c97c490e-7893-483a-9e1d-5d04c39c3bc4?flat HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.41 - - [2025-09-08 03:40:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-68735424:c97c490e-7893-483a-9e1d-5d04c39c3bc4?flat HTTP/1.1" 200 5269 0.078580 [API:8081]10.0.0.41 - - [2025-09-08 03:40:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-68735424:c97c490e-7893-483a-9e1d-5d04c39c3bc4?flat HTTP/1.1" 200 5269 0.066103 [API:8081]10.0.0.41 - - [2025-09-08 03:40:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-68735424:c97c490e-7893-483a-9e1d-5d04c39c3bc4?flat HTTP/1.1" 200 5269 0.069969 [API:8081]10.0.0.41 - - [2025-09-08 03:40:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-68735424:ctest-random-56720572?flat HTTP/1.1" 200 4965 0.016628 [API:8081]10.0.0.41 - - [2025-09-08 03:40:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.053146 [API:8081]10.0.0.41 - - [2025-09-08 03:40:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13076 0.044636 [API:8081]10.0.0.41 - - [2025-09-08 03:40:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.033628 [API:8081]10.0.0.41 - - [2025-09-08 03:40:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13076 0.034649 [API:8081]10.0.0.41 - - [2025-09-08 03:40:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012883 [API:8081]10.0.0.41 - - [2025-09-08 03:40:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.009821 [API:8081]10.0.0.41 - - [2025-09-08 03:40:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.023364 [API:8081]10.0.0.41 - - [2025-09-08 03:40:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13074 0.028234 [API:8081]10.0.0.41 - - [2025-09-08 03:40:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.023381 [API:8081]10.0.0.41 - - [2025-09-08 03:40:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13074 0.022739 [API:8081]10.0.0.41 - - [2025-09-08 03:40:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.021930 [API:8081]10.0.0.41 - - [2025-09-08 03:40:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13074 0.022487 [API:8081]10.0.0.41 - - [2025-09-08 03:40:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.021339 [API:8081]10.0.0.41 - - [2025-09-08 03:40:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13074 0.023238 [API:8081]10.0.0.41 - - [2025-09-08 03:40:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.024338 [API:8081]10.0.0.41 - - [2025-09-08 03:40:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13074 0.025235 [API:8081]10.0.0.41 - - [2025-09-08 03:40:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.037221 [API:8081]10.0.0.41 - - [2025-09-08 03:40:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13074 0.030058 [API:8081]10.0.0.41 - - [2025-09-08 03:40:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.027059 [API:8081]10.0.0.41 - - [2025-09-08 03:40:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13074 0.029091 [API:8081]10.0.0.41 - - [2025-09-08 03:40:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.024092 [API:8081]10.0.0.41 - - [2025-09-08 03:40:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13074 0.022597 [API:8081]10.0.0.41 - - [2025-09-08 03:40:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.037469 [API:8081]10.0.0.41 - - [2025-09-08 03:40:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 12683 0.026357 [API:8081]10.0.0.41 - - [2025-09-08 03:40:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-68735424:ctest-random-56720572?flat HTTP/1.1" 200 8121 0.017491 [API:8081]10.0.0.41 - - [2025-09-08 03:40:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010594 [API:8081]10.0.0.27 - - [2025-09-08 03:41:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064480 [API:8081]10.0.0.27 - - [2025-09-08 03:42:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.059666 [API:8081]10.0.0.38 - - [2025-09-08 03:42:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.158542 [API:8081]10.0.0.27 - - [2025-09-08 03:42:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.183426 [API:8081]10.0.0.27 - - [2025-09-08 03:42:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.136858 [API:8081]10.0.0.38 - - [2025-09-08 03:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.256610 [API:8081]10.0.0.41 - - [2025-09-08 03:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.192018 [API:8081]10.0.0.41 - - [2025-09-08 03:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.168882 [API:8081]10.0.0.41 - - [2025-09-08 03:43:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000412 [API:8081]10.0.0.41 - - [2025-09-08 03:43:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.058530 [API:8081]10.0.0.27 - - [2025-09-08 03:44:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059083 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:45:01] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002865 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:45:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003173 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:45:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003044 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:45:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002614 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:45:01] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002223 [API:8081]10.0.0.27 - - [2025-09-08 03:45:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.068525 [API:8081]10.0.0.41 - - [2025-09-08 03:46:11] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.41 - - [2025-09-08 03:46:11] "GET /analytics HTTP/1.1" 401 205 0.000168 [API:8081]10.0.0.41 - - [2025-09-08 03:46:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.41 - - [2025-09-08 03:46:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1322 0.075666 [API:8081]10.0.0.27 - - [2025-09-08 03:46:40] "GET /analytics HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.27 - - [2025-09-08 03:46:40] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.38 - - [2025-09-08 03:46:40] "GET /analytics HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.38 - - [2025-09-08 03:46:40] "GET /analytics HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.27 - - [2025-09-08 03:47:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069105 [API:8081]10.0.0.38 - - [2025-09-08 03:47:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.223165 [API:8081]10.0.0.27 - - [2025-09-08 03:47:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.171666 [API:8081]10.0.0.27 - - [2025-09-08 03:47:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.165286 [API:8081]10.0.0.38 - - [2025-09-08 03:48:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.159271 [API:8081]10.0.0.41 - - [2025-09-08 03:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.212173 [API:8081]10.0.0.41 - - [2025-09-08 03:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.188634 [API:8081]10.0.0.27 - - [2025-09-08 03:48:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.065063 [API:8081]10.0.0.41 - - [2025-09-08 03:48:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.41 - - [2025-09-08 03:48:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1148 0.067534 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:22] "POST /analytics/query HTTP/1.1" 202 179 0.013563 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:22] "GET /analytics/query/ce645054-8c66-11f0-8774-00000a000029 HTTP/1.1" 200 221 0.002679 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:23] "GET /analytics/query/ce645054-8c66-11f0-8774-00000a000029 HTTP/1.1" 200 221 0.002372 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:23] "GET /analytics/query/ce645054-8c66-11f0-8774-00000a000029 HTTP/1.1" 200 221 0.002334 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:24] "GET /analytics/query/ce645054-8c66-11f0-8774-00000a000029 HTTP/1.1" 200 338 0.002102 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:24] "GET /analytics/query/ce645054-8c66-11f0-8774-00000a000029/chunk-final/0 HTTP/1.1" 200 850 0.002392 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:24] "POST /analytics/query HTTP/1.1" 202 179 0.005242 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:24] "GET /analytics/query/cfbe5491-8c66-11f0-ae49-00000a000029 HTTP/1.1" 200 221 0.001840 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:25] "GET /analytics/query/cfbe5491-8c66-11f0-ae49-00000a000029 HTTP/1.1" 200 221 0.001955 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:25] "GET /analytics/query/cfbe5491-8c66-11f0-ae49-00000a000029 HTTP/1.1" 200 338 0.001871 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:25] "GET /analytics/query/cfbe5491-8c66-11f0-ae49-00000a000029/chunk-final/0 HTTP/1.1" 200 850 0.002315 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:26] "POST /analytics/query HTTP/1.1" 202 179 0.006282 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:26] "GET /analytics/query/d0c40191-8c66-11f0-bf14-00000a000029 HTTP/1.1" 200 221 0.009643 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:27] "GET /analytics/query/d0c40191-8c66-11f0-bf14-00000a000029 HTTP/1.1" 200 339 0.002085 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:27] "GET /analytics/query/d0c40191-8c66-11f0-bf14-00000a000029/chunk-final/0 HTTP/1.1" 200 28661 0.003363 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:27] "POST /analytics/query HTTP/1.1" 202 179 0.015618 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:27] "GET /analytics/query/d18672d5-8c66-11f0-9dad-00000a000029 HTTP/1.1" 200 221 0.002560 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:28] "GET /analytics/query/d18672d5-8c66-11f0-9dad-00000a000029 HTTP/1.1" 200 339 0.003571 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:28] "GET /analytics/query/d18672d5-8c66-11f0-9dad-00000a000029/chunk-final/0 HTTP/1.1" 200 30031 0.004557 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:29] "POST /analytics/query HTTP/1.1" 202 179 0.005338 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:29] "GET /analytics/query/d24682c4-8c66-11f0-aca2-00000a000029 HTTP/1.1" 200 221 0.001936 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:29] "GET /analytics/query/d24682c4-8c66-11f0-aca2-00000a000029 HTTP/1.1" 200 221 0.001973 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:30] "GET /analytics/query/d24682c4-8c66-11f0-aca2-00000a000029 HTTP/1.1" 200 221 0.001968 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:30] "GET /analytics/query/d24682c4-8c66-11f0-aca2-00000a000029 HTTP/1.1" 200 339 0.002147 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:30] "GET /analytics/query/d24682c4-8c66-11f0-aca2-00000a000029/chunk-final/0 HTTP/1.1" 200 11742 0.002769 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:34] "GET /analytics/tables HTTP/1.1" 200 27988 0.003015 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:34] "POST /analytics/query HTTP/1.1" 202 179 0.005505 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:34] "GET /analytics/query/d5b52659-8c66-11f0-bc07-00000a000029 HTTP/1.1" 200 221 0.014973 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:35] "GET /analytics/query/d5b52659-8c66-11f0-bc07-00000a000029 HTTP/1.1" 200 340 0.002242 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:35] "GET /analytics/query/d5b52659-8c66-11f0-bc07-00000a000029/chunk-final/0 HTTP/1.1" 200 322415 0.018346 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:36] "GET /analytics/tables HTTP/1.1" 200 27988 0.002590 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:36] "GET /analytics/tables HTTP/1.1" 200 27988 0.002614 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:36] "POST /analytics/query HTTP/1.1" 202 179 0.005028 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:36] "GET /analytics/query/d6efaa8d-8c66-11f0-9c76-00000a000029 HTTP/1.1" 200 221 0.006573 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:37] "GET /analytics/query/d6efaa8d-8c66-11f0-9c76-00000a000029 HTTP/1.1" 200 338 0.002133 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:37] "GET /analytics/query/d6efaa8d-8c66-11f0-9c76-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.001647 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:37] "POST /analytics/query HTTP/1.1" 202 179 0.004987 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:37] "GET /analytics/query/d741fc7c-8c66-11f0-a073-00000a000029 HTTP/1.1" 200 221 0.001740 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:37] "GET /analytics/query/d741fc7c-8c66-11f0-a073-00000a000029 HTTP/1.1" 200 338 0.002307 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:37] "GET /analytics/query/d741fc7c-8c66-11f0-a073-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.001683 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:37] "POST /analytics/query HTTP/1.1" 202 179 0.005261 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:37] "GET /analytics/query/d7923d6c-8c66-11f0-ac01-00000a000029 HTTP/1.1" 200 221 0.005443 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:38] "GET /analytics/query/d7923d6c-8c66-11f0-ac01-00000a000029 HTTP/1.1" 200 338 0.002251 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:38] "GET /analytics/query/d7923d6c-8c66-11f0-ac01-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.003333 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:38] "POST /analytics/query HTTP/1.1" 202 179 0.008571 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:38] "GET /analytics/query/d7e48b44-8c66-11f0-9ab0-00000a000029 HTTP/1.1" 200 221 0.001993 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:39] "GET /analytics/query/d7e48b44-8c66-11f0-9ab0-00000a000029 HTTP/1.1" 200 338 0.002230 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:39] "GET /analytics/query/d7e48b44-8c66-11f0-9ab0-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.001844 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:39] "POST /analytics/query HTTP/1.1" 202 179 0.005245 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:39] "GET /analytics/query/d836852e-8c66-11f0-84d3-00000a000029 HTTP/1.1" 200 221 0.002060 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:39] "GET /analytics/query/d836852e-8c66-11f0-84d3-00000a000029 HTTP/1.1" 200 338 0.002684 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:39] "GET /analytics/query/d836852e-8c66-11f0-84d3-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.001656 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:39] "POST /analytics/query HTTP/1.1" 202 179 0.005204 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:39] "GET /analytics/query/d886edbb-8c66-11f0-9385-00000a000029 HTTP/1.1" 200 221 0.002342 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:40] "GET /analytics/query/d886edbb-8c66-11f0-9385-00000a000029 HTTP/1.1" 200 338 0.002994 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:40] "GET /analytics/query/d886edbb-8c66-11f0-9385-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.002955 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:40] "POST /analytics/query HTTP/1.1" 202 179 0.014271 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:40] "GET /analytics/query/d8d869c2-8c66-11f0-aaae-00000a000029 HTTP/1.1" 200 221 0.005318 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:40] "GET /analytics/query/d8d869c2-8c66-11f0-aaae-00000a000029 HTTP/1.1" 200 338 0.002779 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:40] "GET /analytics/query/d8d869c2-8c66-11f0-aaae-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.001743 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:40] "POST /analytics/query HTTP/1.1" 202 179 0.005179 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:40] "GET /analytics/query/d92d7d99-8c66-11f0-b455-00000a000029 HTTP/1.1" 200 221 0.014785 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:41] "GET /analytics/query/d92d7d99-8c66-11f0-b455-00000a000029 HTTP/1.1" 200 338 0.002565 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:41] "GET /analytics/query/d92d7d99-8c66-11f0-b455-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.002126 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:41] "POST /analytics/query HTTP/1.1" 202 179 0.006952 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:41] "GET /analytics/query/d980591e-8c66-11f0-a246-00000a000029 HTTP/1.1" 200 221 0.012445 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:41] "GET /analytics/query/d980591e-8c66-11f0-a246-00000a000029 HTTP/1.1" 200 338 0.003391 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:41] "GET /analytics/query/d980591e-8c66-11f0-a246-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.002613 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:41] "POST /analytics/query HTTP/1.1" 202 179 0.018054 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:41] "GET /analytics/query/d9d46303-8c66-11f0-b59a-00000a000029 HTTP/1.1" 200 221 0.005173 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:42] "GET /analytics/query/d9d46303-8c66-11f0-b59a-00000a000029 HTTP/1.1" 200 338 0.002382 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:42] "GET /analytics/query/d9d46303-8c66-11f0-b59a-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.002654 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:42] "POST /analytics/query HTTP/1.1" 202 179 0.006291 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:42] "GET /analytics/query/da29103d-8c66-11f0-ae5c-00000a000029 HTTP/1.1" 200 221 0.002650 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:42] "GET /analytics/query/da29103d-8c66-11f0-ae5c-00000a000029 HTTP/1.1" 200 338 0.002561 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:42] "GET /analytics/query/da29103d-8c66-11f0-ae5c-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.002295 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:42] "POST /analytics/query HTTP/1.1" 202 179 0.005002 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:42] "GET /analytics/query/da7aeab3-8c66-11f0-a123-00000a000029 HTTP/1.1" 200 221 0.006204 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:43] "GET /analytics/query/da7aeab3-8c66-11f0-a123-00000a000029 HTTP/1.1" 200 338 0.003345 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:43] "GET /analytics/query/da7aeab3-8c66-11f0-a123-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.001818 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:44] "GET /analytics/tables HTTP/1.1" 200 27988 0.002449 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:44] "GET /analytics/tables HTTP/1.1" 200 27988 0.003484 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:44] "POST /analytics/query HTTP/1.1" 202 179 0.013852 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:44] "GET /analytics/query/dba35a82-8c66-11f0-900c-00000a000029 HTTP/1.1" 200 221 0.008051 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:45] "GET /analytics/query/dba35a82-8c66-11f0-900c-00000a000029 HTTP/1.1" 200 340 0.002209 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:45] "GET /analytics/query/dba35a82-8c66-11f0-900c-00000a000029/chunk-final/0 HTTP/1.1" 200 1531963 0.018228 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:45] "POST /analytics/query HTTP/1.1" 202 179 0.005170 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:45] "GET /analytics/query/dc008632-8c66-11f0-99e0-00000a000029 HTTP/1.1" 200 221 0.007647 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:45] "GET /analytics/query/dc008632-8c66-11f0-99e0-00000a000029 HTTP/1.1" 200 340 0.002294 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:45] "GET /analytics/query/dc008632-8c66-11f0-99e0-00000a000029/chunk-final/0 HTTP/1.1" 200 1533356 0.018134 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:46] "GET /analytics/tables HTTP/1.1" 200 27988 0.004470 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:47] "GET /analytics/tables HTTP/1.1" 200 27988 0.005448 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:48] "GET /analytics/tables HTTP/1.1" 200 27988 0.003065 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:49] "GET /analytics/tables HTTP/1.1" 200 27988 0.003146 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:49] "GET /analytics/tables HTTP/1.1" 200 27988 0.003284 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:49] "POST /analytics/query HTTP/1.1" 202 179 0.013459 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:49] "GET /analytics/query/de9a59fd-8c66-11f0-b191-00000a000029 HTTP/1.1" 200 221 0.002487 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:50] "GET /analytics/query/de9a59fd-8c66-11f0-b191-00000a000029 HTTP/1.1" 200 339 0.001991 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:50] "GET /analytics/query/de9a59fd-8c66-11f0-b191-00000a000029/chunk-final/0 HTTP/1.1" 200 71585 0.006412 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:50] "GET /analytics/tables HTTP/1.1" 200 27988 0.002384 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:51] "POST /analytics/query HTTP/1.1" 202 179 0.018899 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:51] "GET /analytics/query/df56daed-8c66-11f0-8576-00000a000029 HTTP/1.1" 200 221 0.003150 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:51] "GET /analytics/query/df56daed-8c66-11f0-8576-00000a000029 HTTP/1.1" 200 341 0.002061 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:51] "GET /analytics/query/df56daed-8c66-11f0-8576-00000a000029/chunk-final/0 HTTP/1.1" 200 907195 0.057640 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:52] "GET /analytics/tables HTTP/1.1" 200 27988 0.002619 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:53] "GET /analytics/tables HTTP/1.1" 200 27988 0.002888 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:56] "GET /analytics/tables HTTP/1.1" 200 27988 0.002866 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:57] "GET /analytics/tables HTTP/1.1" 200 27988 0.003017 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:58] "POST /analytics/query HTTP/1.1" 200 2169 1.012099 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:59] "GET /analytics/tables HTTP/1.1" 200 27988 0.002814 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:49:59] "GET /analytics/tables HTTP/1.1" 200 27988 0.003131 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:50:00] "GET /analytics/tables HTTP/1.1" 200 27988 0.002647 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:50:01] "GET /analytics/tables HTTP/1.1" 200 27988 0.002991 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:50:01] "GET /analytics/tables HTTP/1.1" 200 27988 0.002692 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:50:02] "GET /analytics/tables HTTP/1.1" 200 27988 0.003116 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:50:03] "GET /analytics/tables HTTP/1.1" 200 27988 0.004668 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:50:04] "POST /analytics/query HTTP/1.1" 200 141457 1.018907 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:50:05] "GET /analytics/tables HTTP/1.1" 200 27988 0.002944 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:50:05] "GET /analytics/tables HTTP/1.1" 200 27988 0.002624 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:50:06] "GET /analytics/tables HTTP/1.1" 200 27988 0.003438 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:50:07] "GET /analytics/tables HTTP/1.1" 200 27988 0.003104 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:50:07] "GET /analytics/tables HTTP/1.1" 200 27988 0.003938 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:50:08] "GET /analytics/tables HTTP/1.1" 200 27988 0.002706 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:50:09] "GET /analytics/tables HTTP/1.1" 200 27988 0.003283 [API:8081]10.0.0.27 - - [2025-09-08 03:50:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.098338 [API:8081]10.0.0.41 - - [2025-09-08 03:50:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.41 - - [2025-09-08 03:50:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1158 0.077440 [API:8081]10.0.0.41 - - [2025-09-08 03:51:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.076246 [API:8081]10.0.0.41 - - [2025-09-08 03:51:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.059764 [API:8081]10.0.0.41 - - [2025-09-08 03:51:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009010 [API:8081]10.0.0.27 - - [2025-09-08 03:51:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.070221 [API:8081]10.0.0.41 - - [2025-09-08 03:51:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.015304 [API:8081]10.0.0.41 - - [2025-09-08 03:51:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.013130 [API:8081]10.0.0.41 - - [2025-09-08 03:51:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.010279 [API:8081]10.0.0.41 - - [2025-09-08 03:51:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.010898 [API:8081]10.0.0.41 - - [2025-09-08 03:51:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009803 [API:8081]10.0.0.41 - - [2025-09-08 03:52:00] "POST /analytics/query HTTP/1.1" 200 222 1.034333 [API:8081]10.0.0.41 - - [2025-09-08 03:52:01] "POST /analytics/query HTTP/1.1" 200 222 1.034199 [API:8081]10.0.0.41 - - [2025-09-08 03:52:02] "POST /analytics/query HTTP/1.1" 200 353 1.026728 [API:8081]10.0.0.38 - - [2025-09-08 03:52:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.174541 [API:8081]10.0.0.27 - - [2025-09-08 03:52:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.160657 [API:8081]10.0.0.27 - - [2025-09-08 03:52:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.169405 [API:8081]10.0.0.38 - - [2025-09-08 03:53:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.168443 [API:8081]10.0.0.41 - - [2025-09-08 03:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.162790 [API:8081]10.0.0.41 - - [2025-09-08 03:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.142201 [API:8081]10.0.0.27 - - [2025-09-08 03:53:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060924 [API:8081]10.0.0.27 - - [2025-09-08 03:54:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.067273 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:55:01] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002958 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:55:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003434 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:55:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002923 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:55:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002707 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 03:55:01] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002322 [API:8081]10.0.0.41 - - [2025-09-08 03:55:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26210 0.030895 [API:8081]10.0.0.41 - - [2025-09-08 03:55:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13771 0.021720 [API:8081]10.0.0.41 - - [2025-09-08 03:55:23] "POST /analytics/query HTTP/1.1" 200 507 1.019435 [API:8081]10.0.0.41 - - [2025-09-08 03:55:24] "POST /analytics/query HTTP/1.1" 200 353 1.069556 [API:8081]10.0.0.41 - - [2025-09-08 03:55:25] "POST /analytics/query HTTP/1.1" 200 353 1.026565 [API:8081]10.0.0.41 - - [2025-09-08 03:56:11] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.41 - - [2025-09-08 03:56:11] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.27 - - [2025-09-08 03:56:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067050 [API:8081]10.0.0.27 - - [2025-09-08 03:56:40] "GET /analytics HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2025-09-08 03:56:40] "GET /analytics HTTP/1.1" 401 205 0.000189 [API:8081]10.0.0.38 - - [2025-09-08 03:56:40] "GET /analytics HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.38 - - [2025-09-08 03:56:40] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.27 - - [2025-09-08 03:57:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.069013 [API:8081]10.0.0.38 - - [2025-09-08 03:57:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.190698 [API:8081]10.0.0.27 - - [2025-09-08 03:57:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.196643 [API:8081]10.0.0.27 - - [2025-09-08 03:57:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.139329 [API:8081]10.0.0.38 - - [2025-09-08 03:58:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.158464 [API:8081]10.0.0.41 - - [2025-09-08 03:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.205274 [API:8081]10.0.0.41 - - [2025-09-08 03:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.174503 [API:8081]10.0.0.27 - - [2025-09-08 03:59:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065468 [API:8081]10.0.0.27 - - [2025-09-08 04:00:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.065380 [API:8081]10.0.0.27 - - [2025-09-08 04:02:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056908 [API:8081]10.0.0.38 - - [2025-09-08 04:02:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 6482 0.172106 [API:8081]10.0.0.27 - - [2025-09-08 04:02:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 6482 0.151915 [API:8081]10.0.0.27 - - [2025-09-08 04:02:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 6482 0.168807 [API:8081]10.0.0.38 - - [2025-09-08 04:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 6482 0.199258 [API:8081]10.0.0.41 - - [2025-09-08 04:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 6482 0.155448 [API:8081]10.0.0.41 - - [2025-09-08 04:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 6482 0.219471 [API:8081]10.0.0.27 - - [2025-09-08 04:03:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.069051 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:05:01] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003814 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:05:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003684 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:05:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003206 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:05:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003025 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:05:01] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002949 [API:8081]10.0.0.27 - - [2025-09-08 04:05:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062329 [API:8081]10.0.0.41 - - [2025-09-08 04:06:11] "GET /analytics HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.41 - - [2025-09-08 04:06:11] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.27 - - [2025-09-08 04:06:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.135806 [API:8081]10.0.0.27 - - [2025-09-08 04:06:40] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2025-09-08 04:06:40] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.38 - - [2025-09-08 04:06:40] "GET /analytics HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.38 - - [2025-09-08 04:06:40] "GET /analytics HTTP/1.1" 401 205 0.000210 [API:8081]10.0.0.41 - - [2025-09-08 04:06:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.41 - - [2025-09-08 04:06:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.065416 [API:8081]10.0.0.41 - - [2025-09-08 04:07:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-37762297:29bc05dc-c11c-4186-b6c6-72c2f8e5568b?flat HTTP/1.1" 200 5202 0.058795 [API:8081]10.0.0.41 - - [2025-09-08 04:07:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-37762297:29bc05dc-c11c-4186-b6c6-72c2f8e5568b?flat HTTP/1.1" 200 5202 0.055765 [API:8081]10.0.0.41 - - [2025-09-08 04:07:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-37762297:29bc05dc-c11c-4186-b6c6-72c2f8e5568b?flat HTTP/1.1" 200 5202 0.015415 [API:8081]10.0.0.41 - - [2025-09-08 04:07:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-37762297:EVPN-VN1?flat HTTP/1.1" 200 3949 0.016397 [API:8081]10.0.0.41 - - [2025-09-08 04:07:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26213 0.023445 [API:8081]10.0.0.41 - - [2025-09-08 04:07:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13076 0.022037 [API:8081]10.0.0.41 - - [2025-09-08 04:07:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26213 0.032948 [API:8081]10.0.0.41 - - [2025-09-08 04:07:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13076 0.022295 [API:8081]10.0.0.41 - - [2025-09-08 04:07:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009099 [API:8081]10.0.0.41 - - [2025-09-08 04:07:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-37762297:cafd761b-b081-4c6c-81bf-e9473813faf3?flat HTTP/1.1" 200 5064 0.015950 [API:8081]10.0.0.41 - - [2025-09-08 04:07:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-37762297:cafd761b-b081-4c6c-81bf-e9473813faf3?flat HTTP/1.1" 200 5064 0.020051 [API:8081]10.0.0.41 - - [2025-09-08 04:07:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-37762297:cafd761b-b081-4c6c-81bf-e9473813faf3?flat HTTP/1.1" 200 5064 0.025378 [API:8081]10.0.0.41 - - [2025-09-08 04:07:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-37762297:EVPN-VN1?flat HTTP/1.1" 200 3949 0.027866 [API:8081]10.0.0.41 - - [2025-09-08 04:07:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.030535 [API:8081]10.0.0.41 - - [2025-09-08 04:07:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.027688 [API:8081]10.0.0.41 - - [2025-09-08 04:07:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010036 [API:8081]10.0.0.38 - - [2025-09-08 04:07:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.165682 [API:8081]10.0.0.27 - - [2025-09-08 04:07:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.161564 [API:8081]10.0.0.27 - - [2025-09-08 04:07:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.144679 [API:8081]10.0.0.38 - - [2025-09-08 04:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.147783 [API:8081]10.0.0.41 - - [2025-09-08 04:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.154931 [API:8081]10.0.0.41 - - [2025-09-08 04:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.168417 [API:8081]10.0.0.27 - - [2025-09-08 04:08:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057656 [API:8081]10.0.0.27 - - [2025-09-08 04:09:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.059076 [API:8081]10.0.0.41 - - [2025-09-08 04:09:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-37762297:29bc05dc-c11c-4186-b6c6-72c2f8e5568b?flat HTTP/1.1" 200 5316 0.021397 [API:8081]10.0.0.41 - - [2025-09-08 04:09:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-37762297:29bc05dc-c11c-4186-b6c6-72c2f8e5568b?flat HTTP/1.1" 200 5316 0.016345 [API:8081]10.0.0.41 - - [2025-09-08 04:09:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-37762297:29bc05dc-c11c-4186-b6c6-72c2f8e5568b?flat HTTP/1.1" 200 5316 0.026264 [API:8081]10.0.0.41 - - [2025-09-08 04:09:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-37762297:EVPN-VN1?flat HTTP/1.1" 200 8441 0.033829 [API:8081]10.0.0.41 - - [2025-09-08 04:09:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23101 0.030039 [API:8081]10.0.0.41 - - [2025-09-08 04:09:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 12133 0.026834 [API:8081]10.0.0.41 - - [2025-09-08 04:09:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23101 0.037585 [API:8081]10.0.0.41 - - [2025-09-08 04:09:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 12133 0.027140 [API:8081]10.0.0.41 - - [2025-09-08 04:09:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012036 [API:8081]10.0.0.41 - - [2025-09-08 04:09:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-37762297:cafd761b-b081-4c6c-81bf-e9473813faf3?flat HTTP/1.1" 200 5319 0.016866 [API:8081]10.0.0.41 - - [2025-09-08 04:09:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-37762297:cafd761b-b081-4c6c-81bf-e9473813faf3?flat HTTP/1.1" 200 5319 0.015352 [API:8081]10.0.0.41 - - [2025-09-08 04:09:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-37762297:cafd761b-b081-4c6c-81bf-e9473813faf3?flat HTTP/1.1" 200 5319 0.015381 [API:8081]10.0.0.41 - - [2025-09-08 04:10:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-37762297:EVPN-VN1?flat HTTP/1.1" 200 9637 0.028948 [API:8081]10.0.0.41 - - [2025-09-08 04:10:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23270 0.023926 [API:8081]10.0.0.41 - - [2025-09-08 04:10:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23270 0.020085 [API:8081]10.0.0.41 - - [2025-09-08 04:10:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010164 [API:8081]10.0.0.41 - - [2025-09-08 04:11:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32158 0.027138 [API:8081]10.0.0.41 - - [2025-09-08 04:11:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-37762297:EVPN-VN1?flat HTTP/1.1" 200 8548 0.018301 [API:8081]10.0.0.41 - - [2025-09-08 04:11:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009933 [API:8081]10.0.0.41 - - [2025-09-08 04:11:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24672 0.029562 [API:8081]10.0.0.41 - - [2025-09-08 04:11:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 12819 0.024349 [API:8081]10.0.0.41 - - [2025-09-08 04:11:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24676 0.025521 [API:8081]10.0.0.41 - - [2025-09-08 04:11:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 12436 0.024326 [API:8081]10.0.0.41 - - [2025-09-08 04:11:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-37762297:EVPN-VN1?flat HTTP/1.1" 200 5990 0.013841 [API:8081]10.0.0.41 - - [2025-09-08 04:11:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010228 [API:8081]10.0.0.27 - - [2025-09-08 04:11:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.125602 [API:8081]10.0.0.27 - - [2025-09-08 04:12:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.057595 [API:8081]10.0.0.38 - - [2025-09-08 04:12:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.218603 [API:8081]10.0.0.27 - - [2025-09-08 04:12:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.329841 [API:8081]10.0.0.27 - - [2025-09-08 04:12:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.334746 [API:8081]10.0.0.38 - - [2025-09-08 04:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.156792 [API:8081]10.0.0.41 - - [2025-09-08 04:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.333229 [API:8081]10.0.0.41 - - [2025-09-08 04:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.233791 [API:8081]10.0.0.41 - - [2025-09-08 04:13:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-55064584:f2d9dca4-d492-4d64-96bc-61ac03b5dfb2?flat HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.41 - - [2025-09-08 04:13:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-55064584:f2d9dca4-d492-4d64-96bc-61ac03b5dfb2?flat HTTP/1.1" 200 5323 0.465306 [API:8081]10.0.0.41 - - [2025-09-08 04:13:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-55064584:f2d9dca4-d492-4d64-96bc-61ac03b5dfb2?flat HTTP/1.1" 200 5323 0.106313 [API:8081]10.0.0.41 - - [2025-09-08 04:13:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-55064584:f2d9dca4-d492-4d64-96bc-61ac03b5dfb2?flat HTTP/1.1" 200 5323 0.091389 [API:8081]10.0.0.41 - - [2025-09-08 04:13:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-18449737:ctest-TestRbac-18449737-03613590?flat HTTP/1.1" 200 8374 0.074450 [API:8081]10.0.0.41 - - [2025-09-08 04:13:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.082736 [API:8081]10.0.0.41 - - [2025-09-08 04:14:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.127065 [API:8081]10.0.0.41 - - [2025-09-08 04:14:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.41 - - [2025-09-08 04:14:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32537 0.087237 [API:8081]10.0.0.41 - - [2025-09-08 04:14:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.044254 [API:8081]10.0.0.41 - - [2025-09-08 04:14:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.135239 [API:8081]10.0.0.41 - - [2025-09-08 04:14:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32537 0.069705 [API:8081]10.0.0.41 - - [2025-09-08 04:14:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.065447 [API:8081]10.0.0.41 - - [2025-09-08 04:14:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.094196 [API:8081]10.0.0.41 - - [2025-09-08 04:14:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.143485 [API:8081]10.0.0.41 - - [2025-09-08 04:14:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32537 0.027267 [API:8081]10.0.0.41 - - [2025-09-08 04:14:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32537 0.073496 [API:8081]10.0.0.41 - - [2025-09-08 04:14:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32537 0.027273 [API:8081]10.0.0.41 - - [2025-09-08 04:14:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32553 0.028352 [API:8081]10.0.0.41 - - [2025-09-08 04:14:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32553 0.025779 [API:8081]10.0.0.41 - - [2025-09-08 04:14:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32553 0.028239 [API:8081]10.0.0.41 - - [2025-09-08 04:14:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32553 0.025559 [API:8081]10.0.0.41 - - [2025-09-08 04:14:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32553 0.036565 [API:8081]10.0.0.41 - - [2025-09-08 04:14:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32553 0.026330 [API:8081]10.0.0.41 - - [2025-09-08 04:14:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-18449737:ctest-TestRbac-18449737-03613590?flat HTTP/1.1" 200 6502 0.011729 [API:8081]10.0.0.41 - - [2025-09-08 04:14:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008814 [API:8081]10.0.0.27 - - [2025-09-08 04:14:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068624 [API:8081]10.0.0.41 - - [2025-09-08 04:15:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000358 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:15:01] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.007620 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:15:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003973 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:15:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002742 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:15:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.010149 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:15:01] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002280 [API:8081]10.0.0.41 - - [2025-09-08 04:15:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.054470 [API:8081]10.0.0.41 - - [2025-09-08 04:15:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.059781 [API:8081]10.0.0.41 - - [2025-09-08 04:15:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1406 0.215288 [API:8081]10.0.0.41 - - [2025-09-08 04:15:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-61518871:58202817-ebc2-4880-8311-a7dcc2207c19?flat HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.41 - - [2025-09-08 04:15:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-61518871:58202817-ebc2-4880-8311-a7dcc2207c19?flat HTTP/1.1" 200 5242 0.168303 [API:8081]10.0.0.41 - - [2025-09-08 04:15:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-61518871:58202817-ebc2-4880-8311-a7dcc2207c19?flat HTTP/1.1" 200 5242 0.064018 [API:8081]10.0.0.41 - - [2025-09-08 04:15:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-61518871:58202817-ebc2-4880-8311-a7dcc2207c19?flat HTTP/1.1" 200 5242 0.060318 [API:8081]10.0.0.41 - - [2025-09-08 04:15:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-61518871:ctest-TestRbacBasic-61518871-46563062?flat HTTP/1.1" 200 3509 0.056655 [API:8081]10.0.0.41 - - [2025-09-08 04:15:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.061156 [API:8081]10.0.0.41 - - [2025-09-08 04:15:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.086587 [API:8081]10.0.0.41 - - [2025-09-08 04:15:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32556 0.030403 [API:8081]10.0.0.41 - - [2025-09-08 04:15:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.036918 [API:8081]10.0.0.41 - - [2025-09-08 04:15:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.084166 [API:8081]10.0.0.41 - - [2025-09-08 04:15:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32556 0.024652 [API:8081]10.0.0.41 - - [2025-09-08 04:15:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.046016 [API:8081]10.0.0.41 - - [2025-09-08 04:15:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.062829 [API:8081]10.0.0.41 - - [2025-09-08 04:15:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.092976 [API:8081]10.0.0.41 - - [2025-09-08 04:15:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32556 0.039127 [API:8081]10.0.0.27 - - [2025-09-08 04:15:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.069329 [API:8081]10.0.0.41 - - [2025-09-08 04:15:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32556 0.027452 [API:8081]10.0.0.41 - - [2025-09-08 04:15:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32556 0.025683 [API:8081]10.0.0.41 - - [2025-09-08 04:15:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32556 0.030558 [API:8081]10.0.0.41 - - [2025-09-08 04:15:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32556 0.033277 [API:8081]10.0.0.41 - - [2025-09-08 04:15:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32556 0.038700 [API:8081]10.0.0.41 - - [2025-09-08 04:15:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-61518871:ctest-TestRbacBasic-61518871-46563062?flat HTTP/1.1" 200 6887 0.012469 [API:8081]10.0.0.41 - - [2025-09-08 04:15:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009545 [Introspect:8090]10.0.0.41 - - [2025-09-08 04:16:04] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.002157 [API:8081]10.0.0.41 - - [2025-09-08 04:16:11] "GET /analytics HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.41 - - [2025-09-08 04:16:11] "GET /analytics HTTP/1.1" 401 205 0.000163 [Introspect:8090]10.0.0.41 - - [2025-09-08 04:16:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001133 [API:8081]10.0.0.41 - - [2025-09-08 04:16:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.41 - - [2025-09-08 04:16:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.066061 [API:8081]10.0.0.27 - - [2025-09-08 04:16:40] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.27 - - [2025-09-08 04:16:40] "GET /analytics HTTP/1.1" 401 205 0.000173 [API:8081]10.0.0.38 - - [2025-09-08 04:16:40] "GET /analytics HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.38 - - [2025-09-08 04:16:40] "GET /analytics HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.27 - - [2025-09-08 04:17:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067214 [API:8081]10.0.0.38 - - [2025-09-08 04:17:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.147766 [API:8081]10.0.0.27 - - [2025-09-08 04:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.198465 [API:8081]10.0.0.27 - - [2025-09-08 04:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.179948 [API:8081]10.0.0.38 - - [2025-09-08 04:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.176791 [API:8081]10.0.0.41 - - [2025-09-08 04:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.174546 [API:8081]10.0.0.41 - - [2025-09-08 04:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.206382 [API:8081]10.0.0.27 - - [2025-09-08 04:18:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.066021 [API:8081]10.0.0.41 - - [2025-09-08 04:18:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-44630955:cac4b27f-1f0a-41df-8f9a-ab52bb8a9794?flat HTTP/1.1" 200 5389 0.014880 [API:8081]10.0.0.41 - - [2025-09-08 04:18:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-44630955:cac4b27f-1f0a-41df-8f9a-ab52bb8a9794?flat HTTP/1.1" 200 5389 0.063090 [API:8081]10.0.0.41 - - [2025-09-08 04:18:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-44630955:cac4b27f-1f0a-41df-8f9a-ab52bb8a9794?flat HTTP/1.1" 200 5389 0.067108 [API:8081]10.0.0.41 - - [2025-09-08 04:18:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-44630955:ctest-vn1-36446658?flat HTTP/1.1" 200 9563 0.022307 [API:8081]10.0.0.41 - - [2025-09-08 04:18:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.022050 [API:8081]10.0.0.41 - - [2025-09-08 04:18:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13014 0.024594 [API:8081]10.0.0.41 - - [2025-09-08 04:18:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.023049 [API:8081]10.0.0.41 - - [2025-09-08 04:18:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13014 0.023916 [API:8081]10.0.0.41 - - [2025-09-08 04:18:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009087 [API:8081]10.0.0.41 - - [2025-09-08 04:18:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-44630955:d508e4f9-ade7-40a8-b9a9-df388d4f9147?flat HTTP/1.1" 200 5492 0.014355 [API:8081]10.0.0.41 - - [2025-09-08 04:18:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-44630955:d508e4f9-ade7-40a8-b9a9-df388d4f9147?flat HTTP/1.1" 200 5492 0.015983 [API:8081]10.0.0.41 - - [2025-09-08 04:18:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-44630955:d508e4f9-ade7-40a8-b9a9-df388d4f9147?flat HTTP/1.1" 200 5492 0.014303 [API:8081]10.0.0.41 - - [2025-09-08 04:18:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-44630955:ctest-vn1-36446658?flat HTTP/1.1" 200 9563 0.023037 [API:8081]10.0.0.41 - - [2025-09-08 04:18:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32562 0.025555 [API:8081]10.0.0.41 - - [2025-09-08 04:18:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32562 0.026296 [API:8081]10.0.0.41 - - [2025-09-08 04:18:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011048 [API:8081]10.0.0.41 - - [2025-09-08 04:19:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32562 0.037481 [API:8081]10.0.0.41 - - [2025-09-08 04:19:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32562 0.026341 [API:8081]10.0.0.41 - - [2025-09-08 04:19:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32562 0.068507 [API:8081]10.0.0.41 - - [2025-09-08 04:19:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32562 0.027267 [API:8081]10.0.0.41 - - [2025-09-08 04:19:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32562 0.028372 [API:8081]10.0.0.41 - - [2025-09-08 04:19:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32562 0.030468 [API:8081]10.0.0.41 - - [2025-09-08 04:19:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32562 0.033301 [API:8081]10.0.0.41 - - [2025-09-08 04:19:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32562 0.026144 [API:8081]10.0.0.41 - - [2025-09-08 04:19:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32562 0.026328 [API:8081]10.0.0.41 - - [2025-09-08 04:19:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32562 0.027867 [API:8081]10.0.0.41 - - [2025-09-08 04:19:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-44630955:ctest-vn1-36446658?flat HTTP/1.1" 200 7763 0.021086 [API:8081]10.0.0.41 - - [2025-09-08 04:19:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010317 [API:8081]10.0.0.41 - - [2025-09-08 04:19:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.025635 [API:8081]10.0.0.41 - - [2025-09-08 04:19:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13011 0.022769 [API:8081]10.0.0.41 - - [2025-09-08 04:19:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.025012 [API:8081]10.0.0.41 - - [2025-09-08 04:19:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13011 0.029238 [API:8081]10.0.0.41 - - [2025-09-08 04:19:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.022835 [API:8081]10.0.0.41 - - [2025-09-08 04:19:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13011 0.024096 [API:8081]10.0.0.41 - - [2025-09-08 04:19:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.022061 [API:8081]10.0.0.41 - - [2025-09-08 04:19:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13011 0.023028 [API:8081]10.0.0.41 - - [2025-09-08 04:19:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.023686 [API:8081]10.0.0.41 - - [2025-09-08 04:19:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13011 0.042573 [API:8081]10.0.0.41 - - [2025-09-08 04:19:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.022869 [API:8081]10.0.0.41 - - [2025-09-08 04:19:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 13011 0.024888 [API:8081]10.0.0.41 - - [2025-09-08 04:19:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.028977 [API:8081]10.0.0.41 - - [2025-09-08 04:19:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 12617 0.025687 [API:8081]10.0.0.41 - - [2025-09-08 04:19:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-44630955:ctest-vn1-36446658?flat HTTP/1.1" 200 6231 0.016066 [API:8081]10.0.0.41 - - [2025-09-08 04:19:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012677 [API:8081]10.0.0.41 - - [2025-09-08 04:19:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.012050 [API:8081]10.0.0.41 - - [2025-09-08 04:19:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.010262 [API:8081]10.0.0.27 - - [2025-09-08 04:20:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058268 [API:8081]10.0.0.27 - - [2025-09-08 04:21:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.070676 [Introspect:8090]10.0.0.41 - - [2025-09-08 04:22:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001149 [API:8081]10.0.0.41 - - [2025-09-08 04:22:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 12007 0.431464 [API:8081]10.0.0.41 - - [2025-09-08 04:22:47] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4041-1?flat HTTP/1.1" 200 6194 0.431251 [API:8081]10.0.0.41 - - [2025-09-08 04:22:47] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4041-2?flat HTTP/1.1" 200 6195 0.425918 [API:8081]10.0.0.41 - - [2025-09-08 04:22:47] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4041-3?flat HTTP/1.1" 200 4110 0.015069 [API:8081]10.0.0.41 - - [2025-09-08 04:22:48] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?flat HTTP/1.1" 200 5900 0.016454 [API:8081]10.0.0.41 - - [2025-09-08 04:22:48] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?flat HTTP/1.1" 200 7381 0.027073 [API:8081]10.0.0.41 - - [2025-09-08 04:22:48] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?flat HTTP/1.1" 200 5898 0.017679 [API:8081]10.0.0.41 - - [2025-09-08 04:22:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.010173 [API:8081]10.0.0.38 - - [2025-09-08 04:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.136939 [API:8081]10.0.0.27 - - [2025-09-08 04:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.140386 [API:8081]10.0.0.27 - - [2025-09-08 04:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.129047 [API:8081]10.0.0.38 - - [2025-09-08 04:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.138498 [API:8081]10.0.0.41 - - [2025-09-08 04:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.143929 [API:8081]10.0.0.41 - - [2025-09-08 04:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.174898 [API:8081]10.0.0.41 - - [2025-09-08 04:23:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-44630955:feed0c63-9689-4aa2-be65-ceb027eb1b86?flat HTTP/1.1" 200 5246 0.015040 [API:8081]10.0.0.41 - - [2025-09-08 04:23:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-44630955:feed0c63-9689-4aa2-be65-ceb027eb1b86?flat HTTP/1.1" 200 5246 0.015574 [API:8081]10.0.0.41 - - [2025-09-08 04:23:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-44630955:feed0c63-9689-4aa2-be65-ceb027eb1b86?flat HTTP/1.1" 200 5246 0.014513 [API:8081]10.0.0.41 - - [2025-09-08 04:23:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-44630955:ctest-vn1-37617269?flat HTTP/1.1" 200 7102 0.017543 [API:8081]10.0.0.41 - - [2025-09-08 04:23:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32256 0.031827 [API:8081]10.0.0.41 - - [2025-09-08 04:23:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32256 0.028537 [API:8081]10.0.0.41 - - [2025-09-08 04:23:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008891 [API:8081]10.0.0.27 - - [2025-09-08 04:23:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058022 [API:8081]10.0.0.41 - - [2025-09-08 04:24:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-44630955:ad80b00c-c4f5-4ffa-a3c5-ba9d42aeb6e8?flat HTTP/1.1" 200 5246 0.014499 [API:8081]10.0.0.41 - - [2025-09-08 04:24:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-44630955:ad80b00c-c4f5-4ffa-a3c5-ba9d42aeb6e8?flat HTTP/1.1" 200 5246 0.014141 [API:8081]10.0.0.41 - - [2025-09-08 04:24:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-44630955:ad80b00c-c4f5-4ffa-a3c5-ba9d42aeb6e8?flat HTTP/1.1" 200 5246 0.025851 [API:8081]10.0.0.41 - - [2025-09-08 04:24:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-44630955:ctest-vn2-87881035?flat HTTP/1.1" 200 6992 0.022877 [API:8081]10.0.0.41 - - [2025-09-08 04:24:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32306 0.028273 [API:8081]10.0.0.41 - - [2025-09-08 04:24:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32306 0.034332 [API:8081]10.0.0.41 - - [2025-09-08 04:24:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.014278 [API:8081]10.0.0.27 - - [2025-09-08 04:24:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.056571 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:25:01] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002882 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:25:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003205 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:25:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003093 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:25:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003509 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:25:01] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002725 [API:8081]10.0.0.41 - - [2025-09-08 04:25:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32310 0.035188 [API:8081]10.0.0.41 - - [2025-09-08 04:25:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32310 0.024829 [API:8081]10.0.0.41 - - [2025-09-08 04:25:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32310 0.037896 [API:8081]10.0.0.41 - - [2025-09-08 04:25:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32310 0.026308 [API:8081]10.0.0.41 - - [2025-09-08 04:25:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32310 0.025018 [API:8081]10.0.0.41 - - [2025-09-08 04:25:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32310 0.027086 [API:8081]10.0.0.41 - - [2025-09-08 04:25:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32314 0.026916 [API:8081]10.0.0.41 - - [2025-09-08 04:25:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-44630955:ctest-vn2-87881035?flat HTTP/1.1" 200 7867 0.015126 [API:8081]10.0.0.41 - - [2025-09-08 04:25:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008816 [API:8081]10.0.0.41 - - [2025-09-08 04:25:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32282 0.029787 [API:8081]10.0.0.41 - - [2025-09-08 04:25:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32282 0.029272 [API:8081]10.0.0.41 - - [2025-09-08 04:25:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32282 0.032451 [API:8081]10.0.0.41 - - [2025-09-08 04:25:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32282 0.028110 [API:8081]10.0.0.41 - - [2025-09-08 04:25:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32282 0.033527 [API:8081]10.0.0.41 - - [2025-09-08 04:25:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32282 0.041414 [API:8081]10.0.0.41 - - [2025-09-08 04:26:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32282 0.039582 [API:8081]10.0.0.41 - - [2025-09-08 04:26:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-44630955:ctest-vn1-37617269?flat HTTP/1.1" 200 7791 0.019719 [API:8081]10.0.0.41 - - [2025-09-08 04:26:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010156 [API:8081]10.0.0.41 - - [2025-09-08 04:26:11] "GET /analytics HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.41 - - [2025-09-08 04:26:11] "GET /analytics HTTP/1.1" 401 205 0.000175 [API:8081]10.0.0.27 - - [2025-09-08 04:26:40] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.27 - - [2025-09-08 04:26:40] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.38 - - [2025-09-08 04:26:40] "GET /analytics HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.38 - - [2025-09-08 04:26:40] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.27 - - [2025-09-08 04:26:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067403 [API:8081]10.0.0.41 - - [2025-09-08 04:27:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-72081610:57d89800-637a-4a22-88e1-716daac68845?flat HTTP/1.1" 401 205 0.000411 [API:8081]10.0.0.41 - - [2025-09-08 04:27:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-72081610:57d89800-637a-4a22-88e1-716daac68845?flat HTTP/1.1" 200 5080 0.059809 [API:8081]10.0.0.41 - - [2025-09-08 04:27:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-72081610:57d89800-637a-4a22-88e1-716daac68845?flat HTTP/1.1" 200 5080 0.067980 [API:8081]10.0.0.41 - - [2025-09-08 04:27:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-72081610:57d89800-637a-4a22-88e1-716daac68845?flat HTTP/1.1" 200 5080 0.058898 [API:8081]10.0.0.41 - - [2025-09-08 04:27:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-72081610:ctest-vn-23917619?flat HTTP/1.1" 200 4815 0.014248 [API:8081]10.0.0.41 - - [2025-09-08 04:27:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32301 0.026880 [API:8081]10.0.0.41 - - [2025-09-08 04:27:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32307 0.026392 [API:8081]10.0.0.41 - - [2025-09-08 04:27:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009244 [API:8081]10.0.0.41 - - [2025-09-08 04:27:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-72081610:646d20a4-a5e7-4632-aaed-64ce3540963c?flat HTTP/1.1" 200 5227 0.015510 [API:8081]10.0.0.41 - - [2025-09-08 04:27:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-72081610:646d20a4-a5e7-4632-aaed-64ce3540963c?flat HTTP/1.1" 200 5227 0.014930 [API:8081]10.0.0.41 - - [2025-09-08 04:27:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-72081610:646d20a4-a5e7-4632-aaed-64ce3540963c?flat HTTP/1.1" 200 5227 0.014121 [API:8081]10.0.0.41 - - [2025-09-08 04:27:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-72081610:ctest-vn-79626395?flat HTTP/1.1" 200 5446 0.013655 [API:8081]10.0.0.41 - - [2025-09-08 04:27:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32327 0.029556 [API:8081]10.0.0.41 - - [2025-09-08 04:27:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32327 0.024179 [API:8081]10.0.0.41 - - [2025-09-08 04:27:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009365 [API:8081]10.0.0.41 - - [2025-09-08 04:27:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32327 0.027928 [API:8081]10.0.0.41 - - [2025-09-08 04:27:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32327 0.023500 [API:8081]10.0.0.41 - - [2025-09-08 04:27:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32330 0.039036 [API:8081]10.0.0.41 - - [2025-09-08 04:27:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-72081610:ctest-vn-79626395?flat HTTP/1.1" 200 3584 0.013611 [API:8081]10.0.0.41 - - [2025-09-08 04:27:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009825 [API:8081]10.0.0.41 - - [2025-09-08 04:27:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32309 0.036938 [API:8081]10.0.0.41 - - [2025-09-08 04:27:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32309 0.029778 [API:8081]10.0.0.41 - - [2025-09-08 04:27:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32309 0.026388 [API:8081]10.0.0.41 - - [2025-09-08 04:27:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32309 0.035003 [API:8081]10.0.0.41 - - [2025-09-08 04:27:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32309 0.030184 [API:8081]10.0.0.27 - - [2025-09-08 04:27:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.060741 [API:8081]10.0.0.41 - - [2025-09-08 04:27:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32309 0.031393 [API:8081]10.0.0.38 - - [2025-09-08 04:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.159564 [API:8081]10.0.0.27 - - [2025-09-08 04:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.192491 [API:8081]10.0.0.27 - - [2025-09-08 04:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.155568 [API:8081]10.0.0.41 - - [2025-09-08 04:27:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4041-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32310 0.034375 [API:8081]10.0.0.41 - - [2025-09-08 04:28:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-72081610:ctest-vn-23917619?flat HTTP/1.1" 200 6180 0.014880 [API:8081]10.0.0.41 - - [2025-09-08 04:28:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011952 [API:8081]10.0.0.38 - - [2025-09-08 04:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.212692 [API:8081]10.0.0.41 - - [2025-09-08 04:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.166659 [API:8081]10.0.0.41 - - [2025-09-08 04:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.206340 [API:8081]10.0.0.41 - - [2025-09-08 04:28:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.41 - - [2025-09-08 04:28:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.059741 [API:8081]10.0.0.41 - - [2025-09-08 04:28:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.065838 [API:8081]10.0.0.27 - - [2025-09-08 04:29:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059839 [API:8081]10.0.0.27 - - [2025-09-08 04:30:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.070060 [API:8081]10.0.0.38 - - [2025-09-08 04:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.261055 [API:8081]10.0.0.27 - - [2025-09-08 04:32:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.202148 [API:8081]10.0.0.27 - - [2025-09-08 04:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.172728 [API:8081]10.0.0.27 - - [2025-09-08 04:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.141976 [API:8081]10.0.0.38 - - [2025-09-08 04:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.169959 [API:8081]10.0.0.41 - - [2025-09-08 04:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.165585 [API:8081]10.0.0.41 - - [2025-09-08 04:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.182684 [API:8081]10.0.0.41 - - [2025-09-08 04:33:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.41 - - [2025-09-08 04:33:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1572 0.055560 [API:8081]10.0.0.27 - - [2025-09-08 04:34:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.062852 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:35:01] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004117 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:35:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003191 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:35:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.004172 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:35:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4041-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003989 [LOCAL API:8181]127.0.0.1 - - [2025-09-08 04:35:01] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002647 [API:8081]10.0.0.27 - - [2025-09-08 04:36:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068422 [API:8081]10.0.0.41 - - [2025-09-08 04:36:11] "GET /analytics HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2025-09-08 04:36:11] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.27 - - [2025-09-08 04:36:40] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.27 - - [2025-09-08 04:36:40] "GET /analytics HTTP/1.1" 401 205 0.000192 [API:8081]10.0.0.38 - - [2025-09-08 04:36:40] "GET /analytics HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.38 - - [2025-09-08 04:36:40] "GET /analytics HTTP/1.1" 401 205 0.000151 [API:8081]10.0.0.27 - - [2025-09-08 04:37:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.067673 [API:8081]10.0.0.38 - - [2025-09-08 04:37:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.206367 [API:8081]10.0.0.27 - - [2025-09-08 04:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.191790 [API:8081]10.0.0.27 - - [2025-09-08 04:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.173527 [API:8081]10.0.0.38 - - [2025-09-08 04:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.150280 [API:8081]10.0.0.41 - - [2025-09-08 04:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.143237 [API:8081]10.0.0.41 - - [2025-09-08 04:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.160340 [API:8081]10.0.0.27 - - [2025-09-08 04:39:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068462 [Introspect:8090]10.0.0.41 - - [2025-09-08 04:39:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001159