++ 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 Feb 12 02:11:43 AM UTC 2026 ===================' INFO: =================== Thu Feb 12 02:11:43 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ cut -d / -f 1 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.130 ++ 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 '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs +++ 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.130,10.0.0.22,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.130:8081 10.0.0.22:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.130:8081 10.0.0.22:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.130:8081 10.0.0.22:8081 10.0.0.23: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.130:9042 10.0.0.22:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.130:9042 10.0.0.22:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.130:9042 10.0.0.22:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.130:8086 10.0.0.22:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.130:8086 10.0.0.22:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.130:8086 10.0.0.22:8086 10.0.0.23: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.130,10.0.0.22,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.130:8082 10.0.0.22:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.130:8082 10.0.0.22:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.130:8082 10.0.0.22:8082 10.0.0.23: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.130:9161 10.0.0.22:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.130:9161 10.0.0.22:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.130:9161 10.0.0.22:9161 10.0.0.23: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.130:9041 10.0.0.22:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.130:9041 10.0.0.22:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.130:9041 10.0.0.22:9041 10.0.0.23: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.193,10.20.0.254,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.254,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.130:2181,10.0.0.22:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.130:2181,10.0.0.22:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.130:2181,10.0.0.22:2181,10.0.0.23: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.130:2181 10.0.0.22:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.130:2181 10.0.0.22:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.130:2181 10.0.0.22:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.130:5673,10.0.0.22:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.130:5673,10.0.0.22:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.130:5673,10.0.0.22:5673,10.0.0.23: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.130:6379 10.0.0.22:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.130:6379 10.0.0.22:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.130:6379 10.0.0.22:6379 10.0.0.23: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.130,10.0.0.22,10.0.0.23 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.130:9092 10.0.0.22:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.130:9092 10.0.0.22:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.130:9092 10.0.0.22:9092 10.0.0.23: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.130 ++ 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.130,10.0.0.22,10.0.0.23 ++ 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.130,10.0.0.22,10.0.0.23 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.130,10.0.0.22,10.0.0.23 ++ cut -d , -f 1 + local cassandra=10.0.0.130 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.130 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.130,10.0.0.22,10.0.0.23 +++ local servers=10.0.0.130,10.0.0.22,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.130,10.20.0.193,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.130'\''))' +++ local server_ip=10.0.0.130 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.130 ]] +++ [[ ,10.0.0.130,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.130, ]] +++ echo 10.0.0.130 1 +++ return ++ local ip=10.0.0.130 ++ [[ -z 10.0.0.130 ]] ++ echo 10.0.0.130 + host_ip=10.0.0.130 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^ANALYTICS_API__//g' + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1001: 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:1012: 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:1017: 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:1032: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: 02/12/2026 02:11:51.703 7f4898f0cc80 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 02/12/2026 02:11:51.865 7f4898f0cc80 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 02/12/2026 02:11:51.874 7f4898f0cc80 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 02/12/2026 02:11:51.875 7f4898f0cc80 [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.130:8081/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer())... Listening on http://localhost:8181/ Hit Ctrl-C to quit. [API:8081]10.0.0.22 - - [2026-02-12 02:12:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 2.371973 [API:8081]10.0.0.22 - - [2026-02-12 02:12:52] "GET /analytics HTTP/1.1" 401 206 0.000386 [API:8081]10.0.0.22 - - [2026-02-12 02:12:52] "GET /analytics HTTP/1.1" 401 206 0.000171 [API:8081]10.0.0.23 - - [2026-02-12 02:12:52] "GET /analytics HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.23 - - [2026-02-12 02:12:52] "GET /analytics HTTP/1.1" 401 206 0.000177 [API:8081]10.0.0.130 - - [2026-02-12 02:12:53] "GET /analytics HTTP/1.1" 401 206 0.000213 [API:8081]10.0.0.130 - - [2026-02-12 02:12:53] "GET /analytics HTTP/1.1" 401 206 0.000180 [API:8081]10.0.0.22 - - [2026-02-12 02:13:23] "GET /analytics HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.22 - - [2026-02-12 02:13:23] "GET /analytics HTTP/1.1" 401 206 0.000133 [API:8081]10.0.0.23 - - [2026-02-12 02:13:23] "GET /analytics HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.23 - - [2026-02-12 02:13:23] "GET /analytics HTTP/1.1" 401 206 0.000141 [API:8081]10.0.0.130 - - [2026-02-12 02:13:24] "GET /analytics HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.130 - - [2026-02-12 02:13:24] "GET /analytics HTTP/1.1" 401 206 0.000154 [API:8081]10.0.0.22 - - [2026-02-12 02:13:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.369070 [API:8081]10.0.0.22 - - [2026-02-12 02:13:53] "GET /analytics HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.22 - - [2026-02-12 02:13:53] "GET /analytics HTTP/1.1" 401 206 0.000160 [API:8081]10.0.0.23 - - [2026-02-12 02:13:53] "GET /analytics HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.23 - - [2026-02-12 02:13:53] "GET /analytics HTTP/1.1" 401 206 0.000156 [API:8081]10.0.0.22 - - [2026-02-12 02:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.22 - - [2026-02-12 02:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.22 - - [2026-02-12 02:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.22 - - [2026-02-12 02:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.23 - - [2026-02-12 02:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000559 [API:8081]10.0.0.23 - - [2026-02-12 02:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000369 [API:8081]10.0.0.23 - - [2026-02-12 02:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.23 - - [2026-02-12 02:14:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.130 - - [2026-02-12 02:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.130 - - [2026-02-12 02:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.130 - - [2026-02-12 02:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.130 - - [2026-02-12 02:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000412 [Introspect:8090]10.0.0.130 - - [2026-02-12 02:14:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001250 [Introspect:8090]10.0.0.130 - - [2026-02-12 02:15:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001114 [API:8081]10.0.0.22 - - [2026-02-12 02:15:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.380682 [Introspect:8090]10.0.0.130 - - [2026-02-12 02:16:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001035 [API:8081]10.0.0.22 - - [2026-02-12 02:16:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.073458 [Introspect:8090]10.0.0.130 - - [2026-02-12 02:16:53] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000712 [API:8081]10.0.0.130 - - [2026-02-12 02:16:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-1:Control:contrail-control:0?flat HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-1:Control:contrail-control:0?flat HTTP/1.1" 200 27712 0.073597 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16353 0.066997 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-2:Control:contrail-control:0?flat HTTP/1.1" 200 38107 0.066027 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16353 0.016999 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-3:Control:contrail-control:0?flat HTTP/1.1" 200 35051 0.025137 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13604 0.016524 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20485 0.020323 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20485 0.015393 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3358 0.012887 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3358 0.011365 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generators HTTP/1.1" 200 14162 0.009147 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4621 0.015387 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4317 0.021714 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4618 0.013658 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generators HTTP/1.1" 200 14162 0.009602 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.012951 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.012465 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.011799 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.012592 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.020161 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.015188 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.013882 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.011284 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.012477 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14823 0.017612 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.015063 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14827 0.019263 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.015339 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14822 0.017655 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.013541 [API:8081]10.0.0.130 - - [2026-02-12 02:16:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20485 0.018475 [API:8081]10.0.0.130 - - [2026-02-12 02:16:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20485 0.018232 [API:8081]10.0.0.130 - - [2026-02-12 02:16:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20485 0.016919 [API:8081]10.0.0.130 - - [2026-02-12 02:16:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20485 0.016040 [API:8081]10.0.0.130 - - [2026-02-12 02:16:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20485 0.017515 [API:8081]10.0.0.130 - - [2026-02-12 02:16:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.015485 [API:8081]10.0.0.130 - - [2026-02-12 02:16:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20485 0.015788 [API:8081]10.0.0.130 - - [2026-02-12 02:16:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.011555 [API:8081]10.0.0.130 - - [2026-02-12 02:16:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3382 0.013815 [API:8081]10.0.0.130 - - [2026-02-12 02:16:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14826 0.017231 [API:8081]10.0.0.130 - - [2026-02-12 02:16:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.013947 [API:8081]10.0.0.130 - - [2026-02-12 02:16:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.016711 [API:8081]10.0.0.130 - - [2026-02-12 02:16:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14828 0.016662 [API:8081]10.0.0.130 - - [2026-02-12 02:16:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.015756 [API:8081]10.0.0.130 - - [2026-02-12 02:16:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.015485 [API:8081]10.0.0.130 - - [2026-02-12 02:16:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14822 0.028688 [API:8081]10.0.0.130 - - [2026-02-12 02:16:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.011459 [API:8081]10.0.0.130 - - [2026-02-12 02:16:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.016313 [API:8081]10.0.0.130 - - [2026-02-12 02:16:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3982 0.011191 [API:8081]10.0.0.130 - - [2026-02-12 02:16:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.012960 [API:8081]10.0.0.130 - - [2026-02-12 02:16:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.018367 [API:8081]10.0.0.130 - - [2026-02-12 02:16:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.014343 [API:8081]10.0.0.130 - - [2026-02-12 02:16:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.011491 [API:8081]10.0.0.130 - - [2026-02-12 02:16:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4621 0.012319 [API:8081]10.0.0.130 - - [2026-02-12 02:16:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4317 0.012808 [API:8081]10.0.0.130 - - [2026-02-12 02:16:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4618 0.012204 [API:8081]10.0.0.130 - - [2026-02-12 02:16:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-1:Control:contrail-control:0?flat HTTP/1.1" 200 27712 0.051996 [API:8081]10.0.0.130 - - [2026-02-12 02:16:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3380 0.011806 [API:8081]10.0.0.130 - - [2026-02-12 02:16:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16353 0.014392 [API:8081]10.0.0.130 - - [2026-02-12 02:16:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-2:Control:contrail-control:0?flat HTTP/1.1" 200 38107 0.021218 [API:8081]10.0.0.130 - - [2026-02-12 02:16:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3380 0.012773 [API:8081]10.0.0.130 - - [2026-02-12 02:16:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16353 0.014405 [API:8081]10.0.0.130 - - [2026-02-12 02:16:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-3:Control:contrail-control:0?flat HTTP/1.1" 200 35051 0.021596 [API:8081]10.0.0.130 - - [2026-02-12 02:16:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3380 0.012243 [API:8081]10.0.0.130 - - [2026-02-12 02:16:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5305-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13604 0.013116 [API:8081]10.0.0.130 - - [2026-02-12 02:16:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12053 0.019583 [API:8081]10.0.0.130 - - [2026-02-12 02:17:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?flat HTTP/1.1" 200 13220 0.023329 [API:8081]10.0.0.130 - - [2026-02-12 02:17:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?flat HTTP/1.1" 200 16663 0.021251 [API:8081]10.0.0.130 - - [2026-02-12 02:17:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?flat HTTP/1.1" 200 17237 0.021564 [API:8081]10.0.0.130 - - [2026-02-12 02:17:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?flat HTTP/1.1" 200 13220 0.022828 [API:8081]10.0.0.130 - - [2026-02-12 02:17:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?flat HTTP/1.1" 200 16663 0.022024 [API:8081]10.0.0.130 - - [2026-02-12 02:17:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?flat HTTP/1.1" 200 17237 0.018768 [API:8081]10.0.0.130 - - [2026-02-12 02:17:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?flat HTTP/1.1" 200 13220 0.020806 [API:8081]10.0.0.130 - - [2026-02-12 02:17:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?flat HTTP/1.1" 200 16663 0.019644 [API:8081]10.0.0.130 - - [2026-02-12 02:17:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?flat HTTP/1.1" 200 17237 0.019531 [API:8081]10.0.0.130 - - [2026-02-12 02:17:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?flat HTTP/1.1" 200 13220 0.024188 [API:8081]10.0.0.130 - - [2026-02-12 02:17:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?flat HTTP/1.1" 200 16663 0.020139 [API:8081]10.0.0.130 - - [2026-02-12 02:17:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?flat HTTP/1.1" 200 17237 0.026030 [API:8081]10.0.0.130 - - [2026-02-12 02:17:01] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 8001 0.016623 [API:8081]10.0.0.130 - - [2026-02-12 02:17:01] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 7997 0.014877 [API:8081]10.0.0.130 - - [2026-02-12 02:17:01] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5305-3?flat HTTP/1.1" 200 7996 0.013972 [API:8081]10.0.0.130 - - [2026-02-12 02:17:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.130 - - [2026-02-12 02:17:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1152 0.070558 [API:8081]10.0.0.130 - - [2026-02-12 02:17:18] "POST /analytics/query HTTP/1.1" 200 54695 1.080980 [API:8081]10.0.0.130 - - [2026-02-12 02:17:19] "POST /analytics/query HTTP/1.1" 200 5872 1.060724 [API:8081]10.0.0.130 - - [2026-02-12 02:17:20] "POST /analytics/query HTTP/1.1" 200 871 1.018306 [API:8081]10.0.0.130 - - [2026-02-12 02:17:21] "POST /analytics/query HTTP/1.1" 200 5872 1.025183 [API:8081]10.0.0.130 - - [2026-02-12 02:17:22] "POST /analytics/query HTTP/1.1" 200 871 1.020613 [API:8081]10.0.0.130 - - [2026-02-12 02:17:32] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000874 [API:8081]10.0.0.22 - - [2026-02-12 02:18:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.156634 [API:8081]10.0.0.22 - - [2026-02-12 02:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.22 - - [2026-02-12 02:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.22 - - [2026-02-12 02:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.22 - - [2026-02-12 02:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.23 - - [2026-02-12 02:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.23 - - [2026-02-12 02:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.23 - - [2026-02-12 02:19:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.23 - - [2026-02-12 02:19:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000569 [API:8081]10.0.0.22 - - [2026-02-12 02:19:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.057821 [API:8081]10.0.0.130 - - [2026-02-12 02:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.130 - - [2026-02-12 02:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.130 - - [2026-02-12 02:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.130 - - [2026-02-12 02:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:21:51] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.006618 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:21:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002797 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:21:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002955 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:21:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002264 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:21:51] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002618 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:21:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002432 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:21:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003271 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:21:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002057 [API:8081]10.0.0.22 - - [2026-02-12 02:21:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.090227 [API:8081]10.0.0.130 - - [2026-02-12 02:22:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000403 [API:8081]10.0.0.130 - - [2026-02-12 02:22:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2033 0.063040 [API:8081]10.0.0.130 - - [2026-02-12 02:22:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2266 0.066534 [API:8081]10.0.0.22 - - [2026-02-12 02:22:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.148326 [API:8081]10.0.0.130 - - [2026-02-12 02:23:24] "GET /analytics HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.130 - - [2026-02-12 02:23:24] "GET /analytics HTTP/1.1" 401 206 0.000170 [API:8081]10.0.0.22 - - [2026-02-12 02:23:53] "GET /analytics HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.22 - - [2026-02-12 02:23:53] "GET /analytics HTTP/1.1" 401 206 0.000145 [API:8081]10.0.0.23 - - [2026-02-12 02:23:53] "GET /analytics HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.23 - - [2026-02-12 02:23:53] "GET /analytics HTTP/1.1" 401 206 0.000154 [API:8081]10.0.0.22 - - [2026-02-12 02:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.22 - - [2026-02-12 02:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.22 - - [2026-02-12 02:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.22 - - [2026-02-12 02:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.23 - - [2026-02-12 02:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.23 - - [2026-02-12 02:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.23 - - [2026-02-12 02:24:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.23 - - [2026-02-12 02:24:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.130 - - [2026-02-12 02:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.130 - - [2026-02-12 02:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000686 [API:8081]10.0.0.130 - - [2026-02-12 02:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.130 - - [2026-02-12 02:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.22 - - [2026-02-12 02:24:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059403 [API:8081]10.0.0.22 - - [2026-02-12 02:26:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.134752 [API:8081]10.0.0.130 - - [2026-02-12 02:28:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.130 - - [2026-02-12 02:28:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2461 0.071089 [API:8081]10.0.0.22 - - [2026-02-12 02:28:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088983 [API:8081]10.0.0.130 - - [2026-02-12 02:28:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2461 0.062471 [API:8081]10.0.0.22 - - [2026-02-12 02:29:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.061909 [API:8081]10.0.0.130 - - [2026-02-12 02:29:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1895 0.054903 [API:8081]10.0.0.130 - - [2026-02-12 02:29:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2124 0.008895 [API:8081]10.0.0.130 - - [2026-02-12 02:29:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2353 0.008620 [API:8081]10.0.0.130 - - [2026-02-12 02:29:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2582 0.008866 [API:8081]10.0.0.22 - - [2026-02-12 02:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.22 - - [2026-02-12 02:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.22 - - [2026-02-12 02:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.22 - - [2026-02-12 02:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.23 - - [2026-02-12 02:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000544 [API:8081]10.0.0.23 - - [2026-02-12 02:29:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.23 - - [2026-02-12 02:29:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000227 [API:8081]10.0.0.23 - - [2026-02-12 02:29:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.130 - - [2026-02-12 02:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000223 [API:8081]10.0.0.130 - - [2026-02-12 02:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.130 - - [2026-02-12 02:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000366 [API:8081]10.0.0.130 - - [2026-02-12 02:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.22 - - [2026-02-12 02:31:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086812 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:31:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002523 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002981 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002532 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003086 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:31:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003157 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002860 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002223 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002348 [API:8081]10.0.0.22 - - [2026-02-12 02:32:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.063470 [API:8081]10.0.0.130 - - [2026-02-12 02:32:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.016607 [API:8081]10.0.0.130 - - [2026-02-12 02:33:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.019619 [API:8081]10.0.0.130 - - [2026-02-12 02:33:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.068763 [API:8081]10.0.0.130 - - [2026-02-12 02:33:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.017381 [API:8081]10.0.0.130 - - [2026-02-12 02:33:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.090504 [API:8081]10.0.0.130 - - [2026-02-12 02:33:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.026554 [API:8081]10.0.0.130 - - [2026-02-12 02:33:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.016753 [API:8081]10.0.0.130 - - [2026-02-12 02:33:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.017378 [API:8081]10.0.0.130 - - [2026-02-12 02:33:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-83622174:ctest-vnet1-38578740?flat HTTP/1.1" 200 8247 0.011676 [API:8081]10.0.0.130 - - [2026-02-12 02:33:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008456 [API:8081]10.0.0.130 - - [2026-02-12 02:33:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24573 0.019962 [API:8081]10.0.0.130 - - [2026-02-12 02:33:24] "GET /analytics HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.130 - - [2026-02-12 02:33:24] "GET /analytics HTTP/1.1" 401 206 0.000178 [API:8081]10.0.0.130 - - [2026-02-12 02:33:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24573 0.018542 [API:8081]10.0.0.130 - - [2026-02-12 02:33:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24573 0.018534 [API:8081]10.0.0.130 - - [2026-02-12 02:33:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24573 0.017134 [API:8081]10.0.0.130 - - [2026-02-12 02:33:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24573 0.021845 [API:8081]10.0.0.130 - - [2026-02-12 02:33:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24573 0.020967 [API:8081]10.0.0.130 - - [2026-02-12 02:33:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24573 0.019519 [API:8081]10.0.0.130 - - [2026-02-12 02:33:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24573 0.018737 [API:8081]10.0.0.130 - - [2026-02-12 02:33:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24573 0.018048 [API:8081]10.0.0.130 - - [2026-02-12 02:33:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-83622174:ctest-vnet0-25935507?flat HTTP/1.1" 200 8243 0.014427 [API:8081]10.0.0.130 - - [2026-02-12 02:33:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008902 [API:8081]10.0.0.22 - - [2026-02-12 02:33:53] "GET /analytics HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.22 - - [2026-02-12 02:33:53] "GET /analytics HTTP/1.1" 401 206 0.000158 [API:8081]10.0.0.23 - - [2026-02-12 02:33:53] "GET /analytics HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.23 - - [2026-02-12 02:33:53] "GET /analytics HTTP/1.1" 401 206 0.000163 [API:8081]10.0.0.130 - - [2026-02-12 02:33:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1445 0.008736 [API:8081]10.0.0.22 - - [2026-02-12 02:34:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055049 [API:8081]10.0.0.22 - - [2026-02-12 02:34:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.22 - - [2026-02-12 02:34:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000223 [API:8081]10.0.0.22 - - [2026-02-12 02:34:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.22 - - [2026-02-12 02:34:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.23 - - [2026-02-12 02:34:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.23 - - [2026-02-12 02:34:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.23 - - [2026-02-12 02:34:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.23 - - [2026-02-12 02:34:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.130 - - [2026-02-12 02:34:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.130 - - [2026-02-12 02:34:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.130 - - [2026-02-12 02:34:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.130 - - [2026-02-12 02:34:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.22 - - [2026-02-12 02:35:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.063787 [API:8081]10.0.0.130 - - [2026-02-12 02:35:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000381 [API:8081]10.0.0.130 - - [2026-02-12 02:35:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.056809 [API:8081]10.0.0.130 - - [2026-02-12 02:36:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.079727 [API:8081]10.0.0.130 - - [2026-02-12 02:37:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.072339 [API:8081]10.0.0.130 - - [2026-02-12 02:37:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.016978 [API:8081]10.0.0.22 - - [2026-02-12 02:37:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057797 [API:8081]10.0.0.130 - - [2026-02-12 02:37:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.016274 [API:8081]10.0.0.130 - - [2026-02-12 02:37:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.020273 [API:8081]10.0.0.130 - - [2026-02-12 02:37:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.019572 [API:8081]10.0.0.130 - - [2026-02-12 02:37:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.017593 [API:8081]10.0.0.130 - - [2026-02-12 02:37:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-45559901:ctest-vnet0-56903573?flat HTTP/1.1" 200 7193 0.013475 [API:8081]10.0.0.130 - - [2026-02-12 02:37:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007497 [API:8081]10.0.0.130 - - [2026-02-12 02:37:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.130 - - [2026-02-12 02:37:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1461 0.070402 [API:8081]10.0.0.130 - - [2026-02-12 02:37:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.130 - - [2026-02-12 02:37:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1847 0.057356 [API:8081]10.0.0.130 - - [2026-02-12 02:37:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1847 0.053002 [API:8081]10.0.0.130 - - [2026-02-12 02:37:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1847 0.058669 [API:8081]10.0.0.22 - - [2026-02-12 02:38:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.063559 [API:8081]10.0.0.130 - - [2026-02-12 02:38:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-09051790:a8a89022-ab4b-4cb6-a217-95f176fe52f3?flat HTTP/1.1" 200 5236 0.012802 [API:8081]10.0.0.130 - - [2026-02-12 02:38:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-09051790:a8a89022-ab4b-4cb6-a217-95f176fe52f3?flat HTTP/1.1" 200 5236 0.011704 [API:8081]10.0.0.130 - - [2026-02-12 02:38:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-09051790:a8a89022-ab4b-4cb6-a217-95f176fe52f3?flat HTTP/1.1" 200 5236 0.012421 [API:8081]10.0.0.130 - - [2026-02-12 02:38:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-09051790:ctest-VN1-08549965?flat HTTP/1.1" 200 4488 0.011819 [API:8081]10.0.0.130 - - [2026-02-12 02:38:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.017031 [API:8081]10.0.0.130 - - [2026-02-12 02:38:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.016930 [API:8081]10.0.0.130 - - [2026-02-12 02:38:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008298 [API:8081]10.0.0.130 - - [2026-02-12 02:38:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-09051790:9003a1c6-88ee-4e7d-958c-6e938e19862d?flat HTTP/1.1" 200 5088 0.012039 [API:8081]10.0.0.130 - - [2026-02-12 02:38:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-09051790:9003a1c6-88ee-4e7d-958c-6e938e19862d?flat HTTP/1.1" 200 5088 0.012556 [API:8081]10.0.0.130 - - [2026-02-12 02:38:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-09051790:9003a1c6-88ee-4e7d-958c-6e938e19862d?flat HTTP/1.1" 200 5088 0.011307 [API:8081]10.0.0.130 - - [2026-02-12 02:38:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-09051790:ctest-VN2-85853596?flat HTTP/1.1" 200 7854 0.012888 [API:8081]10.0.0.130 - - [2026-02-12 02:38:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.016979 [API:8081]10.0.0.130 - - [2026-02-12 02:38:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.015905 [API:8081]10.0.0.130 - - [2026-02-12 02:38:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008275 [API:8081]10.0.0.130 - - [2026-02-12 02:38:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-09051790:f47c43d3-ed59-4188-be2b-84bb2b3978b8?flat HTTP/1.1" 200 5095 0.013139 [API:8081]10.0.0.130 - - [2026-02-12 02:38:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-09051790:f47c43d3-ed59-4188-be2b-84bb2b3978b8?flat HTTP/1.1" 200 5095 0.018195 [API:8081]10.0.0.130 - - [2026-02-12 02:38:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-09051790:f47c43d3-ed59-4188-be2b-84bb2b3978b8?flat HTTP/1.1" 200 5095 0.012881 [API:8081]10.0.0.130 - - [2026-02-12 02:38:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-09051790:ctest-VN3-92992419?flat HTTP/1.1" 200 7447 0.013582 [API:8081]10.0.0.130 - - [2026-02-12 02:38:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.019961 [API:8081]10.0.0.130 - - [2026-02-12 02:38:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.020416 [API:8081]10.0.0.130 - - [2026-02-12 02:38:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009064 [API:8081]10.0.0.22 - - [2026-02-12 02:39:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.22 - - [2026-02-12 02:39:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.22 - - [2026-02-12 02:39:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.22 - - [2026-02-12 02:39:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.23 - - [2026-02-12 02:39:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.23 - - [2026-02-12 02:39:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.23 - - [2026-02-12 02:39:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.23 - - [2026-02-12 02:39:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.130 - - [2026-02-12 02:39:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.015884 [API:8081]10.0.0.130 - - [2026-02-12 02:39:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.130 - - [2026-02-12 02:39:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.130 - - [2026-02-12 02:39:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.130 - - [2026-02-12 02:39:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.130 - - [2026-02-12 02:39:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.017903 [API:8081]10.0.0.130 - - [2026-02-12 02:40:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.024278 [API:8081]10.0.0.130 - - [2026-02-12 02:40:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.017583 [API:8081]10.0.0.130 - - [2026-02-12 02:40:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.017733 [API:8081]10.0.0.22 - - [2026-02-12 02:40:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063012 [API:8081]10.0.0.130 - - [2026-02-12 02:40:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.018703 [API:8081]10.0.0.130 - - [2026-02-12 02:40:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.029868 [API:8081]10.0.0.130 - - [2026-02-12 02:40:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.017769 [API:8081]10.0.0.130 - - [2026-02-12 02:40:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-09051790:ctest-VN3-92992419?flat HTTP/1.1" 200 6220 0.011824 [API:8081]10.0.0.130 - - [2026-02-12 02:40:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008375 [API:8081]10.0.0.130 - - [2026-02-12 02:40:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.021895 [API:8081]10.0.0.130 - - [2026-02-12 02:40:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.017842 [API:8081]10.0.0.130 - - [2026-02-12 02:40:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.018125 [API:8081]10.0.0.130 - - [2026-02-12 02:40:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.018828 [API:8081]10.0.0.130 - - [2026-02-12 02:40:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.025656 [API:8081]10.0.0.130 - - [2026-02-12 02:40:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.022122 [API:8081]10.0.0.130 - - [2026-02-12 02:40:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.017560 [API:8081]10.0.0.130 - - [2026-02-12 02:40:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.018390 [API:8081]10.0.0.130 - - [2026-02-12 02:40:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.019052 [API:8081]10.0.0.130 - - [2026-02-12 02:40:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.018880 [API:8081]10.0.0.130 - - [2026-02-12 02:40:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-09051790:ctest-VN2-85853596?flat HTTP/1.1" 200 6548 0.015019 [API:8081]10.0.0.130 - - [2026-02-12 02:40:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009685 [API:8081]10.0.0.130 - - [2026-02-12 02:40:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.017553 [API:8081]10.0.0.130 - - [2026-02-12 02:40:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.017376 [API:8081]10.0.0.130 - - [2026-02-12 02:40:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.036696 [API:8081]10.0.0.130 - - [2026-02-12 02:40:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.019111 [API:8081]10.0.0.130 - - [2026-02-12 02:41:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.019732 [API:8081]10.0.0.130 - - [2026-02-12 02:41:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.016577 [API:8081]10.0.0.130 - - [2026-02-12 02:41:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.016525 [API:8081]10.0.0.22 - - [2026-02-12 02:41:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.067952 [API:8081]10.0.0.130 - - [2026-02-12 02:41:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.019831 [API:8081]10.0.0.130 - - [2026-02-12 02:41:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.023654 [API:8081]10.0.0.130 - - [2026-02-12 02:41:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.018188 [API:8081]10.0.0.130 - - [2026-02-12 02:41:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-09051790:ctest-VN1-08549965?flat HTTP/1.1" 200 6776 0.011998 [API:8081]10.0.0.130 - - [2026-02-12 02:41:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007680 [API:8081]10.0.0.130 - - [2026-02-12 02:41:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.130 - - [2026-02-12 02:41:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1883 0.086950 [API:8081]10.0.0.130 - - [2026-02-12 02:41:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1883 0.054615 [API:8081]10.0.0.130 - - [2026-02-12 02:41:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1883 0.059947 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:41:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.020549 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:41:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005543 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:41:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003362 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:41:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004516 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:41:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002874 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:41:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002439 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:41:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002417 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:41:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002175 [API:8081]10.0.0.130 - - [2026-02-12 02:42:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-13795166:e9ea76f2-68a0-402d-81ff-7e0c0a0ef3dd?flat HTTP/1.1" 200 5365 0.012214 [API:8081]10.0.0.130 - - [2026-02-12 02:42:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-13795166:e9ea76f2-68a0-402d-81ff-7e0c0a0ef3dd?flat HTTP/1.1" 200 5365 0.013257 [API:8081]10.0.0.130 - - [2026-02-12 02:42:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-13795166:e9ea76f2-68a0-402d-81ff-7e0c0a0ef3dd?flat HTTP/1.1" 200 5365 0.012342 [API:8081]10.0.0.130 - - [2026-02-12 02:42:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-13795166:e9ea76f2-68a0-402d-81ff-7e0c0a0ef3dd?flat HTTP/1.1" 200 5365 0.012341 [API:8081]10.0.0.130 - - [2026-02-12 02:42:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-13795166:ctest-VN1-44636705?flat HTTP/1.1" 200 9455 0.015934 [API:8081]10.0.0.130 - - [2026-02-12 02:42:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.018530 [API:8081]10.0.0.130 - - [2026-02-12 02:42:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.027997 [API:8081]10.0.0.130 - - [2026-02-12 02:42:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.011140 [API:8081]10.0.0.130 - - [2026-02-12 02:42:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-13795166:856cc28f-1b67-416e-b8e1-d99ae84b3eea?flat HTTP/1.1" 200 5224 0.015561 [API:8081]10.0.0.130 - - [2026-02-12 02:42:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-13795166:856cc28f-1b67-416e-b8e1-d99ae84b3eea?flat HTTP/1.1" 200 5224 0.012188 [API:8081]10.0.0.130 - - [2026-02-12 02:42:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-13795166:856cc28f-1b67-416e-b8e1-d99ae84b3eea?flat HTTP/1.1" 200 5224 0.013656 [API:8081]10.0.0.130 - - [2026-02-12 02:42:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-13795166:856cc28f-1b67-416e-b8e1-d99ae84b3eea?flat HTTP/1.1" 200 5224 0.014569 [API:8081]10.0.0.130 - - [2026-02-12 02:42:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-13795166:ctest-VN2-84231563?flat HTTP/1.1" 200 8635 0.013237 [API:8081]10.0.0.130 - - [2026-02-12 02:42:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.030495 [API:8081]10.0.0.130 - - [2026-02-12 02:42:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.021455 [API:8081]10.0.0.130 - - [2026-02-12 02:42:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.007428 [API:8081]10.0.0.130 - - [2026-02-12 02:42:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-13795166:4fc6c1de-3a97-4e87-a2f5-79ff28e52ed8?flat HTTP/1.1" 200 5225 0.013803 [API:8081]10.0.0.130 - - [2026-02-12 02:42:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-13795166:4fc6c1de-3a97-4e87-a2f5-79ff28e52ed8?flat HTTP/1.1" 200 5225 0.021144 [API:8081]10.0.0.130 - - [2026-02-12 02:42:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-13795166:4fc6c1de-3a97-4e87-a2f5-79ff28e52ed8?flat HTTP/1.1" 200 5225 0.015673 [API:8081]10.0.0.130 - - [2026-02-12 02:42:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-13795166:4fc6c1de-3a97-4e87-a2f5-79ff28e52ed8?flat HTTP/1.1" 200 5225 0.015576 [API:8081]10.0.0.130 - - [2026-02-12 02:42:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-13795166:ctest-VN3-46913689?flat HTTP/1.1" 200 8208 0.014529 [API:8081]10.0.0.130 - - [2026-02-12 02:42:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.016464 [API:8081]10.0.0.130 - - [2026-02-12 02:42:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.018173 [API:8081]10.0.0.130 - - [2026-02-12 02:42:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009330 [API:8081]10.0.0.22 - - [2026-02-12 02:43:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055218 [API:8081]10.0.0.130 - - [2026-02-12 02:43:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.019097 [API:8081]10.0.0.130 - - [2026-02-12 02:43:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-13795166:ctest-VN3-46913689?flat HTTP/1.1" 200 6969 0.011855 [API:8081]10.0.0.130 - - [2026-02-12 02:43:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008832 [API:8081]10.0.0.130 - - [2026-02-12 02:43:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.017906 [API:8081]10.0.0.130 - - [2026-02-12 02:43:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.023229 [API:8081]10.0.0.130 - - [2026-02-12 02:43:24] "GET /analytics HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.130 - - [2026-02-12 02:43:24] "GET /analytics HTTP/1.1" 401 206 0.000143 [API:8081]10.0.0.130 - - [2026-02-12 02:43:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.021823 [API:8081]10.0.0.130 - - [2026-02-12 02:43:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.017112 [API:8081]10.0.0.130 - - [2026-02-12 02:43:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.030018 [API:8081]10.0.0.130 - - [2026-02-12 02:43:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.027418 [API:8081]10.0.0.130 - - [2026-02-12 02:43:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.018936 [API:8081]10.0.0.130 - - [2026-02-12 02:43:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.016558 [API:8081]10.0.0.130 - - [2026-02-12 02:43:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.017257 [API:8081]10.0.0.130 - - [2026-02-12 02:43:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.025625 [API:8081]10.0.0.130 - - [2026-02-12 02:43:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-13795166:ctest-VN2-84231563?flat HTTP/1.1" 200 7311 0.012141 [API:8081]10.0.0.130 - - [2026-02-12 02:43:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008253 [API:8081]10.0.0.130 - - [2026-02-12 02:43:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.018322 [API:8081]10.0.0.130 - - [2026-02-12 02:43:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.017634 [API:8081]10.0.0.22 - - [2026-02-12 02:43:53] "GET /analytics HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.22 - - [2026-02-12 02:43:53] "GET /analytics HTTP/1.1" 401 206 0.000154 [API:8081]10.0.0.23 - - [2026-02-12 02:43:53] "GET /analytics HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.23 - - [2026-02-12 02:43:53] "GET /analytics HTTP/1.1" 401 206 0.000160 [API:8081]10.0.0.130 - - [2026-02-12 02:43:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.015940 [API:8081]10.0.0.130 - - [2026-02-12 02:43:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.017415 [API:8081]10.0.0.130 - - [2026-02-12 02:44:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.018018 [API:8081]10.0.0.130 - - [2026-02-12 02:44:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.018922 [API:8081]10.0.0.130 - - [2026-02-12 02:44:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.030526 [API:8081]10.0.0.130 - - [2026-02-12 02:44:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.018823 [API:8081]10.0.0.130 - - [2026-02-12 02:44:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.024969 [API:8081]10.0.0.22 - - [2026-02-12 02:44:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.075639 [API:8081]10.0.0.130 - - [2026-02-12 02:44:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.042021 [API:8081]10.0.0.130 - - [2026-02-12 02:44:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-13795166:ctest-VN1-44636705?flat HTTP/1.1" 200 7648 0.017616 [API:8081]10.0.0.130 - - [2026-02-12 02:44:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009079 [API:8081]10.0.0.130 - - [2026-02-12 02:44:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.130 - - [2026-02-12 02:44:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.059503 [API:8081]10.0.0.130 - - [2026-02-12 02:44:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.056847 [API:8081]10.0.0.22 - - [2026-02-12 02:44:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.22 - - [2026-02-12 02:44:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.22 - - [2026-02-12 02:44:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.22 - - [2026-02-12 02:44:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.23 - - [2026-02-12 02:44:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.23 - - [2026-02-12 02:44:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.23 - - [2026-02-12 02:44:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.23 - - [2026-02-12 02:44:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.130 - - [2026-02-12 02:44:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.130 - - [2026-02-12 02:44:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000223 [API:8081]10.0.0.130 - - [2026-02-12 02:44:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.130 - - [2026-02-12 02:44:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.130 - - [2026-02-12 02:46:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.130 - - [2026-02-12 02:46:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1879 0.060653 [API:8081]10.0.0.22 - - [2026-02-12 02:46:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080815 [API:8081]10.0.0.22 - - [2026-02-12 02:47:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.069031 [API:8081]10.0.0.130 - - [2026-02-12 02:48:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.017133 [API:8081]10.0.0.130 - - [2026-02-12 02:48:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-57486609:ctest-vnet0-66502538?flat HTTP/1.1" 200 7967 0.067017 [API:8081]10.0.0.130 - - [2026-02-12 02:48:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.081785 [API:8081]10.0.0.130 - - [2026-02-12 02:48:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.130 - - [2026-02-12 02:48:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1445 0.060506 [API:8081]10.0.0.130 - - [2026-02-12 02:48:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1670 0.064872 [API:8081]10.0.0.22 - - [2026-02-12 02:49:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059295 [API:8081]10.0.0.22 - - [2026-02-12 02:49:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.22 - - [2026-02-12 02:49:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.22 - - [2026-02-12 02:49:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.22 - - [2026-02-12 02:49:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.23 - - [2026-02-12 02:49:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.23 - - [2026-02-12 02:49:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.23 - - [2026-02-12 02:49:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.23 - - [2026-02-12 02:49:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.130 - - [2026-02-12 02:49:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.130 - - [2026-02-12 02:49:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.130 - - [2026-02-12 02:49:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.130 - - [2026-02-12 02:49:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.22 - - [2026-02-12 02:50:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.060205 [API:8081]10.0.0.130 - - [2026-02-12 02:51:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.018551 [API:8081]10.0.0.130 - - [2026-02-12 02:51:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-34643865:ctest-vnet1-05696366?flat HTTP/1.1" 200 7306 0.071486 [API:8081]10.0.0.130 - - [2026-02-12 02:51:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008951 [API:8081]10.0.0.130 - - [2026-02-12 02:51:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24620 0.017610 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:51:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003609 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:51:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002735 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:51:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002562 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:51:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002138 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:51:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002277 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:51:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002416 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:51:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002148 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 02:51:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002522 [API:8081]10.0.0.130 - - [2026-02-12 02:51:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24620 0.016857 [API:8081]10.0.0.130 - - [2026-02-12 02:51:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24620 0.018318 [API:8081]10.0.0.130 - - [2026-02-12 02:51:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24620 0.017136 [API:8081]10.0.0.130 - - [2026-02-12 02:52:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24620 0.034075 [API:8081]10.0.0.130 - - [2026-02-12 02:52:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24620 0.016888 [API:8081]10.0.0.130 - - [2026-02-12 02:52:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24620 0.017152 [API:8081]10.0.0.130 - - [2026-02-12 02:52:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24620 0.016513 [API:8081]10.0.0.130 - - [2026-02-12 02:52:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24620 0.032343 [API:8081]10.0.0.130 - - [2026-02-12 02:52:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24623 0.018584 [API:8081]10.0.0.130 - - [2026-02-12 02:52:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-34643865:ctest-vnet0-26556039?flat HTTP/1.1" 200 6959 0.012498 [API:8081]10.0.0.130 - - [2026-02-12 02:52:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008679 [API:8081]10.0.0.22 - - [2026-02-12 02:52:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083184 [API:8081]10.0.0.130 - - [2026-02-12 02:52:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.130 - - [2026-02-12 02:52:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1457 0.127144 [API:8081]10.0.0.130 - - [2026-02-12 02:52:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1694 0.067465 [API:8081]10.0.0.22 - - [2026-02-12 02:53:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.063837 [API:8081]10.0.0.130 - - [2026-02-12 02:53:24] "GET /analytics HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.130 - - [2026-02-12 02:53:24] "GET /analytics HTTP/1.1" 401 206 0.000131 [API:8081]10.0.0.22 - - [2026-02-12 02:53:53] "GET /analytics HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.22 - - [2026-02-12 02:53:53] "GET /analytics HTTP/1.1" 401 206 0.000184 [API:8081]10.0.0.23 - - [2026-02-12 02:53:53] "GET /analytics HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.23 - - [2026-02-12 02:53:53] "GET /analytics HTTP/1.1" 401 206 0.000148 [API:8081]10.0.0.22 - - [2026-02-12 02:54:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.22 - - [2026-02-12 02:54:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.22 - - [2026-02-12 02:54:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.22 - - [2026-02-12 02:54:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.23 - - [2026-02-12 02:54:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.23 - - [2026-02-12 02:54:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000847 [API:8081]10.0.0.23 - - [2026-02-12 02:54:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.23 - - [2026-02-12 02:54:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.130 - - [2026-02-12 02:54:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000534 [API:8081]10.0.0.130 - - [2026-02-12 02:54:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.130 - - [2026-02-12 02:54:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.130 - - [2026-02-12 02:54:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.22 - - [2026-02-12 02:55:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057497 [API:8081]10.0.0.130 - - [2026-02-12 02:55:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.024358 [API:8081]10.0.0.130 - - [2026-02-12 02:55:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.077276 [API:8081]10.0.0.130 - - [2026-02-12 02:55:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.022377 [API:8081]10.0.0.130 - - [2026-02-12 02:55:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.019323 [API:8081]10.0.0.130 - - [2026-02-12 02:55:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.017061 [API:8081]10.0.0.130 - - [2026-02-12 02:55:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.016636 [API:8081]10.0.0.130 - - [2026-02-12 02:55:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.017864 [API:8081]10.0.0.130 - - [2026-02-12 02:55:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-24408540:ctest-vnet1-68666296?flat HTTP/1.1" 200 8068 0.013021 [API:8081]10.0.0.130 - - [2026-02-12 02:55:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008611 [API:8081]10.0.0.130 - - [2026-02-12 02:55:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.019120 [API:8081]10.0.0.130 - - [2026-02-12 02:55:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.016820 [API:8081]10.0.0.130 - - [2026-02-12 02:55:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.016959 [API:8081]10.0.0.130 - - [2026-02-12 02:55:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.017471 [API:8081]10.0.0.130 - - [2026-02-12 02:56:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.016640 [API:8081]10.0.0.130 - - [2026-02-12 02:56:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.017710 [API:8081]10.0.0.130 - - [2026-02-12 02:56:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.016440 [API:8081]10.0.0.130 - - [2026-02-12 02:56:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.017631 [API:8081]10.0.0.130 - - [2026-02-12 02:56:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.026123 [API:8081]10.0.0.130 - - [2026-02-12 02:56:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.016792 [API:8081]10.0.0.130 - - [2026-02-12 02:56:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-24408540:ctest-vnet0-90084196?flat HTTP/1.1" 200 7710 0.012062 [API:8081]10.0.0.130 - - [2026-02-12 02:56:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007728 [API:8081]10.0.0.22 - - [2026-02-12 02:56:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.098817 [API:8081]10.0.0.22 - - [2026-02-12 02:58:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075433 [API:8081]10.0.0.22 - - [2026-02-12 02:59:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.072869 [API:8081]10.0.0.130 - - [2026-02-12 02:59:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.130 - - [2026-02-12 02:59:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1853 0.058415 [API:8081]10.0.0.22 - - [2026-02-12 02:59:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.22 - - [2026-02-12 02:59:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.22 - - [2026-02-12 02:59:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.22 - - [2026-02-12 02:59:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.23 - - [2026-02-12 02:59:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.23 - - [2026-02-12 02:59:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.23 - - [2026-02-12 02:59:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.23 - - [2026-02-12 02:59:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.130 - - [2026-02-12 02:59:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.130 - - [2026-02-12 02:59:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.130 - - [2026-02-12 02:59:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.130 - - [2026-02-12 02:59:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.130 - - [2026-02-12 03:01:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.089241 [API:8081]10.0.0.22 - - [2026-02-12 03:01:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055667 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:01:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003503 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:01:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004196 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:01:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003199 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:01:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003217 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:01:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003112 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:01:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002907 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:01:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002914 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:01:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002853 [API:8081]10.0.0.130 - - [2026-02-12 03:02:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.130 - - [2026-02-12 03:02:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1567 0.068393 [API:8081]10.0.0.22 - - [2026-02-12 03:02:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.113654 [API:8081]10.0.0.130 - - [2026-02-12 03:03:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-75133443:af849e2d-68d1-41fd-8b00-a436b7f5d26b?flat HTTP/1.1" 200 5817 0.066199 [API:8081]10.0.0.130 - - [2026-02-12 03:03:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-75133443:af849e2d-68d1-41fd-8b00-a436b7f5d26b?flat HTTP/1.1" 200 5817 0.012405 [API:8081]10.0.0.130 - - [2026-02-12 03:03:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-75133443:af849e2d-68d1-41fd-8b00-a436b7f5d26b?flat HTTP/1.1" 200 5817 0.072213 [API:8081]10.0.0.130 - - [2026-02-12 03:03:07] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-75133443:ctest-SecurityGroupBasicRegressionTests1Ipv6-75133443-02543792?flat HTTP/1.1" 200 10789 0.015570 [API:8081]10.0.0.130 - - [2026-02-12 03:03:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.017225 [API:8081]10.0.0.130 - - [2026-02-12 03:03:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.017816 [API:8081]10.0.0.130 - - [2026-02-12 03:03:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008758 [API:8081]10.0.0.130 - - [2026-02-12 03:03:24] "GET /analytics HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.130 - - [2026-02-12 03:03:24] "GET /analytics HTTP/1.1" 401 206 0.000149 [API:8081]10.0.0.130 - - [2026-02-12 03:03:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-75133443:9920c0f5-4149-4325-867f-68131f77da81?flat HTTP/1.1" 200 5687 0.019023 [API:8081]10.0.0.130 - - [2026-02-12 03:03:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-75133443:9920c0f5-4149-4325-867f-68131f77da81?flat HTTP/1.1" 200 5687 0.019468 [API:8081]10.0.0.130 - - [2026-02-12 03:03:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-75133443:9920c0f5-4149-4325-867f-68131f77da81?flat HTTP/1.1" 200 5687 0.018017 [API:8081]10.0.0.130 - - [2026-02-12 03:03:32] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-75133443:ctest-SecurityGroupBasicRegressionTests1Ipv6-75133443-02543792?flat HTTP/1.1" 200 10940 0.018740 [API:8081]10.0.0.130 - - [2026-02-12 03:03:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.018870 [API:8081]10.0.0.130 - - [2026-02-12 03:03:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.016400 [API:8081]10.0.0.130 - - [2026-02-12 03:03:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.011745 [API:8081]10.0.0.22 - - [2026-02-12 03:03:53] "GET /analytics HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.22 - - [2026-02-12 03:03:53] "GET /analytics HTTP/1.1" 401 206 0.000205 [API:8081]10.0.0.23 - - [2026-02-12 03:03:53] "GET /analytics HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.23 - - [2026-02-12 03:03:53] "GET /analytics HTTP/1.1" 401 206 0.000201 [API:8081]10.0.0.22 - - [2026-02-12 03:04:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078368 [API:8081]10.0.0.22 - - [2026-02-12 03:04:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000320 [API:8081]10.0.0.22 - - [2026-02-12 03:04:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.22 - - [2026-02-12 03:04:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.22 - - [2026-02-12 03:04:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.23 - - [2026-02-12 03:04:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000325 [API:8081]10.0.0.23 - - [2026-02-12 03:04:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.23 - - [2026-02-12 03:04:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.23 - - [2026-02-12 03:04:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.130 - - [2026-02-12 03:04:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.130 - - [2026-02-12 03:04:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.130 - - [2026-02-12 03:04:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.130 - - [2026-02-12 03:04:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.130 - - [2026-02-12 03:05:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.016814 [API:8081]10.0.0.130 - - [2026-02-12 03:05:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.018043 [API:8081]10.0.0.130 - - [2026-02-12 03:05:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.016260 [API:8081]10.0.0.130 - - [2026-02-12 03:05:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.019198 [API:8081]10.0.0.130 - - [2026-02-12 03:05:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.024951 [API:8081]10.0.0.130 - - [2026-02-12 03:05:17] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-75133443:ctest-SecurityGroupBasicRegressionTests1Ipv6-75133443-02543792?flat HTTP/1.1" 200 11975 0.015572 [API:8081]10.0.0.130 - - [2026-02-12 03:05:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.007856 [API:8081]10.0.0.130 - - [2026-02-12 03:05:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.019201 [API:8081]10.0.0.130 - - [2026-02-12 03:05:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.019579 [API:8081]10.0.0.130 - - [2026-02-12 03:05:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.021916 [API:8081]10.0.0.130 - - [2026-02-12 03:05:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.018738 [API:8081]10.0.0.22 - - [2026-02-12 03:05:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.066904 [API:8081]10.0.0.130 - - [2026-02-12 03:05:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.027511 [API:8081]10.0.0.130 - - [2026-02-12 03:05:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.017397 [API:8081]10.0.0.130 - - [2026-02-12 03:05:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.017742 [API:8081]10.0.0.130 - - [2026-02-12 03:05:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.017323 [API:8081]10.0.0.130 - - [2026-02-12 03:05:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.017967 [API:8081]10.0.0.130 - - [2026-02-12 03:05:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.019770 [API:8081]10.0.0.130 - - [2026-02-12 03:05:47] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-75133443:ctest-SecurityGroupBasicRegressionTests1Ipv6-75133443-02543792?flat HTTP/1.1" 200 8794 0.011401 [API:8081]10.0.0.130 - - [2026-02-12 03:05:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007825 [API:8081]10.0.0.130 - - [2026-02-12 03:05:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.130 - - [2026-02-12 03:05:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1587 0.065404 [API:8081]10.0.0.130 - - [2026-02-12 03:06:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-95699944:461984ab-9947-4b76-86c9-fbcf5582448c?flat HTTP/1.1" 200 5804 0.065465 [API:8081]10.0.0.130 - - [2026-02-12 03:06:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-95699944:461984ab-9947-4b76-86c9-fbcf5582448c?flat HTTP/1.1" 200 5804 0.069651 [API:8081]10.0.0.130 - - [2026-02-12 03:06:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-95699944:461984ab-9947-4b76-86c9-fbcf5582448c?flat HTTP/1.1" 200 5804 0.020514 [API:8081]10.0.0.130 - - [2026-02-12 03:06:38] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-95699944:ctest-SecurityGroupBasicRegressionTests1_contrail-95699944-35059666?flat HTTP/1.1" 200 4447 0.023881 [API:8081]10.0.0.130 - - [2026-02-12 03:06:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.017301 [API:8081]10.0.0.130 - - [2026-02-12 03:06:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.016922 [API:8081]10.0.0.130 - - [2026-02-12 03:06:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008058 [API:8081]10.0.0.130 - - [2026-02-12 03:06:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-95699944:95ba1d32-e685-4c49-834f-386865bb54aa?flat HTTP/1.1" 200 5927 0.013983 [API:8081]10.0.0.130 - - [2026-02-12 03:06:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-95699944:95ba1d32-e685-4c49-834f-386865bb54aa?flat HTTP/1.1" 200 5927 0.012258 [API:8081]10.0.0.130 - - [2026-02-12 03:06:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-95699944:95ba1d32-e685-4c49-834f-386865bb54aa?flat HTTP/1.1" 200 5927 0.013345 [API:8081]10.0.0.130 - - [2026-02-12 03:06:59] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-95699944:ctest-SecurityGroupBasicRegressionTests1_contrail-95699944-35059666?flat HTTP/1.1" 200 12721 0.014548 [API:8081]10.0.0.130 - - [2026-02-12 03:06:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.018400 [API:8081]10.0.0.130 - - [2026-02-12 03:06:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.015486 [API:8081]10.0.0.130 - - [2026-02-12 03:06:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008162 [API:8081]10.0.0.22 - - [2026-02-12 03:07:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060224 [API:8081]10.0.0.22 - - [2026-02-12 03:08:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.064956 [API:8081]10.0.0.130 - - [2026-02-12 03:08:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.017338 [API:8081]10.0.0.130 - - [2026-02-12 03:08:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.018611 [API:8081]10.0.0.130 - - [2026-02-12 03:08:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.017618 [API:8081]10.0.0.130 - - [2026-02-12 03:08:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.020332 [API:8081]10.0.0.130 - - [2026-02-12 03:08:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.017542 [API:8081]10.0.0.130 - - [2026-02-12 03:08:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.030216 [API:8081]10.0.0.130 - - [2026-02-12 03:08:48] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-95699944:ctest-SecurityGroupBasicRegressionTests1_contrail-95699944-35059666?flat HTTP/1.1" 200 11654 0.018930 [API:8081]10.0.0.130 - - [2026-02-12 03:08:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009919 [API:8081]10.0.0.130 - - [2026-02-12 03:08:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.021076 [API:8081]10.0.0.130 - - [2026-02-12 03:08:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.017753 [API:8081]10.0.0.130 - - [2026-02-12 03:08:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.017405 [API:8081]10.0.0.130 - - [2026-02-12 03:09:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.016950 [API:8081]10.0.0.130 - - [2026-02-12 03:09:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.017671 [API:8081]10.0.0.130 - - [2026-02-12 03:09:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.020771 [API:8081]10.0.0.130 - - [2026-02-12 03:09:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.017496 [API:8081]10.0.0.130 - - [2026-02-12 03:09:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.023605 [API:8081]10.0.0.130 - - [2026-02-12 03:09:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.021299 [API:8081]10.0.0.130 - - [2026-02-12 03:09:15] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-95699944:ctest-SecurityGroupBasicRegressionTests1_contrail-95699944-35059666?flat HTTP/1.1" 200 8425 0.014182 [API:8081]10.0.0.130 - - [2026-02-12 03:09:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008021 [API:8081]10.0.0.130 - - [2026-02-12 03:09:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000219 [API:8081]10.0.0.130 - - [2026-02-12 03:09:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1551 0.064511 [API:8081]10.0.0.22 - - [2026-02-12 03:09:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.22 - - [2026-02-12 03:09:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000326 [API:8081]10.0.0.22 - - [2026-02-12 03:09:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.22 - - [2026-02-12 03:09:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.23 - - [2026-02-12 03:09:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.23 - - [2026-02-12 03:09:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.23 - - [2026-02-12 03:09:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.23 - - [2026-02-12 03:09:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.130 - - [2026-02-12 03:09:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.130 - - [2026-02-12 03:09:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.130 - - [2026-02-12 03:09:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.130 - - [2026-02-12 03:09:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.130 - - [2026-02-12 03:10:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-05417384:19ec1cbd-f1d1-431f-a3b1-7cdab5839243?flat HTTP/1.1" 200 5685 0.067997 [API:8081]10.0.0.130 - - [2026-02-12 03:10:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-05417384:19ec1cbd-f1d1-431f-a3b1-7cdab5839243?flat HTTP/1.1" 200 5685 0.066798 [API:8081]10.0.0.130 - - [2026-02-12 03:10:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-05417384:19ec1cbd-f1d1-431f-a3b1-7cdab5839243?flat HTTP/1.1" 200 5685 0.014613 [API:8081]10.0.0.130 - - [2026-02-12 03:10:11] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-05417384:ctest-SecurityGroupBasicRegressionTests1-05417384-70363762?flat HTTP/1.1" 200 9933 0.017636 [API:8081]10.0.0.130 - - [2026-02-12 03:10:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.033999 [API:8081]10.0.0.130 - - [2026-02-12 03:10:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.016501 [API:8081]10.0.0.130 - - [2026-02-12 03:10:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009749 [API:8081]10.0.0.130 - - [2026-02-12 03:10:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-05417384:0cb1fe4b-484f-473f-a038-6020a8866a17?flat HTTP/1.1" 200 5553 0.013232 [API:8081]10.0.0.130 - - [2026-02-12 03:10:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-05417384:0cb1fe4b-484f-473f-a038-6020a8866a17?flat HTTP/1.1" 200 5553 0.011972 [API:8081]10.0.0.130 - - [2026-02-12 03:10:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-05417384:0cb1fe4b-484f-473f-a038-6020a8866a17?flat HTTP/1.1" 200 5553 0.013248 [API:8081]10.0.0.130 - - [2026-02-12 03:10:31] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-05417384:ctest-SecurityGroupBasicRegressionTests1-05417384-70363762?flat HTTP/1.1" 200 10084 0.014980 [API:8081]10.0.0.130 - - [2026-02-12 03:10:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.021544 [API:8081]10.0.0.130 - - [2026-02-12 03:10:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.019216 [API:8081]10.0.0.130 - - [2026-02-12 03:10:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008278 [API:8081]10.0.0.22 - - [2026-02-12 03:10:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057614 [API:8081]10.0.0.22 - - [2026-02-12 03:11:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.062466 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:11:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003079 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:11:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.005203 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:11:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004624 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:11:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002450 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:11:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003762 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:11:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002476 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:11:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002219 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:11:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004868 [API:8081]10.0.0.130 - - [2026-02-12 03:12:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.019456 [API:8081]10.0.0.130 - - [2026-02-12 03:12:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.017692 [API:8081]10.0.0.130 - - [2026-02-12 03:12:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.017593 [API:8081]10.0.0.130 - - [2026-02-12 03:12:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.029587 [API:8081]10.0.0.130 - - [2026-02-12 03:12:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.030527 [API:8081]10.0.0.130 - - [2026-02-12 03:12:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.017630 [API:8081]10.0.0.130 - - [2026-02-12 03:12:18] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-05417384:ctest-SecurityGroupBasicRegressionTests1-05417384-70363762?flat HTTP/1.1" 200 11079 0.015460 [API:8081]10.0.0.130 - - [2026-02-12 03:12:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009866 [API:8081]10.0.0.130 - - [2026-02-12 03:12:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.017409 [API:8081]10.0.0.130 - - [2026-02-12 03:12:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.016867 [API:8081]10.0.0.130 - - [2026-02-12 03:12:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.024697 [API:8081]10.0.0.130 - - [2026-02-12 03:12:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.021444 [API:8081]10.0.0.130 - - [2026-02-12 03:12:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.017205 [API:8081]10.0.0.130 - - [2026-02-12 03:12:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.020612 [API:8081]10.0.0.130 - - [2026-02-12 03:12:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.021058 [API:8081]10.0.0.130 - - [2026-02-12 03:12:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.018625 [API:8081]10.0.0.130 - - [2026-02-12 03:12:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.017957 [API:8081]10.0.0.130 - - [2026-02-12 03:12:46] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-05417384:ctest-SecurityGroupBasicRegressionTests1-05417384-70363762?flat HTTP/1.1" 200 7962 0.011855 [API:8081]10.0.0.130 - - [2026-02-12 03:12:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007783 [API:8081]10.0.0.130 - - [2026-02-12 03:13:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.130 - - [2026-02-12 03:13:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1648 0.077080 [API:8081]10.0.0.130 - - [2026-02-12 03:13:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1861 0.063895 [API:8081]10.0.0.130 - - [2026-02-12 03:13:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2076 0.055105 [API:8081]10.0.0.130 - - [2026-02-12 03:13:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1433 0.010509 [API:8081]10.0.0.130 - - [2026-02-12 03:13:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1646 0.009387 [API:8081]10.0.0.130 - - [2026-02-12 03:13:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1861 0.008226 [API:8081]10.0.0.130 - - [2026-02-12 03:13:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2086 0.009135 [API:8081]10.0.0.130 - - [2026-02-12 03:13:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2313 0.008607 [API:8081]10.0.0.130 - - [2026-02-12 03:13:24] "GET /analytics HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.130 - - [2026-02-12 03:13:24] "GET /analytics HTTP/1.1" 401 206 0.000154 [API:8081]10.0.0.22 - - [2026-02-12 03:13:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.108138 [API:8081]10.0.0.130 - - [2026-02-12 03:13:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.130 - - [2026-02-12 03:13:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1433 0.062926 [API:8081]10.0.0.130 - - [2026-02-12 03:13:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.065103 [API:8081]10.0.0.130 - - [2026-02-12 03:13:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1869 0.053044 [API:8081]10.0.0.130 - - [2026-02-12 03:13:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009356 [API:8081]10.0.0.130 - - [2026-02-12 03:13:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1865 0.010274 [API:8081]10.0.0.22 - - [2026-02-12 03:13:53] "GET /analytics HTTP/1.1" 401 206 0.000216 [API:8081]10.0.0.22 - - [2026-02-12 03:13:53] "GET /analytics HTTP/1.1" 401 206 0.000159 [API:8081]10.0.0.23 - - [2026-02-12 03:13:53] "GET /analytics HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.23 - - [2026-02-12 03:13:53] "GET /analytics HTTP/1.1" 401 206 0.000137 [API:8081]10.0.0.130 - - [2026-02-12 03:13:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2080 0.010424 [API:8081]10.0.0.130 - - [2026-02-12 03:14:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.130 - - [2026-02-12 03:14:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1648 0.114226 [API:8081]10.0.0.130 - - [2026-02-12 03:14:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1857 0.058040 [API:8081]10.0.0.130 - - [2026-02-12 03:14:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2068 0.056725 [API:8081]10.0.0.130 - - [2026-02-12 03:14:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1849 0.008237 [API:8081]10.0.0.130 - - [2026-02-12 03:14:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2058 0.008199 [API:8081]10.0.0.130 - - [2026-02-12 03:14:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2269 0.008924 [API:8081]10.0.0.130 - - [2026-02-12 03:14:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2490 0.008260 [API:8081]10.0.0.130 - - [2026-02-12 03:14:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2713 0.007381 [API:8081]10.0.0.22 - - [2026-02-12 03:14:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.153816 [API:8081]10.0.0.130 - - [2026-02-12 03:14:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.130 - - [2026-02-12 03:14:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1855 0.078857 [API:8081]10.0.0.130 - - [2026-02-12 03:14:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2072 0.058260 [API:8081]10.0.0.130 - - [2026-02-12 03:14:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2293 0.051778 [API:8081]10.0.0.130 - - [2026-02-12 03:14:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2106 0.008698 [API:8081]10.0.0.130 - - [2026-02-12 03:14:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2341 0.010060 [API:8081]10.0.0.22 - - [2026-02-12 03:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.22 - - [2026-02-12 03:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000352 [API:8081]10.0.0.22 - - [2026-02-12 03:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000353 [API:8081]10.0.0.22 - - [2026-02-12 03:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.23 - - [2026-02-12 03:14:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.23 - - [2026-02-12 03:14:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.23 - - [2026-02-12 03:14:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.23 - - [2026-02-12 03:14:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.130 - - [2026-02-12 03:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.130 - - [2026-02-12 03:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000223 [API:8081]10.0.0.130 - - [2026-02-12 03:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.130 - - [2026-02-12 03:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.22 - - [2026-02-12 03:16:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058794 [API:8081]10.0.0.22 - - [2026-02-12 03:17:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.067917 [API:8081]10.0.0.22 - - [2026-02-12 03:19:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080647 [API:8081]10.0.0.22 - - [2026-02-12 03:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.22 - - [2026-02-12 03:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.22 - - [2026-02-12 03:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.22 - - [2026-02-12 03:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.23 - - [2026-02-12 03:19:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.23 - - [2026-02-12 03:19:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.23 - - [2026-02-12 03:19:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.23 - - [2026-02-12 03:19:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000227 [API:8081]10.0.0.130 - - [2026-02-12 03:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.130 - - [2026-02-12 03:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.130 - - [2026-02-12 03:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.130 - - [2026-02-12 03:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.130 - - [2026-02-12 03:20:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.130 - - [2026-02-12 03:20:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.072966 [API:8081]10.0.0.130 - - [2026-02-12 03:20:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1863 0.054189 [API:8081]10.0.0.22 - - [2026-02-12 03:20:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.067471 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:21:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002737 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:21:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002857 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:21:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002865 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:21:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002430 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:21:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002812 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:21:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003183 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:21:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002468 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:21:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002332 [API:8081]10.0.0.22 - - [2026-02-12 03:22:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059003 [API:8081]10.0.0.130 - - [2026-02-12 03:23:24] "GET /analytics HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.130 - - [2026-02-12 03:23:24] "GET /analytics HTTP/1.1" 401 206 0.000188 [API:8081]10.0.0.22 - - [2026-02-12 03:23:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.067413 [API:8081]10.0.0.22 - - [2026-02-12 03:23:53] "GET /analytics HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.22 - - [2026-02-12 03:23:53] "GET /analytics HTTP/1.1" 401 206 0.000165 [API:8081]10.0.0.23 - - [2026-02-12 03:23:53] "GET /analytics HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.23 - - [2026-02-12 03:23:53] "GET /analytics HTTP/1.1" 401 206 0.000142 [API:8081]10.0.0.130 - - [2026-02-12 03:24:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.130 - - [2026-02-12 03:24:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1427 0.094937 [API:8081]10.0.0.22 - - [2026-02-12 03:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.22 - - [2026-02-12 03:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000334 [API:8081]10.0.0.22 - - [2026-02-12 03:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.22 - - [2026-02-12 03:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.23 - - [2026-02-12 03:24:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.23 - - [2026-02-12 03:24:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000222 [API:8081]10.0.0.23 - - [2026-02-12 03:24:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000221 [API:8081]10.0.0.23 - - [2026-02-12 03:24:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.130 - - [2026-02-12 03:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.130 - - [2026-02-12 03:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.130 - - [2026-02-12 03:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.130 - - [2026-02-12 03:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.130 - - [2026-02-12 03:25:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000742 [API:8081]10.0.0.130 - - [2026-02-12 03:25:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.056063 [API:8081]10.0.0.22 - - [2026-02-12 03:25:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064635 [API:8081]10.0.0.22 - - [2026-02-12 03:26:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.079290 [API:8081]10.0.0.22 - - [2026-02-12 03:28:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069645 [API:8081]10.0.0.22 - - [2026-02-12 03:29:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.066911 [API:8081]10.0.0.22 - - [2026-02-12 03:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.22 - - [2026-02-12 03:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.22 - - [2026-02-12 03:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.22 - - [2026-02-12 03:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.23 - - [2026-02-12 03:29:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.23 - - [2026-02-12 03:29:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.23 - - [2026-02-12 03:29:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.23 - - [2026-02-12 03:29:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.130 - - [2026-02-12 03:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.130 - - [2026-02-12 03:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.130 - - [2026-02-12 03:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.130 - - [2026-02-12 03:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.130 - - [2026-02-12 03:30:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.130 - - [2026-02-12 03:30:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1423 0.064132 [API:8081]10.0.0.22 - - [2026-02-12 03:31:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063005 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:31:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003572 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002727 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002491 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002479 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:31:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003711 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002442 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002136 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002084 [API:8081]10.0.0.22 - - [2026-02-12 03:32:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.066622 [API:8081]10.0.0.130 - - [2026-02-12 03:33:24] "GET /analytics HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.130 - - [2026-02-12 03:33:24] "GET /analytics HTTP/1.1" 401 206 0.000143 [API:8081]10.0.0.22 - - [2026-02-12 03:33:53] "GET /analytics HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.22 - - [2026-02-12 03:33:53] "GET /analytics HTTP/1.1" 401 206 0.000139 [API:8081]10.0.0.23 - - [2026-02-12 03:33:53] "GET /analytics HTTP/1.1" 401 206 0.000214 [API:8081]10.0.0.23 - - [2026-02-12 03:33:53] "GET /analytics HTTP/1.1" 401 206 0.000160 [API:8081]10.0.0.22 - - [2026-02-12 03:34:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059853 [API:8081]10.0.0.22 - - [2026-02-12 03:34:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.22 - - [2026-02-12 03:34:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000227 [API:8081]10.0.0.22 - - [2026-02-12 03:34:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.22 - - [2026-02-12 03:34:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.23 - - [2026-02-12 03:34:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.23 - - [2026-02-12 03:34:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.23 - - [2026-02-12 03:34:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.23 - - [2026-02-12 03:34:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.130 - - [2026-02-12 03:34:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.130 - - [2026-02-12 03:34:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.130 - - [2026-02-12 03:34:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.130 - - [2026-02-12 03:34:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.130 - - [2026-02-12 03:35:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-80592025:cf9d6650-38a5-4fcd-a01f-71982d3d5aab?flat HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.130 - - [2026-02-12 03:35:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-80592025:cf9d6650-38a5-4fcd-a01f-71982d3d5aab?flat HTTP/1.1" 200 5263 0.061874 [API:8081]10.0.0.130 - - [2026-02-12 03:35:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-80592025:cf9d6650-38a5-4fcd-a01f-71982d3d5aab?flat HTTP/1.1" 200 5263 0.062334 [API:8081]10.0.0.130 - - [2026-02-12 03:35:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-80592025:cf9d6650-38a5-4fcd-a01f-71982d3d5aab?flat HTTP/1.1" 200 5263 0.055039 [API:8081]10.0.0.130 - - [2026-02-12 03:35:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-80592025:ctest-random-71093838?flat HTTP/1.1" 200 9090 0.023064 [API:8081]10.0.0.130 - - [2026-02-12 03:35:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24652 0.016201 [API:8081]10.0.0.130 - - [2026-02-12 03:35:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24652 0.016475 [API:8081]10.0.0.130 - - [2026-02-12 03:35:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009490 [API:8081]10.0.0.130 - - [2026-02-12 03:35:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1429 0.011150 [API:8081]10.0.0.22 - - [2026-02-12 03:35:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.060578 [API:8081]10.0.0.130 - - [2026-02-12 03:35:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24652 0.017273 [API:8081]10.0.0.130 - - [2026-02-12 03:35:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24652 0.022544 [API:8081]10.0.0.130 - - [2026-02-12 03:36:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24652 0.016598 [API:8081]10.0.0.130 - - [2026-02-12 03:36:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24652 0.017816 [API:8081]10.0.0.130 - - [2026-02-12 03:36:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24652 0.018647 [API:8081]10.0.0.130 - - [2026-02-12 03:36:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24652 0.016914 [API:8081]10.0.0.130 - - [2026-02-12 03:36:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24652 0.019029 [API:8081]10.0.0.130 - - [2026-02-12 03:36:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24652 0.032789 [API:8081]10.0.0.130 - - [2026-02-12 03:36:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-80592025:ctest-random-71093838?flat HTTP/1.1" 200 8129 0.016011 [API:8081]10.0.0.130 - - [2026-02-12 03:36:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.007609 [API:8081]10.0.0.22 - - [2026-02-12 03:37:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067655 [API:8081]10.0.0.22 - - [2026-02-12 03:38:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.071260 [API:8081]10.0.0.130 - - [2026-02-12 03:39:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.130 - - [2026-02-12 03:39:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2070 0.064194 [API:8081]10.0.0.22 - - [2026-02-12 03:39:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.22 - - [2026-02-12 03:39:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.22 - - [2026-02-12 03:39:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.22 - - [2026-02-12 03:39:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.23 - - [2026-02-12 03:39:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.23 - - [2026-02-12 03:39:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.23 - - [2026-02-12 03:39:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.23 - - [2026-02-12 03:39:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000227 [API:8081]10.0.0.130 - - [2026-02-12 03:39:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.130 - - [2026-02-12 03:39:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.130 - - [2026-02-12 03:39:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.130 - - [2026-02-12 03:39:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.22 - - [2026-02-12 03:40:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060587 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:41:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.012912 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:41:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003596 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:41:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003324 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:41:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002629 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:41:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004145 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:41:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.007752 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:41:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003296 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:41:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003151 [API:8081]10.0.0.22 - - [2026-02-12 03:41:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.067520 [API:8081]10.0.0.130 - - [2026-02-12 03:42:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.130 - - [2026-02-12 03:42:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.061632 [API:8081]10.0.0.130 - - [2026-02-12 03:43:24] "GET /analytics HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.130 - - [2026-02-12 03:43:24] "GET /analytics HTTP/1.1" 401 206 0.000140 [API:8081]10.0.0.22 - - [2026-02-12 03:43:53] "GET /analytics HTTP/1.1" 401 206 0.000222 [API:8081]10.0.0.22 - - [2026-02-12 03:43:53] "GET /analytics HTTP/1.1" 401 206 0.000135 [API:8081]10.0.0.23 - - [2026-02-12 03:43:53] "GET /analytics HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.23 - - [2026-02-12 03:43:53] "GET /analytics HTTP/1.1" 401 206 0.000139 [API:8081]10.0.0.22 - - [2026-02-12 03:43:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072733 [API:8081]10.0.0.130 - - [2026-02-12 03:44:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.130 - - [2026-02-12 03:44:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1455 0.075579 [API:8081]10.0.0.22 - - [2026-02-12 03:44:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000375 [API:8081]10.0.0.22 - - [2026-02-12 03:44:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.22 - - [2026-02-12 03:44:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.22 - - [2026-02-12 03:44:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.23 - - [2026-02-12 03:44:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.23 - - [2026-02-12 03:44:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.23 - - [2026-02-12 03:44:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.23 - - [2026-02-12 03:44:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.130 - - [2026-02-12 03:44:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.130 - - [2026-02-12 03:44:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.130 - - [2026-02-12 03:44:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.130 - - [2026-02-12 03:44:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.22 - - [2026-02-12 03:45:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.082623 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:13] "POST /analytics/query HTTP/1.1" 202 179 0.010533 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:13] "GET /analytics/query/3c8a9c21-07c5-11f1-9f6f-00000a000082 HTTP/1.1" 200 221 0.009079 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:13] "GET /analytics/query/3c8a9c21-07c5-11f1-9f6f-00000a000082 HTTP/1.1" 200 221 0.003582 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:14] "GET /analytics/query/3c8a9c21-07c5-11f1-9f6f-00000a000082 HTTP/1.1" 200 221 0.001869 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:14] "GET /analytics/query/3c8a9c21-07c5-11f1-9f6f-00000a000082 HTTP/1.1" 200 338 0.002185 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:14] "GET /analytics/query/3c8a9c21-07c5-11f1-9f6f-00000a000082/chunk-final/0 HTTP/1.1" 200 856 0.003300 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:15] "POST /analytics/query HTTP/1.1" 202 179 0.006581 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:15] "GET /analytics/query/3dd8f3fd-07c5-11f1-84d3-00000a000082 HTTP/1.1" 200 221 0.001956 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:15] "GET /analytics/query/3dd8f3fd-07c5-11f1-84d3-00000a000082 HTTP/1.1" 200 221 0.002708 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:16] "GET /analytics/query/3dd8f3fd-07c5-11f1-84d3-00000a000082 HTTP/1.1" 200 338 0.001850 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:16] "GET /analytics/query/3dd8f3fd-07c5-11f1-84d3-00000a000082/chunk-final/0 HTTP/1.1" 200 856 0.002416 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:16] "POST /analytics/query HTTP/1.1" 202 179 0.007638 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:16] "GET /analytics/query/3ed2fc57-07c5-11f1-a43f-00000a000082 HTTP/1.1" 200 221 0.001848 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:17] "GET /analytics/query/3ed2fc57-07c5-11f1-a43f-00000a000082 HTTP/1.1" 200 339 0.001898 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:17] "GET /analytics/query/3ed2fc57-07c5-11f1-a43f-00000a000082/chunk-final/0 HTTP/1.1" 200 26207 0.003064 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:18] "POST /analytics/query HTTP/1.1" 202 179 0.013624 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:18] "GET /analytics/query/3f7b7736-07c5-11f1-a6d0-00000a000082 HTTP/1.1" 200 221 0.003886 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:18] "GET /analytics/query/3f7b7736-07c5-11f1-a6d0-00000a000082 HTTP/1.1" 200 339 0.002118 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:18] "GET /analytics/query/3f7b7736-07c5-11f1-a6d0-00000a000082/chunk-final/0 HTTP/1.1" 200 26207 0.002954 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:19] "POST /analytics/query HTTP/1.1" 202 179 0.005061 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:19] "GET /analytics/query/40221632-07c5-11f1-a227-00000a000082 HTTP/1.1" 200 221 0.002675 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:19] "GET /analytics/query/40221632-07c5-11f1-a227-00000a000082 HTTP/1.1" 200 339 0.002196 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:19] "GET /analytics/query/40221632-07c5-11f1-a227-00000a000082/chunk-final/0 HTTP/1.1" 200 9801 0.006352 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:23] "GET /analytics/tables HTTP/1.1" 200 76090 0.003716 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:23] "POST /analytics/query HTTP/1.1" 202 179 0.005150 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:23] "GET /analytics/query/42c3d83b-07c5-11f1-872a-00000a000082 HTTP/1.1" 200 221 0.017632 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:24] "GET /analytics/query/42c3d83b-07c5-11f1-872a-00000a000082 HTTP/1.1" 200 340 0.002365 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:24] "GET /analytics/query/42c3d83b-07c5-11f1-872a-00000a000082/chunk-final/0 HTTP/1.1" 200 321581 0.013375 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:24] "GET /analytics/tables HTTP/1.1" 200 76090 0.003350 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:25] "GET /analytics/tables HTTP/1.1" 200 76090 0.004314 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:25] "POST /analytics/query HTTP/1.1" 202 179 0.013436 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:25] "GET /analytics/query/43d2f28b-07c5-11f1-b7f8-00000a000082 HTTP/1.1" 200 221 0.004850 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:25] "GET /analytics/query/43d2f28b-07c5-11f1-b7f8-00000a000082 HTTP/1.1" 200 338 0.002082 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:25] "GET /analytics/query/43d2f28b-07c5-11f1-b7f8-00000a000082/chunk-final/0 HTTP/1.1" 200 145 0.001766 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:25] "POST /analytics/query HTTP/1.1" 202 179 0.017233 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:25] "GET /analytics/query/4424de58-07c5-11f1-bf3a-00000a000082 HTTP/1.1" 200 221 0.002637 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:26] "GET /analytics/query/4424de58-07c5-11f1-bf3a-00000a000082 HTTP/1.1" 200 338 0.002007 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:26] "GET /analytics/query/4424de58-07c5-11f1-bf3a-00000a000082/chunk-final/0 HTTP/1.1" 200 145 0.001496 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:26] "POST /analytics/query HTTP/1.1" 202 179 0.004175 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:26] "GET /analytics/query/447735f2-07c5-11f1-9a95-00000a000082 HTTP/1.1" 200 221 0.001524 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:26] "GET /analytics/query/447735f2-07c5-11f1-9a95-00000a000082 HTTP/1.1" 200 338 0.002035 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:26] "GET /analytics/query/447735f2-07c5-11f1-9a95-00000a000082/chunk-final/0 HTTP/1.1" 200 11738 0.002299 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:26] "POST /analytics/query HTTP/1.1" 202 179 0.011604 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:26] "GET /analytics/query/44c7e8b6-07c5-11f1-96c4-00000a000082 HTTP/1.1" 200 221 0.002946 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:27] "GET /analytics/query/44c7e8b6-07c5-11f1-96c4-00000a000082 HTTP/1.1" 200 338 0.001859 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:27] "GET /analytics/query/44c7e8b6-07c5-11f1-96c4-00000a000082/chunk-final/0 HTTP/1.1" 200 145 0.001652 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:27] "POST /analytics/query HTTP/1.1" 202 179 0.007376 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:27] "GET /analytics/query/45199125-07c5-11f1-b03d-00000a000082 HTTP/1.1" 200 221 0.006722 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:27] "GET /analytics/query/45199125-07c5-11f1-b03d-00000a000082 HTTP/1.1" 200 338 0.002057 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:27] "GET /analytics/query/45199125-07c5-11f1-b03d-00000a000082/chunk-final/0 HTTP/1.1" 200 145 0.001717 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:27] "POST /analytics/query HTTP/1.1" 202 179 0.004845 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:27] "GET /analytics/query/456aec4d-07c5-11f1-9c8a-00000a000082 HTTP/1.1" 200 221 0.001971 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:28] "GET /analytics/query/456aec4d-07c5-11f1-9c8a-00000a000082 HTTP/1.1" 200 338 0.002650 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:28] "GET /analytics/query/456aec4d-07c5-11f1-9c8a-00000a000082/chunk-final/0 HTTP/1.1" 200 145 0.001904 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:28] "POST /analytics/query HTTP/1.1" 202 179 0.013627 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:28] "GET /analytics/query/45bb44ed-07c5-11f1-be52-00000a000082 HTTP/1.1" 200 221 0.004571 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:29] "GET /analytics/query/45bb44ed-07c5-11f1-be52-00000a000082 HTTP/1.1" 200 338 0.001841 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:29] "GET /analytics/query/45bb44ed-07c5-11f1-be52-00000a000082/chunk-final/0 HTTP/1.1" 200 4013 0.002141 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:29] "POST /analytics/query HTTP/1.1" 202 179 0.004393 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:29] "GET /analytics/query/460db09f-07c5-11f1-ad13-00000a000082 HTTP/1.1" 200 221 0.001637 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:29] "GET /analytics/query/460db09f-07c5-11f1-ad13-00000a000082 HTTP/1.1" 200 338 0.002138 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:29] "GET /analytics/query/460db09f-07c5-11f1-ad13-00000a000082/chunk-final/0 HTTP/1.1" 200 145 0.002234 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:29] "POST /analytics/query HTTP/1.1" 202 179 0.004730 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:29] "GET /analytics/query/465deba2-07c5-11f1-ac3b-00000a000082 HTTP/1.1" 200 221 0.002878 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:30] "GET /analytics/query/465deba2-07c5-11f1-ac3b-00000a000082 HTTP/1.1" 200 338 0.002088 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:30] "GET /analytics/query/465deba2-07c5-11f1-ac3b-00000a000082/chunk-final/0 HTTP/1.1" 200 145 0.003071 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:30] "POST /analytics/query HTTP/1.1" 202 179 0.009732 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:30] "GET /analytics/query/46af42f8-07c5-11f1-bfc0-00000a000082 HTTP/1.1" 200 221 0.002175 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:30] "GET /analytics/query/46af42f8-07c5-11f1-bfc0-00000a000082 HTTP/1.1" 200 338 0.001887 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:30] "GET /analytics/query/46af42f8-07c5-11f1-bfc0-00000a000082/chunk-final/0 HTTP/1.1" 200 145 0.001545 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:30] "POST /analytics/query HTTP/1.1" 202 179 0.004261 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:30] "GET /analytics/query/47020986-07c5-11f1-99bc-00000a000082 HTTP/1.1" 200 221 0.002398 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:31] "GET /analytics/query/47020986-07c5-11f1-99bc-00000a000082 HTTP/1.1" 200 338 0.002089 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:31] "GET /analytics/query/47020986-07c5-11f1-99bc-00000a000082/chunk-final/0 HTTP/1.1" 200 5947 0.002139 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:31] "POST /analytics/query HTTP/1.1" 202 179 0.004348 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:31] "GET /analytics/query/4752145e-07c5-11f1-a14a-00000a000082 HTTP/1.1" 200 221 0.010602 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:31] "GET /analytics/query/4752145e-07c5-11f1-a14a-00000a000082 HTTP/1.1" 200 338 0.002409 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:31] "GET /analytics/query/4752145e-07c5-11f1-a14a-00000a000082/chunk-final/0 HTTP/1.1" 200 9807 0.003031 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:32] "GET /analytics/tables HTTP/1.1" 200 76090 0.003545 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:32] "GET /analytics/tables HTTP/1.1" 200 76090 0.003327 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:32] "POST /analytics/query HTTP/1.1" 202 179 0.031120 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:32] "GET /analytics/query/485a3562-07c5-11f1-a404-00000a000082 HTTP/1.1" 200 221 0.003031 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:33] "GET /analytics/query/485a3562-07c5-11f1-a404-00000a000082 HTTP/1.1" 200 340 0.001880 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:33] "GET /analytics/query/485a3562-07c5-11f1-a404-00000a000082/chunk-final/0 HTTP/1.1" 200 1505216 0.017040 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:33] "POST /analytics/query HTTP/1.1" 202 179 0.005381 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:33] "GET /analytics/query/48b763c1-07c5-11f1-8277-00000a000082 HTTP/1.1" 200 221 0.013324 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:34] "GET /analytics/query/48b763c1-07c5-11f1-8277-00000a000082 HTTP/1.1" 200 340 0.001976 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:34] "GET /analytics/query/48b763c1-07c5-11f1-8277-00000a000082/chunk-final/0 HTTP/1.1" 200 1506603 0.023811 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:34] "GET /analytics/tables HTTP/1.1" 200 76090 0.003460 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:35] "GET /analytics/tables HTTP/1.1" 200 76090 0.003880 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:36] "GET /analytics/tables HTTP/1.1" 200 76090 0.003719 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:36] "GET /analytics/tables HTTP/1.1" 200 76090 0.003768 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:37] "GET /analytics/tables HTTP/1.1" 200 76090 0.004310 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:37] "POST /analytics/query HTTP/1.1" 202 179 0.005690 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:37] "GET /analytics/query/4af29b8e-07c5-11f1-88e1-00000a000082 HTTP/1.1" 200 221 0.012930 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:37] "GET /analytics/query/4af29b8e-07c5-11f1-88e1-00000a000082 HTTP/1.1" 200 339 0.001901 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:37] "GET /analytics/query/4af29b8e-07c5-11f1-88e1-00000a000082/chunk-final/0 HTTP/1.1" 200 76660 0.005342 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:38] "GET /analytics/tables HTTP/1.1" 200 76090 0.004174 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:38] "POST /analytics/query HTTP/1.1" 202 179 0.021667 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:38] "GET /analytics/query/4b9c9753-07c5-11f1-a2cd-00000a000082 HTTP/1.1" 200 221 0.005313 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:38] "GET /analytics/query/4b9c9753-07c5-11f1-a2cd-00000a000082 HTTP/1.1" 200 341 0.001925 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:38] "GET /analytics/query/4b9c9753-07c5-11f1-a2cd-00000a000082/chunk-final/0 HTTP/1.1" 200 1012368 0.032274 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:39] "GET /analytics/tables HTTP/1.1" 200 76090 0.004177 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:40] "GET /analytics/tables HTTP/1.1" 200 76090 0.003211 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:43] "GET /analytics/tables HTTP/1.1" 200 76090 0.003312 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:44] "POST /analytics/query HTTP/1.1" 200 145 1.011545 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:44] "GET /analytics/tables HTTP/1.1" 200 76090 0.004235 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:45] "POST /analytics/query HTTP/1.1" 200 2174 1.010904 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:46] "GET /analytics/tables HTTP/1.1" 200 76090 0.004258 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:47] "POST /analytics/query HTTP/1.1" 200 708 1.013941 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:48] "GET /analytics/tables HTTP/1.1" 200 76090 0.004500 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:49] "POST /analytics/query HTTP/1.1" 200 2764 1.015290 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:49] "GET /analytics/tables HTTP/1.1" 200 76090 0.003491 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:50] "POST /analytics/query HTTP/1.1" 200 258 1.011164 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:51] "GET /analytics/tables HTTP/1.1" 200 76090 0.003654 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:52] "POST /analytics/query HTTP/1.1" 200 1274 1.014145 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:52] "GET /analytics/tables HTTP/1.1" 200 76090 0.004075 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:53] "POST /analytics/query HTTP/1.1" 200 2764 1.010333 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:54] "GET /analytics/tables HTTP/1.1" 200 76090 0.004141 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:55] "POST /analytics/query HTTP/1.1" 200 834 1.013077 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:56] "GET /analytics/tables HTTP/1.1" 200 76090 0.003596 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:57] "POST /analytics/query HTTP/1.1" 200 141385 1.020727 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:57] "GET /analytics/tables HTTP/1.1" 200 76090 0.003697 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:58] "POST /analytics/query HTTP/1.1" 200 943 1.009450 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:45:59] "GET /analytics/tables HTTP/1.1" 200 76090 0.003525 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:46:00] "POST /analytics/query HTTP/1.1" 200 258 1.013942 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:46:00] "GET /analytics/tables HTTP/1.1" 200 76090 0.003883 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:46:01] "POST /analytics/query HTTP/1.1" 200 596 1.026037 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:46:02] "GET /analytics/tables HTTP/1.1" 200 76090 0.003902 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:46:03] "POST /analytics/query HTTP/1.1" 200 1427 1.010857 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:46:04] "GET /analytics/tables HTTP/1.1" 200 76090 0.003550 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:46:05] "POST /analytics/query HTTP/1.1" 200 596 1.016264 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:46:05] "GET /analytics/tables HTTP/1.1" 200 76090 0.003883 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:46:06] "POST /analytics/query HTTP/1.1" 200 236 1.014185 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:46:07] "GET /analytics/tables HTTP/1.1" 200 76090 0.005437 [API:8081]10.0.0.130 - - [2026-02-12 03:46:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.130 - - [2026-02-12 03:46:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1465 0.053139 [API:8081]10.0.0.130 - - [2026-02-12 03:46:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.143359 [API:8081]10.0.0.130 - - [2026-02-12 03:46:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.055376 [API:8081]10.0.0.130 - - [2026-02-12 03:46:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.012459 [API:8081]10.0.0.22 - - [2026-02-12 03:47:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062476 [API:8081]10.0.0.130 - - [2026-02-12 03:47:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.008411 [API:8081]10.0.0.130 - - [2026-02-12 03:47:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.008918 [API:8081]10.0.0.130 - - [2026-02-12 03:47:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.007789 [API:8081]10.0.0.130 - - [2026-02-12 03:47:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.009656 [API:8081]10.0.0.130 - - [2026-02-12 03:47:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.009672 [API:8081]10.0.0.130 - - [2026-02-12 03:47:51] "POST /analytics/query HTTP/1.1" 200 222 1.019964 [API:8081]10.0.0.130 - - [2026-02-12 03:47:52] "POST /analytics/query HTTP/1.1" 200 222 1.016167 [API:8081]10.0.0.130 - - [2026-02-12 03:47:53] "POST /analytics/query HTTP/1.1" 200 353 1.017680 [API:8081]10.0.0.22 - - [2026-02-12 03:48:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.054174 [API:8081]10.0.0.22 - - [2026-02-12 03:49:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.22 - - [2026-02-12 03:49:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.22 - - [2026-02-12 03:49:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000348 [API:8081]10.0.0.22 - - [2026-02-12 03:49:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.23 - - [2026-02-12 03:49:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.23 - - [2026-02-12 03:49:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000222 [API:8081]10.0.0.23 - - [2026-02-12 03:49:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.23 - - [2026-02-12 03:49:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.130 - - [2026-02-12 03:49:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.130 - - [2026-02-12 03:49:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.130 - - [2026-02-12 03:49:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.130 - - [2026-02-12 03:49:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.22 - - [2026-02-12 03:50:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066739 [API:8081]10.0.0.22 - - [2026-02-12 03:51:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.104005 [API:8081]10.0.0.130 - - [2026-02-12 03:51:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25593 0.016843 [API:8081]10.0.0.130 - - [2026-02-12 03:51:14] "POST /analytics/query HTTP/1.1" 200 507 1.022699 [API:8081]10.0.0.130 - - [2026-02-12 03:51:15] "POST /analytics/query HTTP/1.1" 200 353 1.021990 [API:8081]10.0.0.130 - - [2026-02-12 03:51:16] "POST /analytics/query HTTP/1.1" 200 353 1.021205 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:51:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005077 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:51:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004406 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:51:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002553 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:51:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004344 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:51:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002520 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:51:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002602 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:51:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003927 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 03:51:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003104 [API:8081]10.0.0.22 - - [2026-02-12 03:53:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056251 [API:8081]10.0.0.130 - - [2026-02-12 03:53:24] "GET /analytics HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.130 - - [2026-02-12 03:53:24] "GET /analytics HTTP/1.1" 401 206 0.000163 [API:8081]10.0.0.22 - - [2026-02-12 03:53:53] "GET /analytics HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.22 - - [2026-02-12 03:53:53] "GET /analytics HTTP/1.1" 401 206 0.000125 [API:8081]10.0.0.23 - - [2026-02-12 03:53:53] "GET /analytics HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.23 - - [2026-02-12 03:53:53] "GET /analytics HTTP/1.1" 401 206 0.000187 [API:8081]10.0.0.22 - - [2026-02-12 03:54:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.058880 [API:8081]10.0.0.22 - - [2026-02-12 03:54:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.22 - - [2026-02-12 03:54:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.22 - - [2026-02-12 03:54:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.22 - - [2026-02-12 03:54:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.23 - - [2026-02-12 03:54:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.23 - - [2026-02-12 03:54:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000411 [API:8081]10.0.0.23 - - [2026-02-12 03:54:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.23 - - [2026-02-12 03:54:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.130 - - [2026-02-12 03:54:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.130 - - [2026-02-12 03:54:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.130 - - [2026-02-12 03:54:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.130 - - [2026-02-12 03:54:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.22 - - [2026-02-12 03:56:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057020 [API:8081]10.0.0.22 - - [2026-02-12 03:57:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.071965 [API:8081]10.0.0.22 - - [2026-02-12 03:59:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.127969 [API:8081]10.0.0.22 - - [2026-02-12 03:59:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.22 - - [2026-02-12 03:59:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.22 - - [2026-02-12 03:59:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.22 - - [2026-02-12 03:59:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.23 - - [2026-02-12 03:59:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.23 - - [2026-02-12 03:59:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.23 - - [2026-02-12 03:59:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.23 - - [2026-02-12 03:59:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.130 - - [2026-02-12 03:59:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.130 - - [2026-02-12 03:59:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.130 - - [2026-02-12 03:59:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.130 - - [2026-02-12 03:59:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.22 - - [2026-02-12 04:00:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.063388 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:01:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003149 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:01:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003284 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:01:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002745 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:01:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002866 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:01:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002945 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:01:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002583 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:01:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004426 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:01:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003694 [API:8081]10.0.0.22 - - [2026-02-12 04:02:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.165661 [API:8081]10.0.0.130 - - [2026-02-12 04:02:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.130 - - [2026-02-12 04:02:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1423 0.059875 [API:8081]10.0.0.22 - - [2026-02-12 04:03:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.057948 [API:8081]10.0.0.130 - - [2026-02-12 04:03:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-16649625:0d876df9-1516-42a3-9bc2-946364f58f92?flat HTTP/1.1" 200 5201 0.080949 [API:8081]10.0.0.130 - - [2026-02-12 04:03:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-16649625:0d876df9-1516-42a3-9bc2-946364f58f92?flat HTTP/1.1" 200 5201 0.028657 [API:8081]10.0.0.130 - - [2026-02-12 04:03:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-16649625:0d876df9-1516-42a3-9bc2-946364f58f92?flat HTTP/1.1" 200 5209 0.140146 [API:8081]10.0.0.130 - - [2026-02-12 04:03:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-16649625:EVPN-VN1?flat HTTP/1.1" 200 7830 0.033640 [API:8081]10.0.0.130 - - [2026-02-12 04:03:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25598 0.062753 [API:8081]10.0.0.130 - - [2026-02-12 04:03:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25598 0.033107 [API:8081]10.0.0.130 - - [2026-02-12 04:03:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009153 [API:8081]10.0.0.130 - - [2026-02-12 04:03:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-16649625:5e18361a-7ef4-4a17-9cf5-4f422c024d9e?flat HTTP/1.1" 200 5069 0.013266 [API:8081]10.0.0.130 - - [2026-02-12 04:03:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-16649625:5e18361a-7ef4-4a17-9cf5-4f422c024d9e?flat HTTP/1.1" 200 5069 0.014315 [API:8081]10.0.0.130 - - [2026-02-12 04:03:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-16649625:5e18361a-7ef4-4a17-9cf5-4f422c024d9e?flat HTTP/1.1" 200 5069 0.017459 [API:8081]10.0.0.130 - - [2026-02-12 04:03:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-16649625:EVPN-VN1?flat HTTP/1.1" 200 7830 0.017006 [API:8081]10.0.0.130 - - [2026-02-12 04:03:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26209 0.026314 [API:8081]10.0.0.130 - - [2026-02-12 04:03:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26209 0.029294 [API:8081]10.0.0.130 - - [2026-02-12 04:03:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009973 [API:8081]10.0.0.130 - - [2026-02-12 04:03:24] "GET /analytics HTTP/1.1" 401 206 0.000350 [API:8081]10.0.0.130 - - [2026-02-12 04:03:24] "GET /analytics HTTP/1.1" 401 206 0.000177 [API:8081]10.0.0.22 - - [2026-02-12 04:03:53] "GET /analytics HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.22 - - [2026-02-12 04:03:53] "GET /analytics HTTP/1.1" 401 206 0.000155 [API:8081]10.0.0.23 - - [2026-02-12 04:03:53] "GET /analytics HTTP/1.1" 401 206 0.000370 [API:8081]10.0.0.23 - - [2026-02-12 04:03:53] "GET /analytics HTTP/1.1" 401 206 0.000204 [API:8081]10.0.0.22 - - [2026-02-12 04:04:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.22 - - [2026-02-12 04:04:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.22 - - [2026-02-12 04:04:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.22 - - [2026-02-12 04:04:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000460 [API:8081]10.0.0.23 - - [2026-02-12 04:04:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.23 - - [2026-02-12 04:04:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.23 - - [2026-02-12 04:04:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.23 - - [2026-02-12 04:04:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.130 - - [2026-02-12 04:04:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.130 - - [2026-02-12 04:04:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.130 - - [2026-02-12 04:04:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000326 [API:8081]10.0.0.130 - - [2026-02-12 04:04:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000357 [API:8081]10.0.0.22 - - [2026-02-12 04:05:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.067467 [API:8081]10.0.0.130 - - [2026-02-12 04:05:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-16649625:0d876df9-1516-42a3-9bc2-946364f58f92?flat HTTP/1.1" 200 5313 0.012953 [API:8081]10.0.0.130 - - [2026-02-12 04:05:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-16649625:0d876df9-1516-42a3-9bc2-946364f58f92?flat HTTP/1.1" 200 5313 0.013741 [API:8081]10.0.0.130 - - [2026-02-12 04:05:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-16649625:0d876df9-1516-42a3-9bc2-946364f58f92?flat HTTP/1.1" 200 5313 0.016215 [API:8081]10.0.0.130 - - [2026-02-12 04:05:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-16649625:EVPN-VN1?flat HTTP/1.1" 200 9313 0.023254 [API:8081]10.0.0.130 - - [2026-02-12 04:05:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23716 0.020068 [API:8081]10.0.0.130 - - [2026-02-12 04:05:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23716 0.024846 [API:8081]10.0.0.130 - - [2026-02-12 04:05:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010021 [API:8081]10.0.0.130 - - [2026-02-12 04:05:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-16649625:5e18361a-7ef4-4a17-9cf5-4f422c024d9e?flat HTTP/1.1" 200 5218 0.014888 [API:8081]10.0.0.130 - - [2026-02-12 04:05:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-16649625:5e18361a-7ef4-4a17-9cf5-4f422c024d9e?flat HTTP/1.1" 200 5218 0.014747 [API:8081]10.0.0.130 - - [2026-02-12 04:05:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-16649625:5e18361a-7ef4-4a17-9cf5-4f422c024d9e?flat HTTP/1.1" 200 5218 0.012576 [API:8081]10.0.0.130 - - [2026-02-12 04:05:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-16649625:EVPN-VN1?flat HTTP/1.1" 200 9313 0.016528 [API:8081]10.0.0.130 - - [2026-02-12 04:05:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 27859 0.021986 [API:8081]10.0.0.130 - - [2026-02-12 04:05:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 27859 0.022923 [API:8081]10.0.0.130 - - [2026-02-12 04:05:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009253 [API:8081]10.0.0.22 - - [2026-02-12 04:06:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.062887 [API:8081]10.0.0.130 - - [2026-02-12 04:06:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32477 0.025134 [API:8081]10.0.0.130 - - [2026-02-12 04:06:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-16649625:EVPN-VN1?flat HTTP/1.1" 200 8510 0.018643 [API:8081]10.0.0.130 - - [2026-02-12 04:06:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008404 [API:8081]10.0.0.130 - - [2026-02-12 04:07:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25080 0.017489 [API:8081]10.0.0.130 - - [2026-02-12 04:07:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25291 0.017907 [API:8081]10.0.0.130 - - [2026-02-12 04:07:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25291 0.031564 [API:8081]10.0.0.130 - - [2026-02-12 04:07:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25292 0.019043 [API:8081]10.0.0.130 - - [2026-02-12 04:07:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-16649625:EVPN-VN1?flat HTTP/1.1" 200 5988 0.014110 [API:8081]10.0.0.130 - - [2026-02-12 04:07:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.010734 [API:8081]10.0.0.22 - - [2026-02-12 04:08:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079148 [API:8081]10.0.0.130 - - [2026-02-12 04:09:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-28876337:ctest-TestRbac-28876337-06271220?flat HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.130 - - [2026-02-12 04:09:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-28876337:ctest-TestRbac-28876337-06271220?flat HTTP/1.1" 200 2078 0.451970 [API:8081]10.0.0.130 - - [2026-02-12 04:09:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 336 0.141439 [API:8081]10.0.0.130 - - [2026-02-12 04:09:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-28876337:ctest-TestRbac-28876337-06271220?flat HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.130 - - [2026-02-12 04:09:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-28876337:ctest-TestRbac-28876337-06271220?flat HTTP/1.1" 200 2078 0.201847 [API:8081]10.0.0.130 - - [2026-02-12 04:09:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 336 0.082640 [API:8081]10.0.0.22 - - [2026-02-12 04:09:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.086162 [API:8081]10.0.0.130 - - [2026-02-12 04:09:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-98993943:9f4515df-5b53-43b4-9c5c-df69e076f734?flat HTTP/1.1" 200 5324 0.068880 [API:8081]10.0.0.130 - - [2026-02-12 04:09:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-98993943:9f4515df-5b53-43b4-9c5c-df69e076f734?flat HTTP/1.1" 200 5324 0.065029 [API:8081]10.0.0.130 - - [2026-02-12 04:09:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-98993943:9f4515df-5b53-43b4-9c5c-df69e076f734?flat HTTP/1.1" 200 5324 0.067059 [API:8081]10.0.0.130 - - [2026-02-12 04:09:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-28876337:ctest-TestRbac-28876337-06271220?flat HTTP/1.1" 200 3962 0.064734 [API:8081]10.0.0.130 - - [2026-02-12 04:09:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.064618 [API:8081]10.0.0.130 - - [2026-02-12 04:09:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.144569 [API:8081]10.0.0.130 - - [2026-02-12 04:09:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.130 - - [2026-02-12 04:09:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32550 0.082150 [API:8081]10.0.0.130 - - [2026-02-12 04:09:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.035241 [API:8081]10.0.0.130 - - [2026-02-12 04:09:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.147547 [API:8081]10.0.0.130 - - [2026-02-12 04:09:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32550 0.076276 [API:8081]10.0.0.130 - - [2026-02-12 04:09:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.049314 [API:8081]10.0.0.130 - - [2026-02-12 04:09:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.102107 [API:8081]10.0.0.130 - - [2026-02-12 04:09:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.150185 [API:8081]10.0.0.130 - - [2026-02-12 04:09:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32550 0.035109 [API:8081]10.0.0.130 - - [2026-02-12 04:09:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32550 0.068282 [API:8081]10.0.0.130 - - [2026-02-12 04:09:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32550 0.025405 [API:8081]10.0.0.130 - - [2026-02-12 04:09:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32550 0.034133 [API:8081]10.0.0.130 - - [2026-02-12 04:09:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32550 0.023749 [API:8081]10.0.0.22 - - [2026-02-12 04:09:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.22 - - [2026-02-12 04:09:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.22 - - [2026-02-12 04:09:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.22 - - [2026-02-12 04:09:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.23 - - [2026-02-12 04:09:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.23 - - [2026-02-12 04:09:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.23 - - [2026-02-12 04:09:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.23 - - [2026-02-12 04:09:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000320 [API:8081]10.0.0.130 - - [2026-02-12 04:09:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32550 0.033570 [API:8081]10.0.0.130 - - [2026-02-12 04:09:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.130 - - [2026-02-12 04:09:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.130 - - [2026-02-12 04:09:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.130 - - [2026-02-12 04:09:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000354 [API:8081]10.0.0.130 - - [2026-02-12 04:09:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32550 0.032849 [API:8081]10.0.0.130 - - [2026-02-12 04:10:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32550 0.038901 [API:8081]10.0.0.130 - - [2026-02-12 04:10:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-28876337:ctest-TestRbac-28876337-06271220?flat HTTP/1.1" 200 6496 0.013202 [API:8081]10.0.0.130 - - [2026-02-12 04:10:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009179 [API:8081]10.0.0.130 - - [2026-02-12 04:10:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-48250876:ctest-TestRbacBasic-48250876-13038771?flat HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.130 - - [2026-02-12 04:10:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-48250876:ctest-TestRbacBasic-48250876-13038771?flat HTTP/1.1" 200 2118 0.133246 [API:8081]10.0.0.130 - - [2026-02-12 04:10:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-48250876:ctest-TestRbacBasic-48250876-13038771?flat HTTP/1.1" 401 206 0.000249 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ['ctest-TestRbacBasic-02610970'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-32268602' RBAC: ctest-TestRbacBasic-00620444 doesn't have read permission in project '2217c1c00f484f9ab1c3eaed6d4ad615' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-48250876', 'ctest-TestRbacBasic-48250876-13038771'], 'virtual_network', '7a56dad5-4eae-4cef-b8e1-020c1eb987f5', "Permission Denied for ['ctest-TestRbacBasic-02610970'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-32268602' RBAC: ctest-TestRbacBasic-00620444 doesn't have read permission in project '2217c1c00f484f9ab1c3eaed6d4ad615'"),) [API:8081]10.0.0.130 - - [2026-02-12 04:10:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-48250876:ctest-TestRbacBasic-48250876-13038771?flat HTTP/1.1" 403 199 0.116073 [API:8081]10.0.0.130 - - [2026-02-12 04:10:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-48250876:ctest-TestRbacBasic-48250876-13038771?flat HTTP/1.1" 401 206 0.000348 [API:8081]10.0.0.130 - - [2026-02-12 04:10:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-48250876:ctest-TestRbacBasic-48250876-13038771?flat HTTP/1.1" 200 2118 0.057122 [API:8081]10.0.0.130 - - [2026-02-12 04:10:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.073743 [API:8081]10.0.0.130 - - [2026-02-12 04:10:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.092480 [API:8081]10.0.0.130 - - [2026-02-12 04:10:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1714 0.056987 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ['ctest-TestRbacBasic-02610970'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-48250876' RBAC: ctest-TestRbacBasic-00620444 doesn't have read permission in project '0cb61aeeadcd46b6b935bb92441c5231' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-48250876', 'ctest-TestRbacBasic-48250876-13038771'], 'virtual_network', '7a56dad5-4eae-4cef-b8e1-020c1eb987f5', "Permission Denied for ['ctest-TestRbacBasic-02610970'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-48250876' RBAC: ctest-TestRbacBasic-00620444 doesn't have read permission in project '0cb61aeeadcd46b6b935bb92441c5231'"),) [API:8081]10.0.0.130 - - [2026-02-12 04:10:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-48250876:ctest-TestRbacBasic-48250876-13038771?flat HTTP/1.1" 403 199 0.036458 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ['ctest-TestRbacBasic-02610970'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-48250876' RBAC: ctest-TestRbacBasic-00620444 doesn't have read permission in project '0cb61aeeadcd46b6b935bb92441c5231' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-48250876', 'ctest-TestRbacBasic-48250876-13038771'], 'virtual_network', '7a56dad5-4eae-4cef-b8e1-020c1eb987f5', "Permission Denied for ['ctest-TestRbacBasic-02610970'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-48250876' RBAC: ctest-TestRbacBasic-00620444 doesn't have read permission in project '0cb61aeeadcd46b6b935bb92441c5231'"),) [API:8081]10.0.0.130 - - [2026-02-12 04:10:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-48250876:ctest-TestRbacBasic-48250876-13038771?flat HTTP/1.1" 403 199 0.099859 [API:8081]10.0.0.130 - - [2026-02-12 04:10:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-48250876:ctest-TestRbacBasic-48250876-13038771?flat HTTP/1.1" 200 2122 0.043256 [API:8081]10.0.0.130 - - [2026-02-12 04:10:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-48250876:ctest-TestRbacBasic-48250876-13038771?flat HTTP/1.1" 200 2122 0.010005 [API:8081]10.0.0.130 - - [2026-02-12 04:10:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.073992 [API:8081]10.0.0.130 - - [2026-02-12 04:10:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 603 0.054318 [API:8081]10.0.0.130 - - [2026-02-12 04:10:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1714 0.008178 [API:8081]10.0.0.130 - - [2026-02-12 04:10:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1467 0.008378 [API:8081]10.0.0.130 - - [2026-02-12 04:10:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-21554123:ctest-TestRbacBasic-21554123-05806818?flat HTTP/1.1" 401 206 0.000267 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ctest-TestRbacBasic-04828875 as ['ctest-TestRbacBasic-51874272'] to R virtual-network in ctest-TestRbacBasic-21554123 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-21554123', 'ctest-TestRbacBasic-21554123-05806818'], 'virtual_network', '44d8c8ee-2123-4768-bffa-765488a4f353', "Permission Denied for ctest-TestRbacBasic-04828875 as ['ctest-TestRbacBasic-51874272'] to R virtual-network in ctest-TestRbacBasic-21554123"),) [API:8081]10.0.0.130 - - [2026-02-12 04:10:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-21554123:ctest-TestRbacBasic-21554123-05806818?flat HTTP/1.1" 403 199 0.096833 [API:8081]10.0.0.130 - - [2026-02-12 04:10:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.070647 [API:8081]10.0.0.130 - - [2026-02-12 04:10:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-21554123:ctest-TestRbacBasic-21554123-05806818?flat HTTP/1.1" 200 2120 0.052165 [API:8081]10.0.0.130 - - [2026-02-12 04:10:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.058379 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ctest-TestRbacBasic-04828875 as ['ctest-TestRbacBasic-51874272'] to R virtual-network in ctest-TestRbacBasic-21554123 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-21554123', 'ctest-TestRbacBasic-21554123-05806818'], 'virtual_network', '44d8c8ee-2123-4768-bffa-765488a4f353', "Permission Denied for ctest-TestRbacBasic-04828875 as ['ctest-TestRbacBasic-51874272'] to R virtual-network in ctest-TestRbacBasic-21554123"),) [API:8081]10.0.0.130 - - [2026-02-12 04:10:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-21554123:ctest-TestRbacBasic-21554123-05806818?flat HTTP/1.1" 403 199 0.038382 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ctest-TestRbacBasic-04828875 as ['ctest-TestRbacBasic-51874272'] to R virtual-network in ctest-TestRbacBasic-21554123 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-21554123', 'ctest-TestRbacBasic-21554123-05806818'], 'virtual_network', '44d8c8ee-2123-4768-bffa-765488a4f353', "Permission Denied for ctest-TestRbacBasic-04828875 as ['ctest-TestRbacBasic-51874272'] to R virtual-network in ctest-TestRbacBasic-21554123"),) [API:8081]10.0.0.130 - - [2026-02-12 04:10:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-21554123:ctest-TestRbacBasic-21554123-05806818?flat HTTP/1.1" 403 199 0.114628 [API:8081]10.0.0.130 - - [2026-02-12 04:10:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.057412 [API:8081]10.0.0.130 - - [2026-02-12 04:10:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-21554123:ctest-TestRbacBasic-21554123-05806818?flat HTTP/1.1" 200 6763 0.050895 [API:8081]10.0.0.130 - - [2026-02-12 04:10:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.052621 [API:8081]10.0.0.130 - - [2026-02-12 04:10:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-21554123:ctest-TestRbacBasic-21554123-05806818?flat HTTP/1.1" 401 206 0.000263 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ctest-TestRbacBasic-00620444 as ['ctest-TestRbacBasic-02610970'] to R virtual-network in ctest-TestRbacBasic-21554123 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-21554123', 'ctest-TestRbacBasic-21554123-05806818'], 'virtual_network', '44d8c8ee-2123-4768-bffa-765488a4f353', "Permission Denied for ctest-TestRbacBasic-00620444 as ['ctest-TestRbacBasic-02610970'] to R virtual-network in ctest-TestRbacBasic-21554123"),) [API:8081]10.0.0.130 - - [2026-02-12 04:10:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-21554123:ctest-TestRbacBasic-21554123-05806818?flat HTTP/1.1" 403 199 0.090913 [API:8081]10.0.0.130 - - [2026-02-12 04:10:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.054529 [API:8081]10.0.0.130 - - [2026-02-12 04:10:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-21554123:ctest-TestRbacBasic-21554123-05806818?flat HTTP/1.1" 200 6763 0.046680 [API:8081]10.0.0.130 - - [2026-02-12 04:10:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.090754 [API:8081]10.0.0.130 - - [2026-02-12 04:10:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1467 0.089615 [API:8081]10.0.0.130 - - [2026-02-12 04:10:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1714 0.008590 [API:8081]10.0.0.130 - - [2026-02-12 04:11:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-21554123:3180310d-df8b-4e28-a233-e0d4e61f0b2e?flat HTTP/1.1" 200 5396 0.049807 [API:8081]10.0.0.130 - - [2026-02-12 04:11:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-21554123:3180310d-df8b-4e28-a233-e0d4e61f0b2e?flat HTTP/1.1" 200 5396 0.096110 [API:8081]10.0.0.130 - - [2026-02-12 04:11:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-21554123:3180310d-df8b-4e28-a233-e0d4e61f0b2e?flat HTTP/1.1" 200 5396 0.049036 [API:8081]10.0.0.130 - - [2026-02-12 04:11:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-21554123:ctest-TestRbacBasic-21554123-45528664?flat HTTP/1.1" 200 4139 0.090997 [API:8081]10.0.0.130 - - [2026-02-12 04:11:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.029996 [API:8081]10.0.0.130 - - [2026-02-12 04:11:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.080415 [API:8081]10.0.0.130 - - [2026-02-12 04:11:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25337 0.103005 [API:8081]10.0.0.130 - - [2026-02-12 04:11:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.036538 [API:8081]10.0.0.130 - - [2026-02-12 04:11:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.090235 [API:8081]10.0.0.130 - - [2026-02-12 04:11:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25337 0.019479 [API:8081]10.0.0.130 - - [2026-02-12 04:11:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.041109 [API:8081]10.0.0.130 - - [2026-02-12 04:11:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-21554123:ctest-TestRbacBasic-21554123-45528664?flat HTTP/1.1" 200 4139 0.104114 [API:8081]10.0.0.130 - - [2026-02-12 04:11:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 603 0.067588 [API:8081]10.0.0.130 - - [2026-02-12 04:11:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.039880 [API:8081]10.0.0.130 - - [2026-02-12 04:11:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.099396 [API:8081]10.0.0.130 - - [2026-02-12 04:11:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25337 0.026478 [API:8081]10.0.0.130 - - [2026-02-12 04:11:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25337 0.021108 [API:8081]10.0.0.22 - - [2026-02-12 04:11:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068329 [API:8081]10.0.0.130 - - [2026-02-12 04:11:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25337 0.026159 [API:8081]10.0.0.130 - - [2026-02-12 04:11:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25337 0.020824 [API:8081]10.0.0.130 - - [2026-02-12 04:11:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25337 0.024547 [API:8081]10.0.0.130 - - [2026-02-12 04:11:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25337 0.021886 [API:8081]10.0.0.130 - - [2026-02-12 04:11:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25337 0.020759 [API:8081]10.0.0.130 - - [2026-02-12 04:11:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25337 0.019361 [API:8081]10.0.0.130 - - [2026-02-12 04:11:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25337 0.030950 [API:8081]10.0.0.130 - - [2026-02-12 04:11:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-21554123:ctest-TestRbacBasic-21554123-45528664?flat HTTP/1.1" 200 6890 0.012954 [API:8081]10.0.0.130 - - [2026-02-12 04:11:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009321 [Introspect:8090]10.0.0.130 - - [2026-02-12 04:11:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.000985 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:11:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002764 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:11:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003999 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:11:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002574 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:11:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002764 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:11:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003089 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:11:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002843 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:11:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.006014 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:11:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003079 [API:8081]10.0.0.130 - - [2026-02-12 04:11:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.130 - - [2026-02-12 04:11:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1431 0.062166 [API:8081]10.0.0.22 - - [2026-02-12 04:12:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.065549 [API:8081]10.0.0.130 - - [2026-02-12 04:13:24] "GET /analytics HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.130 - - [2026-02-12 04:13:24] "GET /analytics HTTP/1.1" 401 206 0.000157 [API:8081]10.0.0.22 - - [2026-02-12 04:13:53] "GET /analytics HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.22 - - [2026-02-12 04:13:53] "GET /analytics HTTP/1.1" 401 206 0.000184 [API:8081]10.0.0.23 - - [2026-02-12 04:13:53] "GET /analytics HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.23 - - [2026-02-12 04:13:53] "GET /analytics HTTP/1.1" 401 206 0.000140 [API:8081]10.0.0.130 - - [2026-02-12 04:14:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-00551507:f362bfd2-2ea0-4051-85a1-603036b073b1?flat HTTP/1.1" 200 5377 0.068165 [API:8081]10.0.0.130 - - [2026-02-12 04:14:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-00551507:f362bfd2-2ea0-4051-85a1-603036b073b1?flat HTTP/1.1" 200 5377 0.014645 [API:8081]10.0.0.130 - - [2026-02-12 04:14:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-00551507:f362bfd2-2ea0-4051-85a1-603036b073b1?flat HTTP/1.1" 200 5377 0.072669 [API:8081]10.0.0.130 - - [2026-02-12 04:14:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-00551507:ctest-vn1-40876467?flat HTTP/1.1" 200 9422 0.025195 [API:8081]10.0.0.130 - - [2026-02-12 04:14:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.017975 [API:8081]10.0.0.130 - - [2026-02-12 04:14:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.018945 [API:8081]10.0.0.130 - - [2026-02-12 04:14:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008415 [API:8081]10.0.0.130 - - [2026-02-12 04:14:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-00551507:365b45d6-82be-4016-af1d-1ad943d6e9e4?flat HTTP/1.1" 200 5369 0.015258 [API:8081]10.0.0.130 - - [2026-02-12 04:14:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-00551507:365b45d6-82be-4016-af1d-1ad943d6e9e4?flat HTTP/1.1" 200 5369 0.015382 [API:8081]10.0.0.130 - - [2026-02-12 04:14:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-00551507:365b45d6-82be-4016-af1d-1ad943d6e9e4?flat HTTP/1.1" 200 5369 0.015396 [API:8081]10.0.0.130 - - [2026-02-12 04:14:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-00551507:ctest-vn1-40876467?flat HTTP/1.1" 200 9422 0.018048 [API:8081]10.0.0.130 - - [2026-02-12 04:14:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.022864 [API:8081]10.0.0.130 - - [2026-02-12 04:14:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.025173 [API:8081]10.0.0.130 - - [2026-02-12 04:14:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010072 [API:8081]10.0.0.22 - - [2026-02-12 04:14:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065946 [API:8081]10.0.0.130 - - [2026-02-12 04:14:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.026499 [API:8081]10.0.0.130 - - [2026-02-12 04:14:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.025666 [API:8081]10.0.0.130 - - [2026-02-12 04:14:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.035934 [API:8081]10.0.0.130 - - [2026-02-12 04:14:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-00551507:ctest-vn1-40876467?flat HTTP/1.1" 200 7658 0.013539 [API:8081]10.0.0.130 - - [2026-02-12 04:14:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.007987 [API:8081]10.0.0.130 - - [2026-02-12 04:14:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.018373 [API:8081]10.0.0.130 - - [2026-02-12 04:14:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.018497 [API:8081]10.0.0.130 - - [2026-02-12 04:14:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-00551507:ctest-vn1-40876467?flat HTTP/1.1" 200 4923 0.012040 [API:8081]10.0.0.130 - - [2026-02-12 04:14:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009465 [API:8081]10.0.0.130 - - [2026-02-12 04:14:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1431 0.011423 [API:8081]10.0.0.130 - - [2026-02-12 04:14:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.010732 [API:8081]10.0.0.22 - - [2026-02-12 04:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.22 - - [2026-02-12 04:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.22 - - [2026-02-12 04:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.22 - - [2026-02-12 04:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000338 [API:8081]10.0.0.23 - - [2026-02-12 04:14:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000464 [API:8081]10.0.0.23 - - [2026-02-12 04:14:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000399 [API:8081]10.0.0.23 - - [2026-02-12 04:14:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000452 [API:8081]10.0.0.23 - - [2026-02-12 04:14:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000372 [API:8081]10.0.0.130 - - [2026-02-12 04:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.130 - - [2026-02-12 04:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.130 - - [2026-02-12 04:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.130 - - [2026-02-12 04:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.22 - - [2026-02-12 04:15:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.072643 [API:8081]10.0.0.22 - - [2026-02-12 04:17:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.994468 [Introspect:8090]10.0.0.130 - - [2026-02-12 04:17:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001051 [API:8081]10.0.0.130 - - [2026-02-12 04:17:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 11939 0.410034 [API:8081]10.0.0.130 - - [2026-02-12 04:17:31] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 6063 0.372175 [API:8081]10.0.0.130 - - [2026-02-12 04:17:31] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 6060 0.087121 [API:8081]10.0.0.130 - - [2026-02-12 04:17:31] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5305-3?flat HTTP/1.1" 200 3950 0.021535 [API:8081]10.0.0.130 - - [2026-02-12 04:17:31] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?flat HTTP/1.1" 200 6144 0.033877 [API:8081]10.0.0.130 - - [2026-02-12 04:17:31] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?flat HTTP/1.1" 200 7335 0.021226 [API:8081]10.0.0.130 - - [2026-02-12 04:17:31] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?flat HTTP/1.1" 200 6436 0.018263 [API:8081]10.0.0.130 - - [2026-02-12 04:17:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1853 0.008815 [API:8081]10.0.0.130 - - [2026-02-12 04:18:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-00551507:ead6dceb-5924-4342-a403-d33372d46c83?flat HTTP/1.1" 200 5244 0.014309 [API:8081]10.0.0.130 - - [2026-02-12 04:18:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-00551507:ead6dceb-5924-4342-a403-d33372d46c83?flat HTTP/1.1" 200 5244 0.014937 [API:8081]10.0.0.130 - - [2026-02-12 04:18:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-00551507:ead6dceb-5924-4342-a403-d33372d46c83?flat HTTP/1.1" 200 5244 0.018931 [API:8081]10.0.0.130 - - [2026-02-12 04:18:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-00551507:ctest-vn1-17234052?flat HTTP/1.1" 200 7097 0.016250 [API:8081]10.0.0.130 - - [2026-02-12 04:18:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32261 0.023775 [API:8081]10.0.0.130 - - [2026-02-12 04:18:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12388 0.021020 [API:8081]10.0.0.130 - - [2026-02-12 04:18:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32261 0.026213 [API:8081]10.0.0.130 - - [2026-02-12 04:18:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12388 0.019217 [API:8081]10.0.0.130 - - [2026-02-12 04:18:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.012784 [API:8081]10.0.0.22 - - [2026-02-12 04:18:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.060946 [API:8081]10.0.0.130 - - [2026-02-12 04:18:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-00551507:1ad5814a-4d89-4612-950f-abf419ebd7d3?flat HTTP/1.1" 200 5243 0.014412 [API:8081]10.0.0.130 - - [2026-02-12 04:18:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-00551507:1ad5814a-4d89-4612-950f-abf419ebd7d3?flat HTTP/1.1" 200 5243 0.013565 [API:8081]10.0.0.130 - - [2026-02-12 04:18:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-00551507:1ad5814a-4d89-4612-950f-abf419ebd7d3?flat HTTP/1.1" 200 5243 0.014104 [API:8081]10.0.0.130 - - [2026-02-12 04:18:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-00551507:ctest-vn2-07625667?flat HTTP/1.1" 200 7119 0.017522 [API:8081]10.0.0.130 - - [2026-02-12 04:18:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40471 0.032365 [API:8081]10.0.0.130 - - [2026-02-12 04:18:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12399 0.018577 [API:8081]10.0.0.130 - - [2026-02-12 04:18:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40471 0.028100 [API:8081]10.0.0.130 - - [2026-02-12 04:18:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12399 0.024896 [API:8081]10.0.0.130 - - [2026-02-12 04:18:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.010548 [API:8081]10.0.0.22 - - [2026-02-12 04:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.22 - - [2026-02-12 04:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.22 - - [2026-02-12 04:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.22 - - [2026-02-12 04:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.23 - - [2026-02-12 04:19:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.23 - - [2026-02-12 04:19:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.23 - - [2026-02-12 04:19:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.23 - - [2026-02-12 04:19:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.130 - - [2026-02-12 04:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.130 - - [2026-02-12 04:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.130 - - [2026-02-12 04:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.130 - - [2026-02-12 04:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.130 - - [2026-02-12 04:19:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40491 0.029509 [API:8081]10.0.0.130 - - [2026-02-12 04:19:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 13571 0.029455 [API:8081]10.0.0.130 - - [2026-02-12 04:20:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40499 0.044108 [API:8081]10.0.0.130 - - [2026-02-12 04:20:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12918 0.024166 [API:8081]10.0.0.130 - - [2026-02-12 04:20:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40499 0.033005 [API:8081]10.0.0.130 - - [2026-02-12 04:20:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12918 0.027578 [API:8081]10.0.0.130 - - [2026-02-12 04:20:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40499 0.031351 [API:8081]10.0.0.130 - - [2026-02-12 04:20:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12918 0.076544 [API:8081]10.0.0.130 - - [2026-02-12 04:20:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40499 0.030714 [API:8081]10.0.0.130 - - [2026-02-12 04:20:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12918 0.021492 [API:8081]10.0.0.130 - - [2026-02-12 04:20:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40503 0.029430 [API:8081]10.0.0.130 - - [2026-02-12 04:20:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12829 0.026436 [API:8081]10.0.0.130 - - [2026-02-12 04:20:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-00551507:ctest-vn2-07625667?flat HTTP/1.1" 200 7857 0.021714 [API:8081]10.0.0.130 - - [2026-02-12 04:20:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.012371 [API:8081]10.0.0.130 - - [2026-02-12 04:20:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32283 0.026261 [API:8081]10.0.0.130 - - [2026-02-12 04:20:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12928 0.020402 [API:8081]10.0.0.130 - - [2026-02-12 04:20:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32283 0.023229 [API:8081]10.0.0.130 - - [2026-02-12 04:20:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12928 0.021672 [API:8081]10.0.0.130 - - [2026-02-12 04:20:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32286 0.023436 [API:8081]10.0.0.130 - - [2026-02-12 04:20:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12817 0.019257 [API:8081]10.0.0.130 - - [2026-02-12 04:20:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-00551507:ctest-vn1-17234052?flat HTTP/1.1" 200 7921 0.015647 [API:8081]10.0.0.130 - - [2026-02-12 04:20:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.007809 [API:8081]10.0.0.22 - - [2026-02-12 04:20:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060197 [API:8081]10.0.0.130 - - [2026-02-12 04:21:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-87900545:8c4b8321-2f1b-4e7c-950a-d6b5c95e82fe?flat HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.130 - - [2026-02-12 04:21:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-87900545:8c4b8321-2f1b-4e7c-950a-d6b5c95e82fe?flat HTTP/1.1" 200 5225 0.100726 [API:8081]10.0.0.130 - - [2026-02-12 04:21:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-87900545:8c4b8321-2f1b-4e7c-950a-d6b5c95e82fe?flat HTTP/1.1" 200 5225 0.068205 [API:8081]10.0.0.130 - - [2026-02-12 04:21:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-87900545:8c4b8321-2f1b-4e7c-950a-d6b5c95e82fe?flat HTTP/1.1" 200 5225 0.067468 [API:8081]10.0.0.130 - - [2026-02-12 04:21:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-87900545:ctest-vn-85819782?flat HTTP/1.1" 200 3984 0.013612 [API:8081]10.0.0.130 - - [2026-02-12 04:21:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40516 0.030484 [API:8081]10.0.0.130 - - [2026-02-12 04:21:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12796 0.019765 [API:8081]10.0.0.130 - - [2026-02-12 04:21:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40516 0.032955 [API:8081]10.0.0.130 - - [2026-02-12 04:21:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12796 0.019577 [API:8081]10.0.0.130 - - [2026-02-12 04:21:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009967 [API:8081]10.0.0.130 - - [2026-02-12 04:21:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-87900545:d51a4426-52a0-4632-95e2-1d05fd219b62?flat HTTP/1.1" 200 5243 0.013046 [API:8081]10.0.0.130 - - [2026-02-12 04:21:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-87900545:d51a4426-52a0-4632-95e2-1d05fd219b62?flat HTTP/1.1" 200 5243 0.012217 [API:8081]10.0.0.130 - - [2026-02-12 04:21:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-87900545:d51a4426-52a0-4632-95e2-1d05fd219b62?flat HTTP/1.1" 200 5243 0.013141 [API:8081]10.0.0.130 - - [2026-02-12 04:21:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-87900545:ctest-vn-27811318?flat HTTP/1.1" 200 4008 0.012956 [API:8081]10.0.0.130 - - [2026-02-12 04:21:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32303 0.022042 [API:8081]10.0.0.130 - - [2026-02-12 04:21:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12834 0.019499 [API:8081]10.0.0.130 - - [2026-02-12 04:21:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32303 0.023173 [API:8081]10.0.0.130 - - [2026-02-12 04:21:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12834 0.021704 [API:8081]10.0.0.130 - - [2026-02-12 04:21:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009112 [API:8081]10.0.0.22 - - [2026-02-12 04:21:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.062299 [API:8081]10.0.0.130 - - [2026-02-12 04:21:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32303 0.035400 [API:8081]10.0.0.130 - - [2026-02-12 04:21:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12834 0.020564 [API:8081]10.0.0.130 - - [2026-02-12 04:21:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32303 0.023740 [API:8081]10.0.0.130 - - [2026-02-12 04:21:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12834 0.020296 [API:8081]10.0.0.130 - - [2026-02-12 04:21:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32305 0.024487 [API:8081]10.0.0.130 - - [2026-02-12 04:21:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-2?flat HTTP/1.1" 200 12545 0.020661 [API:8081]10.0.0.130 - - [2026-02-12 04:21:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-87900545:ctest-vn-27811318?flat HTTP/1.1" 200 6187 0.013255 [API:8081]10.0.0.130 - - [2026-02-12 04:21:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.007918 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:21:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002761 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:21:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004063 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:21:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004389 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:21:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003970 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:21:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003377 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:21:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003507 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:21:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003163 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:21:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002334 [API:8081]10.0.0.130 - - [2026-02-12 04:21:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40519 0.028901 [API:8081]10.0.0.130 - - [2026-02-12 04:21:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12898 0.021218 [API:8081]10.0.0.130 - - [2026-02-12 04:21:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40519 0.028830 [API:8081]10.0.0.130 - - [2026-02-12 04:21:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12898 0.019969 [API:8081]10.0.0.130 - - [2026-02-12 04:22:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40519 0.036509 [API:8081]10.0.0.130 - - [2026-02-12 04:22:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12898 0.021942 [API:8081]10.0.0.130 - - [2026-02-12 04:22:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40525 0.028047 [API:8081]10.0.0.130 - - [2026-02-12 04:22:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12898 0.021618 [API:8081]10.0.0.130 - - [2026-02-12 04:22:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40525 0.036326 [API:8081]10.0.0.130 - - [2026-02-12 04:22:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12898 0.021473 [API:8081]10.0.0.130 - - [2026-02-12 04:22:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40525 0.084751 [API:8081]10.0.0.130 - - [2026-02-12 04:22:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12898 0.021131 [API:8081]10.0.0.130 - - [2026-02-12 04:22:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5305-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40525 0.043316 [API:8081]10.0.0.130 - - [2026-02-12 04:22:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5305-1?flat HTTP/1.1" 200 12536 0.027748 [API:8081]10.0.0.130 - - [2026-02-12 04:22:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-87900545:ctest-vn-85819782?flat HTTP/1.1" 200 6180 0.018468 [API:8081]10.0.0.130 - - [2026-02-12 04:22:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008786 [API:8081]10.0.0.130 - - [2026-02-12 04:22:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000339 [API:8081]10.0.0.130 - - [2026-02-12 04:22:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1666 0.069426 [API:8081]10.0.0.130 - - [2026-02-12 04:22:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1666 0.055934 [API:8081]10.0.0.130 - - [2026-02-12 04:23:24] "GET /analytics HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.130 - - [2026-02-12 04:23:24] "GET /analytics HTTP/1.1" 401 206 0.000157 [API:8081]10.0.0.22 - - [2026-02-12 04:23:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067145 [API:8081]10.0.0.22 - - [2026-02-12 04:23:53] "GET /analytics HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.22 - - [2026-02-12 04:23:53] "GET /analytics HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.23 - - [2026-02-12 04:23:53] "GET /analytics HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.23 - - [2026-02-12 04:23:53] "GET /analytics HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.22 - - [2026-02-12 04:24:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.075190 [API:8081]10.0.0.22 - - [2026-02-12 04:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.22 - - [2026-02-12 04:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.22 - - [2026-02-12 04:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.22 - - [2026-02-12 04:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.23 - - [2026-02-12 04:24:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.23 - - [2026-02-12 04:24:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.23 - - [2026-02-12 04:24:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.23 - - [2026-02-12 04:24:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.130 - - [2026-02-12 04:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.130 - - [2026-02-12 04:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.130 - - [2026-02-12 04:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.130 - - [2026-02-12 04:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000671 [API:8081]10.0.0.22 - - [2026-02-12 04:26:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069222 [API:8081]10.0.0.22 - - [2026-02-12 04:27:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.071884 [API:8081]10.0.0.130 - - [2026-02-12 04:27:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.130 - - [2026-02-12 04:27:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.062706 [API:8081]10.0.0.22 - - [2026-02-12 04:29:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065917 [API:8081]10.0.0.22 - - [2026-02-12 04:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000359 [API:8081]10.0.0.22 - - [2026-02-12 04:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000326 [API:8081]10.0.0.22 - - [2026-02-12 04:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.22 - - [2026-02-12 04:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.23 - - [2026-02-12 04:29:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.23 - - [2026-02-12 04:29:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.23 - - [2026-02-12 04:29:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.23 - - [2026-02-12 04:29:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000391 [API:8081]10.0.0.130 - - [2026-02-12 04:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.130 - - [2026-02-12 04:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.130 - - [2026-02-12 04:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.130 - - [2026-02-12 04:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.22 - - [2026-02-12 04:30:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.058155 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:31:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002775 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003029 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003096 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002407 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:31:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003953 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002996 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004246 [LOCAL API:8181]127.0.0.1 - - [2026-02-12 04:31:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5305-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002630 [Introspect:8090]10.0.0.130 - - [2026-02-12 04:32:05] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001078