++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Thu Sep 18 01:53:56 AM UTC 2025 ===================' INFO: =================== Thu Sep 18 01:53:56 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 +++ awk '{print $2}' +++ grep 'inet ' +++ head -n 1 +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.56 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.56,10.0.0.22,10.0.0.41 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.56,10.0.0.22,10.0.0.41 ++ ANALYTICSDB_NODES=10.0.0.56,10.0.0.22,10.0.0.41 ++ ANALYTICS_SNMP_NODES=10.0.0.56,10.0.0.22,10.0.0.41 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ '[' -n '10.0.0.56:8081 10.0.0.22:8081 10.0.0.41:8081 ' ']' +++ echo '10.0.0.56:8081 10.0.0.22:8081 10.0.0.41:8081' ++ ANALYTICS_SERVERS='10.0.0.56:8081 10.0.0.22:8081 10.0.0.41:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ '[' -n '10.0.0.56:9042 10.0.0.22:9042 10.0.0.41:9042 ' ']' +++ echo '10.0.0.56:9042 10.0.0.22:9042 10.0.0.41:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.56:9042 10.0.0.22:9042 10.0.0.41:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.56,10.0.0.22,10.0.0.41 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ '[' -n '10.0.0.56:8086 10.0.0.22:8086 10.0.0.41:8086 ' ']' +++ echo '10.0.0.56:8086 10.0.0.22:8086 10.0.0.41:8086' ++ COLLECTOR_SERVERS='10.0.0.56:8086 10.0.0.22:8086 10.0.0.41:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.56,10.0.0.22,10.0.0.41 ++ CONFIGDB_NODES=10.0.0.56,10.0.0.22,10.0.0.41 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ '[' -n '10.0.0.56:8082 10.0.0.22:8082 10.0.0.41:8082 ' ']' +++ echo '10.0.0.56:8082 10.0.0.22:8082 10.0.0.41:8082' ++ CONFIG_SERVERS='10.0.0.56:8082 10.0.0.22:8082 10.0.0.41:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ '[' -n '10.0.0.56:9161 10.0.0.22:9161 10.0.0.41:9161 ' ']' +++ echo '10.0.0.56:9161 10.0.0.22:9161 10.0.0.41:9161' ++ CONFIGDB_SERVERS='10.0.0.56:9161 10.0.0.22:9161 10.0.0.41:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ '[' -n '10.0.0.56:9041 10.0.0.22:9041 10.0.0.41:9041 ' ']' +++ echo '10.0.0.56:9041 10.0.0.22:9041 10.0.0.41:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.56:9041 10.0.0.22:9041 10.0.0.41:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.17,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.17,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.56,10.0.0.22,10.0.0.41 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+=10.0.0.56:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ '[' -n 10.0.0.56:2181,10.0.0.22:2181,10.0.0.41:2181, ']' +++ echo 10.0.0.56:2181,10.0.0.22:2181,10.0.0.41:2181 ++ ZOOKEEPER_SERVERS=10.0.0.56:2181,10.0.0.22:2181,10.0.0.41:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ '[' -n '10.0.0.56:2181 10.0.0.22:2181 10.0.0.41:2181 ' ']' +++ echo '10.0.0.56:2181 10.0.0.22:2181 10.0.0.41:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.56:2181 10.0.0.22:2181 10.0.0.41:2181' ++ RABBITMQ_NODES=10.0.0.56,10.0.0.22,10.0.0.41 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+=10.0.0.56:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ '[' -n 10.0.0.56:5673,10.0.0.22:5673,10.0.0.41:5673, ']' +++ echo 10.0.0.56:5673,10.0.0.22:5673,10.0.0.41:5673 ++ RABBITMQ_SERVERS=10.0.0.56:5673,10.0.0.22:5673,10.0.0.41:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ '[' -n '10.0.0.56:6379 10.0.0.22:6379 10.0.0.41:6379 ' ']' +++ echo '10.0.0.56:6379 10.0.0.22:6379 10.0.0.41:6379' ++ REDIS_SERVERS='10.0.0.56:6379 10.0.0.22:6379 10.0.0.41:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.56,10.0.0.22,10.0.0.41 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ '[' -n '10.0.0.56:9092 10.0.0.22:9092 10.0.0.41:9092 ' ']' +++ echo '10.0.0.56:9092 10.0.0.22:9092 10.0.0.41:9092' ++ KAFKA_SERVERS='10.0.0.56:9092 10.0.0.22:9092 10.0.0.41:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.56 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.56,10.0.0.22,10.0.0.41 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.56,10.0.0.22,10.0.0.41 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ cut -d , -f 1 ++ echo 10.0.0.56,10.0.0.22,10.0.0.41 + local cassandra=10.0.0.56 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.56 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.56,10.0.0.22,10.0.0.41 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.56,10.0.0.22,10.0.0.41 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.56,10.20.0.25,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.56'\''))' +++ local server_ip=10.0.0.56 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.56 ]] +++ [[ ,10.0.0.56,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.56, ]] +++ echo 10.0.0.56 1 +++ return ++ local ip=10.0.0.56 ++ [[ -z 10.0.0.56 ]] ++ echo 10.0.0.56 + host_ip=10.0.0.56 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ sort ++ cut -d = -f 1 ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ 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/18/2025 01:54:04.968 7fb332dbd8c0 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/18/2025 01:54:05.175 7fb332dbd8c0 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 09/18/2025 01:54:05.186 7fb332dbd8c0 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/18/2025 01:54:05.187 7fb332dbd8c0 [contrail-analytics-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/analytics-api/contrail-analytics-api.log] Bottle v0.12.25 server starting up (using ContrailGeventServer())... Listening on http://10.0.0.56:8081/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer())... Listening on http://localhost:8181/ Hit Ctrl-C to quit. [API:8081]10.0.0.22 - - [2025-09-18 01:54:45] "GET /analytics HTTP/1.1" 401 205 0.000486 [API:8081]10.0.0.22 - - [2025-09-18 01:54:45] "GET /analytics HTTP/1.1" 401 205 0.000167 [API:8081]10.0.0.41 - - [2025-09-18 01:54:46] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.41 - - [2025-09-18 01:54:46] "GET /analytics HTTP/1.1" 401 205 0.000203 [API:8081]10.0.0.56 - - [2025-09-18 01:54:47] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.56 - - [2025-09-18 01:54:47] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.22 - - [2025-09-18 01:54:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.429004 [API:8081]10.0.0.22 - - [2025-09-18 01:55:16] "GET /analytics HTTP/1.1" 401 205 0.000390 [API:8081]10.0.0.22 - - [2025-09-18 01:55:16] "GET /analytics HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.41 - - [2025-09-18 01:55:17] "GET /analytics HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.41 - - [2025-09-18 01:55:17] "GET /analytics HTTP/1.1" 401 205 0.000182 [API:8081]10.0.0.56 - - [2025-09-18 01:55:18] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.56 - - [2025-09-18 01:55:18] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.22 - - [2025-09-18 01:55:47] "GET /analytics HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.22 - - [2025-09-18 01:55:47] "GET /analytics HTTP/1.1" 401 205 0.000179 [API:8081]10.0.0.41 - - [2025-09-18 01:55:47] "GET /analytics HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.41 - - [2025-09-18 01:55:47] "GET /analytics HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.22 - - [2025-09-18 01:55:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.402092 [Introspect:8090]10.0.0.56 - - [2025-09-18 01:56:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001600 [API:8081]10.0.0.41 - - [2025-09-18 01:56:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.433512 [API:8081]10.0.0.22 - - [2025-09-18 01:56:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.624164 [API:8081]10.0.0.41 - - [2025-09-18 01:57:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.122116 [API:8081]10.0.0.22 - - [2025-09-18 01:57:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.324768 [API:8081]10.0.0.56 - - [2025-09-18 01:57:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.187955 [API:8081]10.0.0.56 - - [2025-09-18 01:57:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.101984 [Introspect:8090]10.0.0.56 - - [2025-09-18 01:57:04] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001425 [API:8081]10.0.0.22 - - [2025-09-18 01:57:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063919 [Introspect:8090]10.0.0.56 - - [2025-09-18 01:58:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001280 [Introspect:8090]10.0.0.56 - - [2025-09-18 01:58:25] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000787 [API:8081]10.0.0.56 - - [2025-09-18 01:58:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.56 - - [2025-09-18 01:58:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-1:Control:contrail-control:0?flat HTTP/1.1" 200 35666 0.067961 [API:8081]10.0.0.56 - - [2025-09-18 01:58:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.063102 [API:8081]10.0.0.56 - - [2025-09-18 01:58:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-2:Control:contrail-control:0?flat HTTP/1.1" 200 38722 0.076495 [API:8081]10.0.0.56 - - [2025-09-18 01:58:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.018796 [API:8081]10.0.0.56 - - [2025-09-18 01:58:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-3:Control:contrail-control:0?flat HTTP/1.1" 200 27710 0.025181 [API:8081]10.0.0.56 - - [2025-09-18 01:58:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13603 0.024093 [API:8081]10.0.0.56 - - [2025-09-18 01:58:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.031026 [API:8081]10.0.0.56 - - [2025-09-18 01:58:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.037562 [API:8081]10.0.0.56 - - [2025-09-18 01:58:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3356 0.016939 [API:8081]10.0.0.56 - - [2025-09-18 01:58:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3356 0.016771 [API:8081]10.0.0.56 - - [2025-09-18 01:58:26] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.012944 [API:8081]10.0.0.56 - - [2025-09-18 01:58:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4312 0.013433 [API:8081]10.0.0.56 - - [2025-09-18 01:58:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4306 0.012390 [API:8081]10.0.0.56 - - [2025-09-18 01:58:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4310 0.012110 [API:8081]10.0.0.56 - - [2025-09-18 01:58:26] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.029360 [API:8081]10.0.0.56 - - [2025-09-18 01:58:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.020701 [API:8081]10.0.0.56 - - [2025-09-18 01:58:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.018734 [API:8081]10.0.0.56 - - [2025-09-18 01:58:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.017989 [API:8081]10.0.0.56 - - [2025-09-18 01:58:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.019320 [API:8081]10.0.0.56 - - [2025-09-18 01:58:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.018829 [API:8081]10.0.0.56 - - [2025-09-18 01:58:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012537 [API:8081]10.0.0.56 - - [2025-09-18 01:58:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012905 [API:8081]10.0.0.56 - - [2025-09-18 01:58:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.020445 [API:8081]10.0.0.56 - - [2025-09-18 01:58:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.014465 [API:8081]10.0.0.56 - - [2025-09-18 01:58:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14822 0.020745 [API:8081]10.0.0.56 - - [2025-09-18 01:58:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.019306 [API:8081]10.0.0.56 - - [2025-09-18 01:58:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14823 0.017696 [API:8081]10.0.0.56 - - [2025-09-18 01:58:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.016843 [API:8081]10.0.0.56 - - [2025-09-18 01:58:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14825 0.015424 [API:8081]10.0.0.56 - - [2025-09-18 01:58:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.015287 [API:8081]10.0.0.56 - - [2025-09-18 01:58:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.021838 [API:8081]10.0.0.56 - - [2025-09-18 01:58:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.019952 [API:8081]10.0.0.56 - - [2025-09-18 01:58:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.019253 [API:8081]10.0.0.56 - - [2025-09-18 01:58:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.025813 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.019128 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3269 0.012024 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.017720 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3269 0.012990 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.015380 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14822 0.023081 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012676 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.015345 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14823 0.021284 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013011 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.016898 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14825 0.019364 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013829 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.015612 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3675 0.014668 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.013697 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3675 0.012583 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.014650 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3675 0.013951 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4312 0.012923 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4306 0.013020 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4310 0.011684 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-1:Control:contrail-control:0?flat HTTP/1.1" 200 35666 0.021413 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.015625 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.020894 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-2:Control:contrail-control:0?flat HTTP/1.1" 200 38722 0.021518 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.012331 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.015063 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-3:Control:contrail-control:0?flat HTTP/1.1" 200 27710 0.020782 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.013964 [API:8081]10.0.0.56 - - [2025-09-18 01:58:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4130-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13603 0.018479 [API:8081]10.0.0.56 - - [2025-09-18 01:58:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12096 0.018436 [API:8081]10.0.0.56 - - [2025-09-18 01:58:32] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?flat HTTP/1.1" 200 13634 0.021995 [API:8081]10.0.0.56 - - [2025-09-18 01:58:32] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?flat HTTP/1.1" 200 14664 0.067420 [API:8081]10.0.0.56 - - [2025-09-18 01:58:32] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?flat HTTP/1.1" 200 19490 0.020744 [API:8081]10.0.0.56 - - [2025-09-18 01:58:32] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?flat HTTP/1.1" 200 13634 0.019424 [API:8081]10.0.0.56 - - [2025-09-18 01:58:32] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?flat HTTP/1.1" 200 14664 0.017828 [API:8081]10.0.0.56 - - [2025-09-18 01:58:32] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?flat HTTP/1.1" 200 19490 0.020953 [API:8081]10.0.0.56 - - [2025-09-18 01:58:32] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?flat HTTP/1.1" 200 13634 0.020732 [API:8081]10.0.0.56 - - [2025-09-18 01:58:32] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?flat HTTP/1.1" 200 14664 0.017532 [API:8081]10.0.0.56 - - [2025-09-18 01:58:32] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?flat HTTP/1.1" 200 19490 0.022142 [API:8081]10.0.0.56 - - [2025-09-18 01:58:32] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?flat HTTP/1.1" 200 13634 0.021193 [API:8081]10.0.0.56 - - [2025-09-18 01:58:32] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?flat HTTP/1.1" 200 14664 0.021154 [API:8081]10.0.0.56 - - [2025-09-18 01:58:32] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?flat HTTP/1.1" 200 19490 0.024917 [API:8081]10.0.0.56 - - [2025-09-18 01:58:34] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 8134 0.014728 [API:8081]10.0.0.56 - - [2025-09-18 01:58:34] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 8134 0.016308 [API:8081]10.0.0.56 - - [2025-09-18 01:58:34] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4130-3?flat HTTP/1.1" 200 8133 0.016273 [API:8081]10.0.0.56 - - [2025-09-18 01:58:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.56 - - [2025-09-18 01:58:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.053135 [API:8081]10.0.0.56 - - [2025-09-18 01:58:56] "POST /analytics/query HTTP/1.1" 200 68201 1.069259 [API:8081]10.0.0.22 - - [2025-09-18 01:58:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.106161 [API:8081]10.0.0.56 - - [2025-09-18 01:58:58] "POST /analytics/query HTTP/1.1" 200 6790 1.319038 [API:8081]10.0.0.56 - - [2025-09-18 01:58:59] "POST /analytics/query HTTP/1.1" 200 871 1.020179 [API:8081]10.0.0.56 - - [2025-09-18 01:59:00] "POST /analytics/query HTTP/1.1" 200 6790 1.023408 [API:8081]10.0.0.56 - - [2025-09-18 01:59:01] "POST /analytics/query HTTP/1.1" 200 871 1.020203 [API:8081]10.0.0.56 - - [2025-09-18 01:59:12] "GET /documentation/index.html HTTP/1.1" 200 5407 0.001064 [API:8081]10.0.0.22 - - [2025-09-18 02:00:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.116420 [API:8081]10.0.0.22 - - [2025-09-18 02:01:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.085429 [API:8081]10.0.0.41 - - [2025-09-18 02:01:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.022193 [API:8081]10.0.0.41 - - [2025-09-18 02:01:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.021955 [API:8081]10.0.0.22 - - [2025-09-18 02:02:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.873906 [API:8081]10.0.0.22 - - [2025-09-18 02:02:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.455002 [API:8081]10.0.0.56 - - [2025-09-18 02:02:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.276946 [API:8081]10.0.0.56 - - [2025-09-18 02:02:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.306731 [API:8081]10.0.0.56 - - [2025-09-18 02:03:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000382 [API:8081]10.0.0.56 - - [2025-09-18 02:03:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.065188 [API:8081]10.0.0.56 - - [2025-09-18 02:03:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1378 0.056602 [API:8081]10.0.0.22 - - [2025-09-18 02:04:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061603 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:04:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002797 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:04:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003531 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:04:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003405 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:04:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003041 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:04:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002275 [API:8081]10.0.0.22 - - [2025-09-18 02:05:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.072289 [API:8081]10.0.0.56 - - [2025-09-18 02:05:18] "GET /analytics HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.56 - - [2025-09-18 02:05:18] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.22 - - [2025-09-18 02:05:47] "GET /analytics HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.22 - - [2025-09-18 02:05:47] "GET /analytics HTTP/1.1" 401 205 0.000192 [API:8081]10.0.0.41 - - [2025-09-18 02:05:47] "GET /analytics HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.41 - - [2025-09-18 02:05:47] "GET /analytics HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.22 - - [2025-09-18 02:06:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.130615 [API:8081]10.0.0.41 - - [2025-09-18 02:06:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.120830 [API:8081]10.0.0.22 - - [2025-09-18 02:06:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.017332 [API:8081]10.0.0.41 - - [2025-09-18 02:06:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.017898 [API:8081]10.0.0.56 - - [2025-09-18 02:07:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.221077 [API:8081]10.0.0.56 - - [2025-09-18 02:07:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.171980 [API:8081]10.0.0.22 - - [2025-09-18 02:07:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059558 [API:8081]10.0.0.22 - - [2025-09-18 02:08:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.458002 [API:8081]10.0.0.22 - - [2025-09-18 02:10:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.115067 [API:8081]10.0.0.56 - - [2025-09-18 02:10:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.56 - - [2025-09-18 02:10:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2150 0.058451 [API:8081]10.0.0.56 - - [2025-09-18 02:10:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.057419 [API:8081]10.0.0.22 - - [2025-09-18 02:11:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.064298 [API:8081]10.0.0.41 - - [2025-09-18 02:11:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.015762 [API:8081]10.0.0.22 - - [2025-09-18 02:11:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.182738 [API:8081]10.0.0.22 - - [2025-09-18 02:12:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.364465 [API:8081]10.0.0.41 - - [2025-09-18 02:12:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.445278 [API:8081]10.0.0.56 - - [2025-09-18 02:12:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.353226 [API:8081]10.0.0.56 - - [2025-09-18 02:12:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.259003 [API:8081]10.0.0.56 - - [2025-09-18 02:12:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1586 0.009150 [API:8081]10.0.0.56 - - [2025-09-18 02:12:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1814 0.010905 [API:8081]10.0.0.56 - - [2025-09-18 02:12:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2042 0.058875 [API:8081]10.0.0.56 - - [2025-09-18 02:12:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2270 0.009442 [API:8081]10.0.0.22 - - [2025-09-18 02:13:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066979 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:14:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002938 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:14:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003069 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:14:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003034 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:14:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002850 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:14:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002186 [API:8081]10.0.0.22 - - [2025-09-18 02:14:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.062830 [API:8081]10.0.0.56 - - [2025-09-18 02:15:18] "GET /analytics HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.56 - - [2025-09-18 02:15:18] "GET /analytics HTTP/1.1" 401 205 0.000175 [API:8081]10.0.0.22 - - [2025-09-18 02:15:47] "GET /analytics HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.22 - - [2025-09-18 02:15:47] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.41 - - [2025-09-18 02:15:47] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.41 - - [2025-09-18 02:15:47] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.56 - - [2025-09-18 02:15:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25186 0.081798 [API:8081]10.0.0.56 - - [2025-09-18 02:15:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-45572256:ctest-vnet1-75072673?flat HTTP/1.1" 200 8245 0.061505 [API:8081]10.0.0.56 - - [2025-09-18 02:15:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009715 [API:8081]10.0.0.56 - - [2025-09-18 02:15:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24573 0.024937 [API:8081]10.0.0.56 - - [2025-09-18 02:16:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24573 0.021316 [API:8081]10.0.0.56 - - [2025-09-18 02:16:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24573 0.018847 [API:8081]10.0.0.56 - - [2025-09-18 02:16:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24573 0.020944 [API:8081]10.0.0.56 - - [2025-09-18 02:16:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24573 0.034604 [API:8081]10.0.0.22 - - [2025-09-18 02:16:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075577 [API:8081]10.0.0.56 - - [2025-09-18 02:16:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24573 0.030563 [API:8081]10.0.0.56 - - [2025-09-18 02:16:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24580 0.019978 [API:8081]10.0.0.56 - - [2025-09-18 02:16:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24580 0.020155 [API:8081]10.0.0.56 - - [2025-09-18 02:16:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24580 0.028989 [API:8081]10.0.0.56 - - [2025-09-18 02:16:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-45572256:ctest-vnet0-08442897?flat HTTP/1.1" 200 8244 0.017688 [API:8081]10.0.0.56 - - [2025-09-18 02:16:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009110 [API:8081]10.0.0.56 - - [2025-09-18 02:16:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.009459 [API:8081]10.0.0.22 - - [2025-09-18 02:16:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.130350 [API:8081]10.0.0.41 - - [2025-09-18 02:16:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.172863 [API:8081]10.0.0.41 - - [2025-09-18 02:16:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.010320 [API:8081]10.0.0.22 - - [2025-09-18 02:16:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.104240 [API:8081]10.0.0.56 - - [2025-09-18 02:17:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.221008 [API:8081]10.0.0.56 - - [2025-09-18 02:17:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.154340 [API:8081]10.0.0.22 - - [2025-09-18 02:17:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.060958 [API:8081]10.0.0.56 - - [2025-09-18 02:18:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.56 - - [2025-09-18 02:18:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.058921 [API:8081]10.0.0.22 - - [2025-09-18 02:19:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078901 [API:8081]10.0.0.56 - - [2025-09-18 02:19:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.064895 [API:8081]10.0.0.56 - - [2025-09-18 02:19:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.019088 [API:8081]10.0.0.56 - - [2025-09-18 02:19:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.067465 [API:8081]10.0.0.56 - - [2025-09-18 02:19:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-28160063:ctest-vnet0-09600684?flat HTTP/1.1" 200 7202 0.012464 [API:8081]10.0.0.56 - - [2025-09-18 02:19:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009281 [API:8081]10.0.0.56 - - [2025-09-18 02:20:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.56 - - [2025-09-18 02:20:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.063784 [API:8081]10.0.0.22 - - [2025-09-18 02:20:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.061064 [API:8081]10.0.0.56 - - [2025-09-18 02:20:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.56 - - [2025-09-18 02:20:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.061541 [API:8081]10.0.0.56 - - [2025-09-18 02:20:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.052814 [API:8081]10.0.0.56 - - [2025-09-18 02:20:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.056161 [API:8081]10.0.0.56 - - [2025-09-18 02:21:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-43068505:9c2a22d3-c262-43c7-a213-2a3577b02bb6?flat HTTP/1.1" 200 5235 0.013891 [API:8081]10.0.0.56 - - [2025-09-18 02:21:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-43068505:9c2a22d3-c262-43c7-a213-2a3577b02bb6?flat HTTP/1.1" 200 5235 0.012096 [API:8081]10.0.0.56 - - [2025-09-18 02:21:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-43068505:9c2a22d3-c262-43c7-a213-2a3577b02bb6?flat HTTP/1.1" 200 5235 0.012965 [API:8081]10.0.0.56 - - [2025-09-18 02:21:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-43068505:ctest-VN1-32647831?flat HTTP/1.1" 200 8560 0.019017 [API:8081]10.0.0.56 - - [2025-09-18 02:21:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.018529 [API:8081]10.0.0.56 - - [2025-09-18 02:21:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.023805 [API:8081]10.0.0.56 - - [2025-09-18 02:21:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009626 [API:8081]10.0.0.56 - - [2025-09-18 02:21:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-43068505:2a5fe6b2-7d45-43c1-bcb5-4356ba441f4f?flat HTTP/1.1" 200 5235 0.013731 [API:8081]10.0.0.56 - - [2025-09-18 02:21:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-43068505:2a5fe6b2-7d45-43c1-bcb5-4356ba441f4f?flat HTTP/1.1" 200 5235 0.015030 [API:8081]10.0.0.56 - - [2025-09-18 02:21:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-43068505:2a5fe6b2-7d45-43c1-bcb5-4356ba441f4f?flat HTTP/1.1" 200 5235 0.019675 [API:8081]10.0.0.56 - - [2025-09-18 02:21:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-43068505:ctest-VN2-36766737?flat HTTP/1.1" 200 8335 0.017758 [API:8081]10.0.0.56 - - [2025-09-18 02:21:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.025143 [API:8081]10.0.0.56 - - [2025-09-18 02:21:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.027035 [API:8081]10.0.0.56 - - [2025-09-18 02:21:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010740 [API:8081]10.0.0.56 - - [2025-09-18 02:21:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-43068505:9ac19125-07f9-4121-8daf-796219e97f3a?flat HTTP/1.1" 200 5105 0.014210 [API:8081]10.0.0.56 - - [2025-09-18 02:21:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-43068505:9ac19125-07f9-4121-8daf-796219e97f3a?flat HTTP/1.1" 200 5105 0.014923 [API:8081]10.0.0.56 - - [2025-09-18 02:21:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-43068505:9ac19125-07f9-4121-8daf-796219e97f3a?flat HTTP/1.1" 200 5105 0.012352 [API:8081]10.0.0.56 - - [2025-09-18 02:21:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-43068505:ctest-VN3-50770530?flat HTTP/1.1" 200 7449 0.013582 [API:8081]10.0.0.56 - - [2025-09-18 02:21:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.019310 [API:8081]10.0.0.56 - - [2025-09-18 02:21:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.019179 [API:8081]10.0.0.56 - - [2025-09-18 02:21:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010202 [API:8081]10.0.0.22 - - [2025-09-18 02:21:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.181317 [API:8081]10.0.0.41 - - [2025-09-18 02:21:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.144969 [API:8081]10.0.0.22 - - [2025-09-18 02:22:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.337378 [API:8081]10.0.0.41 - - [2025-09-18 02:22:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.431637 [API:8081]10.0.0.56 - - [2025-09-18 02:22:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.180826 [API:8081]10.0.0.56 - - [2025-09-18 02:22:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.198329 [API:8081]10.0.0.56 - - [2025-09-18 02:22:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.021034 [API:8081]10.0.0.56 - - [2025-09-18 02:22:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.078873 [API:8081]10.0.0.56 - - [2025-09-18 02:22:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.023313 [API:8081]10.0.0.22 - - [2025-09-18 02:22:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062067 [API:8081]10.0.0.56 - - [2025-09-18 02:22:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.019821 [API:8081]10.0.0.56 - - [2025-09-18 02:22:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.021981 [API:8081]10.0.0.56 - - [2025-09-18 02:22:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.018928 [API:8081]10.0.0.56 - - [2025-09-18 02:22:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-43068505:ctest-VN3-50770530?flat HTTP/1.1" 200 6221 0.012444 [API:8081]10.0.0.56 - - [2025-09-18 02:22:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008785 [API:8081]10.0.0.56 - - [2025-09-18 02:22:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.019660 [API:8081]10.0.0.56 - - [2025-09-18 02:22:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.018792 [API:8081]10.0.0.56 - - [2025-09-18 02:22:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.020507 [API:8081]10.0.0.56 - - [2025-09-18 02:22:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.019894 [API:8081]10.0.0.56 - - [2025-09-18 02:22:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.019032 [API:8081]10.0.0.56 - - [2025-09-18 02:22:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.019166 [API:8081]10.0.0.56 - - [2025-09-18 02:22:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.023283 [API:8081]10.0.0.56 - - [2025-09-18 02:22:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.019713 [API:8081]10.0.0.56 - - [2025-09-18 02:22:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.024388 [API:8081]10.0.0.56 - - [2025-09-18 02:22:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.019857 [API:8081]10.0.0.56 - - [2025-09-18 02:22:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-43068505:ctest-VN2-36766737?flat HTTP/1.1" 200 6549 0.012775 [API:8081]10.0.0.56 - - [2025-09-18 02:22:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009065 [API:8081]10.0.0.56 - - [2025-09-18 02:22:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.037362 [API:8081]10.0.0.56 - - [2025-09-18 02:23:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.018089 [API:8081]10.0.0.56 - - [2025-09-18 02:23:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.019856 [API:8081]10.0.0.56 - - [2025-09-18 02:23:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.018200 [API:8081]10.0.0.56 - - [2025-09-18 02:23:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.019557 [API:8081]10.0.0.56 - - [2025-09-18 02:23:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.020594 [API:8081]10.0.0.56 - - [2025-09-18 02:23:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.021213 [API:8081]10.0.0.22 - - [2025-09-18 02:23:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.077607 [API:8081]10.0.0.56 - - [2025-09-18 02:23:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.020725 [API:8081]10.0.0.56 - - [2025-09-18 02:23:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.022241 [API:8081]10.0.0.56 - - [2025-09-18 02:23:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-43068505:ctest-VN1-32647831?flat HTTP/1.1" 200 6776 0.016967 [API:8081]10.0.0.56 - - [2025-09-18 02:23:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010237 [API:8081]10.0.0.56 - - [2025-09-18 02:23:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.56 - - [2025-09-18 02:23:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.057992 [API:8081]10.0.0.56 - - [2025-09-18 02:23:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.055359 [API:8081]10.0.0.56 - - [2025-09-18 02:23:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.055132 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:24:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003022 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:24:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002857 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:24:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003224 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:24:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002676 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:24:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001970 [API:8081]10.0.0.56 - - [2025-09-18 02:24:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-42268773:8417b551-c42b-42a1-b5f6-0a8d637a51a8?flat HTTP/1.1" 200 5365 0.013865 [API:8081]10.0.0.56 - - [2025-09-18 02:24:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-42268773:8417b551-c42b-42a1-b5f6-0a8d637a51a8?flat HTTP/1.1" 200 5365 0.013903 [API:8081]10.0.0.56 - - [2025-09-18 02:24:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-42268773:8417b551-c42b-42a1-b5f6-0a8d637a51a8?flat HTTP/1.1" 200 5365 0.020889 [API:8081]10.0.0.56 - - [2025-09-18 02:24:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-42268773:8417b551-c42b-42a1-b5f6-0a8d637a51a8?flat HTTP/1.1" 200 5365 0.014185 [API:8081]10.0.0.56 - - [2025-09-18 02:24:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-42268773:ctest-VN1-74103489?flat HTTP/1.1" 200 9453 0.014841 [API:8081]10.0.0.56 - - [2025-09-18 02:24:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.018427 [API:8081]10.0.0.56 - - [2025-09-18 02:24:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.021398 [API:8081]10.0.0.56 - - [2025-09-18 02:24:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.015624 [API:8081]10.0.0.56 - - [2025-09-18 02:24:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-42268773:41dd9657-dd2b-4c37-b933-f75ef3d2e08d?flat HTTP/1.1" 200 5210 0.018460 [API:8081]10.0.0.56 - - [2025-09-18 02:24:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-42268773:41dd9657-dd2b-4c37-b933-f75ef3d2e08d?flat HTTP/1.1" 200 5210 0.016141 [API:8081]10.0.0.56 - - [2025-09-18 02:24:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-42268773:41dd9657-dd2b-4c37-b933-f75ef3d2e08d?flat HTTP/1.1" 200 5210 0.019292 [API:8081]10.0.0.56 - - [2025-09-18 02:24:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-42268773:41dd9657-dd2b-4c37-b933-f75ef3d2e08d?flat HTTP/1.1" 200 5210 0.019181 [API:8081]10.0.0.56 - - [2025-09-18 02:24:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-42268773:ctest-VN2-50114734?flat HTTP/1.1" 200 8626 0.015602 [API:8081]10.0.0.56 - - [2025-09-18 02:24:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.018597 [API:8081]10.0.0.56 - - [2025-09-18 02:24:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.019714 [API:8081]10.0.0.56 - - [2025-09-18 02:24:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011375 [API:8081]10.0.0.56 - - [2025-09-18 02:24:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-42268773:d1ad8db5-018e-4e11-a085-f1071aa641a9?flat HTTP/1.1" 200 5225 0.011760 [API:8081]10.0.0.56 - - [2025-09-18 02:24:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-42268773:d1ad8db5-018e-4e11-a085-f1071aa641a9?flat HTTP/1.1" 200 5225 0.017969 [API:8081]10.0.0.56 - - [2025-09-18 02:24:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-42268773:d1ad8db5-018e-4e11-a085-f1071aa641a9?flat HTTP/1.1" 200 5225 0.015504 [API:8081]10.0.0.56 - - [2025-09-18 02:24:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-42268773:d1ad8db5-018e-4e11-a085-f1071aa641a9?flat HTTP/1.1" 200 5225 0.013875 [API:8081]10.0.0.56 - - [2025-09-18 02:24:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-42268773:ctest-VN3-84657259?flat HTTP/1.1" 200 8206 0.013878 [API:8081]10.0.0.56 - - [2025-09-18 02:24:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.018894 [API:8081]10.0.0.56 - - [2025-09-18 02:24:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.020774 [API:8081]10.0.0.56 - - [2025-09-18 02:24:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009637 [API:8081]10.0.0.56 - - [2025-09-18 02:25:18] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.56 - - [2025-09-18 02:25:18] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.22 - - [2025-09-18 02:25:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072455 [API:8081]10.0.0.56 - - [2025-09-18 02:25:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.020042 [API:8081]10.0.0.56 - - [2025-09-18 02:25:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.020798 [API:8081]10.0.0.56 - - [2025-09-18 02:25:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.019456 [API:8081]10.0.0.56 - - [2025-09-18 02:25:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.019234 [API:8081]10.0.0.56 - - [2025-09-18 02:25:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.019854 [API:8081]10.0.0.56 - - [2025-09-18 02:25:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.021528 [API:8081]10.0.0.22 - - [2025-09-18 02:25:47] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2025-09-18 02:25:47] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.41 - - [2025-09-18 02:25:47] "GET /analytics HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.41 - - [2025-09-18 02:25:47] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.56 - - [2025-09-18 02:25:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.019444 [API:8081]10.0.0.56 - - [2025-09-18 02:25:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.018476 [API:8081]10.0.0.56 - - [2025-09-18 02:25:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.021591 [API:8081]10.0.0.56 - - [2025-09-18 02:25:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-42268773:ctest-VN3-84657259?flat HTTP/1.1" 200 6967 0.012465 [API:8081]10.0.0.56 - - [2025-09-18 02:25:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009949 [API:8081]10.0.0.56 - - [2025-09-18 02:25:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.020468 [API:8081]10.0.0.56 - - [2025-09-18 02:26:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.021256 [API:8081]10.0.0.56 - - [2025-09-18 02:26:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.019164 [API:8081]10.0.0.56 - - [2025-09-18 02:26:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.019695 [API:8081]10.0.0.56 - - [2025-09-18 02:26:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.018296 [API:8081]10.0.0.56 - - [2025-09-18 02:26:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.021819 [API:8081]10.0.0.56 - - [2025-09-18 02:26:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.019635 [API:8081]10.0.0.56 - - [2025-09-18 02:26:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.019588 [API:8081]10.0.0.56 - - [2025-09-18 02:26:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.034115 [API:8081]10.0.0.22 - - [2025-09-18 02:26:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.080579 [API:8081]10.0.0.56 - - [2025-09-18 02:26:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.022982 [API:8081]10.0.0.56 - - [2025-09-18 02:26:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-42268773:ctest-VN2-50114734?flat HTTP/1.1" 200 7302 0.011870 [API:8081]10.0.0.56 - - [2025-09-18 02:26:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008494 [API:8081]10.0.0.56 - - [2025-09-18 02:26:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.035490 [API:8081]10.0.0.56 - - [2025-09-18 02:26:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.020492 [API:8081]10.0.0.56 - - [2025-09-18 02:26:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.019361 [API:8081]10.0.0.56 - - [2025-09-18 02:26:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.020095 [API:8081]10.0.0.56 - - [2025-09-18 02:26:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.021667 [API:8081]10.0.0.56 - - [2025-09-18 02:26:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.020006 [API:8081]10.0.0.56 - - [2025-09-18 02:26:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.019909 [API:8081]10.0.0.56 - - [2025-09-18 02:26:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.022421 [API:8081]10.0.0.56 - - [2025-09-18 02:26:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.018587 [API:8081]10.0.0.56 - - [2025-09-18 02:26:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.018282 [API:8081]10.0.0.56 - - [2025-09-18 02:26:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-42268773:ctest-VN1-74103489?flat HTTP/1.1" 200 7646 0.013096 [API:8081]10.0.0.56 - - [2025-09-18 02:26:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010088 [API:8081]10.0.0.22 - - [2025-09-18 02:26:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.155216 [API:8081]10.0.0.41 - - [2025-09-18 02:26:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.101905 [API:8081]10.0.0.22 - - [2025-09-18 02:26:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.019620 [API:8081]10.0.0.41 - - [2025-09-18 02:27:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.173098 [API:8081]10.0.0.56 - - [2025-09-18 02:27:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.211026 [API:8081]10.0.0.56 - - [2025-09-18 02:27:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.260198 [API:8081]10.0.0.56 - - [2025-09-18 02:27:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.56 - - [2025-09-18 02:27:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.060910 [API:8081]10.0.0.56 - - [2025-09-18 02:27:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.066577 [API:8081]10.0.0.22 - - [2025-09-18 02:28:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061582 [API:8081]10.0.0.22 - - [2025-09-18 02:29:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.450732 [API:8081]10.0.0.56 - - [2025-09-18 02:29:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.56 - - [2025-09-18 02:29:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.059798 [API:8081]10.0.0.22 - - [2025-09-18 02:31:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065939 [API:8081]10.0.0.56 - - [2025-09-18 02:31:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24615 0.069241 [API:8081]10.0.0.56 - - [2025-09-18 02:31:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24615 0.021367 [API:8081]10.0.0.56 - - [2025-09-18 02:31:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24615 0.067001 [API:8081]10.0.0.56 - - [2025-09-18 02:31:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24615 0.022677 [API:8081]10.0.0.56 - - [2025-09-18 02:31:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24615 0.019207 [API:8081]10.0.0.56 - - [2025-09-18 02:31:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24615 0.019579 [API:8081]10.0.0.56 - - [2025-09-18 02:31:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24615 0.019500 [API:8081]10.0.0.56 - - [2025-09-18 02:31:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24616 0.019302 [API:8081]10.0.0.56 - - [2025-09-18 02:31:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-31444414:ctest-vnet0-86014648?flat HTTP/1.1" 200 7963 0.011863 [API:8081]10.0.0.56 - - [2025-09-18 02:31:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008476 [API:8081]10.0.0.41 - - [2025-09-18 02:31:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.012256 [API:8081]10.0.0.22 - - [2025-09-18 02:31:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.255235 [API:8081]10.0.0.22 - - [2025-09-18 02:32:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.502212 [API:8081]10.0.0.41 - - [2025-09-18 02:32:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.553268 [API:8081]10.0.0.56 - - [2025-09-18 02:32:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.255540 [API:8081]10.0.0.56 - - [2025-09-18 02:32:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.190664 [API:8081]10.0.0.56 - - [2025-09-18 02:32:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.56 - - [2025-09-18 02:32:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.060601 [API:8081]10.0.0.56 - - [2025-09-18 02:32:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1362 0.065937 [API:8081]10.0.0.22 - - [2025-09-18 02:32:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.064503 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:34:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002863 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:34:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002970 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:34:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003228 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:34:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002720 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:34:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002258 [API:8081]10.0.0.22 - - [2025-09-18 02:34:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066603 [API:8081]10.0.0.56 - - [2025-09-18 02:35:18] "GET /analytics HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.56 - - [2025-09-18 02:35:18] "GET /analytics HTTP/1.1" 401 205 0.000176 [API:8081]10.0.0.22 - - [2025-09-18 02:35:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.067940 [API:8081]10.0.0.56 - - [2025-09-18 02:35:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25219 0.071946 [API:8081]10.0.0.56 - - [2025-09-18 02:35:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25219 0.025127 [API:8081]10.0.0.56 - - [2025-09-18 02:35:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25219 0.018596 [API:8081]10.0.0.22 - - [2025-09-18 02:35:47] "GET /analytics HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.22 - - [2025-09-18 02:35:47] "GET /analytics HTTP/1.1" 401 205 0.000382 [API:8081]10.0.0.41 - - [2025-09-18 02:35:47] "GET /analytics HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.41 - - [2025-09-18 02:35:47] "GET /analytics HTTP/1.1" 401 205 0.000194 [API:8081]10.0.0.56 - - [2025-09-18 02:35:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25219 0.019919 [API:8081]10.0.0.56 - - [2025-09-18 02:35:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25219 0.019380 [API:8081]10.0.0.56 - - [2025-09-18 02:35:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25219 0.021850 [API:8081]10.0.0.56 - - [2025-09-18 02:35:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25221 0.020182 [API:8081]10.0.0.56 - - [2025-09-18 02:35:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-73070798:ctest-vnet1-62594830?flat HTTP/1.1" 200 7305 0.014028 [API:8081]10.0.0.56 - - [2025-09-18 02:35:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009396 [API:8081]10.0.0.56 - - [2025-09-18 02:35:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24626 0.019571 [API:8081]10.0.0.56 - - [2025-09-18 02:36:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24626 0.022926 [API:8081]10.0.0.56 - - [2025-09-18 02:36:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24626 0.022343 [API:8081]10.0.0.56 - - [2025-09-18 02:36:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24626 0.020112 [API:8081]10.0.0.56 - - [2025-09-18 02:36:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24626 0.019097 [API:8081]10.0.0.56 - - [2025-09-18 02:36:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24626 0.018732 [API:8081]10.0.0.56 - - [2025-09-18 02:36:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.021813 [API:8081]10.0.0.56 - - [2025-09-18 02:36:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.018634 [API:8081]10.0.0.56 - - [2025-09-18 02:36:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.020889 [API:8081]10.0.0.56 - - [2025-09-18 02:36:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.029714 [API:8081]10.0.0.56 - - [2025-09-18 02:36:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-73070798:ctest-vnet0-46371794?flat HTTP/1.1" 200 6959 0.013395 [API:8081]10.0.0.56 - - [2025-09-18 02:36:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009976 [API:8081]10.0.0.56 - - [2025-09-18 02:36:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.56 - - [2025-09-18 02:36:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.056675 [API:8081]10.0.0.56 - - [2025-09-18 02:36:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1386 0.074275 [API:8081]10.0.0.22 - - [2025-09-18 02:36:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.118179 [API:8081]10.0.0.41 - - [2025-09-18 02:36:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.059596 [API:8081]10.0.0.22 - - [2025-09-18 02:37:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.160438 [API:8081]10.0.0.41 - - [2025-09-18 02:37:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.234260 [API:8081]10.0.0.56 - - [2025-09-18 02:37:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.225624 [API:8081]10.0.0.56 - - [2025-09-18 02:37:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.208874 [API:8081]10.0.0.22 - - [2025-09-18 02:37:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063723 [API:8081]10.0.0.22 - - [2025-09-18 02:38:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.061655 [API:8081]10.0.0.56 - - [2025-09-18 02:39:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25228 0.021168 [API:8081]10.0.0.56 - - [2025-09-18 02:39:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25228 0.084732 [API:8081]10.0.0.56 - - [2025-09-18 02:39:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25228 0.021372 [API:8081]10.0.0.56 - - [2025-09-18 02:39:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-90961843:ctest-vnet1-61973662?flat HTTP/1.1" 200 8068 0.012405 [API:8081]10.0.0.56 - - [2025-09-18 02:39:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008865 [API:8081]10.0.0.56 - - [2025-09-18 02:39:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.019159 [API:8081]10.0.0.56 - - [2025-09-18 02:40:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.027918 [API:8081]10.0.0.56 - - [2025-09-18 02:40:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.017798 [API:8081]10.0.0.56 - - [2025-09-18 02:40:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.018337 [API:8081]10.0.0.56 - - [2025-09-18 02:40:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.019643 [API:8081]10.0.0.56 - - [2025-09-18 02:40:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.019988 [API:8081]10.0.0.56 - - [2025-09-18 02:40:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.020261 [API:8081]10.0.0.56 - - [2025-09-18 02:40:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.020454 [API:8081]10.0.0.56 - - [2025-09-18 02:40:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.033581 [API:8081]10.0.0.56 - - [2025-09-18 02:40:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.019512 [API:8081]10.0.0.56 - - [2025-09-18 02:40:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-90961843:ctest-vnet0-56691184?flat HTTP/1.1" 200 7707 0.013452 [API:8081]10.0.0.56 - - [2025-09-18 02:40:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009655 [API:8081]10.0.0.22 - - [2025-09-18 02:40:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.425660 [API:8081]10.0.0.22 - - [2025-09-18 02:41:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.064337 [API:8081]10.0.0.22 - - [2025-09-18 02:41:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.187013 [API:8081]10.0.0.41 - - [2025-09-18 02:41:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.164422 [API:8081]10.0.0.22 - - [2025-09-18 02:42:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.293235 [API:8081]10.0.0.41 - - [2025-09-18 02:42:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.315826 [API:8081]10.0.0.56 - - [2025-09-18 02:42:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.213708 [API:8081]10.0.0.56 - - [2025-09-18 02:42:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.190216 [API:8081]10.0.0.22 - - [2025-09-18 02:43:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059172 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:44:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002917 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:44:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002918 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:44:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002851 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:44:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002825 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:44:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002241 [API:8081]10.0.0.22 - - [2025-09-18 02:44:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.070394 [API:8081]10.0.0.56 - - [2025-09-18 02:45:18] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.56 - - [2025-09-18 02:45:18] "GET /analytics HTTP/1.1" 401 205 0.000168 [API:8081]10.0.0.22 - - [2025-09-18 02:45:47] "GET /analytics HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.22 - - [2025-09-18 02:45:47] "GET /analytics HTTP/1.1" 401 205 0.000133 [API:8081]10.0.0.41 - - [2025-09-18 02:45:47] "GET /analytics HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.41 - - [2025-09-18 02:45:47] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.56 - - [2025-09-18 02:46:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.56 - - [2025-09-18 02:46:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1132 0.061285 [API:8081]10.0.0.22 - - [2025-09-18 02:46:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065761 [API:8081]10.0.0.22 - - [2025-09-18 02:46:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.089533 [API:8081]10.0.0.41 - - [2025-09-18 02:46:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.103389 [API:8081]10.0.0.41 - - [2025-09-18 02:46:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.016560 [API:8081]10.0.0.22 - - [2025-09-18 02:46:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.077217 [API:8081]10.0.0.56 - - [2025-09-18 02:47:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.148721 [API:8081]10.0.0.56 - - [2025-09-18 02:47:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.153212 [API:8081]10.0.0.56 - - [2025-09-18 02:47:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.058678 [API:8081]10.0.0.22 - - [2025-09-18 02:47:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.055919 [API:8081]10.0.0.56 - - [2025-09-18 02:49:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.56 - - [2025-09-18 02:49:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1260 0.060355 [API:8081]10.0.0.22 - - [2025-09-18 02:49:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073790 [API:8081]10.0.0.56 - - [2025-09-18 02:49:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-07382722:b7e2d01b-f30d-49ed-9efc-1d07d1930c8b?flat HTTP/1.1" 200 5823 0.061677 [API:8081]10.0.0.56 - - [2025-09-18 02:49:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-07382722:b7e2d01b-f30d-49ed-9efc-1d07d1930c8b?flat HTTP/1.1" 200 5823 0.021874 [API:8081]10.0.0.56 - - [2025-09-18 02:49:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-07382722:b7e2d01b-f30d-49ed-9efc-1d07d1930c8b?flat HTTP/1.1" 200 5823 0.062700 [API:8081]10.0.0.56 - - [2025-09-18 02:49:45] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-07382722:ctest-SecurityGroupBasicRegressionTests1Ipv6-07382722-58637283?flat HTTP/1.1" 200 7050 0.013567 [API:8081]10.0.0.56 - - [2025-09-18 02:49:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019688 [API:8081]10.0.0.56 - - [2025-09-18 02:49:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.018877 [API:8081]10.0.0.56 - - [2025-09-18 02:49:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009597 [API:8081]10.0.0.56 - - [2025-09-18 02:50:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-07382722:7194c7c8-ff1c-490c-8c32-99f1eae94214?flat HTTP/1.1" 200 5685 0.014220 [API:8081]10.0.0.56 - - [2025-09-18 02:50:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-07382722:7194c7c8-ff1c-490c-8c32-99f1eae94214?flat HTTP/1.1" 200 5685 0.012129 [API:8081]10.0.0.56 - - [2025-09-18 02:50:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-07382722:7194c7c8-ff1c-490c-8c32-99f1eae94214?flat HTTP/1.1" 200 5685 0.012902 [API:8081]10.0.0.56 - - [2025-09-18 02:50:11] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-07382722:ctest-SecurityGroupBasicRegressionTests1Ipv6-07382722-58637283?flat HTTP/1.1" 200 11800 0.015040 [API:8081]10.0.0.56 - - [2025-09-18 02:50:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.026656 [API:8081]10.0.0.56 - - [2025-09-18 02:50:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.028640 [API:8081]10.0.0.56 - - [2025-09-18 02:50:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010676 [API:8081]10.0.0.22 - - [2025-09-18 02:50:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.069853 [API:8081]10.0.0.56 - - [2025-09-18 02:51:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.019449 [API:8081]10.0.0.56 - - [2025-09-18 02:51:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.019948 [API:8081]10.0.0.56 - - [2025-09-18 02:51:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.022029 [API:8081]10.0.0.56 - - [2025-09-18 02:51:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.019047 [API:8081]10.0.0.56 - - [2025-09-18 02:51:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.022765 [API:8081]10.0.0.56 - - [2025-09-18 02:51:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.020153 [API:8081]10.0.0.56 - - [2025-09-18 02:51:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.019006 [API:8081]10.0.0.56 - - [2025-09-18 02:51:57] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-07382722:ctest-SecurityGroupBasicRegressionTests1Ipv6-07382722-58637283?flat HTTP/1.1" 200 11702 0.015577 [API:8081]10.0.0.56 - - [2025-09-18 02:51:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008756 [API:8081]10.0.0.22 - - [2025-09-18 02:51:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.174954 [API:8081]10.0.0.41 - - [2025-09-18 02:51:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.126387 [API:8081]10.0.0.56 - - [2025-09-18 02:51:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019620 [API:8081]10.0.0.41 - - [2025-09-18 02:52:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.344896 [API:8081]10.0.0.22 - - [2025-09-18 02:52:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.386499 [API:8081]10.0.0.56 - - [2025-09-18 02:52:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.202347 [API:8081]10.0.0.56 - - [2025-09-18 02:52:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.163330 [API:8081]10.0.0.56 - - [2025-09-18 02:52:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019378 [API:8081]10.0.0.56 - - [2025-09-18 02:52:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.020751 [API:8081]10.0.0.56 - - [2025-09-18 02:52:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.024156 [API:8081]10.0.0.56 - - [2025-09-18 02:52:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.021642 [API:8081]10.0.0.56 - - [2025-09-18 02:52:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.020596 [API:8081]10.0.0.56 - - [2025-09-18 02:52:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.020422 [API:8081]10.0.0.56 - - [2025-09-18 02:52:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.018273 [API:8081]10.0.0.56 - - [2025-09-18 02:52:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019355 [API:8081]10.0.0.56 - - [2025-09-18 02:52:24] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-07382722:ctest-SecurityGroupBasicRegressionTests1Ipv6-07382722-58637283?flat HTTP/1.1" 200 8798 0.013651 [API:8081]10.0.0.56 - - [2025-09-18 02:52:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008351 [API:8081]10.0.0.56 - - [2025-09-18 02:52:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.56 - - [2025-09-18 02:52:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1280 0.059834 [API:8081]10.0.0.22 - - [2025-09-18 02:52:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.110391 [API:8081]10.0.0.56 - - [2025-09-18 02:53:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-56687041:226b6081-5461-464f-8c98-023e8def5c96?flat HTTP/1.1" 200 5801 0.072445 [API:8081]10.0.0.56 - - [2025-09-18 02:53:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-56687041:226b6081-5461-464f-8c98-023e8def5c96?flat HTTP/1.1" 200 5801 0.026841 [API:8081]10.0.0.56 - - [2025-09-18 02:53:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-56687041:226b6081-5461-464f-8c98-023e8def5c96?flat HTTP/1.1" 200 5801 0.067117 [API:8081]10.0.0.56 - - [2025-09-18 02:53:19] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-56687041:ctest-SecurityGroupBasicRegressionTests1_contrail-56687041-89227127?flat HTTP/1.1" 200 10436 0.015556 [API:8081]10.0.0.56 - - [2025-09-18 02:53:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.021194 [API:8081]10.0.0.56 - - [2025-09-18 02:53:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019006 [API:8081]10.0.0.56 - - [2025-09-18 02:53:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010156 [API:8081]10.0.0.56 - - [2025-09-18 02:53:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-56687041:987f4baf-23cb-42dd-83b0-6dd2f73020c4?flat HTTP/1.1" 200 5664 0.012917 [API:8081]10.0.0.56 - - [2025-09-18 02:53:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-56687041:987f4baf-23cb-42dd-83b0-6dd2f73020c4?flat HTTP/1.1" 200 5664 0.014055 [API:8081]10.0.0.56 - - [2025-09-18 02:53:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-56687041:987f4baf-23cb-42dd-83b0-6dd2f73020c4?flat HTTP/1.1" 200 5664 0.014329 [API:8081]10.0.0.56 - - [2025-09-18 02:53:40] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-56687041:ctest-SecurityGroupBasicRegressionTests1_contrail-56687041-89227127?flat HTTP/1.1" 200 11504 0.016102 [API:8081]10.0.0.56 - - [2025-09-18 02:53:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.020422 [API:8081]10.0.0.56 - - [2025-09-18 02:53:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.020722 [API:8081]10.0.0.56 - - [2025-09-18 02:53:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009819 [API:8081]10.0.0.22 - - [2025-09-18 02:53:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.060760 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:54:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003260 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:54:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003084 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:54:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002578 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:54:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003129 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 02:54:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002430 [API:8081]10.0.0.56 - - [2025-09-18 02:55:18] "GET /analytics HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.56 - - [2025-09-18 02:55:18] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.22 - - [2025-09-18 02:55:47] "GET /analytics HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.22 - - [2025-09-18 02:55:47] "GET /analytics HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.41 - - [2025-09-18 02:55:47] "GET /analytics HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.41 - - [2025-09-18 02:55:47] "GET /analytics HTTP/1.1" 401 205 0.000178 [API:8081]10.0.0.22 - - [2025-09-18 02:55:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066212 [API:8081]10.0.0.56 - - [2025-09-18 02:56:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25253 0.022345 [API:8081]10.0.0.56 - - [2025-09-18 02:56:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25253 0.020731 [API:8081]10.0.0.56 - - [2025-09-18 02:56:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25253 0.021338 [API:8081]10.0.0.56 - - [2025-09-18 02:56:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25253 0.019540 [API:8081]10.0.0.56 - - [2025-09-18 02:56:25] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-56687041:ctest-SecurityGroupBasicRegressionTests1_contrail-56687041-89227127?flat HTTP/1.1" 200 11648 0.017535 [API:8081]10.0.0.56 - - [2025-09-18 02:56:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009675 [API:8081]10.0.0.56 - - [2025-09-18 02:56:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.023453 [API:8081]10.0.0.56 - - [2025-09-18 02:56:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.021917 [API:8081]10.0.0.56 - - [2025-09-18 02:56:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.020527 [API:8081]10.0.0.56 - - [2025-09-18 02:56:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.019569 [API:8081]10.0.0.56 - - [2025-09-18 02:56:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.031217 [API:8081]10.0.0.56 - - [2025-09-18 02:56:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.019365 [API:8081]10.0.0.56 - - [2025-09-18 02:56:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.025522 [API:8081]10.0.0.22 - - [2025-09-18 02:56:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.066661 [API:8081]10.0.0.56 - - [2025-09-18 02:56:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.020412 [API:8081]10.0.0.56 - - [2025-09-18 02:56:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.020099 [API:8081]10.0.0.56 - - [2025-09-18 02:56:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.020120 [API:8081]10.0.0.56 - - [2025-09-18 02:56:55] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-56687041:ctest-SecurityGroupBasicRegressionTests1_contrail-56687041-89227127?flat HTTP/1.1" 200 8420 0.013927 [API:8081]10.0.0.56 - - [2025-09-18 02:56:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009667 [API:8081]10.0.0.22 - - [2025-09-18 02:56:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.463986 [API:8081]10.0.0.41 - - [2025-09-18 02:56:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.386584 [API:8081]10.0.0.41 - - [2025-09-18 02:56:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.020541 [API:8081]10.0.0.22 - - [2025-09-18 02:56:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.028631 [API:8081]10.0.0.56 - - [2025-09-18 02:57:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.234287 [API:8081]10.0.0.56 - - [2025-09-18 02:57:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.544651 [API:8081]10.0.0.56 - - [2025-09-18 02:57:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.56 - - [2025-09-18 02:57:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1244 0.063134 [API:8081]10.0.0.56 - - [2025-09-18 02:57:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-19905344:e8860bb7-d202-44ce-97a9-586fca91916e?flat HTTP/1.1" 200 5690 0.068811 [API:8081]10.0.0.56 - - [2025-09-18 02:57:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-19905344:e8860bb7-d202-44ce-97a9-586fca91916e?flat HTTP/1.1" 200 5690 0.065412 [API:8081]10.0.0.56 - - [2025-09-18 02:57:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-19905344:e8860bb7-d202-44ce-97a9-586fca91916e?flat HTTP/1.1" 200 5690 0.013102 [API:8081]10.0.0.56 - - [2025-09-18 02:57:56] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-19905344:ctest-SecurityGroupBasicRegressionTests1-19905344-76685173?flat HTTP/1.1" 200 9936 0.017982 [API:8081]10.0.0.56 - - [2025-09-18 02:57:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.019216 [API:8081]10.0.0.56 - - [2025-09-18 02:57:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.024140 [API:8081]10.0.0.56 - - [2025-09-18 02:57:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009338 [API:8081]10.0.0.56 - - [2025-09-18 02:58:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-19905344:4e5cdf43-e896-483e-9f55-1acd6027cce4?flat HTTP/1.1" 200 5542 0.012698 [API:8081]10.0.0.56 - - [2025-09-18 02:58:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-19905344:4e5cdf43-e896-483e-9f55-1acd6027cce4?flat HTTP/1.1" 200 5542 0.014458 [API:8081]10.0.0.56 - - [2025-09-18 02:58:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-19905344:4e5cdf43-e896-483e-9f55-1acd6027cce4?flat HTTP/1.1" 200 5542 0.029640 [API:8081]10.0.0.56 - - [2025-09-18 02:58:17] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-19905344:ctest-SecurityGroupBasicRegressionTests1-19905344-76685173?flat HTTP/1.1" 200 9936 0.021639 [API:8081]10.0.0.56 - - [2025-09-18 02:58:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.027865 [API:8081]10.0.0.56 - - [2025-09-18 02:58:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.019129 [API:8081]10.0.0.56 - - [2025-09-18 02:58:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010514 [API:8081]10.0.0.22 - - [2025-09-18 02:58:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060347 [API:8081]10.0.0.22 - - [2025-09-18 02:59:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.069662 [API:8081]10.0.0.56 - - [2025-09-18 03:00:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.022462 [API:8081]10.0.0.56 - - [2025-09-18 03:00:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.024322 [API:8081]10.0.0.56 - - [2025-09-18 03:00:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.021567 [API:8081]10.0.0.56 - - [2025-09-18 03:00:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.022821 [API:8081]10.0.0.56 - - [2025-09-18 03:00:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.021579 [API:8081]10.0.0.56 - - [2025-09-18 03:00:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.021354 [API:8081]10.0.0.56 - - [2025-09-18 03:00:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.019713 [API:8081]10.0.0.56 - - [2025-09-18 03:00:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.021989 [API:8081]10.0.0.56 - - [2025-09-18 03:00:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.022037 [API:8081]10.0.0.56 - - [2025-09-18 03:00:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.024023 [API:8081]10.0.0.56 - - [2025-09-18 03:00:54] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-19905344:ctest-SecurityGroupBasicRegressionTests1-19905344-76685173?flat HTTP/1.1" 200 10788 0.015657 [API:8081]10.0.0.56 - - [2025-09-18 03:00:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010201 [API:8081]10.0.0.56 - - [2025-09-18 03:00:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.022078 [API:8081]10.0.0.56 - - [2025-09-18 03:01:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.024029 [API:8081]10.0.0.56 - - [2025-09-18 03:01:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.023054 [API:8081]10.0.0.56 - - [2025-09-18 03:01:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.019531 [API:8081]10.0.0.56 - - [2025-09-18 03:01:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.020618 [API:8081]10.0.0.56 - - [2025-09-18 03:01:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.028530 [API:8081]10.0.0.56 - - [2025-09-18 03:01:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.021553 [API:8081]10.0.0.56 - - [2025-09-18 03:01:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.020598 [API:8081]10.0.0.56 - - [2025-09-18 03:01:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.021175 [API:8081]10.0.0.56 - - [2025-09-18 03:01:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.020654 [API:8081]10.0.0.56 - - [2025-09-18 03:01:25] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-19905344:ctest-SecurityGroupBasicRegressionTests1-19905344-76685173?flat HTTP/1.1" 200 7958 0.013028 [API:8081]10.0.0.56 - - [2025-09-18 03:01:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008632 [API:8081]10.0.0.56 - - [2025-09-18 03:01:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.56 - - [2025-09-18 03:01:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.059142 [API:8081]10.0.0.56 - - [2025-09-18 03:01:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.067395 [API:8081]10.0.0.56 - - [2025-09-18 03:01:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1766 0.099857 [API:8081]10.0.0.22 - - [2025-09-18 03:01:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064597 [API:8081]10.0.0.22 - - [2025-09-18 03:01:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.015133 [API:8081]10.0.0.41 - - [2025-09-18 03:01:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.017234 [API:8081]10.0.0.41 - - [2025-09-18 03:02:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.387842 [API:8081]10.0.0.22 - - [2025-09-18 03:02:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.466520 [API:8081]10.0.0.56 - - [2025-09-18 03:02:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.219875 [API:8081]10.0.0.56 - - [2025-09-18 03:02:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.239077 [API:8081]10.0.0.56 - - [2025-09-18 03:02:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.009932 [API:8081]10.0.0.56 - - [2025-09-18 03:02:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1764 0.011584 [API:8081]10.0.0.56 - - [2025-09-18 03:02:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1978 0.009602 [API:8081]10.0.0.56 - - [2025-09-18 03:02:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2202 0.010644 [API:8081]10.0.0.56 - - [2025-09-18 03:02:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2428 0.010970 [API:8081]10.0.0.56 - - [2025-09-18 03:02:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.56 - - [2025-09-18 03:02:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.073346 [API:8081]10.0.0.56 - - [2025-09-18 03:02:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1556 0.064662 [API:8081]10.0.0.56 - - [2025-09-18 03:02:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1774 0.065435 [API:8081]10.0.0.22 - - [2025-09-18 03:02:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.076727 [API:8081]10.0.0.56 - - [2025-09-18 03:03:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.009629 [API:8081]10.0.0.56 - - [2025-09-18 03:03:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1556 0.010108 [API:8081]10.0.0.56 - - [2025-09-18 03:03:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1770 0.009107 [API:8081]10.0.0.56 - - [2025-09-18 03:03:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.56 - - [2025-09-18 03:03:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.067942 [API:8081]10.0.0.56 - - [2025-09-18 03:03:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.062981 [API:8081]10.0.0.56 - - [2025-09-18 03:03:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.063391 [API:8081]10.0.0.56 - - [2025-09-18 03:03:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.010333 [API:8081]10.0.0.56 - - [2025-09-18 03:03:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.010581 [API:8081]10.0.0.56 - - [2025-09-18 03:03:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.009489 [API:8081]10.0.0.56 - - [2025-09-18 03:03:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.013750 [API:8081]10.0.0.56 - - [2025-09-18 03:03:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1982 0.010113 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:04:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.007371 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:04:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003310 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:04:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003036 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:04:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.004327 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:04:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002919 [API:8081]10.0.0.56 - - [2025-09-18 03:04:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.56 - - [2025-09-18 03:04:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.058229 [API:8081]10.0.0.56 - - [2025-09-18 03:04:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.077616 [API:8081]10.0.0.56 - - [2025-09-18 03:04:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1564 0.065830 [API:8081]10.0.0.56 - - [2025-09-18 03:04:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1796 0.011158 [API:8081]10.0.0.56 - - [2025-09-18 03:04:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2030 0.012270 [API:8081]10.0.0.22 - - [2025-09-18 03:04:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066429 [API:8081]10.0.0.56 - - [2025-09-18 03:05:18] "GET /analytics HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.56 - - [2025-09-18 03:05:18] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.22 - - [2025-09-18 03:05:47] "GET /analytics HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.22 - - [2025-09-18 03:05:47] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.41 - - [2025-09-18 03:05:47] "GET /analytics HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.41 - - [2025-09-18 03:05:47] "GET /analytics HTTP/1.1" 401 205 0.000182 [API:8081]10.0.0.22 - - [2025-09-18 03:05:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.074308 [API:8081]10.0.0.22 - - [2025-09-18 03:06:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.200946 [API:8081]10.0.0.41 - - [2025-09-18 03:06:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.143789 [API:8081]10.0.0.22 - - [2025-09-18 03:06:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.018769 [API:8081]10.0.0.41 - - [2025-09-18 03:07:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.231278 [API:8081]10.0.0.56 - - [2025-09-18 03:07:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.205844 [API:8081]10.0.0.56 - - [2025-09-18 03:07:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.176402 [API:8081]10.0.0.22 - - [2025-09-18 03:07:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069795 [API:8081]10.0.0.22 - - [2025-09-18 03:09:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.081546 [API:8081]10.0.0.22 - - [2025-09-18 03:11:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.413872 [API:8081]10.0.0.56 - - [2025-09-18 03:11:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.56 - - [2025-09-18 03:11:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.070686 [API:8081]10.0.0.56 - - [2025-09-18 03:11:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.069714 [API:8081]10.0.0.22 - - [2025-09-18 03:11:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.142158 [API:8081]10.0.0.41 - - [2025-09-18 03:11:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.118416 [API:8081]10.0.0.22 - - [2025-09-18 03:12:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.253417 [API:8081]10.0.0.41 - - [2025-09-18 03:12:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.299191 [API:8081]10.0.0.56 - - [2025-09-18 03:12:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.211848 [API:8081]10.0.0.56 - - [2025-09-18 03:12:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.533617 [API:8081]10.0.0.22 - - [2025-09-18 03:12:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.084090 [API:8081]10.0.0.22 - - [2025-09-18 03:14:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062424 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:14:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003012 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:14:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003037 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:14:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003155 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:14:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002726 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:14:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002350 [API:8081]10.0.0.22 - - [2025-09-18 03:15:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.134004 [API:8081]10.0.0.56 - - [2025-09-18 03:15:18] "GET /analytics HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.56 - - [2025-09-18 03:15:18] "GET /analytics HTTP/1.1" 401 205 0.000173 [API:8081]10.0.0.56 - - [2025-09-18 03:15:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.56 - - [2025-09-18 03:15:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1326 0.068608 [API:8081]10.0.0.22 - - [2025-09-18 03:15:47] "GET /analytics HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.22 - - [2025-09-18 03:15:47] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.41 - - [2025-09-18 03:15:47] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.41 - - [2025-09-18 03:15:47] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.56 - - [2025-09-18 03:16:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.56 - - [2025-09-18 03:16:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1136 0.079612 [API:8081]10.0.0.22 - - [2025-09-18 03:16:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.103260 [API:8081]10.0.0.41 - - [2025-09-18 03:16:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.181978 [API:8081]10.0.0.41 - - [2025-09-18 03:16:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.015626 [API:8081]10.0.0.22 - - [2025-09-18 03:17:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.109937 [API:8081]10.0.0.56 - - [2025-09-18 03:17:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.245584 [API:8081]10.0.0.56 - - [2025-09-18 03:17:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.132927 [API:8081]10.0.0.22 - - [2025-09-18 03:17:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062984 [API:8081]10.0.0.22 - - [2025-09-18 03:18:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.069664 [API:8081]10.0.0.22 - - [2025-09-18 03:20:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068733 [API:8081]10.0.0.22 - - [2025-09-18 03:21:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.066456 [API:8081]10.0.0.22 - - [2025-09-18 03:21:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.135115 [API:8081]10.0.0.41 - - [2025-09-18 03:21:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.542968 [API:8081]10.0.0.22 - - [2025-09-18 03:22:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.506527 [API:8081]10.0.0.41 - - [2025-09-18 03:22:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.610965 [API:8081]10.0.0.56 - - [2025-09-18 03:22:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.254235 [API:8081]10.0.0.56 - - [2025-09-18 03:22:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.56 - - [2025-09-18 03:22:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.060859 [API:8081]10.0.0.56 - - [2025-09-18 03:22:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.276128 [API:8081]10.0.0.22 - - [2025-09-18 03:23:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059131 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:24:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002959 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:24:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002911 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:24:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002791 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:24:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003013 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:24:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002312 [API:8081]10.0.0.22 - - [2025-09-18 03:24:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.071450 [API:8081]10.0.0.56 - - [2025-09-18 03:25:18] "GET /analytics HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.56 - - [2025-09-18 03:25:18] "GET /analytics HTTP/1.1" 401 205 0.000175 [API:8081]10.0.0.22 - - [2025-09-18 03:25:47] "GET /analytics HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.22 - - [2025-09-18 03:25:47] "GET /analytics HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.41 - - [2025-09-18 03:25:47] "GET /analytics HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.41 - - [2025-09-18 03:25:47] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.22 - - [2025-09-18 03:26:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070410 [API:8081]10.0.0.22 - - [2025-09-18 03:26:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.180981 [API:8081]10.0.0.41 - - [2025-09-18 03:26:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.212979 [API:8081]10.0.0.41 - - [2025-09-18 03:26:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.011005 [API:8081]10.0.0.22 - - [2025-09-18 03:26:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.017464 [API:8081]10.0.0.56 - - [2025-09-18 03:27:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.188628 [API:8081]10.0.0.56 - - [2025-09-18 03:27:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.149507 [API:8081]10.0.0.22 - - [2025-09-18 03:27:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.086432 [API:8081]10.0.0.56 - - [2025-09-18 03:27:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-38369208:660463a5-ff89-41ac-8a11-5a4063d6c349?flat HTTP/1.1" 401 205 0.000402 [API:8081]10.0.0.56 - - [2025-09-18 03:27:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-38369208:660463a5-ff89-41ac-8a11-5a4063d6c349?flat HTTP/1.1" 200 5114 0.063846 [API:8081]10.0.0.56 - - [2025-09-18 03:27:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-38369208:660463a5-ff89-41ac-8a11-5a4063d6c349?flat HTTP/1.1" 200 5114 0.065155 [API:8081]10.0.0.56 - - [2025-09-18 03:27:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-38369208:660463a5-ff89-41ac-8a11-5a4063d6c349?flat HTTP/1.1" 200 5114 0.060916 [API:8081]10.0.0.56 - - [2025-09-18 03:27:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-38369208:ctest-random-02443607?flat HTTP/1.1" 200 3488 0.014393 [API:8081]10.0.0.56 - - [2025-09-18 03:27:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.018462 [API:8081]10.0.0.56 - - [2025-09-18 03:27:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.020113 [API:8081]10.0.0.56 - - [2025-09-18 03:27:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009404 [API:8081]10.0.0.56 - - [2025-09-18 03:27:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.013706 [API:8081]10.0.0.56 - - [2025-09-18 03:27:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.023249 [API:8081]10.0.0.56 - - [2025-09-18 03:27:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.018975 [API:8081]10.0.0.56 - - [2025-09-18 03:27:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.018711 [API:8081]10.0.0.56 - - [2025-09-18 03:27:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.020056 [API:8081]10.0.0.56 - - [2025-09-18 03:27:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-38369208:ctest-random-02443607?flat HTTP/1.1" 200 7486 0.013852 [API:8081]10.0.0.56 - - [2025-09-18 03:27:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008655 [API:8081]10.0.0.22 - - [2025-09-18 03:29:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066852 [API:8081]10.0.0.22 - - [2025-09-18 03:30:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.080076 [API:8081]10.0.0.56 - - [2025-09-18 03:30:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.56 - - [2025-09-18 03:30:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1118 0.063605 [API:8081]10.0.0.22 - - [2025-09-18 03:31:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.349637 [API:8081]10.0.0.41 - - [2025-09-18 03:31:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.243842 [API:8081]10.0.0.22 - - [2025-09-18 03:32:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.315379 [API:8081]10.0.0.41 - - [2025-09-18 03:32:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.412985 [API:8081]10.0.0.56 - - [2025-09-18 03:32:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.154776 [API:8081]10.0.0.56 - - [2025-09-18 03:32:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.160122 [API:8081]10.0.0.22 - - [2025-09-18 03:32:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067130 [API:8081]10.0.0.22 - - [2025-09-18 03:33:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.075163 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:34:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003019 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:34:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002817 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:34:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002681 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:34:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002611 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:34:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002161 [API:8081]10.0.0.56 - - [2025-09-18 03:34:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000391 [API:8081]10.0.0.56 - - [2025-09-18 03:34:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1118 0.061488 [API:8081]10.0.0.56 - - [2025-09-18 03:35:18] "GET /analytics HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.56 - - [2025-09-18 03:35:18] "GET /analytics HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.22 - - [2025-09-18 03:35:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081970 [API:8081]10.0.0.22 - - [2025-09-18 03:35:47] "GET /analytics HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.22 - - [2025-09-18 03:35:47] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.41 - - [2025-09-18 03:35:47] "GET /analytics HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.41 - - [2025-09-18 03:35:47] "GET /analytics HTTP/1.1" 401 205 0.000195 [API:8081]10.0.0.22 - - [2025-09-18 03:36:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.078518 [API:8081]10.0.0.56 - - [2025-09-18 03:36:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000400 [API:8081]10.0.0.56 - - [2025-09-18 03:36:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1148 0.067709 [API:8081]10.0.0.22 - - [2025-09-18 03:36:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.019003 [API:8081]10.0.0.41 - - [2025-09-18 03:36:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.154636 [API:8081]10.0.0.22 - - [2025-09-18 03:36:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.025199 [API:8081]10.0.0.41 - - [2025-09-18 03:37:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.126074 [API:8081]10.0.0.56 - - [2025-09-18 03:37:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.168521 [API:8081]10.0.0.56 - - [2025-09-18 03:37:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.189646 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:30] "POST /analytics/query HTTP/1.1" 202 179 0.013394 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:30] "GET /analytics/query/ce175ee9-9440-11f0-837f-00000a000038 HTTP/1.1" 200 221 0.002910 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:31] "GET /analytics/query/ce175ee9-9440-11f0-837f-00000a000038 HTTP/1.1" 200 221 0.002474 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:31] "GET /analytics/query/ce175ee9-9440-11f0-837f-00000a000038 HTTP/1.1" 200 338 0.002250 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:31] "GET /analytics/query/ce175ee9-9440-11f0-837f-00000a000038/chunk-final/0 HTTP/1.1" 200 850 0.002640 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:32] "POST /analytics/query HTTP/1.1" 202 179 0.005759 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:32] "GET /analytics/query/cf2343b5-9440-11f0-b799-00000a000038 HTTP/1.1" 200 221 0.001974 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:32] "GET /analytics/query/cf2343b5-9440-11f0-b799-00000a000038 HTTP/1.1" 200 221 0.002511 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:33] "GET /analytics/query/cf2343b5-9440-11f0-b799-00000a000038 HTTP/1.1" 200 338 0.002419 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:33] "GET /analytics/query/cf2343b5-9440-11f0-b799-00000a000038/chunk-final/0 HTTP/1.1" 200 850 0.003476 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:33] "POST /analytics/query HTTP/1.1" 202 179 0.005860 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:33] "GET /analytics/query/d02c156f-9440-11f0-b2b8-00000a000038 HTTP/1.1" 200 221 0.003132 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:34] "GET /analytics/query/d02c156f-9440-11f0-b2b8-00000a000038 HTTP/1.1" 200 339 0.002142 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:34] "GET /analytics/query/d02c156f-9440-11f0-b2b8-00000a000038/chunk-final/0 HTTP/1.1" 200 16287 0.002617 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:35] "POST /analytics/query HTTP/1.1" 202 179 0.006800 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:35] "GET /analytics/query/d0e4c646-9440-11f0-8b0e-00000a000038 HTTP/1.1" 200 221 0.002823 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:35] "GET /analytics/query/d0e4c646-9440-11f0-8b0e-00000a000038 HTTP/1.1" 200 339 0.002679 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:35] "GET /analytics/query/d0e4c646-9440-11f0-8b0e-00000a000038/chunk-final/0 HTTP/1.1" 200 16287 0.004028 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:36] "POST /analytics/query HTTP/1.1" 202 179 0.006269 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:36] "GET /analytics/query/d1acece8-9440-11f0-bdaa-00000a000038 HTTP/1.1" 200 221 0.002554 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:37] "GET /analytics/query/d1acece8-9440-11f0-bdaa-00000a000038 HTTP/1.1" 200 221 0.003520 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:37] "GET /analytics/query/d1acece8-9440-11f0-bdaa-00000a000038 HTTP/1.1" 200 339 0.002402 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:37] "GET /analytics/query/d1acece8-9440-11f0-bdaa-00000a000038/chunk-final/0 HTTP/1.1" 200 7589 0.004239 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:41] "GET /analytics/tables HTTP/1.1" 200 27988 0.002906 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:41] "POST /analytics/query HTTP/1.1" 202 179 0.005251 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:41] "GET /analytics/query/d4c60038-9440-11f0-b3f3-00000a000038 HTTP/1.1" 200 221 0.001936 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:42] "GET /analytics/query/d4c60038-9440-11f0-b3f3-00000a000038 HTTP/1.1" 200 340 0.002120 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:42] "GET /analytics/query/d4c60038-9440-11f0-b3f3-00000a000038/chunk-final/0 HTTP/1.1" 200 322563 0.022511 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:43] "GET /analytics/tables HTTP/1.1" 200 27988 0.002889 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:43] "GET /analytics/tables HTTP/1.1" 200 27988 0.003326 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:43] "POST /analytics/query HTTP/1.1" 202 179 0.012057 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:43] "GET /analytics/query/d6061a52-9440-11f0-8ea9-00000a000038 HTTP/1.1" 200 221 0.002074 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:44] "GET /analytics/query/d6061a52-9440-11f0-8ea9-00000a000038 HTTP/1.1" 200 338 0.002336 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:44] "GET /analytics/query/d6061a52-9440-11f0-8ea9-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001821 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:44] "POST /analytics/query HTTP/1.1" 202 179 0.005807 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:44] "GET /analytics/query/d65902fd-9440-11f0-9156-00000a000038 HTTP/1.1" 200 221 0.003895 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:44] "GET /analytics/query/d65902fd-9440-11f0-9156-00000a000038 HTTP/1.1" 200 338 0.002506 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:44] "GET /analytics/query/d65902fd-9440-11f0-9156-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001828 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:44] "POST /analytics/query HTTP/1.1" 202 179 0.005408 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:44] "GET /analytics/query/d6aa5638-9440-11f0-abb6-00000a000038 HTTP/1.1" 200 221 0.002120 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:45] "GET /analytics/query/d6aa5638-9440-11f0-abb6-00000a000038 HTTP/1.1" 200 338 0.002373 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:45] "GET /analytics/query/d6aa5638-9440-11f0-abb6-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001825 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:45] "POST /analytics/query HTTP/1.1" 202 179 0.016123 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:45] "GET /analytics/query/d6fb1116-9440-11f0-b2a8-00000a000038 HTTP/1.1" 200 221 0.002049 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:45] "GET /analytics/query/d6fb1116-9440-11f0-b2a8-00000a000038 HTTP/1.1" 200 338 0.002049 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:45] "GET /analytics/query/d6fb1116-9440-11f0-b2a8-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001548 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:45] "POST /analytics/query HTTP/1.1" 202 179 0.004638 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:45] "GET /analytics/query/d74d1ad8-9440-11f0-95a3-00000a000038 HTTP/1.1" 200 221 0.003352 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:46] "GET /analytics/query/d74d1ad8-9440-11f0-95a3-00000a000038 HTTP/1.1" 200 338 0.003172 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:46] "GET /analytics/query/d74d1ad8-9440-11f0-95a3-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.002112 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:46] "POST /analytics/query HTTP/1.1" 202 179 0.005783 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:46] "GET /analytics/query/d79f2ec2-9440-11f0-bcfe-00000a000038 HTTP/1.1" 200 221 0.004259 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:47] "GET /analytics/query/d79f2ec2-9440-11f0-bcfe-00000a000038 HTTP/1.1" 200 338 0.002278 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:47] "GET /analytics/query/d79f2ec2-9440-11f0-bcfe-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001796 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:47] "POST /analytics/query HTTP/1.1" 202 179 0.007153 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:47] "GET /analytics/query/d7f191d9-9440-11f0-89c4-00000a000038 HTTP/1.1" 200 221 0.002779 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:47] "GET /analytics/query/d7f191d9-9440-11f0-89c4-00000a000038 HTTP/1.1" 200 338 0.003500 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:47] "GET /analytics/query/d7f191d9-9440-11f0-89c4-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.002587 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:47] "POST /analytics/query HTTP/1.1" 202 179 0.005713 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:47] "GET /analytics/query/d8444c4e-9440-11f0-a2fa-00000a000038 HTTP/1.1" 200 221 0.004567 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:48] "GET /analytics/query/d8444c4e-9440-11f0-a2fa-00000a000038 HTTP/1.1" 200 338 0.002440 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:48] "GET /analytics/query/d8444c4e-9440-11f0-a2fa-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001885 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:48] "POST /analytics/query HTTP/1.1" 202 179 0.005845 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:48] "GET /analytics/query/d896b73b-9440-11f0-bf51-00000a000038 HTTP/1.1" 200 221 0.003116 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:48] "GET /analytics/query/d896b73b-9440-11f0-bf51-00000a000038 HTTP/1.1" 200 338 0.002269 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:48] "GET /analytics/query/d896b73b-9440-11f0-bf51-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001871 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:48] "POST /analytics/query HTTP/1.1" 202 179 0.008916 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:48] "GET /analytics/query/d8e92c33-9440-11f0-9a62-00000a000038 HTTP/1.1" 200 221 0.004308 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:49] "GET /analytics/query/d8e92c33-9440-11f0-9a62-00000a000038 HTTP/1.1" 200 338 0.002081 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:49] "GET /analytics/query/d8e92c33-9440-11f0-9a62-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001895 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:49] "POST /analytics/query HTTP/1.1" 202 179 0.006642 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:49] "GET /analytics/query/d93bc0f9-9440-11f0-b70e-00000a000038 HTTP/1.1" 200 221 0.003119 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:49] "GET /analytics/query/d93bc0f9-9440-11f0-b70e-00000a000038 HTTP/1.1" 200 338 0.002687 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:49] "GET /analytics/query/d93bc0f9-9440-11f0-b70e-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.002042 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:49] "POST /analytics/query HTTP/1.1" 202 179 0.005586 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:49] "GET /analytics/query/d98ec6e0-9440-11f0-9abf-00000a000038 HTTP/1.1" 200 221 0.002122 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:50] "GET /analytics/query/d98ec6e0-9440-11f0-9abf-00000a000038 HTTP/1.1" 200 338 0.003034 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:50] "GET /analytics/query/d98ec6e0-9440-11f0-9abf-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.002733 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:50] "GET /analytics/tables HTTP/1.1" 200 27988 0.002608 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:51] "GET /analytics/tables HTTP/1.1" 200 27988 0.002695 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:51] "POST /analytics/query HTTP/1.1" 202 179 0.007832 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:51] "GET /analytics/query/dac29891-9440-11f0-93b1-00000a000038 HTTP/1.1" 200 221 0.003368 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:52] "GET /analytics/query/dac29891-9440-11f0-93b1-00000a000038 HTTP/1.1" 200 340 0.002754 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:52] "GET /analytics/query/dac29891-9440-11f0-93b1-00000a000038/chunk-final/0 HTTP/1.1" 200 1532019 0.018855 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:52] "POST /analytics/query HTTP/1.1" 202 179 0.006470 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:52] "GET /analytics/query/db21de79-9440-11f0-897b-00000a000038 HTTP/1.1" 200 221 0.003715 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:52] "GET /analytics/query/db21de79-9440-11f0-897b-00000a000038 HTTP/1.1" 200 340 0.002343 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:52] "GET /analytics/query/db21de79-9440-11f0-897b-00000a000038/chunk-final/0 HTTP/1.1" 200 1532087 0.021708 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:53] "GET /analytics/tables HTTP/1.1" 200 27988 0.003085 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:54] "GET /analytics/tables HTTP/1.1" 200 27988 0.002845 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:55] "GET /analytics/tables HTTP/1.1" 200 27988 0.003010 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:56] "GET /analytics/tables HTTP/1.1" 200 27988 0.002805 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:56] "GET /analytics/tables HTTP/1.1" 200 27988 0.002623 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:56] "POST /analytics/query HTTP/1.1" 202 179 0.005559 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:56] "GET /analytics/query/ddcb2764-9440-11f0-b001-00000a000038 HTTP/1.1" 200 221 0.002773 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:57] "GET /analytics/query/ddcb2764-9440-11f0-b001-00000a000038 HTTP/1.1" 200 339 0.002425 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:57] "GET /analytics/query/ddcb2764-9440-11f0-b001-00000a000038/chunk-final/0 HTTP/1.1" 200 33110 0.004158 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:58] "GET /analytics/tables HTTP/1.1" 200 27988 0.002991 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:58] "POST /analytics/query HTTP/1.1" 202 179 0.018455 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:58] "GET /analytics/query/de8c8a32-9440-11f0-8080-00000a000038 HTTP/1.1" 200 221 0.006559 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:58] "GET /analytics/query/de8c8a32-9440-11f0-8080-00000a000038 HTTP/1.1" 200 341 0.003436 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:58] "GET /analytics/query/de8c8a32-9440-11f0-8080-00000a000038/chunk-final/0 HTTP/1.1" 200 889216 0.034965 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:37:59] "GET /analytics/tables HTTP/1.1" 200 27988 0.003775 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:38:00] "GET /analytics/tables HTTP/1.1" 200 27988 0.003620 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:38:03] "GET /analytics/tables HTTP/1.1" 200 27988 0.003394 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:38:04] "GET /analytics/tables HTTP/1.1" 200 27988 0.002949 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:38:05] "POST /analytics/query HTTP/1.1" 200 2199 1.011240 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:38:06] "GET /analytics/tables HTTP/1.1" 200 27988 0.003068 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:38:07] "GET /analytics/tables HTTP/1.1" 200 27988 0.003289 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:38:07] "GET /analytics/tables HTTP/1.1" 200 27988 0.002877 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:38:08] "GET /analytics/tables HTTP/1.1" 200 27988 0.003099 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:38:09] "GET /analytics/tables HTTP/1.1" 200 27988 0.003090 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:38:09] "GET /analytics/tables HTTP/1.1" 200 27988 0.002705 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:38:10] "GET /analytics/tables HTTP/1.1" 200 27988 0.003762 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:38:11] "POST /analytics/query HTTP/1.1" 200 141417 1.022443 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:38:12] "GET /analytics/tables HTTP/1.1" 200 27988 0.003305 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:38:13] "GET /analytics/tables HTTP/1.1" 200 27988 0.002822 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:38:13] "GET /analytics/tables HTTP/1.1" 200 27988 0.003635 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:38:14] "GET /analytics/tables HTTP/1.1" 200 27988 0.002692 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:38:15] "GET /analytics/tables HTTP/1.1" 200 27988 0.002502 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:38:16] "GET /analytics/tables HTTP/1.1" 200 27988 0.003321 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:38:16] "GET /analytics/tables HTTP/1.1" 200 27988 0.002800 [API:8081]10.0.0.22 - - [2025-09-18 03:38:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.128180 [API:8081]10.0.0.56 - - [2025-09-18 03:38:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.56 - - [2025-09-18 03:38:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1158 0.060040 [API:8081]10.0.0.56 - - [2025-09-18 03:39:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.095496 [API:8081]10.0.0.56 - - [2025-09-18 03:39:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.064184 [API:8081]10.0.0.56 - - [2025-09-18 03:39:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009565 [API:8081]10.0.0.22 - - [2025-09-18 03:39:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.068381 [API:8081]10.0.0.56 - - [2025-09-18 03:40:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.020773 [API:8081]10.0.0.56 - - [2025-09-18 03:40:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009809 [API:8081]10.0.0.56 - - [2025-09-18 03:40:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.011402 [API:8081]10.0.0.56 - - [2025-09-18 03:40:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.010297 [API:8081]10.0.0.56 - - [2025-09-18 03:40:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009628 [API:8081]10.0.0.56 - - [2025-09-18 03:40:45] "POST /analytics/query HTTP/1.1" 200 222 1.026559 [API:8081]10.0.0.56 - - [2025-09-18 03:40:46] "POST /analytics/query HTTP/1.1" 200 222 1.019947 [API:8081]10.0.0.56 - - [2025-09-18 03:40:47] "POST /analytics/query HTTP/1.1" 200 353 1.020890 [API:8081]10.0.0.22 - - [2025-09-18 03:41:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.096163 [API:8081]10.0.0.22 - - [2025-09-18 03:41:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.326042 [API:8081]10.0.0.41 - - [2025-09-18 03:41:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.299660 [API:8081]10.0.0.41 - - [2025-09-18 03:41:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.016083 [API:8081]10.0.0.22 - - [2025-09-18 03:42:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.294789 [API:8081]10.0.0.56 - - [2025-09-18 03:42:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.231928 [API:8081]10.0.0.56 - - [2025-09-18 03:42:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.197621 [API:8081]10.0.0.22 - - [2025-09-18 03:42:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.081320 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:44:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003016 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:44:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003084 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:44:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002956 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:44:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003747 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:44:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002143 [API:8081]10.0.0.56 - - [2025-09-18 03:44:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25595 0.076278 [API:8081]10.0.0.56 - - [2025-09-18 03:44:08] "POST /analytics/query HTTP/1.1" 200 507 1.018166 [API:8081]10.0.0.56 - - [2025-09-18 03:44:09] "POST /analytics/query HTTP/1.1" 200 353 1.020180 [API:8081]10.0.0.56 - - [2025-09-18 03:44:10] "POST /analytics/query HTTP/1.1" 200 353 1.018602 [API:8081]10.0.0.22 - - [2025-09-18 03:44:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083276 [API:8081]10.0.0.56 - - [2025-09-18 03:45:18] "GET /analytics HTTP/1.1" 401 205 0.000407 [API:8081]10.0.0.56 - - [2025-09-18 03:45:18] "GET /analytics HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.22 - - [2025-09-18 03:45:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.066417 [API:8081]10.0.0.22 - - [2025-09-18 03:45:47] "GET /analytics HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.22 - - [2025-09-18 03:45:47] "GET /analytics HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.41 - - [2025-09-18 03:45:47] "GET /analytics HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.41 - - [2025-09-18 03:45:47] "GET /analytics HTTP/1.1" 401 205 0.000162 [API:8081]10.0.0.22 - - [2025-09-18 03:46:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.117827 [API:8081]10.0.0.41 - - [2025-09-18 03:46:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.205593 [API:8081]10.0.0.22 - - [2025-09-18 03:47:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.315945 [API:8081]10.0.0.41 - - [2025-09-18 03:47:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.346514 [API:8081]10.0.0.56 - - [2025-09-18 03:47:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.330672 [API:8081]10.0.0.56 - - [2025-09-18 03:47:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.232001 [API:8081]10.0.0.22 - - [2025-09-18 03:47:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061701 [API:8081]10.0.0.22 - - [2025-09-18 03:48:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.067348 [API:8081]10.0.0.22 - - [2025-09-18 03:50:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068155 [API:8081]10.0.0.22 - - [2025-09-18 03:51:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.064896 [API:8081]10.0.0.22 - - [2025-09-18 03:51:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 6482 0.225856 [API:8081]10.0.0.41 - - [2025-09-18 03:51:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 6482 0.203378 [API:8081]10.0.0.41 - - [2025-09-18 03:52:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 6482 0.353852 [API:8081]10.0.0.22 - - [2025-09-18 03:52:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 6482 0.373948 [API:8081]10.0.0.56 - - [2025-09-18 03:52:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 6482 0.234771 [API:8081]10.0.0.56 - - [2025-09-18 03:52:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 6482 0.176956 [API:8081]10.0.0.22 - - [2025-09-18 03:53:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065588 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:54:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003481 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:54:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003108 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:54:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002885 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:54:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003255 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 03:54:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002829 [API:8081]10.0.0.22 - - [2025-09-18 03:54:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.066555 [API:8081]10.0.0.56 - - [2025-09-18 03:55:18] "GET /analytics HTTP/1.1" 401 205 0.000388 [API:8081]10.0.0.56 - - [2025-09-18 03:55:18] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.22 - - [2025-09-18 03:55:47] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.22 - - [2025-09-18 03:55:47] "GET /analytics HTTP/1.1" 401 205 0.000193 [API:8081]10.0.0.41 - - [2025-09-18 03:55:47] "GET /analytics HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.41 - - [2025-09-18 03:55:47] "GET /analytics HTTP/1.1" 401 205 0.000209 [API:8081]10.0.0.22 - - [2025-09-18 03:56:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064531 [API:8081]10.0.0.22 - - [2025-09-18 03:56:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.024455 [API:8081]10.0.0.41 - - [2025-09-18 03:56:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.299459 [API:8081]10.0.0.41 - - [2025-09-18 03:57:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.100025 [API:8081]10.0.0.22 - - [2025-09-18 03:57:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.184458 [API:8081]10.0.0.56 - - [2025-09-18 03:57:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.253781 [API:8081]10.0.0.56 - - [2025-09-18 03:57:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.187758 [API:8081]10.0.0.56 - - [2025-09-18 03:57:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.56 - - [2025-09-18 03:57:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.074288 [API:8081]10.0.0.22 - - [2025-09-18 03:57:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.064896 [API:8081]10.0.0.56 - - [2025-09-18 03:58:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-23343967:bb9710a0-933f-4c19-abc9-16ce2f91972e?flat HTTP/1.1" 200 5204 0.081223 [API:8081]10.0.0.56 - - [2025-09-18 03:58:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-23343967:bb9710a0-933f-4c19-abc9-16ce2f91972e?flat HTTP/1.1" 200 5204 0.018582 [API:8081]10.0.0.56 - - [2025-09-18 03:58:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-23343967:bb9710a0-933f-4c19-abc9-16ce2f91972e?flat HTTP/1.1" 200 5204 0.063629 [API:8081]10.0.0.56 - - [2025-09-18 03:58:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-23343967:EVPN-VN1?flat HTTP/1.1" 200 7827 0.016735 [API:8081]10.0.0.56 - - [2025-09-18 03:58:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25600 0.020812 [API:8081]10.0.0.56 - - [2025-09-18 03:58:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25600 0.021159 [API:8081]10.0.0.56 - - [2025-09-18 03:58:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010616 [API:8081]10.0.0.56 - - [2025-09-18 03:58:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-23343967:f7a72e69-7f0c-4b03-84f7-6f2b0623c622?flat HTTP/1.1" 200 5062 0.015458 [API:8081]10.0.0.56 - - [2025-09-18 03:58:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-23343967:f7a72e69-7f0c-4b03-84f7-6f2b0623c622?flat HTTP/1.1" 200 5062 0.015275 [API:8081]10.0.0.56 - - [2025-09-18 03:58:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-23343967:f7a72e69-7f0c-4b03-84f7-6f2b0623c622?flat HTTP/1.1" 200 5062 0.012996 [API:8081]10.0.0.56 - - [2025-09-18 03:58:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-23343967:EVPN-VN1?flat HTTP/1.1" 200 7827 0.018402 [API:8081]10.0.0.56 - - [2025-09-18 03:58:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26213 0.021501 [API:8081]10.0.0.56 - - [2025-09-18 03:58:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26213 0.020042 [API:8081]10.0.0.56 - - [2025-09-18 03:58:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010952 [API:8081]10.0.0.22 - - [2025-09-18 03:59:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069037 [API:8081]10.0.0.56 - - [2025-09-18 04:00:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-23343967:bb9710a0-933f-4c19-abc9-16ce2f91972e?flat HTTP/1.1" 200 5314 0.025777 [API:8081]10.0.0.56 - - [2025-09-18 04:00:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-23343967:bb9710a0-933f-4c19-abc9-16ce2f91972e?flat HTTP/1.1" 200 5314 0.019519 [API:8081]10.0.0.56 - - [2025-09-18 04:00:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-23343967:bb9710a0-933f-4c19-abc9-16ce2f91972e?flat HTTP/1.1" 200 5314 0.021600 [API:8081]10.0.0.56 - - [2025-09-18 04:00:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-23343967:EVPN-VN1?flat HTTP/1.1" 200 8434 0.020563 [API:8081]10.0.0.56 - - [2025-09-18 04:00:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 27864 0.035137 [API:8081]10.0.0.56 - - [2025-09-18 04:00:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12128 0.022176 [API:8081]10.0.0.56 - - [2025-09-18 04:00:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 27864 0.028742 [API:8081]10.0.0.56 - - [2025-09-18 04:00:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12128 0.023014 [API:8081]10.0.0.56 - - [2025-09-18 04:00:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010779 [API:8081]10.0.0.56 - - [2025-09-18 04:00:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-23343967:f7a72e69-7f0c-4b03-84f7-6f2b0623c622?flat HTTP/1.1" 200 5315 0.017224 [API:8081]10.0.0.56 - - [2025-09-18 04:00:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-23343967:f7a72e69-7f0c-4b03-84f7-6f2b0623c622?flat HTTP/1.1" 200 5315 0.014621 [API:8081]10.0.0.56 - - [2025-09-18 04:00:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-23343967:f7a72e69-7f0c-4b03-84f7-6f2b0623c622?flat HTTP/1.1" 200 5315 0.015251 [API:8081]10.0.0.56 - - [2025-09-18 04:00:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-23343967:EVPN-VN1?flat HTTP/1.1" 200 9624 0.021204 [API:8081]10.0.0.56 - - [2025-09-18 04:00:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 27862 0.030729 [API:8081]10.0.0.56 - - [2025-09-18 04:00:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 11994 0.024836 [API:8081]10.0.0.56 - - [2025-09-18 04:00:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 27862 0.026294 [API:8081]10.0.0.56 - - [2025-09-18 04:00:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 11994 0.023523 [API:8081]10.0.0.56 - - [2025-09-18 04:00:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.020459 [API:8081]10.0.0.22 - - [2025-09-18 04:00:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.059946 [API:8081]10.0.0.56 - - [2025-09-18 04:01:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32481 0.030822 [API:8081]10.0.0.56 - - [2025-09-18 04:01:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 12278 0.024575 [API:8081]10.0.0.56 - - [2025-09-18 04:01:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-23343967:EVPN-VN1?flat HTTP/1.1" 200 8522 0.019623 [API:8081]10.0.0.56 - - [2025-09-18 04:01:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011720 [API:8081]10.0.0.22 - - [2025-09-18 04:01:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.213336 [API:8081]10.0.0.41 - - [2025-09-18 04:01:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.329613 [API:8081]10.0.0.22 - - [2025-09-18 04:02:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.303911 [API:8081]10.0.0.41 - - [2025-09-18 04:02:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.373395 [API:8081]10.0.0.56 - - [2025-09-18 04:02:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32483 0.028131 [API:8081]10.0.0.56 - - [2025-09-18 04:02:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12795 0.028196 [API:8081]10.0.0.56 - - [2025-09-18 04:02:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.242298 [API:8081]10.0.0.56 - - [2025-09-18 04:02:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.180834 [API:8081]10.0.0.56 - - [2025-09-18 04:02:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32485 0.040572 [API:8081]10.0.0.56 - - [2025-09-18 04:02:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12416 0.024260 [API:8081]10.0.0.56 - - [2025-09-18 04:02:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-23343967:EVPN-VN1?flat HTTP/1.1" 200 5988 0.014589 [API:8081]10.0.0.56 - - [2025-09-18 04:02:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012864 [API:8081]10.0.0.22 - - [2025-09-18 04:02:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068321 [API:8081]10.0.0.22 - - [2025-09-18 04:03:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.066424 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:04:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003615 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:04:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004858 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:04:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.005077 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:04:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.005577 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:04:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.016041 [API:8081]10.0.0.56 - - [2025-09-18 04:05:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-60197079:4913699b-0140-4ec5-a813-f3f22da0bcd2?flat HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.56 - - [2025-09-18 04:05:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-60197079:4913699b-0140-4ec5-a813-f3f22da0bcd2?flat HTTP/1.1" 200 5322 0.500514 [API:8081]10.0.0.56 - - [2025-09-18 04:05:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-60197079:4913699b-0140-4ec5-a813-f3f22da0bcd2?flat HTTP/1.1" 200 5322 0.114422 [API:8081]10.0.0.56 - - [2025-09-18 04:05:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-60197079:4913699b-0140-4ec5-a813-f3f22da0bcd2?flat HTTP/1.1" 200 5322 0.068261 [API:8081]10.0.0.56 - - [2025-09-18 04:05:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-22534338:ctest-TestRbac-22534338-98197737?flat HTTP/1.1" 200 8377 0.066723 [API:8081]10.0.0.56 - - [2025-09-18 04:05:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.093703 [API:8081]10.0.0.56 - - [2025-09-18 04:05:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.159261 [API:8081]10.0.0.56 - - [2025-09-18 04:05:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.56 - - [2025-09-18 04:05:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32555 0.082962 [API:8081]10.0.0.56 - - [2025-09-18 04:05:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12899 0.085263 [API:8081]10.0.0.56 - - [2025-09-18 04:05:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.088559 [API:8081]10.0.0.56 - - [2025-09-18 04:05:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.152898 [API:8081]10.0.0.56 - - [2025-09-18 04:05:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32555 0.040058 [API:8081]10.0.0.56 - - [2025-09-18 04:05:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12899 0.029394 [API:8081]10.0.0.56 - - [2025-09-18 04:05:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.073418 [API:8081]10.0.0.56 - - [2025-09-18 04:05:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.041834 [API:8081]10.0.0.56 - - [2025-09-18 04:05:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.154269 [API:8081]10.0.0.56 - - [2025-09-18 04:05:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32555 0.087850 [API:8081]10.0.0.56 - - [2025-09-18 04:05:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12899 0.024717 [API:8081]10.0.0.56 - - [2025-09-18 04:05:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32555 0.029168 [API:8081]10.0.0.56 - - [2025-09-18 04:05:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12899 0.026773 [API:8081]10.0.0.56 - - [2025-09-18 04:05:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.033665 [API:8081]10.0.0.56 - - [2025-09-18 04:05:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12899 0.028538 [API:8081]10.0.0.56 - - [2025-09-18 04:05:18] "GET /analytics HTTP/1.1" 401 205 0.000399 [API:8081]10.0.0.56 - - [2025-09-18 04:05:18] "GET /analytics HTTP/1.1" 401 205 0.000182 [API:8081]10.0.0.56 - - [2025-09-18 04:05:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.032468 [API:8081]10.0.0.56 - - [2025-09-18 04:05:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12899 0.025552 [API:8081]10.0.0.56 - - [2025-09-18 04:05:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.028629 [API:8081]10.0.0.56 - - [2025-09-18 04:05:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12899 0.026556 [API:8081]10.0.0.56 - - [2025-09-18 04:05:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.052341 [API:8081]10.0.0.56 - - [2025-09-18 04:05:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12899 0.029778 [API:8081]10.0.0.56 - - [2025-09-18 04:05:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.027848 [API:8081]10.0.0.56 - - [2025-09-18 04:05:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12899 0.023035 [API:8081]10.0.0.56 - - [2025-09-18 04:05:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32564 0.032882 [API:8081]10.0.0.56 - - [2025-09-18 04:05:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12578 0.026663 [API:8081]10.0.0.56 - - [2025-09-18 04:05:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-22534338:ctest-TestRbac-22534338-98197737?flat HTTP/1.1" 200 6495 0.012732 [API:8081]10.0.0.56 - - [2025-09-18 04:05:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009551 [API:8081]10.0.0.22 - - [2025-09-18 04:05:47] "GET /analytics HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.22 - - [2025-09-18 04:05:47] "GET /analytics HTTP/1.1" 401 205 0.000145 [API:8081]10.0.0.41 - - [2025-09-18 04:05:47] "GET /analytics HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.41 - - [2025-09-18 04:05:47] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.22 - - [2025-09-18 04:05:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.446965 [API:8081]10.0.0.56 - - [2025-09-18 04:06:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.56 - - [2025-09-18 04:06:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.065451 [API:8081]10.0.0.56 - - [2025-09-18 04:06:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.067595 [API:8081]10.0.0.56 - - [2025-09-18 04:06:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1406 0.128983 [API:8081]10.0.0.56 - - [2025-09-18 04:06:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-38338031:5871215f-123c-458f-a915-a296a278880d?flat HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.56 - - [2025-09-18 04:06:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-38338031:5871215f-123c-458f-a915-a296a278880d?flat HTTP/1.1" 200 5386 0.158783 [API:8081]10.0.0.56 - - [2025-09-18 04:06:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-38338031:5871215f-123c-458f-a915-a296a278880d?flat HTTP/1.1" 200 5386 0.069920 [API:8081]10.0.0.56 - - [2025-09-18 04:06:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-38338031:5871215f-123c-458f-a915-a296a278880d?flat HTTP/1.1" 200 5386 0.084294 [API:8081]10.0.0.56 - - [2025-09-18 04:06:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-38338031:ctest-TestRbacBasic-38338031-19843293?flat HTTP/1.1" 200 3984 0.077174 [API:8081]10.0.0.56 - - [2025-09-18 04:06:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.064491 [API:8081]10.0.0.56 - - [2025-09-18 04:06:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.103532 [API:8081]10.0.0.56 - - [2025-09-18 04:06:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.045291 [API:8081]10.0.0.56 - - [2025-09-18 04:06:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13020 0.039516 [API:8081]10.0.0.56 - - [2025-09-18 04:06:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.071097 [API:8081]10.0.0.56 - - [2025-09-18 04:06:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.089833 [API:8081]10.0.0.56 - - [2025-09-18 04:06:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.061062 [API:8081]10.0.0.56 - - [2025-09-18 04:06:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13020 0.035485 [API:8081]10.0.0.56 - - [2025-09-18 04:06:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.077308 [API:8081]10.0.0.56 - - [2025-09-18 04:06:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.039892 [API:8081]10.0.0.56 - - [2025-09-18 04:06:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.091352 [API:8081]10.0.0.56 - - [2025-09-18 04:06:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.034811 [API:8081]10.0.0.56 - - [2025-09-18 04:06:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13020 0.045097 [API:8081]10.0.0.56 - - [2025-09-18 04:06:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.029938 [API:8081]10.0.0.56 - - [2025-09-18 04:06:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13020 0.025090 [API:8081]10.0.0.22 - - [2025-09-18 04:06:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.073742 [API:8081]10.0.0.56 - - [2025-09-18 04:06:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.031106 [API:8081]10.0.0.56 - - [2025-09-18 04:06:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13020 0.022311 [API:8081]10.0.0.56 - - [2025-09-18 04:06:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.029272 [API:8081]10.0.0.56 - - [2025-09-18 04:06:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13020 0.029778 [API:8081]10.0.0.22 - - [2025-09-18 04:06:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.124812 [API:8081]10.0.0.41 - - [2025-09-18 04:06:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.164280 [API:8081]10.0.0.56 - - [2025-09-18 04:06:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.035226 [API:8081]10.0.0.56 - - [2025-09-18 04:06:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13020 0.026031 [API:8081]10.0.0.22 - - [2025-09-18 04:06:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.017619 [API:8081]10.0.0.41 - - [2025-09-18 04:06:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.015043 [API:8081]10.0.0.56 - - [2025-09-18 04:07:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.271756 [API:8081]10.0.0.56 - - [2025-09-18 04:07:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.228886 [API:8081]10.0.0.56 - - [2025-09-18 04:07:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.027838 [API:8081]10.0.0.56 - - [2025-09-18 04:07:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12785 0.024045 [API:8081]10.0.0.56 - - [2025-09-18 04:07:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-38338031:ctest-TestRbacBasic-38338031-19843293?flat HTTP/1.1" 200 6889 0.013932 [API:8081]10.0.0.56 - - [2025-09-18 04:07:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009262 [Introspect:8090]10.0.0.56 - - [2025-09-18 04:07:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001342 [API:8081]10.0.0.56 - - [2025-09-18 04:07:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.56 - - [2025-09-18 04:07:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.067878 [API:8081]10.0.0.22 - - [2025-09-18 04:08:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070966 [API:8081]10.0.0.56 - - [2025-09-18 04:09:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-22347485:13ec27ea-d68b-4749-b915-ea3e6c732c59?flat HTTP/1.1" 200 5370 0.065409 [API:8081]10.0.0.56 - - [2025-09-18 04:09:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-22347485:13ec27ea-d68b-4749-b915-ea3e6c732c59?flat HTTP/1.1" 200 5370 0.015165 [API:8081]10.0.0.56 - - [2025-09-18 04:09:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-22347485:13ec27ea-d68b-4749-b915-ea3e6c732c59?flat HTTP/1.1" 200 5370 0.067250 [API:8081]10.0.0.56 - - [2025-09-18 04:09:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-22347485:ctest-vn1-28807685?flat HTTP/1.1" 200 9427 0.023133 [API:8081]10.0.0.56 - - [2025-09-18 04:09:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32568 0.031369 [API:8081]10.0.0.56 - - [2025-09-18 04:09:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12995 0.023004 [API:8081]10.0.0.56 - - [2025-09-18 04:09:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32568 0.027988 [API:8081]10.0.0.56 - - [2025-09-18 04:09:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12995 0.025444 [API:8081]10.0.0.56 - - [2025-09-18 04:09:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009375 [API:8081]10.0.0.56 - - [2025-09-18 04:09:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-22347485:eacdf482-1a52-439d-b69d-7164b3ca6e53?flat HTTP/1.1" 200 5383 0.017171 [API:8081]10.0.0.56 - - [2025-09-18 04:09:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-22347485:eacdf482-1a52-439d-b69d-7164b3ca6e53?flat HTTP/1.1" 200 5383 0.015590 [API:8081]10.0.0.56 - - [2025-09-18 04:09:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-22347485:eacdf482-1a52-439d-b69d-7164b3ca6e53?flat HTTP/1.1" 200 5383 0.016762 [API:8081]10.0.0.56 - - [2025-09-18 04:09:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-22347485:ctest-vn1-28807685?flat HTTP/1.1" 200 9427 0.023807 [API:8081]10.0.0.56 - - [2025-09-18 04:09:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33179 0.029037 [API:8081]10.0.0.56 - - [2025-09-18 04:09:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 12992 0.023098 [API:8081]10.0.0.56 - - [2025-09-18 04:09:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33179 0.042366 [API:8081]10.0.0.56 - - [2025-09-18 04:09:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 12992 0.032660 [API:8081]10.0.0.56 - - [2025-09-18 04:09:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010007 [API:8081]10.0.0.22 - - [2025-09-18 04:09:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.063580 [API:8081]10.0.0.56 - - [2025-09-18 04:10:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33179 0.040684 [API:8081]10.0.0.56 - - [2025-09-18 04:10:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 12992 0.038584 [API:8081]10.0.0.56 - - [2025-09-18 04:10:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33179 0.035897 [API:8081]10.0.0.56 - - [2025-09-18 04:10:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 12992 0.030729 [API:8081]10.0.0.56 - - [2025-09-18 04:10:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33179 0.032029 [API:8081]10.0.0.56 - - [2025-09-18 04:10:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 12992 0.028111 [API:8081]10.0.0.56 - - [2025-09-18 04:10:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33179 0.033638 [API:8081]10.0.0.56 - - [2025-09-18 04:10:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 12992 0.024463 [API:8081]10.0.0.56 - - [2025-09-18 04:10:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33179 0.030288 [API:8081]10.0.0.56 - - [2025-09-18 04:10:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 12605 0.025649 [API:8081]10.0.0.56 - - [2025-09-18 04:10:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-22347485:ctest-vn1-28807685?flat HTTP/1.1" 200 7727 0.018903 [API:8081]10.0.0.56 - - [2025-09-18 04:10:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009865 [API:8081]10.0.0.56 - - [2025-09-18 04:10:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32568 0.042211 [API:8081]10.0.0.56 - - [2025-09-18 04:10:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13001 0.024309 [API:8081]10.0.0.56 - - [2025-09-18 04:10:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32570 0.037221 [API:8081]10.0.0.56 - - [2025-09-18 04:10:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13001 0.040361 [API:8081]10.0.0.56 - - [2025-09-18 04:10:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32570 0.030517 [API:8081]10.0.0.56 - - [2025-09-18 04:10:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13001 0.024469 [API:8081]10.0.0.56 - - [2025-09-18 04:10:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32570 0.039285 [API:8081]10.0.0.56 - - [2025-09-18 04:10:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13001 0.025246 [API:8081]10.0.0.56 - - [2025-09-18 04:10:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32570 0.043630 [API:8081]10.0.0.56 - - [2025-09-18 04:10:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13001 0.032052 [API:8081]10.0.0.56 - - [2025-09-18 04:10:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32570 0.030292 [API:8081]10.0.0.56 - - [2025-09-18 04:10:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 13000 0.026138 [API:8081]10.0.0.56 - - [2025-09-18 04:10:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32571 0.029245 [API:8081]10.0.0.56 - - [2025-09-18 04:10:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12608 0.024628 [API:8081]10.0.0.56 - - [2025-09-18 04:10:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-22347485:ctest-vn1-28807685?flat HTTP/1.1" 200 4920 0.012973 [API:8081]10.0.0.56 - - [2025-09-18 04:10:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009713 [API:8081]10.0.0.56 - - [2025-09-18 04:10:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.010728 [API:8081]10.0.0.56 - - [2025-09-18 04:10:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.014192 [API:8081]10.0.0.22 - - [2025-09-18 04:11:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066468 [API:8081]10.0.0.22 - - [2025-09-18 04:11:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.347749 [API:8081]10.0.0.41 - - [2025-09-18 04:11:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.261308 [API:8081]10.0.0.22 - - [2025-09-18 04:11:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.016375 [API:8081]10.0.0.41 - - [2025-09-18 04:12:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.273760 [API:8081]10.0.0.56 - - [2025-09-18 04:12:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.234174 [API:8081]10.0.0.56 - - [2025-09-18 04:12:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.187651 [API:8081]10.0.0.22 - - [2025-09-18 04:12:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 1748 0.072319 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:14:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.007156 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:14:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003594 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:14:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003175 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:14:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.006028 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:14:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002259 [Introspect:8090]10.0.0.56 - - [2025-09-18 04:14:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001318 [API:8081]10.0.0.56 - - [2025-09-18 04:14:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 12167 0.082394 [API:8081]10.0.0.56 - - [2025-09-18 04:14:16] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4130-1?flat HTTP/1.1" 200 6193 0.439287 [API:8081]10.0.0.56 - - [2025-09-18 04:14:17] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4130-2?flat HTTP/1.1" 200 6195 0.423719 [API:8081]10.0.0.56 - - [2025-09-18 04:14:17] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4130-3?flat HTTP/1.1" 200 4109 0.014036 [API:8081]10.0.0.56 - - [2025-09-18 04:14:17] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?flat HTTP/1.1" 200 5899 0.017580 [API:8081]10.0.0.56 - - [2025-09-18 04:14:17] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?flat HTTP/1.1" 200 6165 0.017170 [API:8081]10.0.0.56 - - [2025-09-18 04:14:17] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?flat HTTP/1.1" 200 7115 0.015634 [API:8081]10.0.0.56 - - [2025-09-18 04:14:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.016220 [API:8081]10.0.0.22 - - [2025-09-18 04:14:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070887 [API:8081]10.0.0.56 - - [2025-09-18 04:15:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-22347485:20405166-5e1b-4ebf-8642-8166a1e97b4b?flat HTTP/1.1" 200 5243 0.016994 [API:8081]10.0.0.56 - - [2025-09-18 04:15:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-22347485:20405166-5e1b-4ebf-8642-8166a1e97b4b?flat HTTP/1.1" 200 5243 0.015974 [API:8081]10.0.0.56 - - [2025-09-18 04:15:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-22347485:20405166-5e1b-4ebf-8642-8166a1e97b4b?flat HTTP/1.1" 200 5243 0.016744 [API:8081]10.0.0.56 - - [2025-09-18 04:15:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-22347485:ctest-vn1-44999393?flat HTTP/1.1" 200 6991 0.020278 [API:8081]10.0.0.56 - - [2025-09-18 04:15:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40476 0.040350 [API:8081]10.0.0.56 - - [2025-09-18 04:15:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40476 0.033872 [API:8081]10.0.0.56 - - [2025-09-18 04:15:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011219 [API:8081]10.0.0.56 - - [2025-09-18 04:15:18] "GET /analytics HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.56 - - [2025-09-18 04:15:18] "GET /analytics HTTP/1.1" 401 205 0.000191 [API:8081]10.0.0.22 - - [2025-09-18 04:15:47] "GET /analytics HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.22 - - [2025-09-18 04:15:47] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.41 - - [2025-09-18 04:15:47] "GET /analytics HTTP/1.1" 401 205 0.000397 [API:8081]10.0.0.41 - - [2025-09-18 04:15:47] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.22 - - [2025-09-18 04:15:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.078426 [API:8081]10.0.0.56 - - [2025-09-18 04:16:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-22347485:0aba7ca4-11ce-4dae-836a-d3f9a35d1c43?flat HTTP/1.1" 200 5289 0.016245 [API:8081]10.0.0.56 - - [2025-09-18 04:16:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-22347485:0aba7ca4-11ce-4dae-836a-d3f9a35d1c43?flat HTTP/1.1" 200 5289 0.016063 [API:8081]10.0.0.56 - - [2025-09-18 04:16:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-22347485:0aba7ca4-11ce-4dae-836a-d3f9a35d1c43?flat HTTP/1.1" 200 5289 0.017944 [API:8081]10.0.0.56 - - [2025-09-18 04:16:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-22347485:ctest-vn2-33833937?flat HTTP/1.1" 200 7120 0.017924 [API:8081]10.0.0.56 - - [2025-09-18 04:16:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39866 0.051253 [API:8081]10.0.0.56 - - [2025-09-18 04:16:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39866 0.034283 [API:8081]10.0.0.56 - - [2025-09-18 04:16:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.010254 [API:8081]10.0.0.22 - - [2025-09-18 04:16:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.166386 [API:8081]10.0.0.41 - - [2025-09-18 04:16:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.236320 [API:8081]10.0.0.22 - - [2025-09-18 04:17:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.311764 [API:8081]10.0.0.41 - - [2025-09-18 04:17:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.329209 [API:8081]10.0.0.56 - - [2025-09-18 04:17:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.235418 [API:8081]10.0.0.56 - - [2025-09-18 04:17:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.193892 [API:8081]10.0.0.56 - - [2025-09-18 04:17:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39879 0.034105 [API:8081]10.0.0.56 - - [2025-09-18 04:17:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39879 0.034950 [API:8081]10.0.0.56 - - [2025-09-18 04:17:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39889 0.058158 [API:8081]10.0.0.56 - - [2025-09-18 04:17:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39889 0.037288 [API:8081]10.0.0.56 - - [2025-09-18 04:17:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39889 0.047231 [API:8081]10.0.0.56 - - [2025-09-18 04:17:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39889 0.038229 [API:8081]10.0.0.56 - - [2025-09-18 04:17:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39889 0.037712 [API:8081]10.0.0.56 - - [2025-09-18 04:17:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39889 0.033257 [API:8081]10.0.0.56 - - [2025-09-18 04:17:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39889 0.038483 [API:8081]10.0.0.56 - - [2025-09-18 04:17:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-22347485:ctest-vn2-33833937?flat HTTP/1.1" 200 7713 0.020741 [API:8081]10.0.0.56 - - [2025-09-18 04:17:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012282 [API:8081]10.0.0.56 - - [2025-09-18 04:17:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40511 0.077396 [API:8081]10.0.0.56 - - [2025-09-18 04:17:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40511 0.033156 [API:8081]10.0.0.56 - - [2025-09-18 04:17:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40511 0.035349 [API:8081]10.0.0.56 - - [2025-09-18 04:17:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40511 0.036498 [API:8081]10.0.0.56 - - [2025-09-18 04:17:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40511 0.035075 [API:8081]10.0.0.56 - - [2025-09-18 04:17:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40511 0.035772 [API:8081]10.0.0.56 - - [2025-09-18 04:17:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40511 0.034978 [API:8081]10.0.0.56 - - [2025-09-18 04:17:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-22347485:ctest-vn1-44999393?flat HTTP/1.1" 200 7787 0.018439 [API:8081]10.0.0.56 - - [2025-09-18 04:17:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009909 [API:8081]10.0.0.22 - - [2025-09-18 04:18:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.141510 [API:8081]10.0.0.22 - - [2025-09-18 04:19:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.071276 [API:8081]10.0.0.56 - - [2025-09-18 04:19:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-98626183:d31c3d30-d4a8-4e87-be7a-55d8993aa076?flat HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.56 - - [2025-09-18 04:19:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-98626183:d31c3d30-d4a8-4e87-be7a-55d8993aa076?flat HTTP/1.1" 200 5229 0.071239 [API:8081]10.0.0.56 - - [2025-09-18 04:19:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-98626183:d31c3d30-d4a8-4e87-be7a-55d8993aa076?flat HTTP/1.1" 200 5229 0.063776 [API:8081]10.0.0.56 - - [2025-09-18 04:19:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-98626183:d31c3d30-d4a8-4e87-be7a-55d8993aa076?flat HTTP/1.1" 200 5229 0.063616 [API:8081]10.0.0.56 - - [2025-09-18 04:19:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-98626183:ctest-vn-05063570?flat HTTP/1.1" 200 5299 0.023658 [API:8081]10.0.0.56 - - [2025-09-18 04:19:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40528 0.032078 [API:8081]10.0.0.56 - - [2025-09-18 04:19:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40528 0.045891 [API:8081]10.0.0.56 - - [2025-09-18 04:19:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010155 [API:8081]10.0.0.56 - - [2025-09-18 04:19:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-98626183:9e7f2fd2-cceb-4df0-8bbc-6fce1c1abf5f?flat HTTP/1.1" 200 5084 0.028175 [API:8081]10.0.0.56 - - [2025-09-18 04:19:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-98626183:9e7f2fd2-cceb-4df0-8bbc-6fce1c1abf5f?flat HTTP/1.1" 200 5084 0.019002 [API:8081]10.0.0.56 - - [2025-09-18 04:19:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-98626183:9e7f2fd2-cceb-4df0-8bbc-6fce1c1abf5f?flat HTTP/1.1" 200 5084 0.022324 [API:8081]10.0.0.56 - - [2025-09-18 04:19:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-98626183:ctest-vn-98607685?flat HTTP/1.1" 200 6111 0.019181 [API:8081]10.0.0.56 - - [2025-09-18 04:19:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39912 0.033157 [API:8081]10.0.0.56 - - [2025-09-18 04:19:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39912 0.034550 [API:8081]10.0.0.56 - - [2025-09-18 04:19:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.018677 [API:8081]10.0.0.56 - - [2025-09-18 04:19:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39912 0.032326 [API:8081]10.0.0.56 - - [2025-09-18 04:19:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39912 0.040720 [API:8081]10.0.0.56 - - [2025-09-18 04:19:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39914 0.032848 [API:8081]10.0.0.56 - - [2025-09-18 04:19:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-98626183:ctest-vn-98607685?flat HTTP/1.1" 200 6181 0.013337 [API:8081]10.0.0.56 - - [2025-09-18 04:19:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009112 [API:8081]10.0.0.56 - - [2025-09-18 04:19:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40536 0.051163 [API:8081]10.0.0.56 - - [2025-09-18 04:19:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40536 0.034236 [API:8081]10.0.0.56 - - [2025-09-18 04:19:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40536 0.044306 [API:8081]10.0.0.56 - - [2025-09-18 04:19:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40536 0.035768 [API:8081]10.0.0.56 - - [2025-09-18 04:19:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40536 0.036892 [API:8081]10.0.0.56 - - [2025-09-18 04:19:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40536 0.033158 [API:8081]10.0.0.56 - - [2025-09-18 04:19:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4130-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40537 0.034680 [API:8081]10.0.0.56 - - [2025-09-18 04:19:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-98626183:ctest-vn-05063570?flat HTTP/1.1" 200 6189 0.015164 [API:8081]10.0.0.56 - - [2025-09-18 04:19:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009444 [API:8081]10.0.0.56 - - [2025-09-18 04:20:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.56 - - [2025-09-18 04:20:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.067620 [API:8081]10.0.0.56 - - [2025-09-18 04:20:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.086305 [API:8081]10.0.0.22 - - [2025-09-18 04:21:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072495 [API:8081]10.0.0.22 - - [2025-09-18 04:21:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.012952 [API:8081]10.0.0.41 - - [2025-09-18 04:21:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.208424 [API:8081]10.0.0.22 - - [2025-09-18 04:21:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.014530 [API:8081]10.0.0.41 - - [2025-09-18 04:21:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.015975 [API:8081]10.0.0.56 - - [2025-09-18 04:22:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.282998 [API:8081]10.0.0.56 - - [2025-09-18 04:22:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.205075 [API:8081]10.0.0.22 - - [2025-09-18 04:22:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.068645 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:24:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003720 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:24:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003915 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:24:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003155 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:24:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003162 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:24:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002851 [API:8081]10.0.0.22 - - [2025-09-18 04:24:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071449 [API:8081]10.0.0.22 - - [2025-09-18 04:25:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.076829 [API:8081]10.0.0.56 - - [2025-09-18 04:25:18] "GET /analytics HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.56 - - [2025-09-18 04:25:18] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.22 - - [2025-09-18 04:25:47] "GET /analytics HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.22 - - [2025-09-18 04:25:47] "GET /analytics HTTP/1.1" 401 205 0.000184 [API:8081]10.0.0.41 - - [2025-09-18 04:25:47] "GET /analytics HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.41 - - [2025-09-18 04:25:47] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.56 - - [2025-09-18 04:26:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.56 - - [2025-09-18 04:26:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1572 0.070631 [API:8081]10.0.0.22 - - [2025-09-18 04:26:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.176747 [API:8081]10.0.0.41 - - [2025-09-18 04:26:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.204047 [API:8081]10.0.0.22 - - [2025-09-18 04:27:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.312351 [API:8081]10.0.0.41 - - [2025-09-18 04:27:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.419001 [API:8081]10.0.0.56 - - [2025-09-18 04:27:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.261999 [API:8081]10.0.0.56 - - [2025-09-18 04:27:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.188449 [API:8081]10.0.0.22 - - [2025-09-18 04:27:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066009 [API:8081]10.0.0.22 - - [2025-09-18 04:28:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.086795 [API:8081]10.0.0.22 - - [2025-09-18 04:30:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086241 [API:8081]10.0.0.22 - - [2025-09-18 04:31:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.077652 [API:8081]10.0.0.22 - - [2025-09-18 04:31:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.112728 [API:8081]10.0.0.41 - - [2025-09-18 04:31:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.191457 [API:8081]10.0.0.41 - - [2025-09-18 04:32:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.117951 [API:8081]10.0.0.22 - - [2025-09-18 04:32:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.151972 [API:8081]10.0.0.56 - - [2025-09-18 04:32:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.218654 [API:8081]10.0.0.56 - - [2025-09-18 04:32:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.150086 [API:8081]10.0.0.22 - - [2025-09-18 04:33:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.097505 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:34:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004453 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:34:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002987 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:34:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002889 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:34:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4130-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003233 [LOCAL API:8181]127.0.0.1 - - [2025-09-18 04:34:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002370 [API:8081]10.0.0.22 - - [2025-09-18 04:34:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2536 0.069788 [API:8081]10.0.0.56 - - [2025-09-18 04:35:18] "GET /analytics HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.56 - - [2025-09-18 04:35:18] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.22 - - [2025-09-18 04:35:47] "GET /analytics HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.22 - - [2025-09-18 04:35:47] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.41 - - [2025-09-18 04:35:47] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.41 - - [2025-09-18 04:35:47] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.22 - - [2025-09-18 04:36:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.170920 [API:8081]10.0.0.22 - - [2025-09-18 04:36:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.173160 [API:8081]10.0.0.41 - - [2025-09-18 04:36:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.241527 [API:8081]10.0.0.22 - - [2025-09-18 04:36:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.015824 [API:8081]10.0.0.41 - - [2025-09-18 04:37:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.300638 [API:8081]10.0.0.56 - - [2025-09-18 04:37:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.248896 [API:8081]10.0.0.56 - - [2025-09-18 04:37:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.251506 [Introspect:8090]10.0.0.56 - - [2025-09-18 04:37:05] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001384