++ 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 Nov 6 02:07:56 AM UTC 2025 ===================' INFO: =================== Thu Nov 6 02:07: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 ' +++ ip addr show dev ens3 +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.41 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ ANALYTICSDB_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ ANALYTICS_SNMP_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8081 ' +++ '[' -n '10.0.0.41:8081 10.0.0.38:8081 10.0.0.131:8081 ' ']' +++ echo '10.0.0.41:8081 10.0.0.38:8081 10.0.0.131:8081' ++ ANALYTICS_SERVERS='10.0.0.41:8081 10.0.0.38:8081 10.0.0.131:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9042 ' +++ '[' -n '10.0.0.41:9042 10.0.0.38:9042 10.0.0.131:9042 ' ']' +++ echo '10.0.0.41:9042 10.0.0.38:9042 10.0.0.131:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.41:9042 10.0.0.38:9042 10.0.0.131:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8086 ' +++ '[' -n '10.0.0.41:8086 10.0.0.38:8086 10.0.0.131:8086 ' ']' +++ echo '10.0.0.41:8086 10.0.0.38:8086 10.0.0.131:8086' ++ COLLECTOR_SERVERS='10.0.0.41:8086 10.0.0.38:8086 10.0.0.131:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ CONFIGDB_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8082 ' +++ '[' -n '10.0.0.41:8082 10.0.0.38:8082 10.0.0.131:8082 ' ']' +++ echo '10.0.0.41:8082 10.0.0.38:8082 10.0.0.131:8082' ++ CONFIG_SERVERS='10.0.0.41:8082 10.0.0.38:8082 10.0.0.131:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9161 ' +++ '[' -n '10.0.0.41:9161 10.0.0.38:9161 10.0.0.131:9161 ' ']' +++ echo '10.0.0.41:9161 10.0.0.38:9161 10.0.0.131:9161' ++ CONFIGDB_SERVERS='10.0.0.41:9161 10.0.0.38:9161 10.0.0.131:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9041 ' +++ '[' -n '10.0.0.41:9041 10.0.0.38:9041 10.0.0.131:9041 ' ']' +++ echo '10.0.0.41:9041 10.0.0.38:9041 10.0.0.131:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.41:9041 10.0.0.38:9041 10.0.0.131: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.200,10.20.0.252,10.20.0.249 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.200,10.20.0.252,10.20.0.249 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:2181, +++ '[' -n 10.0.0.41:2181,10.0.0.38:2181,10.0.0.131:2181, ']' +++ echo 10.0.0.41:2181,10.0.0.38:2181,10.0.0.131:2181 ++ ZOOKEEPER_SERVERS=10.0.0.41:2181,10.0.0.38:2181,10.0.0.131:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:2181 ' +++ '[' -n '10.0.0.41:2181 10.0.0.38:2181 10.0.0.131:2181 ' ']' +++ echo '10.0.0.41:2181 10.0.0.38:2181 10.0.0.131:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.41:2181 10.0.0.38:2181 10.0.0.131:2181' ++ RABBITMQ_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:5673, +++ '[' -n 10.0.0.41:5673,10.0.0.38:5673,10.0.0.131:5673, ']' +++ echo 10.0.0.41:5673,10.0.0.38:5673,10.0.0.131:5673 ++ RABBITMQ_SERVERS=10.0.0.41:5673,10.0.0.38:5673,10.0.0.131:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:6379 ' +++ '[' -n '10.0.0.41:6379 10.0.0.38:6379 10.0.0.131:6379 ' ']' +++ echo '10.0.0.41:6379 10.0.0.38:6379 10.0.0.131:6379' ++ REDIS_SERVERS='10.0.0.41:6379 10.0.0.38:6379 10.0.0.131:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9092 ' +++ '[' -n '10.0.0.41:9092 10.0.0.38:9092 10.0.0.131:9092 ' ']' +++ echo '10.0.0.41:9092 10.0.0.38:9092 10.0.0.131:9092' ++ KAFKA_SERVERS='10.0.0.41:9092 10.0.0.38:9092 10.0.0.131:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.41 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ cut -d , -f 1 ++ echo 10.0.0.41,10.0.0.38,10.0.0.131 + local cassandra=10.0.0.41 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.41 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ cut -d ' ' -f 1 +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.41,10.0.0.38,10.0.0.131 +++ local servers=10.0.0.41,10.0.0.38,10.0.0.131 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ grep -vi host ++++ sort +++ local local_ips=,10.0.0.41,10.20.0.200,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.41,10.20.0.200,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] +++ echo 10.0.0.41 1 +++ return ++ local ip=10.0.0.41 ++ [[ -z 10.0.0.41 ]] ++ echo 10.0.0.41 + host_ip=10.0.0.41 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ sort ++ sed 's/^ANALYTICS_API__//g' ++ cut -d = -f 1 + 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 11/06/2025 02:08:04.823 7efc1c90af40 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 11/06/2025 02:08:05.003 7efc1c90af40 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 11/06/2025 02:08:05.015 7efc1c90af40 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 11/06/2025 02:08:05.015 7efc1c90af40 [contrail-analytics-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/analytics-api/contrail-analytics-api.log] Bottle v0.12.25 server starting up (using ContrailGeventServer())... Listening on http://10.0.0.41:8081/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer())... Listening on http://localhost:8181/ Hit Ctrl-C to quit. [API:8081]10.0.0.38 - - [2025-11-06 02:08:41] "GET /analytics HTTP/1.1" 401 205 0.000571 [API:8081]10.0.0.38 - - [2025-11-06 02:08:41] "GET /analytics HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.131 - - [2025-11-06 02:08:42] "GET /analytics HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.131 - - [2025-11-06 02:08:42] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.41 - - [2025-11-06 02:08:42] "GET /analytics HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.41 - - [2025-11-06 02:08:42] "GET /analytics HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.131 - - [2025-11-06 02:09:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.369979 [API:8081]10.0.0.38 - - [2025-11-06 02:09:12] "GET /analytics HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.38 - - [2025-11-06 02:09:12] "GET /analytics HTTP/1.1" 401 205 0.000142 [API:8081]10.0.0.131 - - [2025-11-06 02:09:13] "GET /analytics HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.131 - - [2025-11-06 02:09:13] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.41 - - [2025-11-06 02:09:13] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.41 - - [2025-11-06 02:09:13] "GET /analytics HTTP/1.1" 401 205 0.000134 [API:8081]10.0.0.38 - - [2025-11-06 02:09:42] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.38 - - [2025-11-06 02:09:42] "GET /analytics HTTP/1.1" 401 205 0.000167 [API:8081]10.0.0.131 - - [2025-11-06 02:09:43] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.131 - - [2025-11-06 02:09:43] "GET /analytics HTTP/1.1" 401 205 0.000142 [API:8081]10.0.0.131 - - [2025-11-06 02:10:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.368199 [API:8081]10.0.0.38 - - [2025-11-06 02:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.131 - - [2025-11-06 02:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.38 - - [2025-11-06 02:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.131 - - [2025-11-06 02:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.131 - - [2025-11-06 02:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.131 - - [2025-11-06 02:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.38 - - [2025-11-06 02:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.38 - - [2025-11-06 02:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.41 - - [2025-11-06 02:11:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.41 - - [2025-11-06 02:11:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.41 - - [2025-11-06 02:11:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001106 [API:8081]10.0.0.41 - - [2025-11-06 02:11:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000431 [Introspect:8090]10.0.0.41 - - [2025-11-06 02:11:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001191 [Introspect:8090]10.0.0.41 - - [2025-11-06 02:11:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001557 [API:8081]10.0.0.131 - - [2025-11-06 02:12:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.362517 [API:8081]10.0.0.131 - - [2025-11-06 02:13:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.057300 [Introspect:8090]10.0.0.41 - - [2025-11-06 02:13:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001390 [Introspect:8090]10.0.0.41 - - [2025-11-06 02:13:13] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000623 [API:8081]10.0.0.41 - - [2025-11-06 02:13:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.41 - - [2025-11-06 02:13:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-1:Control:contrail-control:0?flat HTTP/1.1" 200 28221 0.083537 [API:8081]10.0.0.41 - - [2025-11-06 02:13:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16248 0.076552 [API:8081]10.0.0.41 - - [2025-11-06 02:13:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-2:Control:contrail-control:0?flat HTTP/1.1" 200 38617 0.072555 [API:8081]10.0.0.41 - - [2025-11-06 02:13:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16248 0.016591 [API:8081]10.0.0.41 - - [2025-11-06 02:13:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-3:Control:contrail-control:0?flat HTTP/1.1" 200 38617 0.022508 [API:8081]10.0.0.41 - - [2025-11-06 02:13:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13499 0.014825 [API:8081]10.0.0.41 - - [2025-11-06 02:13:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20172 0.024319 [API:8081]10.0.0.41 - - [2025-11-06 02:13:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20172 0.017913 [API:8081]10.0.0.41 - - [2025-11-06 02:13:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3358 0.012594 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3357 0.015186 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.009922 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4313 0.014849 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4006 0.015079 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4307 0.013922 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.010497 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.015302 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.012372 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.016346 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.017446 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.014370 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.013801 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.014103 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.013688 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.013039 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14819 0.018610 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.017731 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14828 0.065623 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.023245 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14830 0.031295 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.019423 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20172 0.028332 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20172 0.024382 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20172 0.016872 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20172 0.017134 [API:8081]10.0.0.41 - - [2025-11-06 02:13:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.029232 [API:8081]10.0.0.41 - - [2025-11-06 02:13:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3271 0.018069 [API:8081]10.0.0.41 - - [2025-11-06 02:13:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.018747 [API:8081]10.0.0.41 - - [2025-11-06 02:13:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3271 0.014525 [API:8081]10.0.0.41 - - [2025-11-06 02:13:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3382 0.013351 [API:8081]10.0.0.41 - - [2025-11-06 02:13:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14823 0.018735 [API:8081]10.0.0.41 - - [2025-11-06 02:13:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3997 0.015069 [API:8081]10.0.0.41 - - [2025-11-06 02:13:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.012721 [API:8081]10.0.0.41 - - [2025-11-06 02:13:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14826 0.019803 [API:8081]10.0.0.41 - - [2025-11-06 02:13:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.014320 [API:8081]10.0.0.41 - - [2025-11-06 02:13:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.014837 [API:8081]10.0.0.41 - - [2025-11-06 02:13:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14834 0.017913 [API:8081]10.0.0.41 - - [2025-11-06 02:13:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3996 0.012978 [API:8081]10.0.0.41 - - [2025-11-06 02:13:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.024028 [API:8081]10.0.0.41 - - [2025-11-06 02:13:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3984 0.015044 [API:8081]10.0.0.41 - - [2025-11-06 02:13:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.016979 [API:8081]10.0.0.41 - - [2025-11-06 02:13:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3984 0.017948 [API:8081]10.0.0.41 - - [2025-11-06 02:13:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.015838 [API:8081]10.0.0.41 - - [2025-11-06 02:13:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3984 0.013702 [API:8081]10.0.0.41 - - [2025-11-06 02:13:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4316 0.015136 [API:8081]10.0.0.41 - - [2025-11-06 02:13:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4309 0.017906 [API:8081]10.0.0.41 - - [2025-11-06 02:13:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4314 0.014343 [API:8081]10.0.0.41 - - [2025-11-06 02:13:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-1:Control:contrail-control:0?flat HTTP/1.1" 200 28222 0.031105 [API:8081]10.0.0.41 - - [2025-11-06 02:13:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.014938 [API:8081]10.0.0.41 - - [2025-11-06 02:13:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16248 0.018073 [API:8081]10.0.0.41 - - [2025-11-06 02:13:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-2:Control:contrail-control:0?flat HTTP/1.1" 200 38619 0.023093 [API:8081]10.0.0.41 - - [2025-11-06 02:13:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3380 0.013184 [API:8081]10.0.0.41 - - [2025-11-06 02:13:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16248 0.016412 [API:8081]10.0.0.41 - - [2025-11-06 02:13:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-3:Control:contrail-control:0?flat HTTP/1.1" 200 38620 0.028997 [API:8081]10.0.0.41 - - [2025-11-06 02:13:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.013575 [API:8081]10.0.0.41 - - [2025-11-06 02:13:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4662-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13499 0.014861 [API:8081]10.0.0.41 - - [2025-11-06 02:13:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12104 0.019076 [API:8081]10.0.0.41 - - [2025-11-06 02:13:19] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?flat HTTP/1.1" 200 14146 0.022385 [API:8081]10.0.0.41 - - [2025-11-06 02:13:19] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?flat HTTP/1.1" 200 14578 0.019628 [API:8081]10.0.0.41 - - [2025-11-06 02:13:19] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?flat HTTP/1.1" 200 19101 0.022744 [API:8081]10.0.0.41 - - [2025-11-06 02:13:19] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?flat HTTP/1.1" 200 14146 0.021551 [API:8081]10.0.0.41 - - [2025-11-06 02:13:19] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?flat HTTP/1.1" 200 14578 0.030947 [API:8081]10.0.0.41 - - [2025-11-06 02:13:20] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?flat HTTP/1.1" 200 19101 0.022839 [API:8081]10.0.0.41 - - [2025-11-06 02:13:20] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?flat HTTP/1.1" 200 14146 0.024069 [API:8081]10.0.0.41 - - [2025-11-06 02:13:20] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?flat HTTP/1.1" 200 14578 0.020945 [API:8081]10.0.0.41 - - [2025-11-06 02:13:20] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?flat HTTP/1.1" 200 19101 0.021719 [API:8081]10.0.0.41 - - [2025-11-06 02:13:20] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?flat HTTP/1.1" 200 14146 0.024670 [API:8081]10.0.0.41 - - [2025-11-06 02:13:20] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?flat HTTP/1.1" 200 14578 0.021990 [API:8081]10.0.0.41 - - [2025-11-06 02:13:20] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?flat HTTP/1.1" 200 19101 0.025385 [API:8081]10.0.0.41 - - [2025-11-06 02:13:21] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 8146 0.015166 [API:8081]10.0.0.41 - - [2025-11-06 02:13:21] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 8142 0.014098 [API:8081]10.0.0.41 - - [2025-11-06 02:13:21] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4662-3?flat HTTP/1.1" 200 8143 0.014589 [API:8081]10.0.0.41 - - [2025-11-06 02:13:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.41 - - [2025-11-06 02:13:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.060744 [API:8081]10.0.0.41 - - [2025-11-06 02:13:43] "POST /analytics/query HTTP/1.1" 200 54748 1.084210 [API:8081]10.0.0.41 - - [2025-11-06 02:13:44] "POST /analytics/query HTTP/1.1" 200 5872 1.066151 [API:8081]10.0.0.41 - - [2025-11-06 02:13:45] "POST /analytics/query HTTP/1.1" 200 871 1.018582 [API:8081]10.0.0.41 - - [2025-11-06 02:13:46] "POST /analytics/query HTTP/1.1" 200 5872 1.018726 [API:8081]10.0.0.41 - - [2025-11-06 02:13:47] "POST /analytics/query HTTP/1.1" 200 871 1.033193 [API:8081]10.0.0.41 - - [2025-11-06 02:13:58] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000865 [API:8081]10.0.0.131 - - [2025-11-06 02:15:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078280 [API:8081]10.0.0.131 - - [2025-11-06 02:16:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.068389 [API:8081]10.0.0.38 - - [2025-11-06 02:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000462 [API:8081]10.0.0.131 - - [2025-11-06 02:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001029 [API:8081]10.0.0.38 - - [2025-11-06 02:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.131 - - [2025-11-06 02:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.131 - - [2025-11-06 02:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.131 - - [2025-11-06 02:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.38 - - [2025-11-06 02:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000706 [API:8081]10.0.0.38 - - [2025-11-06 02:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.41 - - [2025-11-06 02:16:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.41 - - [2025-11-06 02:16:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.41 - - [2025-11-06 02:16:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.41 - - [2025-11-06 02:16:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:18:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003011 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003280 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003211 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002611 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:18:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004076 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003026 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003367 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002592 [API:8081]10.0.0.131 - - [2025-11-06 02:18:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.118216 [API:8081]10.0.0.41 - - [2025-11-06 02:18:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.41 - - [2025-11-06 02:18:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1734 0.057654 [API:8081]10.0.0.41 - - [2025-11-06 02:18:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1966 0.057358 [API:8081]10.0.0.131 - - [2025-11-06 02:19:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.085473 [API:8081]10.0.0.41 - - [2025-11-06 02:19:13] "GET /analytics HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.41 - - [2025-11-06 02:19:13] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.38 - - [2025-11-06 02:19:42] "GET /analytics HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.38 - - [2025-11-06 02:19:42] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.131 - - [2025-11-06 02:19:43] "GET /analytics HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.131 - - [2025-11-06 02:19:43] "GET /analytics HTTP/1.1" 401 205 0.000130 [API:8081]10.0.0.38 - - [2025-11-06 02:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001213 [API:8081]10.0.0.131 - - [2025-11-06 02:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.38 - - [2025-11-06 02:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.131 - - [2025-11-06 02:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.131 - - [2025-11-06 02:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.131 - - [2025-11-06 02:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.38 - - [2025-11-06 02:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.38 - - [2025-11-06 02:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.131 - - [2025-11-06 02:21:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081861 [API:8081]10.0.0.41 - - [2025-11-06 02:21:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.41 - - [2025-11-06 02:21:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.41 - - [2025-11-06 02:21:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000406 [API:8081]10.0.0.41 - - [2025-11-06 02:21:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000764 [API:8081]10.0.0.131 - - [2025-11-06 02:22:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.080943 [API:8081]10.0.0.131 - - [2025-11-06 02:24:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070472 [API:8081]10.0.0.41 - - [2025-11-06 02:25:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.41 - - [2025-11-06 02:25:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.068091 [API:8081]10.0.0.41 - - [2025-11-06 02:25:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.055364 [API:8081]10.0.0.131 - - [2025-11-06 02:25:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.054541 [API:8081]10.0.0.38 - - [2025-11-06 02:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.131 - - [2025-11-06 02:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.38 - - [2025-11-06 02:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.131 - - [2025-11-06 02:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.131 - - [2025-11-06 02:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.131 - - [2025-11-06 02:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.38 - - [2025-11-06 02:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.38 - - [2025-11-06 02:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.41 - - [2025-11-06 02:26:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.41 - - [2025-11-06 02:26:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.41 - - [2025-11-06 02:26:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000459 [API:8081]10.0.0.41 - - [2025-11-06 02:26:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000531 [API:8081]10.0.0.41 - - [2025-11-06 02:26:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1442 0.010632 [API:8081]10.0.0.41 - - [2025-11-06 02:26:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1670 0.013090 [API:8081]10.0.0.41 - - [2025-11-06 02:26:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1898 0.050451 [API:8081]10.0.0.41 - - [2025-11-06 02:26:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2126 0.009273 [API:8081]10.0.0.131 - - [2025-11-06 02:27:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059478 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:28:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005941 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:28:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003597 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:28:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003081 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:28:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003345 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:28:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004167 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:28:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003954 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:28:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004729 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:28:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004416 [API:8081]10.0.0.131 - - [2025-11-06 02:28:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.053387 [API:8081]10.0.0.41 - - [2025-11-06 02:29:13] "GET /analytics HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.41 - - [2025-11-06 02:29:13] "GET /analytics HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.38 - - [2025-11-06 02:29:42] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.38 - - [2025-11-06 02:29:42] "GET /analytics HTTP/1.1" 401 205 0.000169 [API:8081]10.0.0.131 - - [2025-11-06 02:29:43] "GET /analytics HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.131 - - [2025-11-06 02:29:43] "GET /analytics HTTP/1.1" 401 205 0.000184 [API:8081]10.0.0.41 - - [2025-11-06 02:30:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25186 0.063734 [API:8081]10.0.0.41 - - [2025-11-06 02:30:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25187 0.084042 [API:8081]10.0.0.41 - - [2025-11-06 02:30:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-46200780:ctest-vnet1-42402992?flat HTTP/1.1" 200 8247 0.014255 [API:8081]10.0.0.41 - - [2025-11-06 02:30:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010369 [API:8081]10.0.0.41 - - [2025-11-06 02:30:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25194 0.022763 [API:8081]10.0.0.131 - - [2025-11-06 02:30:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074329 [API:8081]10.0.0.41 - - [2025-11-06 02:30:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25194 0.020577 [API:8081]10.0.0.41 - - [2025-11-06 02:30:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25194 0.020552 [API:8081]10.0.0.41 - - [2025-11-06 02:30:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25194 0.024028 [API:8081]10.0.0.41 - - [2025-11-06 02:30:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25194 0.018097 [API:8081]10.0.0.41 - - [2025-11-06 02:30:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25194 0.031123 [API:8081]10.0.0.41 - - [2025-11-06 02:30:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25194 0.020115 [API:8081]10.0.0.41 - - [2025-11-06 02:30:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25194 0.030859 [API:8081]10.0.0.41 - - [2025-11-06 02:30:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25194 0.021487 [API:8081]10.0.0.41 - - [2025-11-06 02:30:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25197 0.025299 [API:8081]10.0.0.41 - - [2025-11-06 02:30:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-46200780:ctest-vnet0-89185076?flat HTTP/1.1" 200 8243 0.012980 [API:8081]10.0.0.41 - - [2025-11-06 02:30:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008409 [API:8081]10.0.0.41 - - [2025-11-06 02:30:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.008557 [API:8081]10.0.0.38 - - [2025-11-06 02:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.131 - - [2025-11-06 02:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.38 - - [2025-11-06 02:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.131 - - [2025-11-06 02:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.131 - - [2025-11-06 02:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.131 - - [2025-11-06 02:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.38 - - [2025-11-06 02:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.38 - - [2025-11-06 02:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.41 - - [2025-11-06 02:31:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.41 - - [2025-11-06 02:31:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.41 - - [2025-11-06 02:31:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.41 - - [2025-11-06 02:31:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.131 - - [2025-11-06 02:31:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.058534 [API:8081]10.0.0.41 - - [2025-11-06 02:32:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.41 - - [2025-11-06 02:32:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.072592 [API:8081]10.0.0.131 - - [2025-11-06 02:33:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063480 [API:8081]10.0.0.41 - - [2025-11-06 02:34:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.062477 [API:8081]10.0.0.41 - - [2025-11-06 02:34:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.030421 [API:8081]10.0.0.41 - - [2025-11-06 02:34:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-46088533:ctest-vnet0-43110314?flat HTTP/1.1" 200 7196 0.056222 [API:8081]10.0.0.41 - - [2025-11-06 02:34:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011067 [API:8081]10.0.0.131 - - [2025-11-06 02:34:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.081848 [API:8081]10.0.0.41 - - [2025-11-06 02:34:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.41 - - [2025-11-06 02:34:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.059869 [API:8081]10.0.0.41 - - [2025-11-06 02:34:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.41 - - [2025-11-06 02:34:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.062763 [API:8081]10.0.0.41 - - [2025-11-06 02:34:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.055239 [API:8081]10.0.0.41 - - [2025-11-06 02:34:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.062308 [API:8081]10.0.0.41 - - [2025-11-06 02:35:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-75533637:01e56b1c-05eb-4bbf-a793-4f44539355e6?flat HTTP/1.1" 200 5222 0.015795 [API:8081]10.0.0.41 - - [2025-11-06 02:35:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-75533637:01e56b1c-05eb-4bbf-a793-4f44539355e6?flat HTTP/1.1" 200 5222 0.018887 [API:8081]10.0.0.41 - - [2025-11-06 02:35:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-75533637:01e56b1c-05eb-4bbf-a793-4f44539355e6?flat HTTP/1.1" 200 5222 0.016870 [API:8081]10.0.0.41 - - [2025-11-06 02:35:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-75533637:ctest-VN1-23059675?flat HTTP/1.1" 200 8549 0.018980 [API:8081]10.0.0.41 - - [2025-11-06 02:35:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.033015 [API:8081]10.0.0.41 - - [2025-11-06 02:35:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.021723 [API:8081]10.0.0.41 - - [2025-11-06 02:35:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009974 [API:8081]10.0.0.41 - - [2025-11-06 02:35:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-75533637:0b4a2932-d067-440b-a5da-d6049aa175c3?flat HTTP/1.1" 200 5454 0.014431 [API:8081]10.0.0.41 - - [2025-11-06 02:35:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-75533637:0b4a2932-d067-440b-a5da-d6049aa175c3?flat HTTP/1.1" 200 5454 0.022135 [API:8081]10.0.0.41 - - [2025-11-06 02:35:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-75533637:0b4a2932-d067-440b-a5da-d6049aa175c3?flat HTTP/1.1" 200 5454 0.021296 [API:8081]10.0.0.41 - - [2025-11-06 02:35:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-75533637:ctest-VN2-76206487?flat HTTP/1.1" 200 9341 0.027228 [API:8081]10.0.0.41 - - [2025-11-06 02:35:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.037613 [API:8081]10.0.0.41 - - [2025-11-06 02:35:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.022211 [API:8081]10.0.0.41 - - [2025-11-06 02:35:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009957 [API:8081]10.0.0.41 - - [2025-11-06 02:35:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-75533637:d6092605-12e0-4804-ab75-46ca7b52d253?flat HTTP/1.1" 200 5100 0.014637 [API:8081]10.0.0.41 - - [2025-11-06 02:35:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-75533637:d6092605-12e0-4804-ab75-46ca7b52d253?flat HTTP/1.1" 200 5100 0.014912 [API:8081]10.0.0.41 - - [2025-11-06 02:35:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-75533637:d6092605-12e0-4804-ab75-46ca7b52d253?flat HTTP/1.1" 200 5100 0.016036 [API:8081]10.0.0.41 - - [2025-11-06 02:35:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-75533637:ctest-VN3-80980898?flat HTTP/1.1" 200 7443 0.014963 [API:8081]10.0.0.41 - - [2025-11-06 02:35:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.023204 [API:8081]10.0.0.41 - - [2025-11-06 02:35:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.024091 [API:8081]10.0.0.41 - - [2025-11-06 02:35:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009633 [API:8081]10.0.0.38 - - [2025-11-06 02:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.131 - - [2025-11-06 02:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.38 - - [2025-11-06 02:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.131 - - [2025-11-06 02:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.131 - - [2025-11-06 02:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.131 - - [2025-11-06 02:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000534 [API:8081]10.0.0.38 - - [2025-11-06 02:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.38 - - [2025-11-06 02:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000479 [API:8081]10.0.0.41 - - [2025-11-06 02:36:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.41 - - [2025-11-06 02:36:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.41 - - [2025-11-06 02:36:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.41 - - [2025-11-06 02:36:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.131 - - [2025-11-06 02:36:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074932 [API:8081]10.0.0.41 - - [2025-11-06 02:36:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.021652 [API:8081]10.0.0.41 - - [2025-11-06 02:36:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.020407 [API:8081]10.0.0.41 - - [2025-11-06 02:36:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.018817 [API:8081]10.0.0.41 - - [2025-11-06 02:36:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.019382 [API:8081]10.0.0.41 - - [2025-11-06 02:36:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.021037 [API:8081]10.0.0.41 - - [2025-11-06 02:36:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-75533637:ctest-VN3-80980898?flat HTTP/1.1" 200 6215 0.015664 [API:8081]10.0.0.41 - - [2025-11-06 02:36:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.014185 [API:8081]10.0.0.41 - - [2025-11-06 02:36:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.019884 [API:8081]10.0.0.41 - - [2025-11-06 02:36:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.021879 [API:8081]10.0.0.41 - - [2025-11-06 02:36:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.021881 [API:8081]10.0.0.41 - - [2025-11-06 02:37:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.018322 [API:8081]10.0.0.41 - - [2025-11-06 02:37:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.020928 [API:8081]10.0.0.41 - - [2025-11-06 02:37:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.019149 [API:8081]10.0.0.41 - - [2025-11-06 02:37:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.019299 [API:8081]10.0.0.41 - - [2025-11-06 02:37:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.018410 [API:8081]10.0.0.41 - - [2025-11-06 02:37:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.022413 [API:8081]10.0.0.41 - - [2025-11-06 02:37:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.024233 [API:8081]10.0.0.41 - - [2025-11-06 02:37:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-75533637:ctest-VN2-76206487?flat HTTP/1.1" 200 6556 0.014823 [API:8081]10.0.0.41 - - [2025-11-06 02:37:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011722 [API:8081]10.0.0.41 - - [2025-11-06 02:37:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.020708 [API:8081]10.0.0.41 - - [2025-11-06 02:37:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.025233 [API:8081]10.0.0.131 - - [2025-11-06 02:37:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.061957 [API:8081]10.0.0.41 - - [2025-11-06 02:37:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.032055 [API:8081]10.0.0.41 - - [2025-11-06 02:37:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.018626 [API:8081]10.0.0.41 - - [2025-11-06 02:37:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.022027 [API:8081]10.0.0.41 - - [2025-11-06 02:37:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.019346 [API:8081]10.0.0.41 - - [2025-11-06 02:37:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.020302 [API:8081]10.0.0.41 - - [2025-11-06 02:37:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.018825 [API:8081]10.0.0.41 - - [2025-11-06 02:37:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.020051 [API:8081]10.0.0.41 - - [2025-11-06 02:37:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-75533637:ctest-VN1-23059675?flat HTTP/1.1" 200 6765 0.018602 [API:8081]10.0.0.41 - - [2025-11-06 02:37:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.012188 [API:8081]10.0.0.41 - - [2025-11-06 02:38:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.41 - - [2025-11-06 02:38:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.057292 [API:8081]10.0.0.41 - - [2025-11-06 02:38:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.053226 [API:8081]10.0.0.41 - - [2025-11-06 02:38:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.048689 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:38:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004251 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:38:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.009964 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:38:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002932 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:38:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003844 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:38:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.006424 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:38:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004550 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:38:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005755 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:38:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003765 [API:8081]10.0.0.41 - - [2025-11-06 02:38:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-90195802:bc53f948-4e46-4207-83b0-c7ce9025d569?flat HTTP/1.1" 200 5360 0.015053 [API:8081]10.0.0.41 - - [2025-11-06 02:38:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-90195802:bc53f948-4e46-4207-83b0-c7ce9025d569?flat HTTP/1.1" 200 5360 0.015640 [API:8081]10.0.0.41 - - [2025-11-06 02:38:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-90195802:bc53f948-4e46-4207-83b0-c7ce9025d569?flat HTTP/1.1" 200 5360 0.013574 [API:8081]10.0.0.41 - - [2025-11-06 02:38:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-90195802:bc53f948-4e46-4207-83b0-c7ce9025d569?flat HTTP/1.1" 200 5360 0.013912 [API:8081]10.0.0.41 - - [2025-11-06 02:38:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-90195802:ctest-VN1-21236892?flat HTTP/1.1" 200 9449 0.016046 [API:8081]10.0.0.41 - - [2025-11-06 02:38:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.023908 [API:8081]10.0.0.41 - - [2025-11-06 02:38:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.026203 [API:8081]10.0.0.41 - - [2025-11-06 02:38:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010265 [API:8081]10.0.0.41 - - [2025-11-06 02:39:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-90195802:c2521fa5-7429-415b-8ac2-05921577f24f?flat HTTP/1.1" 200 5216 0.013780 [API:8081]10.0.0.41 - - [2025-11-06 02:39:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-90195802:c2521fa5-7429-415b-8ac2-05921577f24f?flat HTTP/1.1" 200 5216 0.014460 [API:8081]10.0.0.41 - - [2025-11-06 02:39:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-90195802:c2521fa5-7429-415b-8ac2-05921577f24f?flat HTTP/1.1" 200 5216 0.014038 [API:8081]10.0.0.41 - - [2025-11-06 02:39:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-90195802:c2521fa5-7429-415b-8ac2-05921577f24f?flat HTTP/1.1" 200 5216 0.014304 [API:8081]10.0.0.41 - - [2025-11-06 02:39:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-90195802:ctest-VN2-82981784?flat HTTP/1.1" 200 8631 0.017210 [API:8081]10.0.0.41 - - [2025-11-06 02:39:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.021296 [API:8081]10.0.0.41 - - [2025-11-06 02:39:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.019605 [API:8081]10.0.0.41 - - [2025-11-06 02:39:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009814 [API:8081]10.0.0.41 - - [2025-11-06 02:39:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-90195802:cc3fdbc3-80dd-4a78-9f37-f1ed20704f37?flat HTTP/1.1" 200 5224 0.014849 [API:8081]10.0.0.41 - - [2025-11-06 02:39:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-90195802:cc3fdbc3-80dd-4a78-9f37-f1ed20704f37?flat HTTP/1.1" 200 5224 0.013736 [API:8081]10.0.0.41 - - [2025-11-06 02:39:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-90195802:cc3fdbc3-80dd-4a78-9f37-f1ed20704f37?flat HTTP/1.1" 200 5224 0.013079 [API:8081]10.0.0.41 - - [2025-11-06 02:39:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-90195802:cc3fdbc3-80dd-4a78-9f37-f1ed20704f37?flat HTTP/1.1" 200 5224 0.015268 [API:8081]10.0.0.41 - - [2025-11-06 02:39:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-90195802:ctest-VN3-90190278?flat HTTP/1.1" 200 8205 0.015563 [API:8081]10.0.0.41 - - [2025-11-06 02:39:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.024809 [API:8081]10.0.0.41 - - [2025-11-06 02:39:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.018711 [API:8081]10.0.0.41 - - [2025-11-06 02:39:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008816 [API:8081]10.0.0.41 - - [2025-11-06 02:39:13] "GET /analytics HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.41 - - [2025-11-06 02:39:13] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.131 - - [2025-11-06 02:39:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060160 [API:8081]10.0.0.38 - - [2025-11-06 02:39:42] "GET /analytics HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.38 - - [2025-11-06 02:39:42] "GET /analytics HTTP/1.1" 401 205 0.000142 [API:8081]10.0.0.131 - - [2025-11-06 02:39:43] "GET /analytics HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.131 - - [2025-11-06 02:39:43] "GET /analytics HTTP/1.1" 401 205 0.000122 [API:8081]10.0.0.41 - - [2025-11-06 02:39:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.018962 [API:8081]10.0.0.41 - - [2025-11-06 02:39:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.039266 [API:8081]10.0.0.41 - - [2025-11-06 02:39:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.019413 [API:8081]10.0.0.41 - - [2025-11-06 02:40:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.021715 [API:8081]10.0.0.41 - - [2025-11-06 02:40:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.019881 [API:8081]10.0.0.41 - - [2025-11-06 02:40:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.026252 [API:8081]10.0.0.41 - - [2025-11-06 02:40:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.023497 [API:8081]10.0.0.41 - - [2025-11-06 02:40:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.023554 [API:8081]10.0.0.41 - - [2025-11-06 02:40:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25215 0.017973 [API:8081]10.0.0.41 - - [2025-11-06 02:40:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-90195802:ctest-VN3-90190278?flat HTTP/1.1" 200 6966 0.014459 [API:8081]10.0.0.41 - - [2025-11-06 02:40:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008435 [API:8081]10.0.0.41 - - [2025-11-06 02:40:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.020697 [API:8081]10.0.0.41 - - [2025-11-06 02:40:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.018556 [API:8081]10.0.0.41 - - [2025-11-06 02:40:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.031921 [API:8081]10.0.0.131 - - [2025-11-06 02:40:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.068910 [API:8081]10.0.0.41 - - [2025-11-06 02:40:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.033756 [API:8081]10.0.0.41 - - [2025-11-06 02:40:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.017645 [API:8081]10.0.0.41 - - [2025-11-06 02:40:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.018887 [API:8081]10.0.0.41 - - [2025-11-06 02:40:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.018674 [API:8081]10.0.0.41 - - [2025-11-06 02:40:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.022431 [API:8081]10.0.0.41 - - [2025-11-06 02:40:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.019732 [API:8081]10.0.0.41 - - [2025-11-06 02:40:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.020843 [API:8081]10.0.0.41 - - [2025-11-06 02:40:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-90195802:ctest-VN2-82981784?flat HTTP/1.1" 200 7307 0.014817 [API:8081]10.0.0.41 - - [2025-11-06 02:40:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011342 [API:8081]10.0.0.41 - - [2025-11-06 02:40:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25215 0.021506 [API:8081]10.0.0.41 - - [2025-11-06 02:40:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25215 0.028450 [API:8081]10.0.0.41 - - [2025-11-06 02:40:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25215 0.017418 [API:8081]10.0.0.41 - - [2025-11-06 02:40:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25215 0.019351 [API:8081]10.0.0.41 - - [2025-11-06 02:41:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25215 0.019604 [API:8081]10.0.0.41 - - [2025-11-06 02:41:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25215 0.022498 [API:8081]10.0.0.41 - - [2025-11-06 02:41:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25215 0.021599 [API:8081]10.0.0.38 - - [2025-11-06 02:41:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.131 - - [2025-11-06 02:41:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.41 - - [2025-11-06 02:41:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25215 0.021044 [API:8081]10.0.0.38 - - [2025-11-06 02:41:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.131 - - [2025-11-06 02:41:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.131 - - [2025-11-06 02:41:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.131 - - [2025-11-06 02:41:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.38 - - [2025-11-06 02:41:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.38 - - [2025-11-06 02:41:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.41 - - [2025-11-06 02:41:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.41 - - [2025-11-06 02:41:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.41 - - [2025-11-06 02:41:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25215 0.024390 [API:8081]10.0.0.41 - - [2025-11-06 02:41:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.41 - - [2025-11-06 02:41:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.41 - - [2025-11-06 02:41:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25216 0.020902 [API:8081]10.0.0.41 - - [2025-11-06 02:41:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-90195802:ctest-VN1-21236892?flat HTTP/1.1" 200 7642 0.014106 [API:8081]10.0.0.41 - - [2025-11-06 02:41:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010046 [API:8081]10.0.0.41 - - [2025-11-06 02:41:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.41 - - [2025-11-06 02:41:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.056451 [API:8081]10.0.0.41 - - [2025-11-06 02:41:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.053679 [API:8081]10.0.0.131 - - [2025-11-06 02:42:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058448 [API:8081]10.0.0.41 - - [2025-11-06 02:43:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.41 - - [2025-11-06 02:43:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.056248 [API:8081]10.0.0.131 - - [2025-11-06 02:43:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.065522 [API:8081]10.0.0.131 - - [2025-11-06 02:45:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053444 [API:8081]10.0.0.41 - - [2025-11-06 02:45:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25231 0.017597 [API:8081]10.0.0.41 - - [2025-11-06 02:45:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25231 0.077275 [API:8081]10.0.0.41 - - [2025-11-06 02:45:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25231 0.065094 [API:8081]10.0.0.41 - - [2025-11-06 02:45:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25231 0.018863 [API:8081]10.0.0.41 - - [2025-11-06 02:45:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25231 0.022464 [API:8081]10.0.0.41 - - [2025-11-06 02:45:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25231 0.030778 [API:8081]10.0.0.41 - - [2025-11-06 02:45:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-25538718:ctest-vnet0-53120030?flat HTTP/1.1" 200 7965 0.013943 [API:8081]10.0.0.41 - - [2025-11-06 02:45:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010730 [API:8081]10.0.0.41 - - [2025-11-06 02:46:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.41 - - [2025-11-06 02:46:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.056314 [API:8081]10.0.0.41 - - [2025-11-06 02:46:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1662 0.059491 [API:8081]10.0.0.38 - - [2025-11-06 02:46:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.131 - - [2025-11-06 02:46:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.38 - - [2025-11-06 02:46:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.131 - - [2025-11-06 02:46:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.131 - - [2025-11-06 02:46:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.131 - - [2025-11-06 02:46:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.38 - - [2025-11-06 02:46:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.38 - - [2025-11-06 02:46:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.41 - - [2025-11-06 02:46:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000383 [API:8081]10.0.0.41 - - [2025-11-06 02:46:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2025-11-06 02:46:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.41 - - [2025-11-06 02:46:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.131 - - [2025-11-06 02:46:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.056579 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:48:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003786 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:48:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003610 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:48:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004240 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:48:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003229 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:48:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005341 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:48:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002688 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:48:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002566 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:48:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002448 [API:8081]10.0.0.131 - - [2025-11-06 02:48:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.097700 [API:8081]10.0.0.41 - - [2025-11-06 02:48:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25221 0.026712 [API:8081]10.0.0.41 - - [2025-11-06 02:48:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25221 0.061475 [API:8081]10.0.0.41 - - [2025-11-06 02:48:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25221 0.020383 [API:8081]10.0.0.41 - - [2025-11-06 02:49:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25221 0.024267 [API:8081]10.0.0.41 - - [2025-11-06 02:49:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25221 0.018208 [API:8081]10.0.0.41 - - [2025-11-06 02:49:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25221 0.018330 [API:8081]10.0.0.41 - - [2025-11-06 02:49:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25221 0.033971 [API:8081]10.0.0.41 - - [2025-11-06 02:49:13] "GET /analytics HTTP/1.1" 401 205 0.000437 [API:8081]10.0.0.41 - - [2025-11-06 02:49:13] "GET /analytics HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.41 - - [2025-11-06 02:49:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25221 0.019267 [API:8081]10.0.0.41 - - [2025-11-06 02:49:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.020248 [API:8081]10.0.0.41 - - [2025-11-06 02:49:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-24877524:ctest-vnet1-59960887?flat HTTP/1.1" 200 7307 0.017632 [API:8081]10.0.0.41 - - [2025-11-06 02:49:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009961 [API:8081]10.0.0.41 - - [2025-11-06 02:49:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25244 0.022700 [API:8081]10.0.0.41 - - [2025-11-06 02:49:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25244 0.018484 [API:8081]10.0.0.41 - - [2025-11-06 02:49:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25244 0.022030 [API:8081]10.0.0.41 - - [2025-11-06 02:49:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25244 0.018258 [API:8081]10.0.0.41 - - [2025-11-06 02:49:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25244 0.019677 [API:8081]10.0.0.131 - - [2025-11-06 02:49:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.061435 [API:8081]10.0.0.41 - - [2025-11-06 02:49:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25244 0.021513 [API:8081]10.0.0.41 - - [2025-11-06 02:49:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25244 0.018890 [API:8081]10.0.0.41 - - [2025-11-06 02:49:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25244 0.029884 [API:8081]10.0.0.38 - - [2025-11-06 02:49:42] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.38 - - [2025-11-06 02:49:42] "GET /analytics HTTP/1.1" 401 205 0.000145 [API:8081]10.0.0.131 - - [2025-11-06 02:49:43] "GET /analytics HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.131 - - [2025-11-06 02:49:43] "GET /analytics HTTP/1.1" 401 205 0.000127 [API:8081]10.0.0.41 - - [2025-11-06 02:49:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25244 0.022887 [API:8081]10.0.0.41 - - [2025-11-06 02:49:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25244 0.019969 [API:8081]10.0.0.41 - - [2025-11-06 02:49:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-24877524:ctest-vnet0-73860974?flat HTTP/1.1" 200 6960 0.014311 [API:8081]10.0.0.41 - - [2025-11-06 02:49:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009322 [API:8081]10.0.0.41 - - [2025-11-06 02:50:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.41 - - [2025-11-06 02:50:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.056382 [API:8081]10.0.0.41 - - [2025-11-06 02:50:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.053893 [API:8081]10.0.0.38 - - [2025-11-06 02:51:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.131 - - [2025-11-06 02:51:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.38 - - [2025-11-06 02:51:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.131 - - [2025-11-06 02:51:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000408 [API:8081]10.0.0.131 - - [2025-11-06 02:51:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.131 - - [2025-11-06 02:51:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.38 - - [2025-11-06 02:51:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.38 - - [2025-11-06 02:51:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.41 - - [2025-11-06 02:51:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.41 - - [2025-11-06 02:51:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.41 - - [2025-11-06 02:51:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.41 - - [2025-11-06 02:51:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.131 - - [2025-11-06 02:51:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059352 [API:8081]10.0.0.131 - - [2025-11-06 02:52:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.112627 [API:8081]10.0.0.41 - - [2025-11-06 02:53:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25225 0.017704 [API:8081]10.0.0.41 - - [2025-11-06 02:53:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25225 0.064732 [API:8081]10.0.0.41 - - [2025-11-06 02:53:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25225 0.021129 [API:8081]10.0.0.41 - - [2025-11-06 02:53:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-95581254:ctest-vnet1-70157970?flat HTTP/1.1" 200 8068 0.015007 [API:8081]10.0.0.41 - - [2025-11-06 02:53:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009952 [API:8081]10.0.0.41 - - [2025-11-06 02:53:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.019464 [API:8081]10.0.0.41 - - [2025-11-06 02:53:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.019459 [API:8081]10.0.0.41 - - [2025-11-06 02:53:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.017884 [API:8081]10.0.0.41 - - [2025-11-06 02:53:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.020234 [API:8081]10.0.0.41 - - [2025-11-06 02:53:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.025337 [API:8081]10.0.0.41 - - [2025-11-06 02:53:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.022378 [API:8081]10.0.0.41 - - [2025-11-06 02:53:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.019824 [API:8081]10.0.0.41 - - [2025-11-06 02:53:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.017365 [API:8081]10.0.0.41 - - [2025-11-06 02:53:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.018368 [API:8081]10.0.0.41 - - [2025-11-06 02:53:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-95581254:ctest-vnet0-30670700?flat HTTP/1.1" 200 7705 0.014718 [API:8081]10.0.0.41 - - [2025-11-06 02:53:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009504 [API:8081]10.0.0.131 - - [2025-11-06 02:54:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069322 [API:8081]10.0.0.131 - - [2025-11-06 02:55:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.069861 [API:8081]10.0.0.38 - - [2025-11-06 02:56:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.131 - - [2025-11-06 02:56:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.38 - - [2025-11-06 02:56:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000394 [API:8081]10.0.0.131 - - [2025-11-06 02:56:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000445 [API:8081]10.0.0.131 - - [2025-11-06 02:56:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000403 [API:8081]10.0.0.131 - - [2025-11-06 02:56:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.38 - - [2025-11-06 02:56:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.38 - - [2025-11-06 02:56:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.41 - - [2025-11-06 02:56:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.41 - - [2025-11-06 02:56:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.41 - - [2025-11-06 02:56:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000394 [API:8081]10.0.0.41 - - [2025-11-06 02:56:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.131 - - [2025-11-06 02:57:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069604 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:58:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003687 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:58:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006543 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:58:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.006659 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:58:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003254 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:58:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.019723 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:58:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004827 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:58:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003502 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:58:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005806 [API:8081]10.0.0.41 - - [2025-11-06 02:58:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.41 - - [2025-11-06 02:58:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.054617 [API:8081]10.0.0.131 - - [2025-11-06 02:58:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.063852 [API:8081]10.0.0.41 - - [2025-11-06 02:59:13] "GET /analytics HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.41 - - [2025-11-06 02:59:13] "GET /analytics HTTP/1.1" 401 205 0.000184 [API:8081]10.0.0.41 - - [2025-11-06 02:59:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.053532 [API:8081]10.0.0.38 - - [2025-11-06 02:59:42] "GET /analytics HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.38 - - [2025-11-06 02:59:42] "GET /analytics HTTP/1.1" 401 205 0.000167 [API:8081]10.0.0.131 - - [2025-11-06 02:59:43] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.131 - - [2025-11-06 02:59:43] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.131 - - [2025-11-06 03:00:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068699 [API:8081]10.0.0.41 - - [2025-11-06 03:01:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.41 - - [2025-11-06 03:01:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1778 0.071323 [API:8081]10.0.0.38 - - [2025-11-06 03:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.131 - - [2025-11-06 03:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.38 - - [2025-11-06 03:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000414 [API:8081]10.0.0.131 - - [2025-11-06 03:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.131 - - [2025-11-06 03:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.131 - - [2025-11-06 03:01:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.38 - - [2025-11-06 03:01:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.38 - - [2025-11-06 03:01:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.41 - - [2025-11-06 03:01:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000387 [API:8081]10.0.0.41 - - [2025-11-06 03:01:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.41 - - [2025-11-06 03:01:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.41 - - [2025-11-06 03:01:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.131 - - [2025-11-06 03:01:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.061828 [API:8081]10.0.0.41 - - [2025-11-06 03:01:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-16722225:3fc181cc-aabf-4157-bb87-47ca42cd3805?flat HTTP/1.1" 200 5822 0.056445 [API:8081]10.0.0.41 - - [2025-11-06 03:01:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-16722225:3fc181cc-aabf-4157-bb87-47ca42cd3805?flat HTTP/1.1" 200 5822 0.013758 [API:8081]10.0.0.41 - - [2025-11-06 03:01:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-16722225:3fc181cc-aabf-4157-bb87-47ca42cd3805?flat HTTP/1.1" 200 5822 0.053590 [API:8081]10.0.0.41 - - [2025-11-06 03:01:55] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-16722225:ctest-SecurityGroupBasicRegressionTests1Ipv6-16722225-83756277?flat HTTP/1.1" 200 10805 0.015924 [API:8081]10.0.0.41 - - [2025-11-06 03:01:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.017976 [API:8081]10.0.0.41 - - [2025-11-06 03:01:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.018123 [API:8081]10.0.0.41 - - [2025-11-06 03:01:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010142 [API:8081]10.0.0.41 - - [2025-11-06 03:02:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-16722225:43e1fcf2-e13d-4c82-8ff7-d68b53924dd9?flat HTTP/1.1" 200 5958 0.013646 [API:8081]10.0.0.41 - - [2025-11-06 03:02:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-16722225:43e1fcf2-e13d-4c82-8ff7-d68b53924dd9?flat HTTP/1.1" 200 5958 0.012665 [API:8081]10.0.0.41 - - [2025-11-06 03:02:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-16722225:43e1fcf2-e13d-4c82-8ff7-d68b53924dd9?flat HTTP/1.1" 200 5958 0.013452 [API:8081]10.0.0.41 - - [2025-11-06 03:02:16] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-16722225:ctest-SecurityGroupBasicRegressionTests1Ipv6-16722225-83756277?flat HTTP/1.1" 200 13412 0.016199 [API:8081]10.0.0.41 - - [2025-11-06 03:02:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.017894 [API:8081]10.0.0.41 - - [2025-11-06 03:02:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.019526 [API:8081]10.0.0.41 - - [2025-11-06 03:02:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010622 [API:8081]10.0.0.41 - - [2025-11-06 03:03:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.023721 [API:8081]10.0.0.41 - - [2025-11-06 03:03:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.021269 [API:8081]10.0.0.41 - - [2025-11-06 03:03:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.019088 [API:8081]10.0.0.41 - - [2025-11-06 03:03:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.021316 [API:8081]10.0.0.131 - - [2025-11-06 03:03:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064422 [API:8081]10.0.0.41 - - [2025-11-06 03:03:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.023191 [API:8081]10.0.0.41 - - [2025-11-06 03:03:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.022393 [API:8081]10.0.0.41 - - [2025-11-06 03:03:48] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-16722225:ctest-SecurityGroupBasicRegressionTests1Ipv6-16722225-83756277?flat HTTP/1.1" 200 11713 0.016784 [API:8081]10.0.0.41 - - [2025-11-06 03:03:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012611 [API:8081]10.0.0.41 - - [2025-11-06 03:03:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.030447 [API:8081]10.0.0.41 - - [2025-11-06 03:03:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.020294 [API:8081]10.0.0.41 - - [2025-11-06 03:03:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.024651 [API:8081]10.0.0.41 - - [2025-11-06 03:04:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.018988 [API:8081]10.0.0.41 - - [2025-11-06 03:04:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.021576 [API:8081]10.0.0.41 - - [2025-11-06 03:04:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.020064 [API:8081]10.0.0.41 - - [2025-11-06 03:04:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.019517 [API:8081]10.0.0.41 - - [2025-11-06 03:04:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.022958 [API:8081]10.0.0.41 - - [2025-11-06 03:04:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.021784 [API:8081]10.0.0.41 - - [2025-11-06 03:04:16] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-16722225:ctest-SecurityGroupBasicRegressionTests1Ipv6-16722225-83756277?flat HTTP/1.1" 200 8797 0.012979 [API:8081]10.0.0.41 - - [2025-11-06 03:04:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008335 [API:8081]10.0.0.41 - - [2025-11-06 03:04:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.41 - - [2025-11-06 03:04:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1580 0.062625 [API:8081]10.0.0.131 - - [2025-11-06 03:04:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.062615 [API:8081]10.0.0.41 - - [2025-11-06 03:05:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-67760004:f60512e2-7eef-49b5-9b0f-7287300b1789?flat HTTP/1.1" 200 5797 0.055005 [API:8081]10.0.0.41 - - [2025-11-06 03:05:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-67760004:f60512e2-7eef-49b5-9b0f-7287300b1789?flat HTTP/1.1" 200 5797 0.014144 [API:8081]10.0.0.41 - - [2025-11-06 03:05:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-67760004:f60512e2-7eef-49b5-9b0f-7287300b1789?flat HTTP/1.1" 200 5797 0.052758 [API:8081]10.0.0.41 - - [2025-11-06 03:05:14] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-67760004:ctest-SecurityGroupBasicRegressionTests1_contrail-67760004-99277284?flat HTTP/1.1" 200 10430 0.016669 [API:8081]10.0.0.41 - - [2025-11-06 03:05:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.020607 [API:8081]10.0.0.41 - - [2025-11-06 03:05:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.021852 [API:8081]10.0.0.41 - - [2025-11-06 03:05:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010046 [API:8081]10.0.0.41 - - [2025-11-06 03:05:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-67760004:1fc073d1-69fa-40f0-ab3e-2dd96ac669ec?flat HTTP/1.1" 200 5659 0.015562 [API:8081]10.0.0.41 - - [2025-11-06 03:05:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-67760004:1fc073d1-69fa-40f0-ab3e-2dd96ac669ec?flat HTTP/1.1" 200 5659 0.013696 [API:8081]10.0.0.41 - - [2025-11-06 03:05:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-67760004:1fc073d1-69fa-40f0-ab3e-2dd96ac669ec?flat HTTP/1.1" 200 5659 0.013601 [API:8081]10.0.0.41 - - [2025-11-06 03:05:35] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-67760004:ctest-SecurityGroupBasicRegressionTests1_contrail-67760004-99277284?flat HTTP/1.1" 200 10443 0.019104 [API:8081]10.0.0.41 - - [2025-11-06 03:05:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.020952 [API:8081]10.0.0.41 - - [2025-11-06 03:05:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.019890 [API:8081]10.0.0.41 - - [2025-11-06 03:05:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011862 [API:8081]10.0.0.38 - - [2025-11-06 03:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.131 - - [2025-11-06 03:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000455 [API:8081]10.0.0.38 - - [2025-11-06 03:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.131 - - [2025-11-06 03:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.131 - - [2025-11-06 03:06:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.131 - - [2025-11-06 03:06:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.38 - - [2025-11-06 03:06:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.38 - - [2025-11-06 03:06:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.41 - - [2025-11-06 03:06:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.41 - - [2025-11-06 03:06:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.41 - - [2025-11-06 03:06:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.41 - - [2025-11-06 03:06:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.131 - - [2025-11-06 03:06:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060695 [API:8081]10.0.0.41 - - [2025-11-06 03:07:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.018813 [API:8081]10.0.0.41 - - [2025-11-06 03:07:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.035280 [API:8081]10.0.0.41 - - [2025-11-06 03:07:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.019401 [API:8081]10.0.0.41 - - [2025-11-06 03:07:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.019760 [API:8081]10.0.0.41 - - [2025-11-06 03:07:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.027952 [API:8081]10.0.0.41 - - [2025-11-06 03:07:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.018480 [API:8081]10.0.0.41 - - [2025-11-06 03:07:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.019831 [API:8081]10.0.0.41 - - [2025-11-06 03:07:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.027785 [API:8081]10.0.0.41 - - [2025-11-06 03:07:47] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-67760004:ctest-SecurityGroupBasicRegressionTests1_contrail-67760004-99277284?flat HTTP/1.1" 200 11639 0.015179 [API:8081]10.0.0.41 - - [2025-11-06 03:07:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009945 [API:8081]10.0.0.131 - - [2025-11-06 03:07:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.120144 [API:8081]10.0.0.41 - - [2025-11-06 03:07:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.027434 [API:8081]10.0.0.41 - - [2025-11-06 03:07:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.020405 [API:8081]10.0.0.41 - - [2025-11-06 03:07:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.021028 [API:8081]10.0.0.41 - - [2025-11-06 03:07:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.035404 [API:8081]10.0.0.41 - - [2025-11-06 03:08:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.026469 [API:8081]10.0.0.41 - - [2025-11-06 03:08:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.022984 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:08:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004194 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:08:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003346 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:08:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003395 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:08:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002733 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:08:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003232 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:08:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002658 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:08:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003478 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:08:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002541 [API:8081]10.0.0.41 - - [2025-11-06 03:08:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.020472 [API:8081]10.0.0.41 - - [2025-11-06 03:08:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.020368 [API:8081]10.0.0.41 - - [2025-11-06 03:08:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.020022 [API:8081]10.0.0.41 - - [2025-11-06 03:08:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.018676 [API:8081]10.0.0.41 - - [2025-11-06 03:08:17] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-67760004:ctest-SecurityGroupBasicRegressionTests1_contrail-67760004-99277284?flat HTTP/1.1" 200 8414 0.015540 [API:8081]10.0.0.41 - - [2025-11-06 03:08:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010353 [API:8081]10.0.0.41 - - [2025-11-06 03:08:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.41 - - [2025-11-06 03:08:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.065196 [API:8081]10.0.0.41 - - [2025-11-06 03:09:13] "GET /analytics HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.41 - - [2025-11-06 03:09:13] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.41 - - [2025-11-06 03:09:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-86043794:e083d189-e32e-49e6-9885-999cea97ea13?flat HTTP/1.1" 200 5688 0.052210 [API:8081]10.0.0.41 - - [2025-11-06 03:09:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-86043794:e083d189-e32e-49e6-9885-999cea97ea13?flat HTTP/1.1" 200 5688 0.059344 [API:8081]10.0.0.41 - - [2025-11-06 03:09:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-86043794:e083d189-e32e-49e6-9885-999cea97ea13?flat HTTP/1.1" 200 5688 0.017657 [API:8081]10.0.0.41 - - [2025-11-06 03:09:16] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-86043794:ctest-SecurityGroupBasicRegressionTests1-86043794-70547250?flat HTTP/1.1" 200 9937 0.017268 [API:8081]10.0.0.41 - - [2025-11-06 03:09:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.035657 [API:8081]10.0.0.41 - - [2025-11-06 03:09:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.018484 [API:8081]10.0.0.41 - - [2025-11-06 03:09:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009533 [API:8081]10.0.0.41 - - [2025-11-06 03:09:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-86043794:7184c3d8-2fa8-458a-8793-4bc9c98b1238?flat HTTP/1.1" 200 5545 0.013968 [API:8081]10.0.0.41 - - [2025-11-06 03:09:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-86043794:7184c3d8-2fa8-458a-8793-4bc9c98b1238?flat HTTP/1.1" 200 5545 0.012844 [API:8081]10.0.0.41 - - [2025-11-06 03:09:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-86043794:7184c3d8-2fa8-458a-8793-4bc9c98b1238?flat HTTP/1.1" 200 5545 0.013565 [API:8081]10.0.0.41 - - [2025-11-06 03:09:42] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-86043794:ctest-SecurityGroupBasicRegressionTests1-86043794-70547250?flat HTTP/1.1" 200 9937 0.015494 [API:8081]10.0.0.41 - - [2025-11-06 03:09:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25255 0.017129 [API:8081]10.0.0.41 - - [2025-11-06 03:09:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25255 0.019325 [API:8081]10.0.0.41 - - [2025-11-06 03:09:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009119 [API:8081]10.0.0.38 - - [2025-11-06 03:09:42] "GET /analytics HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.38 - - [2025-11-06 03:09:42] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.131 - - [2025-11-06 03:09:43] "GET /analytics HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.131 - - [2025-11-06 03:09:43] "GET /analytics HTTP/1.1" 401 205 0.000162 [API:8081]10.0.0.131 - - [2025-11-06 03:09:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053821 [API:8081]10.0.0.131 - - [2025-11-06 03:10:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.053598 [API:8081]10.0.0.38 - - [2025-11-06 03:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.38 - - [2025-11-06 03:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.131 - - [2025-11-06 03:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000213 [API:8081]10.0.0.131 - - [2025-11-06 03:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.131 - - [2025-11-06 03:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.131 - - [2025-11-06 03:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.38 - - [2025-11-06 03:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.38 - - [2025-11-06 03:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.41 - - [2025-11-06 03:11:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.41 - - [2025-11-06 03:11:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.41 - - [2025-11-06 03:11:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.41 - - [2025-11-06 03:11:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.41 - - [2025-11-06 03:11:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25256 0.032505 [API:8081]10.0.0.41 - - [2025-11-06 03:11:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25256 0.020796 [API:8081]10.0.0.41 - - [2025-11-06 03:11:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25256 0.020542 [API:8081]10.0.0.41 - - [2025-11-06 03:11:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25256 0.018976 [API:8081]10.0.0.41 - - [2025-11-06 03:11:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25256 0.019380 [API:8081]10.0.0.41 - - [2025-11-06 03:11:46] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-86043794:ctest-SecurityGroupBasicRegressionTests1-86043794-70547250?flat HTTP/1.1" 200 10817 0.014158 [API:8081]10.0.0.41 - - [2025-11-06 03:11:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.013263 [API:8081]10.0.0.41 - - [2025-11-06 03:11:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.018994 [API:8081]10.0.0.41 - - [2025-11-06 03:11:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.017960 [API:8081]10.0.0.41 - - [2025-11-06 03:11:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.018758 [API:8081]10.0.0.41 - - [2025-11-06 03:11:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.019207 [API:8081]10.0.0.41 - - [2025-11-06 03:12:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.019165 [API:8081]10.0.0.41 - - [2025-11-06 03:12:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.022120 [API:8081]10.0.0.41 - - [2025-11-06 03:12:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.024482 [API:8081]10.0.0.41 - - [2025-11-06 03:12:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.018497 [API:8081]10.0.0.41 - - [2025-11-06 03:12:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.019204 [API:8081]10.0.0.41 - - [2025-11-06 03:12:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.020124 [API:8081]10.0.0.41 - - [2025-11-06 03:12:16] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-86043794:ctest-SecurityGroupBasicRegressionTests1-86043794-70547250?flat HTTP/1.1" 200 7955 0.015056 [API:8081]10.0.0.41 - - [2025-11-06 03:12:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010328 [API:8081]10.0.0.41 - - [2025-11-06 03:12:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.41 - - [2025-11-06 03:12:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1640 0.057760 [API:8081]10.0.0.41 - - [2025-11-06 03:12:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.058222 [API:8081]10.0.0.41 - - [2025-11-06 03:12:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2066 0.060725 [API:8081]10.0.0.41 - - [2025-11-06 03:12:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.011833 [API:8081]10.0.0.41 - - [2025-11-06 03:12:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.017851 [API:8081]10.0.0.131 - - [2025-11-06 03:12:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059272 [API:8081]10.0.0.41 - - [2025-11-06 03:12:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.011758 [API:8081]10.0.0.41 - - [2025-11-06 03:12:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2076 0.009350 [API:8081]10.0.0.41 - - [2025-11-06 03:12:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2302 0.010993 [API:8081]10.0.0.41 - - [2025-11-06 03:13:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.41 - - [2025-11-06 03:13:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.070075 [API:8081]10.0.0.41 - - [2025-11-06 03:13:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.058061 [API:8081]10.0.0.41 - - [2025-11-06 03:13:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1860 0.053765 [API:8081]10.0.0.41 - - [2025-11-06 03:13:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.014144 [API:8081]10.0.0.41 - - [2025-11-06 03:13:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.009344 [API:8081]10.0.0.41 - - [2025-11-06 03:13:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2068 0.011255 [API:8081]10.0.0.41 - - [2025-11-06 03:13:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.41 - - [2025-11-06 03:13:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.058788 [API:8081]10.0.0.41 - - [2025-11-06 03:13:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1846 0.061572 [API:8081]10.0.0.41 - - [2025-11-06 03:13:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2056 0.055465 [API:8081]10.0.0.131 - - [2025-11-06 03:13:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.055523 [API:8081]10.0.0.41 - - [2025-11-06 03:13:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.009858 [API:8081]10.0.0.41 - - [2025-11-06 03:13:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.009673 [API:8081]10.0.0.41 - - [2025-11-06 03:13:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.010571 [API:8081]10.0.0.41 - - [2025-11-06 03:13:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.009039 [API:8081]10.0.0.41 - - [2025-11-06 03:14:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2282 0.013168 [API:8081]10.0.0.41 - - [2025-11-06 03:14:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.41 - - [2025-11-06 03:14:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1428 0.049818 [API:8081]10.0.0.41 - - [2025-11-06 03:14:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.061907 [API:8081]10.0.0.41 - - [2025-11-06 03:14:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1864 0.057568 [API:8081]10.0.0.41 - - [2025-11-06 03:14:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2096 0.010893 [API:8081]10.0.0.41 - - [2025-11-06 03:14:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2330 0.009533 [API:8081]10.0.0.131 - - [2025-11-06 03:15:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071891 [API:8081]10.0.0.38 - - [2025-11-06 03:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.131 - - [2025-11-06 03:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.38 - - [2025-11-06 03:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.131 - - [2025-11-06 03:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.131 - - [2025-11-06 03:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.131 - - [2025-11-06 03:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.38 - - [2025-11-06 03:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.38 - - [2025-11-06 03:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.41 - - [2025-11-06 03:16:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.41 - - [2025-11-06 03:16:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.41 - - [2025-11-06 03:16:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.41 - - [2025-11-06 03:16:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.131 - - [2025-11-06 03:16:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.090301 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:18:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003147 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003354 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003369 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002791 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:18:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003452 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003399 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002617 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002088 [API:8081]10.0.0.131 - - [2025-11-06 03:18:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056021 [API:8081]10.0.0.41 - - [2025-11-06 03:19:13] "GET /analytics HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.41 - - [2025-11-06 03:19:13] "GET /analytics HTTP/1.1" 401 205 0.000138 [API:8081]10.0.0.38 - - [2025-11-06 03:19:42] "GET /analytics HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.38 - - [2025-11-06 03:19:42] "GET /analytics HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.131 - - [2025-11-06 03:19:43] "GET /analytics HTTP/1.1" 401 205 0.000399 [API:8081]10.0.0.131 - - [2025-11-06 03:19:43] "GET /analytics HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.131 - - [2025-11-06 03:19:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.061642 [API:8081]10.0.0.41 - - [2025-11-06 03:20:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.41 - - [2025-11-06 03:20:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.061588 [API:8081]10.0.0.41 - - [2025-11-06 03:20:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.063720 [API:8081]10.0.0.131 - - [2025-11-06 03:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.38 - - [2025-11-06 03:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.131 - - [2025-11-06 03:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.38 - - [2025-11-06 03:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.131 - - [2025-11-06 03:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.131 - - [2025-11-06 03:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.38 - - [2025-11-06 03:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.38 - - [2025-11-06 03:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.41 - - [2025-11-06 03:21:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.41 - - [2025-11-06 03:21:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.41 - - [2025-11-06 03:21:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000394 [API:8081]10.0.0.41 - - [2025-11-06 03:21:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.131 - - [2025-11-06 03:21:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062657 [API:8081]10.0.0.131 - - [2025-11-06 03:22:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.057208 [API:8081]10.0.0.41 - - [2025-11-06 03:24:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.41 - - [2025-11-06 03:24:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1626 0.079281 [API:8081]10.0.0.131 - - [2025-11-06 03:25:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073844 [API:8081]10.0.0.41 - - [2025-11-06 03:25:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.41 - - [2025-11-06 03:25:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.055181 [API:8081]10.0.0.131 - - [2025-11-06 03:26:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.067992 [API:8081]10.0.0.38 - - [2025-11-06 03:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.131 - - [2025-11-06 03:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.38 - - [2025-11-06 03:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.131 - - [2025-11-06 03:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.131 - - [2025-11-06 03:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.131 - - [2025-11-06 03:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.38 - - [2025-11-06 03:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.38 - - [2025-11-06 03:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.41 - - [2025-11-06 03:26:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.41 - - [2025-11-06 03:26:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.41 - - [2025-11-06 03:26:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000393 [API:8081]10.0.0.41 - - [2025-11-06 03:26:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.131 - - [2025-11-06 03:28:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066362 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:28:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003437 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:28:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004972 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:28:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003145 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:28:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002842 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:28:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003276 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:28:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003031 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:28:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002824 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:28:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002500 [API:8081]10.0.0.131 - - [2025-11-06 03:29:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.062352 [API:8081]10.0.0.41 - - [2025-11-06 03:29:13] "GET /analytics HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.41 - - [2025-11-06 03:29:13] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.38 - - [2025-11-06 03:29:43] "GET /analytics HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.38 - - [2025-11-06 03:29:43] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.131 - - [2025-11-06 03:29:43] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.131 - - [2025-11-06 03:29:43] "GET /analytics HTTP/1.1" 401 205 0.000119 [API:8081]10.0.0.41 - - [2025-11-06 03:30:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.41 - - [2025-11-06 03:30:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.067092 [API:8081]10.0.0.131 - - [2025-11-06 03:31:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064406 [API:8081]10.0.0.38 - - [2025-11-06 03:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.131 - - [2025-11-06 03:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.38 - - [2025-11-06 03:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.131 - - [2025-11-06 03:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.131 - - [2025-11-06 03:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.131 - - [2025-11-06 03:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.38 - - [2025-11-06 03:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.38 - - [2025-11-06 03:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.41 - - [2025-11-06 03:31:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.41 - - [2025-11-06 03:31:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.41 - - [2025-11-06 03:31:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.41 - - [2025-11-06 03:31:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000392 [API:8081]10.0.0.131 - - [2025-11-06 03:32:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.063439 [API:8081]10.0.0.131 - - [2025-11-06 03:34:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055288 [API:8081]10.0.0.131 - - [2025-11-06 03:35:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.062144 [API:8081]10.0.0.38 - - [2025-11-06 03:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.131 - - [2025-11-06 03:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.38 - - [2025-11-06 03:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.131 - - [2025-11-06 03:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.131 - - [2025-11-06 03:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.131 - - [2025-11-06 03:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000940 [API:8081]10.0.0.38 - - [2025-11-06 03:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.38 - - [2025-11-06 03:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.41 - - [2025-11-06 03:36:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.41 - - [2025-11-06 03:36:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.41 - - [2025-11-06 03:36:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.41 - - [2025-11-06 03:36:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.41 - - [2025-11-06 03:36:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-54716659:90ba5fa2-ea23-4243-a5ca-c48a2c5f9705?flat HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.41 - - [2025-11-06 03:36:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-54716659:90ba5fa2-ea23-4243-a5ca-c48a2c5f9705?flat HTTP/1.1" 200 5264 0.056646 [API:8081]10.0.0.41 - - [2025-11-06 03:36:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-54716659:90ba5fa2-ea23-4243-a5ca-c48a2c5f9705?flat HTTP/1.1" 200 5264 0.054744 [API:8081]10.0.0.41 - - [2025-11-06 03:36:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-54716659:90ba5fa2-ea23-4243-a5ca-c48a2c5f9705?flat HTTP/1.1" 200 5264 0.067044 [API:8081]10.0.0.41 - - [2025-11-06 03:36:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-54716659:ctest-random-70387487?flat HTTP/1.1" 200 4969 0.016038 [API:8081]10.0.0.41 - - [2025-11-06 03:36:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.018450 [API:8081]10.0.0.41 - - [2025-11-06 03:36:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.020561 [API:8081]10.0.0.41 - - [2025-11-06 03:36:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010161 [API:8081]10.0.0.41 - - [2025-11-06 03:36:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.011952 [API:8081]10.0.0.41 - - [2025-11-06 03:36:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.021582 [API:8081]10.0.0.41 - - [2025-11-06 03:36:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.024559 [API:8081]10.0.0.41 - - [2025-11-06 03:36:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.017210 [API:8081]10.0.0.41 - - [2025-11-06 03:36:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.019567 [API:8081]10.0.0.41 - - [2025-11-06 03:36:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.018539 [API:8081]10.0.0.41 - - [2025-11-06 03:36:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.019980 [API:8081]10.0.0.41 - - [2025-11-06 03:36:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.040877 [API:8081]10.0.0.41 - - [2025-11-06 03:36:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.029824 [API:8081]10.0.0.41 - - [2025-11-06 03:36:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.021168 [API:8081]10.0.0.41 - - [2025-11-06 03:36:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-54716659:ctest-random-70387487?flat HTTP/1.1" 200 4008 0.014972 [API:8081]10.0.0.41 - - [2025-11-06 03:36:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010071 [API:8081]10.0.0.131 - - [2025-11-06 03:37:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055677 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:38:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002692 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:38:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003001 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:38:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003050 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:38:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003110 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:38:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003235 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:38:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002419 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:38:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003788 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:38:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003067 [API:8081]10.0.0.131 - - [2025-11-06 03:38:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.068142 [API:8081]10.0.0.41 - - [2025-11-06 03:39:13] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.41 - - [2025-11-06 03:39:13] "GET /analytics HTTP/1.1" 401 205 0.000210 [API:8081]10.0.0.38 - - [2025-11-06 03:39:43] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.38 - - [2025-11-06 03:39:43] "GET /analytics HTTP/1.1" 401 205 0.000122 [API:8081]10.0.0.131 - - [2025-11-06 03:39:43] "GET /analytics HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.131 - - [2025-11-06 03:39:43] "GET /analytics HTTP/1.1" 401 205 0.000209 [API:8081]10.0.0.41 - - [2025-11-06 03:39:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.41 - - [2025-11-06 03:39:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.055079 [API:8081]10.0.0.131 - - [2025-11-06 03:40:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.113692 [API:8081]10.0.0.38 - - [2025-11-06 03:41:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.131 - - [2025-11-06 03:41:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.38 - - [2025-11-06 03:41:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.131 - - [2025-11-06 03:41:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.131 - - [2025-11-06 03:41:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.131 - - [2025-11-06 03:41:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.38 - - [2025-11-06 03:41:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.38 - - [2025-11-06 03:41:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.131 - - [2025-11-06 03:41:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.063599 [API:8081]10.0.0.41 - - [2025-11-06 03:41:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.41 - - [2025-11-06 03:41:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.41 - - [2025-11-06 03:41:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.41 - - [2025-11-06 03:41:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.41 - - [2025-11-06 03:43:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.41 - - [2025-11-06 03:43:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1622 0.059147 [API:8081]10.0.0.131 - - [2025-11-06 03:43:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057434 [API:8081]10.0.0.131 - - [2025-11-06 03:44:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.059599 [API:8081]10.0.0.41 - - [2025-11-06 03:45:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.41 - - [2025-11-06 03:45:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.089023 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:04] "POST /analytics/query HTTP/1.1" 202 179 0.006431 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:04] "GET /analytics/query/1e7659c3-bac3-11f0-8b40-00000a000029 HTTP/1.1" 200 221 0.003021 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:04] "GET /analytics/query/1e7659c3-bac3-11f0-8b40-00000a000029 HTTP/1.1" 200 221 0.002142 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:05] "GET /analytics/query/1e7659c3-bac3-11f0-8b40-00000a000029 HTTP/1.1" 200 338 0.002139 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:05] "GET /analytics/query/1e7659c3-bac3-11f0-8b40-00000a000029/chunk-final/0 HTTP/1.1" 200 856 0.001949 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:05] "POST /analytics/query HTTP/1.1" 202 179 0.005966 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:05] "GET /analytics/query/1f7c1431-bac3-11f0-a087-00000a000029 HTTP/1.1" 200 221 0.001774 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:06] "GET /analytics/query/1f7c1431-bac3-11f0-a087-00000a000029 HTTP/1.1" 200 221 0.001853 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:06] "GET /analytics/query/1f7c1431-bac3-11f0-a087-00000a000029 HTTP/1.1" 200 338 0.003067 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:06] "GET /analytics/query/1f7c1431-bac3-11f0-a087-00000a000029/chunk-final/0 HTTP/1.1" 200 856 0.003101 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:07] "POST /analytics/query HTTP/1.1" 202 179 0.015792 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:07] "GET /analytics/query/207ac64f-bac3-11f0-950f-00000a000029 HTTP/1.1" 200 221 0.008089 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:08] "GET /analytics/query/207ac64f-bac3-11f0-950f-00000a000029 HTTP/1.1" 200 339 0.001985 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:08] "GET /analytics/query/207ac64f-bac3-11f0-950f-00000a000029/chunk-final/0 HTTP/1.1" 200 16383 0.002701 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:08] "POST /analytics/query HTTP/1.1" 202 179 0.005373 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:08] "GET /analytics/query/213051f0-bac3-11f0-8e0d-00000a000029 HTTP/1.1" 200 221 0.002291 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:09] "GET /analytics/query/213051f0-bac3-11f0-8e0d-00000a000029 HTTP/1.1" 200 339 0.002264 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:09] "GET /analytics/query/213051f0-bac3-11f0-8e0d-00000a000029/chunk-final/0 HTTP/1.1" 200 16383 0.002823 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:09] "POST /analytics/query HTTP/1.1" 202 179 0.005357 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:09] "GET /analytics/query/21ed21e9-bac3-11f0-8c5d-00000a000029 HTTP/1.1" 200 221 0.007895 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:10] "GET /analytics/query/21ed21e9-bac3-11f0-8c5d-00000a000029 HTTP/1.1" 200 339 0.002450 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:10] "GET /analytics/query/21ed21e9-bac3-11f0-8c5d-00000a000029/chunk-final/0 HTTP/1.1" 200 7655 0.003276 [API:8081]10.0.0.38 - - [2025-11-06 03:46:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.131 - - [2025-11-06 03:46:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.38 - - [2025-11-06 03:46:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.131 - - [2025-11-06 03:46:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.131 - - [2025-11-06 03:46:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.131 - - [2025-11-06 03:46:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.38 - - [2025-11-06 03:46:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.38 - - [2025-11-06 03:46:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.41 - - [2025-11-06 03:46:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.41 - - [2025-11-06 03:46:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:14] "GET /analytics/tables HTTP/1.1" 200 76090 0.004614 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:14] "POST /analytics/query HTTP/1.1" 202 179 0.018050 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:14] "GET /analytics/query/249ab691-bac3-11f0-bd16-00000a000029 HTTP/1.1" 200 221 0.009351 [API:8081]10.0.0.41 - - [2025-11-06 03:46:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.41 - - [2025-11-06 03:46:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:14] "GET /analytics/query/249ab691-bac3-11f0-bd16-00000a000029 HTTP/1.1" 200 340 0.003439 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:14] "GET /analytics/query/249ab691-bac3-11f0-bd16-00000a000029/chunk-final/0 HTTP/1.1" 200 320066 0.032149 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:15] "GET /analytics/tables HTTP/1.1" 200 76090 0.004039 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:16] "GET /analytics/tables HTTP/1.1" 200 76090 0.004507 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:16] "POST /analytics/query HTTP/1.1" 202 179 0.005867 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:16] "GET /analytics/query/25c737f3-bac3-11f0-a152-00000a000029 HTTP/1.1" 200 221 0.017975 [API:8081]10.0.0.131 - - [2025-11-06 03:46:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064396 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:16] "GET /analytics/query/25c737f3-bac3-11f0-a152-00000a000029 HTTP/1.1" 200 338 0.004720 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:16] "GET /analytics/query/25c737f3-bac3-11f0-a152-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.008889 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:16] "POST /analytics/query HTTP/1.1" 202 179 0.007390 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:16] "GET /analytics/query/261a75d0-bac3-11f0-91b0-00000a000029 HTTP/1.1" 200 221 0.004254 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:17] "GET /analytics/query/261a75d0-bac3-11f0-91b0-00000a000029 HTTP/1.1" 200 338 0.003248 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:17] "GET /analytics/query/261a75d0-bac3-11f0-91b0-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.001866 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:17] "POST /analytics/query HTTP/1.1" 202 179 0.008373 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:17] "GET /analytics/query/266b5c63-bac3-11f0-8da7-00000a000029 HTTP/1.1" 200 221 0.004100 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:17] "GET /analytics/query/266b5c63-bac3-11f0-8da7-00000a000029 HTTP/1.1" 200 338 0.002976 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:17] "GET /analytics/query/266b5c63-bac3-11f0-8da7-00000a000029/chunk-final/0 HTTP/1.1" 200 9808 0.003105 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:17] "POST /analytics/query HTTP/1.1" 202 179 0.006177 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:18] "GET /analytics/query/26beefce-bac3-11f0-b5f2-00000a000029 HTTP/1.1" 200 221 0.007375 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:18] "GET /analytics/query/26beefce-bac3-11f0-b5f2-00000a000029 HTTP/1.1" 200 338 0.003671 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:18] "GET /analytics/query/26beefce-bac3-11f0-b5f2-00000a000029/chunk-final/0 HTTP/1.1" 200 4013 0.002756 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:18] "POST /analytics/query HTTP/1.1" 202 179 0.005095 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:18] "GET /analytics/query/27110d56-bac3-11f0-800a-00000a000029 HTTP/1.1" 200 221 0.001837 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:19] "GET /analytics/query/27110d56-bac3-11f0-800a-00000a000029 HTTP/1.1" 200 338 0.002208 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:19] "GET /analytics/query/27110d56-bac3-11f0-800a-00000a000029/chunk-final/0 HTTP/1.1" 200 5946 0.002931 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:19] "POST /analytics/query HTTP/1.1" 202 179 0.018094 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:19] "GET /analytics/query/2761b2bf-bac3-11f0-aa74-00000a000029 HTTP/1.1" 200 221 0.002492 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:19] "GET /analytics/query/2761b2bf-bac3-11f0-aa74-00000a000029 HTTP/1.1" 200 338 0.002563 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:19] "GET /analytics/query/2761b2bf-bac3-11f0-aa74-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.002089 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:19] "POST /analytics/query HTTP/1.1" 202 179 0.005988 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:19] "GET /analytics/query/27b5761c-bac3-11f0-bab2-00000a000029 HTTP/1.1" 200 221 0.004123 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:20] "GET /analytics/query/27b5761c-bac3-11f0-bab2-00000a000029 HTTP/1.1" 200 338 0.002284 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:20] "GET /analytics/query/27b5761c-bac3-11f0-bab2-00000a000029/chunk-final/0 HTTP/1.1" 200 4013 0.002173 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:20] "POST /analytics/query HTTP/1.1" 202 179 0.005469 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:20] "GET /analytics/query/2806a9af-bac3-11f0-8c0f-00000a000029 HTTP/1.1" 200 221 0.002875 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:20] "GET /analytics/query/2806a9af-bac3-11f0-8c0f-00000a000029 HTTP/1.1" 200 338 0.002520 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:20] "GET /analytics/query/2806a9af-bac3-11f0-8c0f-00000a000029/chunk-final/0 HTTP/1.1" 200 4014 0.003500 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:20] "POST /analytics/query HTTP/1.1" 202 179 0.018363 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:20] "GET /analytics/query/28586da0-bac3-11f0-a2e1-00000a000029 HTTP/1.1" 200 221 0.002570 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:21] "GET /analytics/query/28586da0-bac3-11f0-a2e1-00000a000029 HTTP/1.1" 200 338 0.002791 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:21] "GET /analytics/query/28586da0-bac3-11f0-a2e1-00000a000029/chunk-final/0 HTTP/1.1" 200 7877 0.002243 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:21] "POST /analytics/query HTTP/1.1" 202 179 0.005032 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:21] "GET /analytics/query/28ab761b-bac3-11f0-858b-00000a000029 HTTP/1.1" 200 221 0.001582 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:21] "GET /analytics/query/28ab761b-bac3-11f0-858b-00000a000029 HTTP/1.1" 200 338 0.003022 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:21] "GET /analytics/query/28ab761b-bac3-11f0-858b-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.002939 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:21] "POST /analytics/query HTTP/1.1" 202 179 0.005655 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:21] "GET /analytics/query/28fc11da-bac3-11f0-bb93-00000a000029 HTTP/1.1" 200 221 0.005980 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:22] "GET /analytics/query/28fc11da-bac3-11f0-bb93-00000a000029 HTTP/1.1" 200 338 0.002870 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:22] "GET /analytics/query/28fc11da-bac3-11f0-bb93-00000a000029/chunk-final/0 HTTP/1.1" 200 4013 0.002447 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:22] "POST /analytics/query HTTP/1.1" 202 179 0.012667 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:22] "GET /analytics/query/294e903f-bac3-11f0-9e6a-00000a000029 HTTP/1.1" 200 221 0.006414 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:22] "GET /analytics/query/294e903f-bac3-11f0-9e6a-00000a000029 HTTP/1.1" 200 338 0.002255 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:22] "GET /analytics/query/294e903f-bac3-11f0-9e6a-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.004413 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:23] "GET /analytics/tables HTTP/1.1" 200 76090 0.005744 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:24] "GET /analytics/tables HTTP/1.1" 200 76090 0.004578 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:24] "POST /analytics/query HTTP/1.1" 202 179 0.005648 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:24] "GET /analytics/query/2a66816e-bac3-11f0-8827-00000a000029 HTTP/1.1" 200 221 0.003346 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:24] "GET /analytics/query/2a66816e-bac3-11f0-8827-00000a000029 HTTP/1.1" 200 340 0.002057 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:24] "GET /analytics/query/2a66816e-bac3-11f0-8827-00000a000029/chunk-final/0 HTTP/1.1" 200 1558471 0.018595 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:24] "POST /analytics/query HTTP/1.1" 202 179 0.006208 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:24] "GET /analytics/query/2ac32b41-bac3-11f0-936a-00000a000029 HTTP/1.1" 200 221 0.007423 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:25] "GET /analytics/query/2ac32b41-bac3-11f0-936a-00000a000029 HTTP/1.1" 200 340 0.002517 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:25] "GET /analytics/query/2ac32b41-bac3-11f0-936a-00000a000029/chunk-final/0 HTTP/1.1" 200 1559871 0.033245 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:26] "GET /analytics/tables HTTP/1.1" 200 76090 0.004422 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:26] "GET /analytics/tables HTTP/1.1" 200 76090 0.004416 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:27] "GET /analytics/tables HTTP/1.1" 200 76090 0.004706 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:28] "GET /analytics/tables HTTP/1.1" 200 76090 0.003680 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:28] "GET /analytics/tables HTTP/1.1" 200 76090 0.004059 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:28] "POST /analytics/query HTTP/1.1" 202 179 0.006120 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:29] "GET /analytics/query/2d4bd823-bac3-11f0-a836-00000a000029 HTTP/1.1" 200 221 0.019336 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:29] "GET /analytics/query/2d4bd823-bac3-11f0-a836-00000a000029 HTTP/1.1" 200 339 0.005529 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:29] "GET /analytics/query/2d4bd823-bac3-11f0-a836-00000a000029/chunk-final/0 HTTP/1.1" 200 61404 0.007158 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:30] "GET /analytics/tables HTTP/1.1" 200 76090 0.003797 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:30] "POST /analytics/query HTTP/1.1" 202 179 0.009569 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:30] "GET /analytics/query/2e0b06bb-bac3-11f0-b4af-00000a000029 HTTP/1.1" 200 221 0.005135 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:30] "GET /analytics/query/2e0b06bb-bac3-11f0-b4af-00000a000029 HTTP/1.1" 200 341 0.002366 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:30] "GET /analytics/query/2e0b06bb-bac3-11f0-b4af-00000a000029/chunk-final/0 HTTP/1.1" 200 968503 0.037307 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:31] "GET /analytics/tables HTTP/1.1" 200 76090 0.004061 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:32] "GET /analytics/tables HTTP/1.1" 200 76090 0.004644 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:35] "GET /analytics/tables HTTP/1.1" 200 76090 0.003890 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:36] "POST /analytics/query HTTP/1.1" 200 145 1.010876 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:37] "GET /analytics/tables HTTP/1.1" 200 76090 0.004065 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:38] "POST /analytics/query HTTP/1.1" 200 2291 1.023978 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:38] "GET /analytics/tables HTTP/1.1" 200 76090 0.003758 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:39] "POST /analytics/query HTTP/1.1" 200 763 1.011156 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:40] "GET /analytics/tables HTTP/1.1" 200 76090 0.004209 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:41] "POST /analytics/query HTTP/1.1" 200 2830 1.011139 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:42] "GET /analytics/tables HTTP/1.1" 200 76090 0.004987 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:43] "POST /analytics/query HTTP/1.1" 200 261 1.016369 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:43] "GET /analytics/tables HTTP/1.1" 200 76090 0.003761 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:44] "POST /analytics/query HTTP/1.1" 200 1404 1.011763 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:45] "GET /analytics/tables HTTP/1.1" 200 76090 0.004004 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:46] "POST /analytics/query HTTP/1.1" 200 2830 1.013840 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:47] "GET /analytics/tables HTTP/1.1" 200 76090 0.005105 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:48] "POST /analytics/query HTTP/1.1" 200 830 1.017432 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:49] "GET /analytics/tables HTTP/1.1" 200 76090 0.004411 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:50] "POST /analytics/query HTTP/1.1" 200 141439 1.018405 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:50] "GET /analytics/tables HTTP/1.1" 200 76090 0.004150 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:51] "POST /analytics/query HTTP/1.1" 200 631 1.012385 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:52] "GET /analytics/tables HTTP/1.1" 200 76090 0.004254 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:53] "POST /analytics/query HTTP/1.1" 200 261 1.016253 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:54] "GET /analytics/tables HTTP/1.1" 200 76090 0.003965 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:55] "POST /analytics/query HTTP/1.1" 200 596 1.010780 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:55] "GET /analytics/tables HTTP/1.1" 200 76090 0.004717 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:56] "POST /analytics/query HTTP/1.1" 200 1974 1.011972 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:57] "GET /analytics/tables HTTP/1.1" 200 76090 0.004143 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:58] "POST /analytics/query HTTP/1.1" 200 596 1.011821 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:46:59] "GET /analytics/tables HTTP/1.1" 200 76090 0.004024 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:47:00] "POST /analytics/query HTTP/1.1" 200 236 1.012688 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:47:00] "GET /analytics/tables HTTP/1.1" 200 76090 0.004397 [API:8081]10.0.0.41 - - [2025-11-06 03:47:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.41 - - [2025-11-06 03:47:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1692 0.081596 [API:8081]10.0.0.131 - - [2025-11-06 03:47:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.065735 [API:8081]10.0.0.41 - - [2025-11-06 03:48:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.096595 [API:8081]10.0.0.41 - - [2025-11-06 03:48:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.016070 [API:8081]10.0.0.41 - - [2025-11-06 03:48:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.067534 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:48:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003329 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:48:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004013 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:48:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003596 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:48:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003459 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:48:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003393 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:48:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003133 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:48:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002953 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:48:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002725 [API:8081]10.0.0.41 - - [2025-11-06 03:48:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.011293 [API:8081]10.0.0.41 - - [2025-11-06 03:48:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.008914 [API:8081]10.0.0.41 - - [2025-11-06 03:48:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.010090 [API:8081]10.0.0.41 - - [2025-11-06 03:48:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.009376 [API:8081]10.0.0.41 - - [2025-11-06 03:48:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.009401 [API:8081]10.0.0.41 - - [2025-11-06 03:48:52] "POST /analytics/query HTTP/1.1" 200 222 1.019214 [API:8081]10.0.0.41 - - [2025-11-06 03:48:53] "POST /analytics/query HTTP/1.1" 200 222 1.020916 [API:8081]10.0.0.41 - - [2025-11-06 03:48:54] "POST /analytics/query HTTP/1.1" 200 353 1.029779 [API:8081]10.0.0.41 - - [2025-11-06 03:49:13] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.41 - - [2025-11-06 03:49:13] "GET /analytics HTTP/1.1" 401 205 0.000134 [API:8081]10.0.0.131 - - [2025-11-06 03:49:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079125 [API:8081]10.0.0.38 - - [2025-11-06 03:49:43] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.38 - - [2025-11-06 03:49:43] "GET /analytics HTTP/1.1" 401 205 0.000133 [API:8081]10.0.0.131 - - [2025-11-06 03:49:43] "GET /analytics HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.131 - - [2025-11-06 03:49:43] "GET /analytics HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.131 - - [2025-11-06 03:50:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.067702 [API:8081]10.0.0.38 - - [2025-11-06 03:51:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.131 - - [2025-11-06 03:51:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.38 - - [2025-11-06 03:51:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.131 - - [2025-11-06 03:51:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.131 - - [2025-11-06 03:51:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000406 [API:8081]10.0.0.131 - - [2025-11-06 03:51:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.38 - - [2025-11-06 03:51:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.38 - - [2025-11-06 03:51:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.41 - - [2025-11-06 03:51:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.41 - - [2025-11-06 03:51:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.41 - - [2025-11-06 03:51:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.41 - - [2025-11-06 03:51:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.41 - - [2025-11-06 03:52:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26213 0.071277 [API:8081]10.0.0.41 - - [2025-11-06 03:52:15] "POST /analytics/query HTTP/1.1" 200 507 1.018492 [API:8081]10.0.0.41 - - [2025-11-06 03:52:16] "POST /analytics/query HTTP/1.1" 200 353 1.017883 [API:8081]10.0.0.41 - - [2025-11-06 03:52:17] "POST /analytics/query HTTP/1.1" 200 353 1.021965 [API:8081]10.0.0.131 - - [2025-11-06 03:52:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056903 [API:8081]10.0.0.131 - - [2025-11-06 03:53:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.091792 [API:8081]10.0.0.131 - - [2025-11-06 03:55:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.092522 [API:8081]10.0.0.38 - - [2025-11-06 03:56:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.131 - - [2025-11-06 03:56:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.38 - - [2025-11-06 03:56:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.131 - - [2025-11-06 03:56:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.131 - - [2025-11-06 03:56:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.131 - - [2025-11-06 03:56:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000526 [API:8081]10.0.0.38 - - [2025-11-06 03:56:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.38 - - [2025-11-06 03:56:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.41 - - [2025-11-06 03:56:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.41 - - [2025-11-06 03:56:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.41 - - [2025-11-06 03:56:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.41 - - [2025-11-06 03:56:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000420 [API:8081]10.0.0.131 - - [2025-11-06 03:56:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.112155 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:58:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002739 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:58:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003317 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:58:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002446 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:58:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002434 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:58:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003132 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:58:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002303 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:58:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002484 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:58:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002167 [API:8081]10.0.0.131 - - [2025-11-06 03:58:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066308 [API:8081]10.0.0.41 - - [2025-11-06 03:59:13] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.41 - - [2025-11-06 03:59:13] "GET /analytics HTTP/1.1" 401 205 0.000194 [API:8081]10.0.0.131 - - [2025-11-06 03:59:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.068694 [API:8081]10.0.0.38 - - [2025-11-06 03:59:43] "GET /analytics HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.38 - - [2025-11-06 03:59:43] "GET /analytics HTTP/1.1" 401 205 0.000196 [API:8081]10.0.0.131 - - [2025-11-06 03:59:43] "GET /analytics HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.131 - - [2025-11-06 03:59:43] "GET /analytics HTTP/1.1" 401 205 0.000138 [API:8081]10.0.0.38 - - [2025-11-06 04:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.131 - - [2025-11-06 04:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.38 - - [2025-11-06 04:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.131 - - [2025-11-06 04:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.131 - - [2025-11-06 04:01:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.131 - - [2025-11-06 04:01:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.38 - - [2025-11-06 04:01:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.38 - - [2025-11-06 04:01:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.41 - - [2025-11-06 04:01:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.41 - - [2025-11-06 04:01:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.41 - - [2025-11-06 04:01:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.41 - - [2025-11-06 04:01:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.131 - - [2025-11-06 04:01:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052932 [API:8081]10.0.0.131 - - [2025-11-06 04:02:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.065704 [API:8081]10.0.0.41 - - [2025-11-06 04:04:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.41 - - [2025-11-06 04:04:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.203930 [API:8081]10.0.0.131 - - [2025-11-06 04:04:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056071 [API:8081]10.0.0.41 - - [2025-11-06 04:05:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-93038439:9fcd065f-4e31-4cb7-a02d-c90d145a9522?flat HTTP/1.1" 200 5201 0.075413 [API:8081]10.0.0.41 - - [2025-11-06 04:05:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-93038439:9fcd065f-4e31-4cb7-a02d-c90d145a9522?flat HTTP/1.1" 200 5201 0.015531 [API:8081]10.0.0.41 - - [2025-11-06 04:05:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-93038439:9fcd065f-4e31-4cb7-a02d-c90d145a9522?flat HTTP/1.1" 200 5201 0.054103 [API:8081]10.0.0.41 - - [2025-11-06 04:05:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-93038439:EVPN-VN1?flat HTTP/1.1" 200 7822 0.016816 [API:8081]10.0.0.41 - - [2025-11-06 04:05:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26217 0.020358 [API:8081]10.0.0.41 - - [2025-11-06 04:05:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26217 0.019623 [API:8081]10.0.0.41 - - [2025-11-06 04:05:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010995 [API:8081]10.0.0.41 - - [2025-11-06 04:05:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-93038439:bd94ea3c-32be-4dae-b0fc-88182d0ff2cd?flat HTTP/1.1" 200 5065 0.018777 [API:8081]10.0.0.41 - - [2025-11-06 04:05:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-93038439:bd94ea3c-32be-4dae-b0fc-88182d0ff2cd?flat HTTP/1.1" 200 5065 0.014452 [API:8081]10.0.0.41 - - [2025-11-06 04:05:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-93038439:bd94ea3c-32be-4dae-b0fc-88182d0ff2cd?flat HTTP/1.1" 200 5065 0.014213 [API:8081]10.0.0.41 - - [2025-11-06 04:05:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-93038439:EVPN-VN1?flat HTTP/1.1" 200 7822 0.018422 [API:8081]10.0.0.41 - - [2025-11-06 04:05:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26212 0.025018 [API:8081]10.0.0.41 - - [2025-11-06 04:05:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26212 0.019911 [API:8081]10.0.0.41 - - [2025-11-06 04:05:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011538 [API:8081]10.0.0.131 - - [2025-11-06 04:05:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.055253 [API:8081]10.0.0.38 - - [2025-11-06 04:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.131 - - [2025-11-06 04:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000375 [API:8081]10.0.0.38 - - [2025-11-06 04:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000406 [API:8081]10.0.0.131 - - [2025-11-06 04:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.131 - - [2025-11-06 04:06:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000412 [API:8081]10.0.0.131 - - [2025-11-06 04:06:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.38 - - [2025-11-06 04:06:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.38 - - [2025-11-06 04:06:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2025-11-06 04:06:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.41 - - [2025-11-06 04:06:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.41 - - [2025-11-06 04:06:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.41 - - [2025-11-06 04:06:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.41 - - [2025-11-06 04:07:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-93038439:9fcd065f-4e31-4cb7-a02d-c90d145a9522?flat HTTP/1.1" 200 5326 0.026528 [API:8081]10.0.0.41 - - [2025-11-06 04:07:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-93038439:9fcd065f-4e31-4cb7-a02d-c90d145a9522?flat HTTP/1.1" 200 5326 0.016268 [API:8081]10.0.0.41 - - [2025-11-06 04:07:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-93038439:9fcd065f-4e31-4cb7-a02d-c90d145a9522?flat HTTP/1.1" 200 5326 0.013908 [API:8081]10.0.0.41 - - [2025-11-06 04:07:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-93038439:EVPN-VN1?flat HTTP/1.1" 200 9444 0.023376 [API:8081]10.0.0.41 - - [2025-11-06 04:07:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 28481 0.026407 [API:8081]10.0.0.41 - - [2025-11-06 04:07:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 12167 0.027451 [API:8081]10.0.0.41 - - [2025-11-06 04:07:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 28481 0.030586 [API:8081]10.0.0.41 - - [2025-11-06 04:07:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 12167 0.023024 [API:8081]10.0.0.131 - - [2025-11-06 04:07:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083271 [API:8081]10.0.0.41 - - [2025-11-06 04:07:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010301 [API:8081]10.0.0.41 - - [2025-11-06 04:07:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-93038439:bd94ea3c-32be-4dae-b0fc-88182d0ff2cd?flat HTTP/1.1" 200 5208 0.015529 [API:8081]10.0.0.41 - - [2025-11-06 04:07:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-93038439:bd94ea3c-32be-4dae-b0fc-88182d0ff2cd?flat HTTP/1.1" 200 5208 0.017370 [API:8081]10.0.0.41 - - [2025-11-06 04:07:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-93038439:bd94ea3c-32be-4dae-b0fc-88182d0ff2cd?flat HTTP/1.1" 200 5208 0.016674 [API:8081]10.0.0.41 - - [2025-11-06 04:07:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-93038439:EVPN-VN1?flat HTTP/1.1" 200 9444 0.021038 [API:8081]10.0.0.41 - - [2025-11-06 04:07:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 28477 0.028702 [API:8081]10.0.0.41 - - [2025-11-06 04:07:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12004 0.022048 [API:8081]10.0.0.41 - - [2025-11-06 04:07:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 28477 0.028100 [API:8081]10.0.0.41 - - [2025-11-06 04:07:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12004 0.023184 [API:8081]10.0.0.41 - - [2025-11-06 04:07:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012040 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:08:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003095 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:08:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002873 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:08:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002926 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:08:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003141 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:08:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003355 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:08:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002599 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:08:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002741 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:08:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002476 [API:8081]10.0.0.131 - - [2025-11-06 04:08:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.069341 [API:8081]10.0.0.41 - - [2025-11-06 04:08:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33096 0.027356 [API:8081]10.0.0.41 - - [2025-11-06 04:08:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12289 0.022794 [API:8081]10.0.0.41 - - [2025-11-06 04:08:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-93038439:EVPN-VN1?flat HTTP/1.1" 200 8545 0.019728 [API:8081]10.0.0.41 - - [2025-11-06 04:08:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009943 [API:8081]10.0.0.41 - - [2025-11-06 04:08:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33102 0.030157 [API:8081]10.0.0.41 - - [2025-11-06 04:08:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 12821 0.026833 [API:8081]10.0.0.41 - - [2025-11-06 04:08:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33102 0.033166 [API:8081]10.0.0.41 - - [2025-11-06 04:08:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 12821 0.020169 [API:8081]10.0.0.41 - - [2025-11-06 04:09:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33102 0.042441 [API:8081]10.0.0.41 - - [2025-11-06 04:09:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 12821 0.020079 [API:8081]10.0.0.41 - - [2025-11-06 04:09:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33103 0.026230 [API:8081]10.0.0.41 - - [2025-11-06 04:09:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 12442 0.022442 [API:8081]10.0.0.41 - - [2025-11-06 04:09:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-93038439:EVPN-VN1?flat HTTP/1.1" 200 5989 0.013291 [API:8081]10.0.0.41 - - [2025-11-06 04:09:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009985 [API:8081]10.0.0.41 - - [2025-11-06 04:09:13] "GET /analytics HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.41 - - [2025-11-06 04:09:13] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.38 - - [2025-11-06 04:09:43] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.38 - - [2025-11-06 04:09:43] "GET /analytics HTTP/1.1" 401 205 0.000134 [API:8081]10.0.0.131 - - [2025-11-06 04:09:43] "GET /analytics HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.131 - - [2025-11-06 04:09:43] "GET /analytics HTTP/1.1" 401 205 0.000138 [API:8081]10.0.0.131 - - [2025-11-06 04:10:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067395 [API:8081]10.0.0.38 - - [2025-11-06 04:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.131 - - [2025-11-06 04:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000415 [API:8081]10.0.0.38 - - [2025-11-06 04:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.131 - - [2025-11-06 04:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.131 - - [2025-11-06 04:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.38 - - [2025-11-06 04:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.131 - - [2025-11-06 04:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.38 - - [2025-11-06 04:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.41 - - [2025-11-06 04:11:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.41 - - [2025-11-06 04:11:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.41 - - [2025-11-06 04:11:15] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.41 - - [2025-11-06 04:11:15] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.131 - - [2025-11-06 04:11:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.066181 [API:8081]10.0.0.41 - - [2025-11-06 04:11:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-50008369:c5e0665e-21ed-4c65-9631-6ffef2ec7c23?flat HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.41 - - [2025-11-06 04:11:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-50008369:c5e0665e-21ed-4c65-9631-6ffef2ec7c23?flat HTTP/1.1" 200 5330 0.451871 [API:8081]10.0.0.41 - - [2025-11-06 04:11:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-50008369:c5e0665e-21ed-4c65-9631-6ffef2ec7c23?flat HTTP/1.1" 200 5330 0.160096 [API:8081]10.0.0.41 - - [2025-11-06 04:11:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-50008369:c5e0665e-21ed-4c65-9631-6ffef2ec7c23?flat HTTP/1.1" 200 5330 0.069406 [API:8081]10.0.0.41 - - [2025-11-06 04:11:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-58574149:ctest-TestRbac-58574149-04494080?flat HTTP/1.1" 200 8384 0.067725 [API:8081]10.0.0.41 - - [2025-11-06 04:11:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.080703 [API:8081]10.0.0.41 - - [2025-11-06 04:11:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.131367 [API:8081]10.0.0.41 - - [2025-11-06 04:11:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.41 - - [2025-11-06 04:11:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33159 0.066734 [API:8081]10.0.0.41 - - [2025-11-06 04:11:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12882 0.069390 [API:8081]10.0.0.41 - - [2025-11-06 04:11:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.094757 [API:8081]10.0.0.41 - - [2025-11-06 04:11:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.139162 [API:8081]10.0.0.41 - - [2025-11-06 04:11:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33159 0.036086 [API:8081]10.0.0.41 - - [2025-11-06 04:11:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12882 0.026834 [API:8081]10.0.0.41 - - [2025-11-06 04:11:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.069533 [API:8081]10.0.0.41 - - [2025-11-06 04:11:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.063986 [API:8081]10.0.0.41 - - [2025-11-06 04:12:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.138735 [API:8081]10.0.0.41 - - [2025-11-06 04:12:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33159 0.093902 [API:8081]10.0.0.41 - - [2025-11-06 04:12:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12882 0.025957 [API:8081]10.0.0.41 - - [2025-11-06 04:12:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33159 0.025862 [API:8081]10.0.0.41 - - [2025-11-06 04:12:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12882 0.022487 [API:8081]10.0.0.41 - - [2025-11-06 04:12:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33159 0.025492 [API:8081]10.0.0.41 - - [2025-11-06 04:12:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12882 0.022265 [API:8081]10.0.0.41 - - [2025-11-06 04:12:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33159 0.027961 [API:8081]10.0.0.41 - - [2025-11-06 04:12:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12882 0.021978 [API:8081]10.0.0.41 - - [2025-11-06 04:12:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33159 0.038761 [API:8081]10.0.0.41 - - [2025-11-06 04:12:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12882 0.031109 [API:8081]10.0.0.41 - - [2025-11-06 04:12:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33159 0.026941 [API:8081]10.0.0.41 - - [2025-11-06 04:12:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12882 0.024583 [API:8081]10.0.0.41 - - [2025-11-06 04:12:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33173 0.028222 [API:8081]10.0.0.41 - - [2025-11-06 04:12:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12882 0.021070 [API:8081]10.0.0.41 - - [2025-11-06 04:12:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33173 0.028427 [API:8081]10.0.0.41 - - [2025-11-06 04:12:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12882 0.021038 [API:8081]10.0.0.41 - - [2025-11-06 04:12:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33174 0.025999 [API:8081]10.0.0.41 - - [2025-11-06 04:12:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12559 0.023417 [API:8081]10.0.0.41 - - [2025-11-06 04:12:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-58574149:ctest-TestRbac-58574149-04494080?flat HTTP/1.1" 200 6498 0.015351 [API:8081]10.0.0.41 - - [2025-11-06 04:12:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.013568 [API:8081]10.0.0.41 - - [2025-11-06 04:12:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.41 - - [2025-11-06 04:12:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.064798 [API:8081]10.0.0.41 - - [2025-11-06 04:13:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.066702 [API:8081]10.0.0.41 - - [2025-11-06 04:13:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.132308 [API:8081]10.0.0.41 - - [2025-11-06 04:13:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-50208209:8c353bc4-608b-4773-b5d5-d824f6c84fc7?flat HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.41 - - [2025-11-06 04:13:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-50208209:8c353bc4-608b-4773-b5d5-d824f6c84fc7?flat HTTP/1.1" 200 5383 0.186591 [API:8081]10.0.0.41 - - [2025-11-06 04:13:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-50208209:8c353bc4-608b-4773-b5d5-d824f6c84fc7?flat HTTP/1.1" 200 5383 0.074916 [API:8081]10.0.0.41 - - [2025-11-06 04:13:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-50208209:8c353bc4-608b-4773-b5d5-d824f6c84fc7?flat HTTP/1.1" 200 5383 0.071013 [API:8081]10.0.0.41 - - [2025-11-06 04:13:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-50208209:ctest-TestRbacBasic-50208209-20558100?flat HTTP/1.1" 200 3978 0.073983 [API:8081]10.0.0.41 - - [2025-11-06 04:13:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.062403 [API:8081]10.0.0.41 - - [2025-11-06 04:13:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.099131 [API:8081]10.0.0.41 - - [2025-11-06 04:13:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33176 0.037807 [API:8081]10.0.0.41 - - [2025-11-06 04:13:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13013 0.031196 [API:8081]10.0.0.41 - - [2025-11-06 04:13:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.074573 [API:8081]10.0.0.41 - - [2025-11-06 04:13:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.088953 [API:8081]10.0.0.41 - - [2025-11-06 04:13:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33176 0.028955 [API:8081]10.0.0.41 - - [2025-11-06 04:13:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13013 0.023669 [API:8081]10.0.0.41 - - [2025-11-06 04:13:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.088867 [API:8081]10.0.0.41 - - [2025-11-06 04:13:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.049166 [API:8081]10.0.0.41 - - [2025-11-06 04:13:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.093324 [API:8081]10.0.0.41 - - [2025-11-06 04:13:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33176 0.027795 [API:8081]10.0.0.41 - - [2025-11-06 04:13:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13013 0.021838 [API:8081]10.0.0.131 - - [2025-11-06 04:13:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057653 [API:8081]10.0.0.41 - - [2025-11-06 04:13:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33176 0.039421 [API:8081]10.0.0.41 - - [2025-11-06 04:13:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13013 0.030109 [API:8081]10.0.0.41 - - [2025-11-06 04:13:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33176 0.027293 [API:8081]10.0.0.41 - - [2025-11-06 04:13:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13013 0.023634 [API:8081]10.0.0.41 - - [2025-11-06 04:13:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33176 0.033838 [API:8081]10.0.0.41 - - [2025-11-06 04:13:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13013 0.022067 [API:8081]10.0.0.41 - - [2025-11-06 04:13:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33176 0.036562 [API:8081]10.0.0.41 - - [2025-11-06 04:13:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13013 0.024638 [API:8081]10.0.0.41 - - [2025-11-06 04:13:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33176 0.024296 [API:8081]10.0.0.41 - - [2025-11-06 04:13:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12778 0.020715 [API:8081]10.0.0.41 - - [2025-11-06 04:13:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-50208209:ctest-TestRbacBasic-50208209-20558100?flat HTTP/1.1" 200 6883 0.013806 [API:8081]10.0.0.41 - - [2025-11-06 04:13:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008288 [Introspect:8090]10.0.0.41 - - [2025-11-06 04:13:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001175 [API:8081]10.0.0.41 - - [2025-11-06 04:14:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000411 [API:8081]10.0.0.41 - - [2025-11-06 04:14:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.062946 [API:8081]10.0.0.131 - - [2025-11-06 04:14:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.057735 [API:8081]10.0.0.38 - - [2025-11-06 04:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.131 - - [2025-11-06 04:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.38 - - [2025-11-06 04:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.131 - - [2025-11-06 04:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.131 - - [2025-11-06 04:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.131 - - [2025-11-06 04:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.38 - - [2025-11-06 04:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.38 - - [2025-11-06 04:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.41 - - [2025-11-06 04:16:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.41 - - [2025-11-06 04:16:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.41 - - [2025-11-06 04:16:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.41 - - [2025-11-06 04:16:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.131 - - [2025-11-06 04:16:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059530 [API:8081]10.0.0.41 - - [2025-11-06 04:16:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-83361062:39b3e8f3-2f46-4e3a-a499-4f4df812832a?flat HTTP/1.1" 200 5370 0.014914 [API:8081]10.0.0.41 - - [2025-11-06 04:16:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-83361062:39b3e8f3-2f46-4e3a-a499-4f4df812832a?flat HTTP/1.1" 200 5370 0.069096 [API:8081]10.0.0.41 - - [2025-11-06 04:16:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-83361062:39b3e8f3-2f46-4e3a-a499-4f4df812832a?flat HTTP/1.1" 200 5370 0.084367 [API:8081]10.0.0.41 - - [2025-11-06 04:16:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-83361062:ctest-vn1-37853979?flat HTTP/1.1" 200 9541 0.049656 [API:8081]10.0.0.41 - - [2025-11-06 04:16:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33182 0.028048 [API:8081]10.0.0.41 - - [2025-11-06 04:16:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 12989 0.031018 [API:8081]10.0.0.41 - - [2025-11-06 04:16:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33182 0.031161 [API:8081]10.0.0.41 - - [2025-11-06 04:16:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 12989 0.026598 [API:8081]10.0.0.41 - - [2025-11-06 04:16:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.013086 [API:8081]10.0.0.41 - - [2025-11-06 04:16:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-83361062:96d9d06d-dcec-485d-97c3-cbee97578793?flat HTTP/1.1" 200 5508 0.022885 [API:8081]10.0.0.41 - - [2025-11-06 04:16:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-83361062:96d9d06d-dcec-485d-97c3-cbee97578793?flat HTTP/1.1" 200 5508 0.027396 [API:8081]10.0.0.41 - - [2025-11-06 04:16:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-83361062:96d9d06d-dcec-485d-97c3-cbee97578793?flat HTTP/1.1" 200 5508 0.024761 [API:8081]10.0.0.41 - - [2025-11-06 04:16:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-83361062:ctest-vn1-37853979?flat HTTP/1.1" 200 9541 0.043030 [API:8081]10.0.0.41 - - [2025-11-06 04:16:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33180 0.033553 [API:8081]10.0.0.41 - - [2025-11-06 04:16:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13017 0.028278 [API:8081]10.0.0.41 - - [2025-11-06 04:16:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33180 0.032526 [API:8081]10.0.0.41 - - [2025-11-06 04:16:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13017 0.036929 [API:8081]10.0.0.41 - - [2025-11-06 04:16:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.022825 [API:8081]10.0.0.41 - - [2025-11-06 04:16:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33180 0.026718 [API:8081]10.0.0.41 - - [2025-11-06 04:16:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13019 0.026628 [API:8081]10.0.0.41 - - [2025-11-06 04:16:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33180 0.025375 [API:8081]10.0.0.41 - - [2025-11-06 04:16:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13019 0.028121 [API:8081]10.0.0.41 - - [2025-11-06 04:17:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33180 0.026641 [API:8081]10.0.0.41 - - [2025-11-06 04:17:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13019 0.035268 [API:8081]10.0.0.41 - - [2025-11-06 04:17:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33180 0.029618 [API:8081]10.0.0.41 - - [2025-11-06 04:17:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13019 0.029738 [API:8081]10.0.0.41 - - [2025-11-06 04:17:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33180 0.027555 [API:8081]10.0.0.41 - - [2025-11-06 04:17:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13019 0.022642 [API:8081]10.0.0.41 - - [2025-11-06 04:17:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33180 0.027913 [API:8081]10.0.0.41 - - [2025-11-06 04:17:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13019 0.021496 [API:8081]10.0.0.41 - - [2025-11-06 04:17:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33180 0.027046 [API:8081]10.0.0.41 - - [2025-11-06 04:17:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13019 0.022615 [API:8081]10.0.0.41 - - [2025-11-06 04:17:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33182 0.028915 [API:8081]10.0.0.41 - - [2025-11-06 04:17:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13019 0.021360 [API:8081]10.0.0.41 - - [2025-11-06 04:17:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33182 0.027747 [API:8081]10.0.0.41 - - [2025-11-06 04:17:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13019 0.027548 [API:8081]10.0.0.41 - - [2025-11-06 04:17:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33183 0.027415 [API:8081]10.0.0.41 - - [2025-11-06 04:17:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12628 0.021796 [API:8081]10.0.0.41 - - [2025-11-06 04:17:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-83361062:ctest-vn1-37853979?flat HTTP/1.1" 200 7728 0.016490 [API:8081]10.0.0.41 - - [2025-11-06 04:17:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010207 [API:8081]10.0.0.41 - - [2025-11-06 04:17:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33184 0.048809 [API:8081]10.0.0.41 - - [2025-11-06 04:17:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13004 0.031146 [API:8081]10.0.0.41 - - [2025-11-06 04:17:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33184 0.029589 [API:8081]10.0.0.41 - - [2025-11-06 04:17:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13004 0.021449 [API:8081]10.0.0.41 - - [2025-11-06 04:17:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33185 0.024331 [API:8081]10.0.0.41 - - [2025-11-06 04:17:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 12612 0.068791 [API:8081]10.0.0.41 - - [2025-11-06 04:17:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-83361062:ctest-vn1-37853979?flat HTTP/1.1" 200 6233 0.018449 [API:8081]10.0.0.41 - - [2025-11-06 04:17:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.013181 [API:8081]10.0.0.41 - - [2025-11-06 04:17:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.009585 [API:8081]10.0.0.41 - - [2025-11-06 04:17:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.018156 [API:8081]10.0.0.131 - - [2025-11-06 04:17:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.088721 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:18:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003328 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002991 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003356 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002564 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:18:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003358 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004168 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003255 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002729 [API:8081]10.0.0.41 - - [2025-11-06 04:19:13] "GET /analytics HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.41 - - [2025-11-06 04:19:13] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.131 - - [2025-11-06 04:19:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.070673 [API:8081]10.0.0.38 - - [2025-11-06 04:19:43] "GET /analytics HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.38 - - [2025-11-06 04:19:43] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.131 - - [2025-11-06 04:19:43] "GET /analytics HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.131 - - [2025-11-06 04:19:43] "GET /analytics HTTP/1.1" 401 205 0.000141 [Introspect:8090]10.0.0.41 - - [2025-11-06 04:20:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001583 [API:8081]10.0.0.41 - - [2025-11-06 04:20:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12015 0.404109 [API:8081]10.0.0.41 - - [2025-11-06 04:20:39] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 6203 0.377641 [API:8081]10.0.0.41 - - [2025-11-06 04:20:39] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 6198 0.364270 [API:8081]10.0.0.41 - - [2025-11-06 04:20:39] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4662-3?flat HTTP/1.1" 200 4112 0.013102 [API:8081]10.0.0.41 - - [2025-11-06 04:20:39] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?flat HTTP/1.1" 200 5910 0.015219 [API:8081]10.0.0.41 - - [2025-11-06 04:20:39] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?flat HTTP/1.1" 200 5906 0.013810 [API:8081]10.0.0.41 - - [2025-11-06 04:20:39] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?flat HTTP/1.1" 200 7404 0.014946 [API:8081]10.0.0.41 - - [2025-11-06 04:20:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.009288 [API:8081]10.0.0.131 - - [2025-11-06 04:20:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.070572 [API:8081]10.0.0.38 - - [2025-11-06 04:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.131 - - [2025-11-06 04:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.38 - - [2025-11-06 04:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.131 - - [2025-11-06 04:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.131 - - [2025-11-06 04:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.131 - - [2025-11-06 04:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.38 - - [2025-11-06 04:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.38 - - [2025-11-06 04:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.41 - - [2025-11-06 04:21:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.41 - - [2025-11-06 04:21:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.41 - - [2025-11-06 04:21:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.41 - - [2025-11-06 04:21:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.41 - - [2025-11-06 04:21:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-83361062:465d2f5a-fd15-4c31-b3b5-7065dcf92491?flat HTTP/1.1" 200 5252 0.017220 [API:8081]10.0.0.41 - - [2025-11-06 04:21:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-83361062:465d2f5a-fd15-4c31-b3b5-7065dcf92491?flat HTTP/1.1" 200 5252 0.013916 [API:8081]10.0.0.41 - - [2025-11-06 04:21:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-83361062:465d2f5a-fd15-4c31-b3b5-7065dcf92491?flat HTTP/1.1" 200 5252 0.015039 [API:8081]10.0.0.41 - - [2025-11-06 04:21:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-83361062:ctest-vn1-08694028?flat HTTP/1.1" 200 7119 0.019357 [API:8081]10.0.0.41 - - [2025-11-06 04:21:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39868 0.028137 [API:8081]10.0.0.41 - - [2025-11-06 04:21:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39868 0.035725 [API:8081]10.0.0.41 - - [2025-11-06 04:21:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011643 [API:8081]10.0.0.41 - - [2025-11-06 04:22:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-83361062:08ee67bb-0d04-4160-aa93-fce8addc281d?flat HTTP/1.1" 200 5242 0.021633 [API:8081]10.0.0.41 - - [2025-11-06 04:22:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-83361062:08ee67bb-0d04-4160-aa93-fce8addc281d?flat HTTP/1.1" 200 5242 0.035574 [API:8081]10.0.0.41 - - [2025-11-06 04:22:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-83361062:08ee67bb-0d04-4160-aa93-fce8addc281d?flat HTTP/1.1" 200 5242 0.022877 [API:8081]10.0.0.41 - - [2025-11-06 04:22:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-83361062:ctest-vn2-77702371?flat HTTP/1.1" 200 7127 0.028765 [API:8081]10.0.0.41 - - [2025-11-06 04:22:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39875 0.032524 [API:8081]10.0.0.41 - - [2025-11-06 04:22:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39875 0.030519 [API:8081]10.0.0.41 - - [2025-11-06 04:22:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009309 [API:8081]10.0.0.131 - - [2025-11-06 04:22:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061509 [API:8081]10.0.0.41 - - [2025-11-06 04:23:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39888 0.039028 [API:8081]10.0.0.41 - - [2025-11-06 04:23:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39888 0.046818 [API:8081]10.0.0.41 - - [2025-11-06 04:23:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39888 0.037243 [API:8081]10.0.0.41 - - [2025-11-06 04:23:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39888 0.041460 [API:8081]10.0.0.41 - - [2025-11-06 04:23:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39888 0.029972 [API:8081]10.0.0.41 - - [2025-11-06 04:23:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39888 0.030687 [API:8081]10.0.0.41 - - [2025-11-06 04:23:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39888 0.030070 [API:8081]10.0.0.41 - - [2025-11-06 04:23:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39888 0.039496 [API:8081]10.0.0.131 - - [2025-11-06 04:23:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.060736 [API:8081]10.0.0.41 - - [2025-11-06 04:23:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39888 0.049665 [API:8081]10.0.0.41 - - [2025-11-06 04:23:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39889 0.042610 [API:8081]10.0.0.41 - - [2025-11-06 04:23:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-83361062:ctest-vn2-77702371?flat HTTP/1.1" 200 7849 0.017208 [API:8081]10.0.0.41 - - [2025-11-06 04:23:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.096132 [API:8081]10.0.0.41 - - [2025-11-06 04:23:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39894 0.035648 [API:8081]10.0.0.41 - - [2025-11-06 04:23:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39894 0.032807 [API:8081]10.0.0.41 - - [2025-11-06 04:23:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39895 0.036042 [API:8081]10.0.0.41 - - [2025-11-06 04:23:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-83361062:ctest-vn1-08694028?flat HTTP/1.1" 200 7917 0.025116 [API:8081]10.0.0.41 - - [2025-11-06 04:23:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.017259 [API:8081]10.0.0.41 - - [2025-11-06 04:25:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-69032549:8b71e0e7-0265-47ea-956b-505def115d0e?flat HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.41 - - [2025-11-06 04:25:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-69032549:8b71e0e7-0265-47ea-956b-505def115d0e?flat HTTP/1.1" 200 5225 0.093664 [API:8081]10.0.0.41 - - [2025-11-06 04:25:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-69032549:8b71e0e7-0265-47ea-956b-505def115d0e?flat HTTP/1.1" 200 5225 0.082355 [API:8081]10.0.0.41 - - [2025-11-06 04:25:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-69032549:8b71e0e7-0265-47ea-956b-505def115d0e?flat HTTP/1.1" 200 5225 0.073654 [API:8081]10.0.0.41 - - [2025-11-06 04:25:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-69032549:ctest-vn-03720741?flat HTTP/1.1" 200 6726 0.023073 [API:8081]10.0.0.41 - - [2025-11-06 04:25:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39903 0.040373 [API:8081]10.0.0.41 - - [2025-11-06 04:25:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39903 0.042092 [API:8081]10.0.0.41 - - [2025-11-06 04:25:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.013552 [API:8081]10.0.0.41 - - [2025-11-06 04:25:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-69032549:dea1f236-9a07-4e1f-bd3e-0b6ddefb635e?flat HTTP/1.1" 200 5235 0.043666 [API:8081]10.0.0.41 - - [2025-11-06 04:25:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-69032549:dea1f236-9a07-4e1f-bd3e-0b6ddefb635e?flat HTTP/1.1" 200 5235 0.024146 [API:8081]10.0.0.41 - - [2025-11-06 04:25:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-69032549:dea1f236-9a07-4e1f-bd3e-0b6ddefb635e?flat HTTP/1.1" 200 5235 0.022305 [API:8081]10.0.0.41 - - [2025-11-06 04:25:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-69032549:ctest-vn-83885845?flat HTTP/1.1" 200 6750 0.018123 [API:8081]10.0.0.41 - - [2025-11-06 04:25:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39905 0.047420 [API:8081]10.0.0.41 - - [2025-11-06 04:25:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39905 0.030520 [API:8081]10.0.0.41 - - [2025-11-06 04:25:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010142 [API:8081]10.0.0.41 - - [2025-11-06 04:25:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39915 0.034143 [API:8081]10.0.0.41 - - [2025-11-06 04:25:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39915 0.036300 [API:8081]10.0.0.41 - - [2025-11-06 04:25:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39918 0.051017 [API:8081]10.0.0.41 - - [2025-11-06 04:25:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-69032549:ctest-vn-83885845?flat HTTP/1.1" 200 4885 0.016934 [API:8081]10.0.0.41 - - [2025-11-06 04:25:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010412 [API:8081]10.0.0.41 - - [2025-11-06 04:25:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39913 0.029394 [API:8081]10.0.0.41 - - [2025-11-06 04:25:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39913 0.029827 [API:8081]10.0.0.41 - - [2025-11-06 04:25:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39913 0.031543 [API:8081]10.0.0.41 - - [2025-11-06 04:25:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39913 0.028963 [API:8081]10.0.0.41 - - [2025-11-06 04:25:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39913 0.031998 [API:8081]10.0.0.131 - - [2025-11-06 04:25:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058964 [API:8081]10.0.0.41 - - [2025-11-06 04:25:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39913 0.042007 [API:8081]10.0.0.41 - - [2025-11-06 04:25:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4662-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39913 0.033559 [API:8081]10.0.0.41 - - [2025-11-06 04:25:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-69032549:ctest-vn-03720741?flat HTTP/1.1" 200 6176 0.013586 [API:8081]10.0.0.41 - - [2025-11-06 04:25:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008642 [API:8081]10.0.0.41 - - [2025-11-06 04:26:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000387 [API:8081]10.0.0.41 - - [2025-11-06 04:26:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.094290 [API:8081]10.0.0.41 - - [2025-11-06 04:26:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.053929 [API:8081]10.0.0.131 - - [2025-11-06 04:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.38 - - [2025-11-06 04:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.131 - - [2025-11-06 04:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.38 - - [2025-11-06 04:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.131 - - [2025-11-06 04:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.131 - - [2025-11-06 04:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.38 - - [2025-11-06 04:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000564 [API:8081]10.0.0.38 - - [2025-11-06 04:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.41 - - [2025-11-06 04:26:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.41 - - [2025-11-06 04:26:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.41 - - [2025-11-06 04:26:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.41 - - [2025-11-06 04:26:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.131 - - [2025-11-06 04:26:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.064607 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:28:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003140 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:28:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003498 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:28:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.005383 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:28:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006055 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:28:06] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004004 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:28:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003688 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:28:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003151 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:28:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002856 [API:8081]10.0.0.131 - - [2025-11-06 04:28:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069618 [API:8081]10.0.0.41 - - [2025-11-06 04:29:13] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.41 - - [2025-11-06 04:29:13] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.38 - - [2025-11-06 04:29:43] "GET /analytics HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.38 - - [2025-11-06 04:29:43] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.131 - - [2025-11-06 04:29:43] "GET /analytics HTTP/1.1" 401 205 0.000421 [API:8081]10.0.0.131 - - [2025-11-06 04:29:43] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.131 - - [2025-11-06 04:29:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.070729 [API:8081]10.0.0.131 - - [2025-11-06 04:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.38 - - [2025-11-06 04:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.131 - - [2025-11-06 04:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.38 - - [2025-11-06 04:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.131 - - [2025-11-06 04:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.131 - - [2025-11-06 04:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.38 - - [2025-11-06 04:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.38 - - [2025-11-06 04:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.41 - - [2025-11-06 04:31:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.41 - - [2025-11-06 04:31:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.41 - - [2025-11-06 04:31:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.41 - - [2025-11-06 04:31:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.131 - - [2025-11-06 04:31:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070910 [API:8081]10.0.0.41 - - [2025-11-06 04:32:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.41 - - [2025-11-06 04:32:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.062520 [API:8081]10.0.0.131 - - [2025-11-06 04:32:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.070127 [API:8081]10.0.0.131 - - [2025-11-06 04:34:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061669 [API:8081]10.0.0.131 - - [2025-11-06 04:35:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.060314 [API:8081]10.0.0.131 - - [2025-11-06 04:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.38 - - [2025-11-06 04:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.131 - - [2025-11-06 04:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.38 - - [2025-11-06 04:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.131 - - [2025-11-06 04:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.131 - - [2025-11-06 04:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.38 - - [2025-11-06 04:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.38 - - [2025-11-06 04:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.41 - - [2025-11-06 04:36:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.41 - - [2025-11-06 04:36:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.41 - - [2025-11-06 04:36:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.41 - - [2025-11-06 04:36:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.131 - - [2025-11-06 04:37:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072233 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:38:06] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003165 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:38:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003870 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:38:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004105 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:38:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004228 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:38:06] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004860 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:38:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004030 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:38:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003979 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:38:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003782 [API:8081]10.0.0.131 - - [2025-11-06 04:38:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.065611 [API:8081]10.0.0.41 - - [2025-11-06 04:39:13] "GET /analytics HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.41 - - [2025-11-06 04:39:13] "GET /analytics HTTP/1.1" 401 205 0.000223 [Introspect:8090]10.0.0.41 - - [2025-11-06 04:39:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001239 [API:8081]10.0.0.38 - - [2025-11-06 04:39:43] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.38 - - [2025-11-06 04:39:43] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.131 - - [2025-11-06 04:39:43] "GET /analytics HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.131 - - [2025-11-06 04:39:43] "GET /analytics HTTP/1.1" 401 205 0.000213