++ 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 Dec 18 02:08:41 AM UTC 2025 ===================' INFO: =================== Thu Dec 18 02:08:41 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ 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 ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.23:8081 10.0.0.50:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.50:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.50:8081 10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.23:9042 10.0.0.50:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.50:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.50:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.23:8086 10.0.0.50:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.50:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.50:8086 10.0.0.65: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.23,10.0.0.50,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.23:8082 10.0.0.50:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.50:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.50:8082 10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.23:9161 10.0.0.50:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.50:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.50:9161 10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.50:9041 10.0.0.65: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.129,10.20.0.14,10.20.0.252 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.129,10.20.0.14,10.20.0.252 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.23:2181,10.0.0.50:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.50:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.50:2181,10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.23:2181 10.0.0.50:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.50:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.50:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.23:5673,10.0.0.50:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.50:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.50:5673,10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.23:6379 10.0.0.50:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.50:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.50:6379 10.0.0.65: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.23,10.0.0.50,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.23:9092 10.0.0.50:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.50:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.50:9092 10.0.0.65: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.23 ++ 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.23,10.0.0.50,10.0.0.65 ++ 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.23,10.0.0.50,10.0.0.65 ++ 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.23,10.0.0.50,10.0.0.65 ++ cut -d , -f 1 + local cassandra=10.0.0.23 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.23 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.23,10.0.0.50,10.0.0.65 +++ local servers=10.0.0.23,10.0.0.50,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ uniq +++ cut -d ' ' -f 1 ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort +++ local local_ips=,10.0.0.23,10.20.0.129,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.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 1 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + 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 ++ cut -d = -f 1 ++ sort ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ sed 's/^ANALYTICS_API__//g' + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1028: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1033: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1048: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:17: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 12/18/2025 02:08:50.642 7eff10d27fc0 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/18/2025 02:08:50.883 7eff10d27fc0 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 12/18/2025 02:08:50.903 7eff10d27fc0 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/18/2025 02:08:50.903 7eff10d27fc0 [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.23: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.65 - - [2025-12-18 02:09:29] "GET /analytics HTTP/1.1" 401 205 0.000771 [API:8081]10.0.0.65 - - [2025-12-18 02:09:29] "GET /analytics HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.50 - - [2025-12-18 02:09:30] "GET /analytics HTTP/1.1" 401 205 0.000423 [API:8081]10.0.0.50 - - [2025-12-18 02:09:30] "GET /analytics HTTP/1.1" 401 205 0.000192 [API:8081]10.0.0.23 - - [2025-12-18 02:09:31] "GET /analytics HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2025-12-18 02:09:31] "GET /analytics HTTP/1.1" 401 205 0.000172 [API:8081]10.0.0.23 - - [2025-12-18 02:09:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.402216 [API:8081]10.0.0.65 - - [2025-12-18 02:10:00] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.65 - - [2025-12-18 02:10:00] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.50 - - [2025-12-18 02:10:01] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.50 - - [2025-12-18 02:10:01] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.23 - - [2025-12-18 02:10:02] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2025-12-18 02:10:02] "GET /analytics HTTP/1.1" 401 205 0.000169 [API:8081]10.0.0.65 - - [2025-12-18 02:10:30] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.65 - - [2025-12-18 02:10:30] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.50 - - [2025-12-18 02:10:31] "GET /analytics HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.50 - - [2025-12-18 02:10:31] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.23 - - [2025-12-18 02:10:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.383102 [API:8081]10.0.0.65 - - [2025-12-18 02:11:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.65 - - [2025-12-18 02:11:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.65 - - [2025-12-18 02:11:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.65 - - [2025-12-18 02:11:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.23 - - [2025-12-18 02:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.23 - - [2025-12-18 02:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000419 [API:8081]10.0.0.50 - - [2025-12-18 02:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.50 - - [2025-12-18 02:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.50 - - [2025-12-18 02:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.50 - - [2025-12-18 02:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.23 - - [2025-12-18 02:11:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000663 [API:8081]10.0.0.23 - - [2025-12-18 02:11:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [Introspect:8090]10.0.0.23 - - [2025-12-18 02:12:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001510 [API:8081]10.0.0.23 - - [2025-12-18 02:12:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.397232 [Introspect:8090]10.0.0.23 - - [2025-12-18 02:12:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001495 [API:8081]10.0.0.23 - - [2025-12-18 02:13:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.070952 [Introspect:8090]10.0.0.23 - - [2025-12-18 02:14:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001273 [Introspect:8090]10.0.0.23 - - [2025-12-18 02:14:18] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000589 [API:8081]10.0.0.23 - - [2025-12-18 02:14:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000400 [API:8081]10.0.0.23 - - [2025-12-18 02:14:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-1:Control:contrail-control:0?flat HTTP/1.1" 200 38109 0.073264 [API:8081]10.0.0.23 - - [2025-12-18 02:14:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.069606 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-2:Control:contrail-control:0?flat HTTP/1.1" 200 28326 0.070751 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.015758 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-3:Control:contrail-control:0?flat HTTP/1.1" 200 38727 0.025393 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13603 0.018399 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.017857 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.018721 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3709 0.012478 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3376 0.013374 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.011981 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4618 0.015450 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4316 0.013723 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4314 0.015065 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.013411 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.015239 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013994 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013454 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012465 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011984 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012837 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012877 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013542 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011672 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14825 0.066861 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.017186 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14814 0.016552 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.027418 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14833 0.019341 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.025282 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.024225 [API:8081]10.0.0.23 - - [2025-12-18 02:14:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.022881 [API:8081]10.0.0.23 - - [2025-12-18 02:14:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.019305 [API:8081]10.0.0.23 - - [2025-12-18 02:14:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.027266 [API:8081]10.0.0.23 - - [2025-12-18 02:14:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.018153 [API:8081]10.0.0.23 - - [2025-12-18 02:14:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3269 0.016561 [API:8081]10.0.0.23 - - [2025-12-18 02:14:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.019003 [API:8081]10.0.0.23 - - [2025-12-18 02:14:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.014907 [API:8081]10.0.0.23 - - [2025-12-18 02:14:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.020010 [API:8081]10.0.0.23 - - [2025-12-18 02:14:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14825 0.020531 [API:8081]10.0.0.23 - - [2025-12-18 02:14:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.017224 [API:8081]10.0.0.23 - - [2025-12-18 02:14:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.014031 [API:8081]10.0.0.23 - - [2025-12-18 02:14:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14814 0.019080 [API:8081]10.0.0.23 - - [2025-12-18 02:14:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012768 [API:8081]10.0.0.23 - - [2025-12-18 02:14:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.013130 [API:8081]10.0.0.23 - - [2025-12-18 02:14:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14833 0.015059 [API:8081]10.0.0.23 - - [2025-12-18 02:14:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013148 [API:8081]10.0.0.23 - - [2025-12-18 02:14:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.015424 [API:8081]10.0.0.23 - - [2025-12-18 02:14:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.011940 [API:8081]10.0.0.23 - - [2025-12-18 02:14:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.016403 [API:8081]10.0.0.23 - - [2025-12-18 02:14:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.014598 [API:8081]10.0.0.23 - - [2025-12-18 02:14:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.019113 [API:8081]10.0.0.23 - - [2025-12-18 02:14:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.012861 [API:8081]10.0.0.23 - - [2025-12-18 02:14:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4618 0.019752 [API:8081]10.0.0.23 - - [2025-12-18 02:14:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4316 0.015370 [API:8081]10.0.0.23 - - [2025-12-18 02:14:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4314 0.011448 [API:8081]10.0.0.23 - - [2025-12-18 02:14:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-1:Control:contrail-control:0?flat HTTP/1.1" 200 38109 0.022500 [API:8081]10.0.0.23 - - [2025-12-18 02:14:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.012006 [API:8081]10.0.0.23 - - [2025-12-18 02:14:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.018236 [API:8081]10.0.0.23 - - [2025-12-18 02:14:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-2:Control:contrail-control:0?flat HTTP/1.1" 200 28326 0.020693 [API:8081]10.0.0.23 - - [2025-12-18 02:14:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.012972 [API:8081]10.0.0.23 - - [2025-12-18 02:14:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.016862 [API:8081]10.0.0.23 - - [2025-12-18 02:14:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-3:Control:contrail-control:0?flat HTTP/1.1" 200 38727 0.025621 [API:8081]10.0.0.23 - - [2025-12-18 02:14:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.012430 [API:8081]10.0.0.23 - - [2025-12-18 02:14:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4903-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13603 0.014206 [API:8081]10.0.0.23 - - [2025-12-18 02:14:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12035 0.027941 [API:8081]10.0.0.23 - - [2025-12-18 02:14:25] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?flat HTTP/1.1" 200 15859 0.035457 [API:8081]10.0.0.23 - - [2025-12-18 02:14:25] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?flat HTTP/1.1" 200 12538 0.036407 [API:8081]10.0.0.23 - - [2025-12-18 02:14:25] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?flat HTTP/1.1" 200 19454 0.034860 [API:8081]10.0.0.23 - - [2025-12-18 02:14:25] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?flat HTTP/1.1" 200 15859 0.030332 [API:8081]10.0.0.23 - - [2025-12-18 02:14:25] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?flat HTTP/1.1" 200 12538 0.030038 [API:8081]10.0.0.23 - - [2025-12-18 02:14:25] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?flat HTTP/1.1" 200 19454 0.023296 [API:8081]10.0.0.23 - - [2025-12-18 02:14:25] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?flat HTTP/1.1" 200 15859 0.024733 [API:8081]10.0.0.23 - - [2025-12-18 02:14:25] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?flat HTTP/1.1" 200 12538 0.018270 [API:8081]10.0.0.23 - - [2025-12-18 02:14:25] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?flat HTTP/1.1" 200 19454 0.023152 [API:8081]10.0.0.23 - - [2025-12-18 02:14:25] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?flat HTTP/1.1" 200 15859 0.023293 [API:8081]10.0.0.23 - - [2025-12-18 02:14:25] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?flat HTTP/1.1" 200 12538 0.029900 [API:8081]10.0.0.23 - - [2025-12-18 02:14:25] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?flat HTTP/1.1" 200 19454 0.020268 [API:8081]10.0.0.23 - - [2025-12-18 02:14:26] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 8000 0.016325 [API:8081]10.0.0.23 - - [2025-12-18 02:14:27] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 7996 0.014398 [API:8081]10.0.0.23 - - [2025-12-18 02:14:27] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4903-3?flat HTTP/1.1" 200 7995 0.020724 [API:8081]10.0.0.23 - - [2025-12-18 02:14:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.23 - - [2025-12-18 02:14:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.077461 [API:8081]10.0.0.23 - - [2025-12-18 02:14:49] "POST /analytics/query HTTP/1.1" 200 63969 1.071404 [API:8081]10.0.0.23 - - [2025-12-18 02:14:50] "POST /analytics/query HTTP/1.1" 200 5875 1.081897 [API:8081]10.0.0.23 - - [2025-12-18 02:14:51] "POST /analytics/query HTTP/1.1" 200 871 1.022233 [API:8081]10.0.0.23 - - [2025-12-18 02:14:52] "POST /analytics/query HTTP/1.1" 200 5875 1.022653 [API:8081]10.0.0.23 - - [2025-12-18 02:14:53] "POST /analytics/query HTTP/1.1" 200 871 1.049466 [API:8081]10.0.0.23 - - [2025-12-18 02:15:05] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000931 [API:8081]10.0.0.23 - - [2025-12-18 02:15:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072616 [API:8081]10.0.0.65 - - [2025-12-18 02:16:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.65 - - [2025-12-18 02:16:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.65 - - [2025-12-18 02:16:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.65 - - [2025-12-18 02:16:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2025-12-18 02:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2025-12-18 02:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.50 - - [2025-12-18 02:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.50 - - [2025-12-18 02:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.50 - - [2025-12-18 02:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.50 - - [2025-12-18 02:16:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2025-12-18 02:16:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.231851 [API:8081]10.0.0.23 - - [2025-12-18 02:16:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.23 - - [2025-12-18 02:16:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:18:51] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002861 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:18:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004109 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:18:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003786 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:18:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003580 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:18:51] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003624 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:18:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003039 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:18:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002424 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:18:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002464 [API:8081]10.0.0.23 - - [2025-12-18 02:18:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.099357 [API:8081]10.0.0.23 - - [2025-12-18 02:19:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.083097 [API:8081]10.0.0.23 - - [2025-12-18 02:19:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.23 - - [2025-12-18 02:19:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1446 0.074975 [API:8081]10.0.0.23 - - [2025-12-18 02:19:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1678 0.063826 [API:8081]10.0.0.23 - - [2025-12-18 02:20:02] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2025-12-18 02:20:02] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.65 - - [2025-12-18 02:20:30] "GET /analytics HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.65 - - [2025-12-18 02:20:30] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.50 - - [2025-12-18 02:20:31] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.50 - - [2025-12-18 02:20:31] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.65 - - [2025-12-18 02:21:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.65 - - [2025-12-18 02:21:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.65 - - [2025-12-18 02:21:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.65 - - [2025-12-18 02:21:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2025-12-18 02:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000392 [API:8081]10.0.0.23 - - [2025-12-18 02:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.50 - - [2025-12-18 02:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.50 - - [2025-12-18 02:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.50 - - [2025-12-18 02:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.50 - - [2025-12-18 02:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.23 - - [2025-12-18 02:21:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-12-18 02:21:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2025-12-18 02:21:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061388 [API:8081]10.0.0.23 - - [2025-12-18 02:22:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.067962 [API:8081]10.0.0.23 - - [2025-12-18 02:24:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087206 [API:8081]10.0.0.23 - - [2025-12-18 02:25:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.067355 [API:8081]10.0.0.65 - - [2025-12-18 02:26:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.65 - - [2025-12-18 02:26:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.65 - - [2025-12-18 02:26:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.65 - - [2025-12-18 02:26:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.23 - - [2025-12-18 02:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.23 - - [2025-12-18 02:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.50 - - [2025-12-18 02:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.50 - - [2025-12-18 02:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.50 - - [2025-12-18 02:26:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.50 - - [2025-12-18 02:26:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000400 [API:8081]10.0.0.23 - - [2025-12-18 02:26:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000585 [API:8081]10.0.0.23 - - [2025-12-18 02:26:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.23 - - [2025-12-18 02:26:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.23 - - [2025-12-18 02:26:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.081192 [API:8081]10.0.0.23 - - [2025-12-18 02:26:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.069962 [API:8081]10.0.0.23 - - [2025-12-18 02:27:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074253 [API:8081]10.0.0.23 - - [2025-12-18 02:28:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1442 0.009135 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:28:51] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003190 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:28:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002640 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:28:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003531 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:28:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003042 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:28:51] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004198 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:28:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002609 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:28:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004395 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:28:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002321 [API:8081]10.0.0.23 - - [2025-12-18 02:28:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1670 0.010726 [API:8081]10.0.0.23 - - [2025-12-18 02:28:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1898 0.068287 [API:8081]10.0.0.23 - - [2025-12-18 02:28:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2126 0.012107 [API:8081]10.0.0.23 - - [2025-12-18 02:29:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.126094 [API:8081]10.0.0.23 - - [2025-12-18 02:30:02] "GET /analytics HTTP/1.1" 401 205 0.000801 [API:8081]10.0.0.23 - - [2025-12-18 02:30:02] "GET /analytics HTTP/1.1" 401 205 0.000192 [API:8081]10.0.0.65 - - [2025-12-18 02:30:30] "GET /analytics HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.65 - - [2025-12-18 02:30:30] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.50 - - [2025-12-18 02:30:31] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.50 - - [2025-12-18 02:30:31] "GET /analytics HTTP/1.1" 401 205 0.000132 [API:8081]10.0.0.23 - - [2025-12-18 02:31:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070310 [API:8081]10.0.0.65 - - [2025-12-18 02:31:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.65 - - [2025-12-18 02:31:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.65 - - [2025-12-18 02:31:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.65 - - [2025-12-18 02:31:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-12-18 02:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.23 - - [2025-12-18 02:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.50 - - [2025-12-18 02:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.50 - - [2025-12-18 02:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.50 - - [2025-12-18 02:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.50 - - [2025-12-18 02:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.23 - - [2025-12-18 02:31:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-12-18 02:31:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.23 - - [2025-12-18 02:32:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.075510 [API:8081]10.0.0.23 - - [2025-12-18 02:32:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.093182 [API:8081]10.0.0.23 - - [2025-12-18 02:32:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.019531 [API:8081]10.0.0.23 - - [2025-12-18 02:32:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.069954 [API:8081]10.0.0.23 - - [2025-12-18 02:32:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.022104 [API:8081]10.0.0.23 - - [2025-12-18 02:32:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.019296 [API:8081]10.0.0.23 - - [2025-12-18 02:32:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.018418 [API:8081]10.0.0.23 - - [2025-12-18 02:32:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.019092 [API:8081]10.0.0.23 - - [2025-12-18 02:32:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.019572 [API:8081]10.0.0.23 - - [2025-12-18 02:32:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-32352238:ctest-vnet1-95075393?flat HTTP/1.1" 200 8245 0.012062 [API:8081]10.0.0.23 - - [2025-12-18 02:32:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009032 [API:8081]10.0.0.23 - - [2025-12-18 02:32:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24577 0.020217 [API:8081]10.0.0.23 - - [2025-12-18 02:32:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24577 0.026162 [API:8081]10.0.0.23 - - [2025-12-18 02:32:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24577 0.020453 [API:8081]10.0.0.23 - - [2025-12-18 02:32:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24577 0.026507 [API:8081]10.0.0.23 - - [2025-12-18 02:32:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24577 0.023083 [API:8081]10.0.0.23 - - [2025-12-18 02:33:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24577 0.028699 [API:8081]10.0.0.23 - - [2025-12-18 02:33:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24582 0.036204 [API:8081]10.0.0.23 - - [2025-12-18 02:33:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24582 0.018867 [API:8081]10.0.0.23 - - [2025-12-18 02:33:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24582 0.033016 [API:8081]10.0.0.23 - - [2025-12-18 02:33:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.026847 [API:8081]10.0.0.23 - - [2025-12-18 02:33:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-32352238:ctest-vnet0-13324153?flat HTTP/1.1" 200 8244 0.012468 [API:8081]10.0.0.23 - - [2025-12-18 02:33:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010544 [API:8081]10.0.0.23 - - [2025-12-18 02:33:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.009603 [API:8081]10.0.0.23 - - [2025-12-18 02:34:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063045 [API:8081]10.0.0.23 - - [2025-12-18 02:35:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.067732 [API:8081]10.0.0.23 - - [2025-12-18 02:35:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.23 - - [2025-12-18 02:35:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1678 0.080174 [API:8081]10.0.0.65 - - [2025-12-18 02:36:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000947 [API:8081]10.0.0.65 - - [2025-12-18 02:36:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.65 - - [2025-12-18 02:36:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.65 - - [2025-12-18 02:36:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2025-12-18 02:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.23 - - [2025-12-18 02:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.50 - - [2025-12-18 02:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.50 - - [2025-12-18 02:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.50 - - [2025-12-18 02:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.50 - - [2025-12-18 02:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2025-12-18 02:36:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.23 - - [2025-12-18 02:36:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2025-12-18 02:37:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.086853 [API:8081]10.0.0.23 - - [2025-12-18 02:37:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079784 [API:8081]10.0.0.23 - - [2025-12-18 02:37:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.032272 [API:8081]10.0.0.23 - - [2025-12-18 02:37:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019430 [API:8081]10.0.0.23 - - [2025-12-18 02:37:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-56005126:ctest-vnet0-64220513?flat HTTP/1.1" 200 7198 0.064244 [API:8081]10.0.0.23 - - [2025-12-18 02:37:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.012274 [API:8081]10.0.0.23 - - [2025-12-18 02:37:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.23 - - [2025-12-18 02:37:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.058097 [API:8081]10.0.0.23 - - [2025-12-18 02:37:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2025-12-18 02:37:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.064394 [API:8081]10.0.0.23 - - [2025-12-18 02:37:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.055163 [API:8081]10.0.0.23 - - [2025-12-18 02:37:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.058295 [API:8081]10.0.0.23 - - [2025-12-18 02:38:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.067149 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:38:51] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002357 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:38:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002742 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:38:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002783 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:38:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002436 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:38:51] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002667 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:38:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002223 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:38:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002424 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:38:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002677 [API:8081]10.0.0.23 - - [2025-12-18 02:38:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-32199395:e3ef08ef-79da-4178-8f68-1240b4bdffd4?flat HTTP/1.1" 200 5229 0.012082 [API:8081]10.0.0.23 - - [2025-12-18 02:38:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-32199395:e3ef08ef-79da-4178-8f68-1240b4bdffd4?flat HTTP/1.1" 200 5229 0.012274 [API:8081]10.0.0.23 - - [2025-12-18 02:38:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-32199395:e3ef08ef-79da-4178-8f68-1240b4bdffd4?flat HTTP/1.1" 200 5229 0.013737 [API:8081]10.0.0.23 - - [2025-12-18 02:38:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-32199395:ctest-VN1-99763112?flat HTTP/1.1" 200 8556 0.015155 [API:8081]10.0.0.23 - - [2025-12-18 02:38:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019550 [API:8081]10.0.0.23 - - [2025-12-18 02:38:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.018135 [API:8081]10.0.0.23 - - [2025-12-18 02:38:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010645 [API:8081]10.0.0.23 - - [2025-12-18 02:38:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-32199395:71c60572-9843-45f6-a03a-4105f50e9bde?flat HTTP/1.1" 200 5346 0.013128 [API:8081]10.0.0.23 - - [2025-12-18 02:38:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-32199395:71c60572-9843-45f6-a03a-4105f50e9bde?flat HTTP/1.1" 200 5346 0.014377 [API:8081]10.0.0.23 - - [2025-12-18 02:38:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-32199395:71c60572-9843-45f6-a03a-4105f50e9bde?flat HTTP/1.1" 200 5346 0.013189 [API:8081]10.0.0.23 - - [2025-12-18 02:38:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-32199395:ctest-VN2-69269428?flat HTTP/1.1" 200 8667 0.013736 [API:8081]10.0.0.23 - - [2025-12-18 02:38:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020798 [API:8081]10.0.0.23 - - [2025-12-18 02:38:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.018033 [API:8081]10.0.0.23 - - [2025-12-18 02:38:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009864 [API:8081]10.0.0.23 - - [2025-12-18 02:39:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-32199395:daaeaf06-27ae-4045-addb-7a2db22361e1?flat HTTP/1.1" 200 5096 0.015514 [API:8081]10.0.0.23 - - [2025-12-18 02:39:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-32199395:daaeaf06-27ae-4045-addb-7a2db22361e1?flat HTTP/1.1" 200 5096 0.012514 [API:8081]10.0.0.23 - - [2025-12-18 02:39:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-32199395:daaeaf06-27ae-4045-addb-7a2db22361e1?flat HTTP/1.1" 200 5096 0.013109 [API:8081]10.0.0.23 - - [2025-12-18 02:39:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-32199395:ctest-VN3-91544959?flat HTTP/1.1" 200 7444 0.020445 [API:8081]10.0.0.23 - - [2025-12-18 02:39:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.022057 [API:8081]10.0.0.23 - - [2025-12-18 02:39:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019012 [API:8081]10.0.0.23 - - [2025-12-18 02:39:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011532 [API:8081]10.0.0.23 - - [2025-12-18 02:40:02] "GET /analytics HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.23 - - [2025-12-18 02:40:02] "GET /analytics HTTP/1.1" 401 205 0.000190 [API:8081]10.0.0.23 - - [2025-12-18 02:40:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079753 [API:8081]10.0.0.65 - - [2025-12-18 02:40:30] "GET /analytics HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.65 - - [2025-12-18 02:40:30] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.50 - - [2025-12-18 02:40:31] "GET /analytics HTTP/1.1" 401 205 0.000884 [API:8081]10.0.0.50 - - [2025-12-18 02:40:31] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.23 - - [2025-12-18 02:41:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.066945 [API:8081]10.0.0.65 - - [2025-12-18 02:41:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.65 - - [2025-12-18 02:41:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.65 - - [2025-12-18 02:41:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.65 - - [2025-12-18 02:41:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2025-12-18 02:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.23 - - [2025-12-18 02:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.50 - - [2025-12-18 02:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.50 - - [2025-12-18 02:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.50 - - [2025-12-18 02:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.50 - - [2025-12-18 02:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2025-12-18 02:41:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2025-12-18 02:41:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2025-12-18 02:43:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071285 [API:8081]10.0.0.23 - - [2025-12-18 02:44:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.062914 [API:8081]10.0.0.23 - - [2025-12-18 02:45:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.071948 [API:8081]10.0.0.23 - - [2025-12-18 02:45:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.081859 [API:8081]10.0.0.23 - - [2025-12-18 02:45:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.075774 [API:8081]10.0.0.23 - - [2025-12-18 02:45:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.017897 [API:8081]10.0.0.23 - - [2025-12-18 02:45:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.019356 [API:8081]10.0.0.23 - - [2025-12-18 02:45:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.029604 [API:8081]10.0.0.23 - - [2025-12-18 02:45:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.019777 [API:8081]10.0.0.23 - - [2025-12-18 02:45:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.021840 [API:8081]10.0.0.23 - - [2025-12-18 02:45:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.035589 [API:8081]10.0.0.23 - - [2025-12-18 02:45:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.020391 [API:8081]10.0.0.23 - - [2025-12-18 02:45:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-32199395:ctest-VN3-91544959?flat HTTP/1.1" 200 6217 0.013060 [API:8081]10.0.0.23 - - [2025-12-18 02:45:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009068 [API:8081]10.0.0.23 - - [2025-12-18 02:45:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.019176 [API:8081]10.0.0.23 - - [2025-12-18 02:45:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.019482 [API:8081]10.0.0.23 - - [2025-12-18 02:45:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.031986 [API:8081]10.0.0.23 - - [2025-12-18 02:45:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.016956 [API:8081]10.0.0.23 - - [2025-12-18 02:45:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.035786 [API:8081]10.0.0.23 - - [2025-12-18 02:46:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.022386 [API:8081]10.0.0.23 - - [2025-12-18 02:46:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.024217 [API:8081]10.0.0.23 - - [2025-12-18 02:46:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.019538 [API:8081]10.0.0.23 - - [2025-12-18 02:46:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.021845 [API:8081]10.0.0.23 - - [2025-12-18 02:46:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062973 [API:8081]10.0.0.23 - - [2025-12-18 02:46:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.022298 [API:8081]10.0.0.23 - - [2025-12-18 02:46:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-32199395:ctest-VN2-69269428?flat HTTP/1.1" 200 6549 0.012586 [API:8081]10.0.0.23 - - [2025-12-18 02:46:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008013 [API:8081]10.0.0.23 - - [2025-12-18 02:46:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.016613 [API:8081]10.0.0.23 - - [2025-12-18 02:46:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.037271 [API:8081]10.0.0.23 - - [2025-12-18 02:46:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.019636 [API:8081]10.0.0.23 - - [2025-12-18 02:46:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.018631 [API:8081]10.0.0.23 - - [2025-12-18 02:46:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.017315 [API:8081]10.0.0.23 - - [2025-12-18 02:46:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.019716 [API:8081]10.0.0.23 - - [2025-12-18 02:46:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.019081 [API:8081]10.0.0.23 - - [2025-12-18 02:46:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.019464 [API:8081]10.0.0.23 - - [2025-12-18 02:46:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.028405 [API:8081]10.0.0.23 - - [2025-12-18 02:46:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-32199395:ctest-VN1-99763112?flat HTTP/1.1" 200 6766 0.012522 [API:8081]10.0.0.23 - - [2025-12-18 02:46:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007859 [API:8081]10.0.0.65 - - [2025-12-18 02:46:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.65 - - [2025-12-18 02:46:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.65 - - [2025-12-18 02:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000577 [API:8081]10.0.0.65 - - [2025-12-18 02:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2025-12-18 02:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.23 - - [2025-12-18 02:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.50 - - [2025-12-18 02:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.50 - - [2025-12-18 02:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.50 - - [2025-12-18 02:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.50 - - [2025-12-18 02:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.23 - - [2025-12-18 02:46:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.23 - - [2025-12-18 02:46:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.23 - - [2025-12-18 02:46:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2025-12-18 02:46:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.057694 [API:8081]10.0.0.23 - - [2025-12-18 02:46:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.073674 [API:8081]10.0.0.23 - - [2025-12-18 02:46:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.061838 [API:8081]10.0.0.23 - - [2025-12-18 02:47:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.072638 [API:8081]10.0.0.23 - - [2025-12-18 02:47:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-01896177:36eab059-40b8-4983-a608-2cfef28d169e?flat HTTP/1.1" 200 5361 0.014801 [API:8081]10.0.0.23 - - [2025-12-18 02:47:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-01896177:36eab059-40b8-4983-a608-2cfef28d169e?flat HTTP/1.1" 200 5361 0.013208 [API:8081]10.0.0.23 - - [2025-12-18 02:47:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-01896177:36eab059-40b8-4983-a608-2cfef28d169e?flat HTTP/1.1" 200 5361 0.012635 [API:8081]10.0.0.23 - - [2025-12-18 02:47:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-01896177:36eab059-40b8-4983-a608-2cfef28d169e?flat HTTP/1.1" 200 5361 0.019188 [API:8081]10.0.0.23 - - [2025-12-18 02:47:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-01896177:ctest-VN1-31040220?flat HTTP/1.1" 200 9450 0.014715 [API:8081]10.0.0.23 - - [2025-12-18 02:47:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.021006 [API:8081]10.0.0.23 - - [2025-12-18 02:47:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.022512 [API:8081]10.0.0.23 - - [2025-12-18 02:48:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009014 [API:8081]10.0.0.23 - - [2025-12-18 02:48:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-01896177:38a035cc-4830-4e83-abf2-69726e7c45b4?flat HTTP/1.1" 200 5221 0.013171 [API:8081]10.0.0.23 - - [2025-12-18 02:48:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-01896177:38a035cc-4830-4e83-abf2-69726e7c45b4?flat HTTP/1.1" 200 5221 0.014057 [API:8081]10.0.0.23 - - [2025-12-18 02:48:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-01896177:38a035cc-4830-4e83-abf2-69726e7c45b4?flat HTTP/1.1" 200 5221 0.012148 [API:8081]10.0.0.23 - - [2025-12-18 02:48:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-01896177:38a035cc-4830-4e83-abf2-69726e7c45b4?flat HTTP/1.1" 200 5221 0.011996 [API:8081]10.0.0.23 - - [2025-12-18 02:48:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-01896177:ctest-VN2-41659063?flat HTTP/1.1" 200 8634 0.017973 [API:8081]10.0.0.23 - - [2025-12-18 02:48:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.025389 [API:8081]10.0.0.23 - - [2025-12-18 02:48:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.017957 [API:8081]10.0.0.23 - - [2025-12-18 02:48:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009899 [API:8081]10.0.0.23 - - [2025-12-18 02:48:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-01896177:97bf5ec4-f7e7-4572-afbb-285d2eafec52?flat HTTP/1.1" 200 5225 0.025468 [API:8081]10.0.0.23 - - [2025-12-18 02:48:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-01896177:97bf5ec4-f7e7-4572-afbb-285d2eafec52?flat HTTP/1.1" 200 5225 0.021057 [API:8081]10.0.0.23 - - [2025-12-18 02:48:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-01896177:97bf5ec4-f7e7-4572-afbb-285d2eafec52?flat HTTP/1.1" 200 5225 0.021927 [API:8081]10.0.0.23 - - [2025-12-18 02:48:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-01896177:97bf5ec4-f7e7-4572-afbb-285d2eafec52?flat HTTP/1.1" 200 5225 0.015328 [API:8081]10.0.0.23 - - [2025-12-18 02:48:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-01896177:ctest-VN3-12866782?flat HTTP/1.1" 200 8208 0.027882 [API:8081]10.0.0.23 - - [2025-12-18 02:48:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.028073 [API:8081]10.0.0.23 - - [2025-12-18 02:48:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.031991 [API:8081]10.0.0.23 - - [2025-12-18 02:48:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009793 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:48:51] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002208 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:48:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002449 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:48:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002642 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:48:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002358 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:48:51] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002701 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:48:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002874 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:48:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002515 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:48:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003345 [API:8081]10.0.0.23 - - [2025-12-18 02:49:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.020266 [API:8081]10.0.0.23 - - [2025-12-18 02:49:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24614 0.019795 [API:8081]10.0.0.23 - - [2025-12-18 02:49:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24614 0.019130 [API:8081]10.0.0.23 - - [2025-12-18 02:49:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24614 0.027195 [API:8081]10.0.0.23 - - [2025-12-18 02:49:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24614 0.020872 [API:8081]10.0.0.23 - - [2025-12-18 02:49:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-01896177:ctest-VN3-12866782?flat HTTP/1.1" 200 6969 0.013839 [API:8081]10.0.0.23 - - [2025-12-18 02:49:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009388 [API:8081]10.0.0.23 - - [2025-12-18 02:49:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.023030 [API:8081]10.0.0.23 - - [2025-12-18 02:49:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064356 [API:8081]10.0.0.23 - - [2025-12-18 02:49:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.019717 [API:8081]10.0.0.23 - - [2025-12-18 02:49:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.018311 [API:8081]10.0.0.23 - - [2025-12-18 02:49:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.017565 [API:8081]10.0.0.23 - - [2025-12-18 02:49:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.020127 [API:8081]10.0.0.23 - - [2025-12-18 02:49:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.019719 [API:8081]10.0.0.23 - - [2025-12-18 02:49:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.018489 [API:8081]10.0.0.23 - - [2025-12-18 02:49:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.018901 [API:8081]10.0.0.23 - - [2025-12-18 02:49:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.018771 [API:8081]10.0.0.23 - - [2025-12-18 02:49:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.018779 [API:8081]10.0.0.23 - - [2025-12-18 02:49:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-01896177:ctest-VN2-41659063?flat HTTP/1.1" 200 7310 0.012278 [API:8081]10.0.0.23 - - [2025-12-18 02:49:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008862 [API:8081]10.0.0.23 - - [2025-12-18 02:49:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24614 0.018190 [API:8081]10.0.0.23 - - [2025-12-18 02:49:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24614 0.024673 [API:8081]10.0.0.23 - - [2025-12-18 02:49:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24614 0.018547 [API:8081]10.0.0.23 - - [2025-12-18 02:49:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24614 0.028811 [API:8081]10.0.0.23 - - [2025-12-18 02:49:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24614 0.018884 [API:8081]10.0.0.23 - - [2025-12-18 02:50:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24614 0.019744 [API:8081]10.0.0.23 - - [2025-12-18 02:50:02] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2025-12-18 02:50:02] "GET /analytics HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.23 - - [2025-12-18 02:50:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24616 0.018523 [API:8081]10.0.0.23 - - [2025-12-18 02:50:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24616 0.033879 [API:8081]10.0.0.23 - - [2025-12-18 02:50:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24616 0.030198 [API:8081]10.0.0.23 - - [2025-12-18 02:50:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24616 0.021850 [API:8081]10.0.0.23 - - [2025-12-18 02:50:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-01896177:ctest-VN1-31040220?flat HTTP/1.1" 200 7643 0.012725 [API:8081]10.0.0.23 - - [2025-12-18 02:50:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009092 [API:8081]10.0.0.23 - - [2025-12-18 02:50:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.087870 [API:8081]10.0.0.23 - - [2025-12-18 02:50:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000479 [API:8081]10.0.0.23 - - [2025-12-18 02:50:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.065012 [API:8081]10.0.0.23 - - [2025-12-18 02:50:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.058102 [API:8081]10.0.0.65 - - [2025-12-18 02:50:30] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.65 - - [2025-12-18 02:50:30] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.50 - - [2025-12-18 02:50:31] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.50 - - [2025-12-18 02:50:31] "GET /analytics HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.65 - - [2025-12-18 02:51:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.65 - - [2025-12-18 02:51:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000404 [API:8081]10.0.0.65 - - [2025-12-18 02:51:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000416 [API:8081]10.0.0.65 - - [2025-12-18 02:51:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.23 - - [2025-12-18 02:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2025-12-18 02:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.50 - - [2025-12-18 02:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.50 - - [2025-12-18 02:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.50 - - [2025-12-18 02:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.50 - - [2025-12-18 02:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2025-12-18 02:51:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.23 - - [2025-12-18 02:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-12-18 02:52:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.390754 [API:8081]10.0.0.23 - - [2025-12-18 02:52:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2025-12-18 02:52:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.064846 [API:8081]10.0.0.23 - - [2025-12-18 02:53:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.071807 [API:8081]10.0.0.23 - - [2025-12-18 02:54:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.082650 [API:8081]10.0.0.23 - - [2025-12-18 02:54:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-05019320:ctest-vnet0-38930545?flat HTTP/1.1" 200 7963 0.013018 [API:8081]10.0.0.23 - - [2025-12-18 02:54:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.068789 [API:8081]10.0.0.23 - - [2025-12-18 02:54:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2025-12-18 02:55:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.060449 [API:8081]10.0.0.23 - - [2025-12-18 02:55:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1662 0.069737 [API:8081]10.0.0.23 - - [2025-12-18 02:55:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058898 [API:8081]10.0.0.23 - - [2025-12-18 02:56:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.079672 [API:8081]10.0.0.65 - - [2025-12-18 02:56:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.65 - - [2025-12-18 02:56:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.65 - - [2025-12-18 02:56:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.65 - - [2025-12-18 02:56:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-12-18 02:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000530 [API:8081]10.0.0.23 - - [2025-12-18 02:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.50 - - [2025-12-18 02:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.50 - - [2025-12-18 02:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000202 [API:8081]10.0.0.50 - - [2025-12-18 02:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.50 - - [2025-12-18 02:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000198 [API:8081]10.0.0.23 - - [2025-12-18 02:56:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2025-12-18 02:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2025-12-18 02:58:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067490 [API:8081]10.0.0.23 - - [2025-12-18 02:58:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.074963 [API:8081]10.0.0.23 - - [2025-12-18 02:58:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.021022 [API:8081]10.0.0.23 - - [2025-12-18 02:58:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.020198 [API:8081]10.0.0.23 - - [2025-12-18 02:58:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-69374889:ctest-vnet1-99372962?flat HTTP/1.1" 200 7306 0.012555 [API:8081]10.0.0.23 - - [2025-12-18 02:58:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008960 [API:8081]10.0.0.23 - - [2025-12-18 02:58:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24624 0.018806 [API:8081]10.0.0.23 - - [2025-12-18 02:58:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24624 0.030387 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:58:51] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002455 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:58:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003358 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:58:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002691 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:58:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003028 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:58:51] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002687 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:58:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003265 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:58:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003947 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 02:58:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003203 [API:8081]10.0.0.23 - - [2025-12-18 02:58:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24624 0.019004 [API:8081]10.0.0.23 - - [2025-12-18 02:58:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24624 0.019241 [API:8081]10.0.0.23 - - [2025-12-18 02:58:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24624 0.032548 [API:8081]10.0.0.23 - - [2025-12-18 02:59:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24624 0.018446 [API:8081]10.0.0.23 - - [2025-12-18 02:59:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24624 0.018731 [API:8081]10.0.0.23 - - [2025-12-18 02:59:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24624 0.029157 [API:8081]10.0.0.23 - - [2025-12-18 02:59:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24624 0.017549 [API:8081]10.0.0.23 - - [2025-12-18 02:59:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-69374889:ctest-vnet0-00257602?flat HTTP/1.1" 200 6958 0.014852 [API:8081]10.0.0.23 - - [2025-12-18 02:59:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009771 [API:8081]10.0.0.23 - - [2025-12-18 02:59:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.386494 [API:8081]10.0.0.23 - - [2025-12-18 02:59:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2025-12-18 02:59:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.057325 [API:8081]10.0.0.23 - - [2025-12-18 02:59:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.063710 [API:8081]10.0.0.23 - - [2025-12-18 03:00:02] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2025-12-18 03:00:02] "GET /analytics HTTP/1.1" 401 205 0.000162 [API:8081]10.0.0.65 - - [2025-12-18 03:00:30] "GET /analytics HTTP/1.1" 401 205 0.000388 [API:8081]10.0.0.65 - - [2025-12-18 03:00:30] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.50 - - [2025-12-18 03:00:31] "GET /analytics HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.50 - - [2025-12-18 03:00:31] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.23 - - [2025-12-18 03:01:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067409 [API:8081]10.0.0.65 - - [2025-12-18 03:01:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.65 - - [2025-12-18 03:01:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.65 - - [2025-12-18 03:01:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.65 - - [2025-12-18 03:01:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.23 - - [2025-12-18 03:01:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.23 - - [2025-12-18 03:01:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.50 - - [2025-12-18 03:01:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.50 - - [2025-12-18 03:01:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.50 - - [2025-12-18 03:01:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.50 - - [2025-12-18 03:01:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.23 - - [2025-12-18 03:01:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2025-12-18 03:01:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2025-12-18 03:02:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.069072 [API:8081]10.0.0.23 - - [2025-12-18 03:02:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24616 0.016880 [API:8081]10.0.0.23 - - [2025-12-18 03:02:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-74895882:ctest-vnet1-89406838?flat HTTP/1.1" 200 8064 0.072759 [API:8081]10.0.0.23 - - [2025-12-18 03:02:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.013499 [API:8081]10.0.0.23 - - [2025-12-18 03:02:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.021107 [API:8081]10.0.0.23 - - [2025-12-18 03:02:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.031597 [API:8081]10.0.0.23 - - [2025-12-18 03:02:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.017745 [API:8081]10.0.0.23 - - [2025-12-18 03:02:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.021546 [API:8081]10.0.0.23 - - [2025-12-18 03:02:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.021109 [API:8081]10.0.0.23 - - [2025-12-18 03:03:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.021939 [API:8081]10.0.0.23 - - [2025-12-18 03:03:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019328 [API:8081]10.0.0.23 - - [2025-12-18 03:03:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.020736 [API:8081]10.0.0.23 - - [2025-12-18 03:03:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.021833 [API:8081]10.0.0.23 - - [2025-12-18 03:03:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.030498 [API:8081]10.0.0.23 - - [2025-12-18 03:03:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-74895882:ctest-vnet0-88054890?flat HTTP/1.1" 200 7705 0.012794 [API:8081]10.0.0.23 - - [2025-12-18 03:03:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009400 [API:8081]10.0.0.23 - - [2025-12-18 03:04:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073193 [API:8081]10.0.0.23 - - [2025-12-18 03:05:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.064473 [API:8081]10.0.0.65 - - [2025-12-18 03:06:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.65 - - [2025-12-18 03:06:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.65 - - [2025-12-18 03:06:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.65 - - [2025-12-18 03:06:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2025-12-18 03:06:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.23 - - [2025-12-18 03:06:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.50 - - [2025-12-18 03:06:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.50 - - [2025-12-18 03:06:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.50 - - [2025-12-18 03:06:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.50 - - [2025-12-18 03:06:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.23 - - [2025-12-18 03:06:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2025-12-18 03:06:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.23 - - [2025-12-18 03:07:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070772 [API:8081]10.0.0.23 - - [2025-12-18 03:07:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.23 - - [2025-12-18 03:07:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.067203 [API:8081]10.0.0.23 - - [2025-12-18 03:08:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.079616 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:08:51] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002354 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:08:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002869 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:08:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002342 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:08:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002331 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:08:51] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003004 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:08:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002386 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:08:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002188 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:08:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005895 [API:8081]10.0.0.23 - - [2025-12-18 03:09:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.074625 [API:8081]10.0.0.23 - - [2025-12-18 03:10:02] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.23 - - [2025-12-18 03:10:02] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.65 - - [2025-12-18 03:10:30] "GET /analytics HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.65 - - [2025-12-18 03:10:30] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.50 - - [2025-12-18 03:10:31] "GET /analytics HTTP/1.1" 401 205 0.000387 [API:8081]10.0.0.50 - - [2025-12-18 03:10:31] "GET /analytics HTTP/1.1" 401 205 0.000142 [API:8081]10.0.0.23 - - [2025-12-18 03:10:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072711 [API:8081]10.0.0.23 - - [2025-12-18 03:11:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.23 - - [2025-12-18 03:11:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.078170 [API:8081]10.0.0.23 - - [2025-12-18 03:11:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.077716 [API:8081]10.0.0.65 - - [2025-12-18 03:11:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.65 - - [2025-12-18 03:11:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.65 - - [2025-12-18 03:11:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.65 - - [2025-12-18 03:11:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.002121 [API:8081]10.0.0.23 - - [2025-12-18 03:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2025-12-18 03:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.50 - - [2025-12-18 03:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.50 - - [2025-12-18 03:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.50 - - [2025-12-18 03:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.50 - - [2025-12-18 03:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2025-12-18 03:11:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2025-12-18 03:11:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2025-12-18 03:12:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-59338603:c3807ea4-21c6-43bb-abdb-ca0686ed90cf?flat HTTP/1.1" 200 5822 0.077124 [API:8081]10.0.0.23 - - [2025-12-18 03:12:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-59338603:c3807ea4-21c6-43bb-abdb-ca0686ed90cf?flat HTTP/1.1" 200 5822 0.013926 [API:8081]10.0.0.23 - - [2025-12-18 03:12:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-59338603:c3807ea4-21c6-43bb-abdb-ca0686ed90cf?flat HTTP/1.1" 200 5822 0.073742 [API:8081]10.0.0.23 - - [2025-12-18 03:12:07] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-59338603:ctest-SecurityGroupBasicRegressionTests1Ipv6-59338603-85410250?flat HTTP/1.1" 200 10794 0.018253 [API:8081]10.0.0.23 - - [2025-12-18 03:12:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.016457 [API:8081]10.0.0.23 - - [2025-12-18 03:12:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.021420 [API:8081]10.0.0.23 - - [2025-12-18 03:12:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011209 [API:8081]10.0.0.23 - - [2025-12-18 03:12:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-59338603:98617efb-0414-428f-bfb5-edca85c37d0d?flat HTTP/1.1" 200 5693 0.015122 [API:8081]10.0.0.23 - - [2025-12-18 03:12:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-59338603:98617efb-0414-428f-bfb5-edca85c37d0d?flat HTTP/1.1" 200 5693 0.014266 [API:8081]10.0.0.23 - - [2025-12-18 03:12:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-59338603:98617efb-0414-428f-bfb5-edca85c37d0d?flat HTTP/1.1" 200 5693 0.013210 [API:8081]10.0.0.23 - - [2025-12-18 03:12:33] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-59338603:ctest-SecurityGroupBasicRegressionTests1Ipv6-59338603-85410250?flat HTTP/1.1" 200 10952 0.013928 [API:8081]10.0.0.23 - - [2025-12-18 03:12:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.022179 [API:8081]10.0.0.23 - - [2025-12-18 03:12:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.019613 [API:8081]10.0.0.23 - - [2025-12-18 03:12:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009121 [API:8081]10.0.0.23 - - [2025-12-18 03:13:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071543 [API:8081]10.0.0.23 - - [2025-12-18 03:13:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.019905 [API:8081]10.0.0.23 - - [2025-12-18 03:13:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.016680 [API:8081]10.0.0.23 - - [2025-12-18 03:13:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.019018 [API:8081]10.0.0.23 - - [2025-12-18 03:13:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.019825 [API:8081]10.0.0.23 - - [2025-12-18 03:13:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.017248 [API:8081]10.0.0.23 - - [2025-12-18 03:14:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.032030 [API:8081]10.0.0.23 - - [2025-12-18 03:14:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.017652 [API:8081]10.0.0.23 - - [2025-12-18 03:14:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.022502 [API:8081]10.0.0.23 - - [2025-12-18 03:14:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.032529 [API:8081]10.0.0.23 - - [2025-12-18 03:14:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.019770 [API:8081]10.0.0.23 - - [2025-12-18 03:14:13] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-59338603:ctest-SecurityGroupBasicRegressionTests1Ipv6-59338603-85410250?flat HTTP/1.1" 200 11920 0.019131 [API:8081]10.0.0.23 - - [2025-12-18 03:14:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009718 [API:8081]10.0.0.23 - - [2025-12-18 03:14:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.019076 [API:8081]10.0.0.23 - - [2025-12-18 03:14:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.018410 [API:8081]10.0.0.23 - - [2025-12-18 03:14:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.019473 [API:8081]10.0.0.23 - - [2025-12-18 03:14:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.019960 [API:8081]10.0.0.23 - - [2025-12-18 03:14:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.022892 [API:8081]10.0.0.23 - - [2025-12-18 03:14:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.018821 [API:8081]10.0.0.23 - - [2025-12-18 03:14:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.021250 [API:8081]10.0.0.23 - - [2025-12-18 03:14:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.018758 [API:8081]10.0.0.23 - - [2025-12-18 03:14:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.066823 [API:8081]10.0.0.23 - - [2025-12-18 03:14:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.018743 [API:8081]10.0.0.23 - - [2025-12-18 03:14:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.018028 [API:8081]10.0.0.23 - - [2025-12-18 03:14:43] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-59338603:ctest-SecurityGroupBasicRegressionTests1Ipv6-59338603-85410250?flat HTTP/1.1" 200 8799 0.015330 [API:8081]10.0.0.23 - - [2025-12-18 03:14:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008590 [API:8081]10.0.0.23 - - [2025-12-18 03:14:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.23 - - [2025-12-18 03:14:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1580 0.066639 [API:8081]10.0.0.23 - - [2025-12-18 03:15:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-58960968:be24d7f2-dff6-4435-a437-3b26bbaa174d?flat HTTP/1.1" 200 5910 0.065456 [API:8081]10.0.0.23 - - [2025-12-18 03:15:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-58960968:be24d7f2-dff6-4435-a437-3b26bbaa174d?flat HTTP/1.1" 200 5910 0.066106 [API:8081]10.0.0.23 - - [2025-12-18 03:15:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-58960968:be24d7f2-dff6-4435-a437-3b26bbaa174d?flat HTTP/1.1" 200 5910 0.013266 [API:8081]10.0.0.23 - - [2025-12-18 03:15:43] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-58960968:ctest-SecurityGroupBasicRegressionTests1_contrail-58960968-08133451?flat HTTP/1.1" 200 10505 0.015171 [API:8081]10.0.0.23 - - [2025-12-18 03:15:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.017402 [API:8081]10.0.0.23 - - [2025-12-18 03:15:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.022779 [API:8081]10.0.0.23 - - [2025-12-18 03:15:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009803 [API:8081]10.0.0.23 - - [2025-12-18 03:16:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-58960968:d89e33d9-41ad-490d-9f57-cdf6fea16880?flat HTTP/1.1" 200 5665 0.011897 [API:8081]10.0.0.23 - - [2025-12-18 03:16:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-58960968:d89e33d9-41ad-490d-9f57-cdf6fea16880?flat HTTP/1.1" 200 5665 0.014933 [API:8081]10.0.0.23 - - [2025-12-18 03:16:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-58960968:d89e33d9-41ad-490d-9f57-cdf6fea16880?flat HTTP/1.1" 200 5665 0.014264 [API:8081]10.0.0.23 - - [2025-12-18 03:16:09] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-58960968:ctest-SecurityGroupBasicRegressionTests1_contrail-58960968-08133451?flat HTTP/1.1" 200 10505 0.014647 [API:8081]10.0.0.23 - - [2025-12-18 03:16:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.019250 [API:8081]10.0.0.23 - - [2025-12-18 03:16:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.020490 [API:8081]10.0.0.23 - - [2025-12-18 03:16:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008443 [API:8081]10.0.0.23 - - [2025-12-18 03:16:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065399 [API:8081]10.0.0.65 - - [2025-12-18 03:16:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.65 - - [2025-12-18 03:16:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.65 - - [2025-12-18 03:16:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000497 [API:8081]10.0.0.65 - - [2025-12-18 03:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.23 - - [2025-12-18 03:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2025-12-18 03:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.50 - - [2025-12-18 03:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.50 - - [2025-12-18 03:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.50 - - [2025-12-18 03:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.50 - - [2025-12-18 03:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2025-12-18 03:16:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2025-12-18 03:16:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.23 - - [2025-12-18 03:17:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.069279 [API:8081]10.0.0.23 - - [2025-12-18 03:18:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.020274 [API:8081]10.0.0.23 - - [2025-12-18 03:18:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.023397 [API:8081]10.0.0.23 - - [2025-12-18 03:18:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.034117 [API:8081]10.0.0.23 - - [2025-12-18 03:18:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.032320 [API:8081]10.0.0.23 - - [2025-12-18 03:18:43] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-58960968:ctest-SecurityGroupBasicRegressionTests1_contrail-58960968-08133451?flat HTTP/1.1" 200 11636 0.014819 [API:8081]10.0.0.23 - - [2025-12-18 03:18:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009027 [API:8081]10.0.0.23 - - [2025-12-18 03:18:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.017617 [API:8081]10.0.0.23 - - [2025-12-18 03:18:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.021090 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:18:51] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003778 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:18:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003402 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:18:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003069 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:18:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002653 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:18:51] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002429 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:18:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002279 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:18:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002696 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:18:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002645 [API:8081]10.0.0.23 - - [2025-12-18 03:18:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.021292 [API:8081]10.0.0.23 - - [2025-12-18 03:18:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.019607 [API:8081]10.0.0.23 - - [2025-12-18 03:18:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.017852 [API:8081]10.0.0.23 - - [2025-12-18 03:19:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.021441 [API:8081]10.0.0.23 - - [2025-12-18 03:19:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.026399 [API:8081]10.0.0.23 - - [2025-12-18 03:19:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.017712 [API:8081]10.0.0.23 - - [2025-12-18 03:19:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.018369 [API:8081]10.0.0.23 - - [2025-12-18 03:19:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.019694 [API:8081]10.0.0.23 - - [2025-12-18 03:19:13] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-58960968:ctest-SecurityGroupBasicRegressionTests1_contrail-58960968-08133451?flat HTTP/1.1" 200 8420 0.011788 [API:8081]10.0.0.23 - - [2025-12-18 03:19:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008969 [API:8081]10.0.0.23 - - [2025-12-18 03:19:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.23 - - [2025-12-18 03:19:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.062455 [API:8081]10.0.0.23 - - [2025-12-18 03:19:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070491 [API:8081]10.0.0.23 - - [2025-12-18 03:20:02] "GET /analytics HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.23 - - [2025-12-18 03:20:02] "GET /analytics HTTP/1.1" 401 205 0.000178 [API:8081]10.0.0.23 - - [2025-12-18 03:20:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-37587200:d52fbfa6-a059-4e17-b03d-071104081b22?flat HTTP/1.1" 200 5684 0.058923 [API:8081]10.0.0.23 - - [2025-12-18 03:20:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-37587200:d52fbfa6-a059-4e17-b03d-071104081b22?flat HTTP/1.1" 200 5684 0.013314 [API:8081]10.0.0.23 - - [2025-12-18 03:20:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-37587200:d52fbfa6-a059-4e17-b03d-071104081b22?flat HTTP/1.1" 200 5684 0.085481 [API:8081]10.0.0.23 - - [2025-12-18 03:20:16] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-37587200:ctest-SecurityGroupBasicRegressionTests1-37587200-95416213?flat HTTP/1.1" 200 9937 0.023573 [API:8081]10.0.0.23 - - [2025-12-18 03:20:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.019479 [API:8081]10.0.0.23 - - [2025-12-18 03:20:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.022937 [API:8081]10.0.0.23 - - [2025-12-18 03:20:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.012204 [API:8081]10.0.0.65 - - [2025-12-18 03:20:30] "GET /analytics HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.65 - - [2025-12-18 03:20:30] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.50 - - [2025-12-18 03:20:31] "GET /analytics HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.50 - - [2025-12-18 03:20:31] "GET /analytics HTTP/1.1" 401 205 0.000138 [API:8081]10.0.0.23 - - [2025-12-18 03:20:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.069759 [API:8081]10.0.0.23 - - [2025-12-18 03:20:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-37587200:51f6d9a5-8391-491a-a4d2-cbde2fd9223f?flat HTTP/1.1" 200 5688 0.011764 [API:8081]10.0.0.23 - - [2025-12-18 03:20:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-37587200:51f6d9a5-8391-491a-a4d2-cbde2fd9223f?flat HTTP/1.1" 200 5688 0.013158 [API:8081]10.0.0.23 - - [2025-12-18 03:20:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-37587200:51f6d9a5-8391-491a-a4d2-cbde2fd9223f?flat HTTP/1.1" 200 5688 0.012598 [API:8081]10.0.0.23 - - [2025-12-18 03:20:42] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-37587200:ctest-SecurityGroupBasicRegressionTests1-37587200-95416213?flat HTTP/1.1" 200 10987 0.017339 [API:8081]10.0.0.23 - - [2025-12-18 03:20:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.018795 [API:8081]10.0.0.23 - - [2025-12-18 03:20:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.016915 [API:8081]10.0.0.23 - - [2025-12-18 03:20:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008430 [API:8081]10.0.0.65 - - [2025-12-18 03:21:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.65 - - [2025-12-18 03:21:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.65 - - [2025-12-18 03:21:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000463 [API:8081]10.0.0.65 - - [2025-12-18 03:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2025-12-18 03:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.23 - - [2025-12-18 03:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.50 - - [2025-12-18 03:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000412 [API:8081]10.0.0.50 - - [2025-12-18 03:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.50 - - [2025-12-18 03:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.50 - - [2025-12-18 03:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2025-12-18 03:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.23 - - [2025-12-18 03:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.23 - - [2025-12-18 03:22:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.037510 [API:8081]10.0.0.23 - - [2025-12-18 03:22:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.023942 [API:8081]10.0.0.23 - - [2025-12-18 03:22:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.020660 [API:8081]10.0.0.23 - - [2025-12-18 03:22:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.018585 [API:8081]10.0.0.23 - - [2025-12-18 03:22:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.030450 [API:8081]10.0.0.23 - - [2025-12-18 03:22:42] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-37587200:ctest-SecurityGroupBasicRegressionTests1-37587200-95416213?flat HTTP/1.1" 200 10834 0.019665 [API:8081]10.0.0.23 - - [2025-12-18 03:22:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010138 [API:8081]10.0.0.23 - - [2025-12-18 03:22:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074215 [API:8081]10.0.0.23 - - [2025-12-18 03:22:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.021739 [API:8081]10.0.0.23 - - [2025-12-18 03:22:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.018855 [API:8081]10.0.0.23 - - [2025-12-18 03:22:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.021928 [API:8081]10.0.0.23 - - [2025-12-18 03:22:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.017323 [API:8081]10.0.0.23 - - [2025-12-18 03:22:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.030632 [API:8081]10.0.0.23 - - [2025-12-18 03:23:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.021308 [API:8081]10.0.0.23 - - [2025-12-18 03:23:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.027664 [API:8081]10.0.0.23 - - [2025-12-18 03:23:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.024019 [API:8081]10.0.0.23 - - [2025-12-18 03:23:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.028447 [API:8081]10.0.0.23 - - [2025-12-18 03:23:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.018510 [API:8081]10.0.0.23 - - [2025-12-18 03:23:13] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-37587200:ctest-SecurityGroupBasicRegressionTests1-37587200-95416213?flat HTTP/1.1" 200 7959 0.012143 [API:8081]10.0.0.23 - - [2025-12-18 03:23:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008168 [API:8081]10.0.0.23 - - [2025-12-18 03:23:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.23 - - [2025-12-18 03:23:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1640 0.064866 [API:8081]10.0.0.23 - - [2025-12-18 03:23:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.059730 [API:8081]10.0.0.23 - - [2025-12-18 03:23:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2066 0.063383 [API:8081]10.0.0.23 - - [2025-12-18 03:23:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.064259 [API:8081]10.0.0.23 - - [2025-12-18 03:23:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.009152 [API:8081]10.0.0.23 - - [2025-12-18 03:23:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.009267 [API:8081]10.0.0.23 - - [2025-12-18 03:23:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.010761 [API:8081]10.0.0.23 - - [2025-12-18 03:23:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2076 0.009209 [API:8081]10.0.0.23 - - [2025-12-18 03:23:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2302 0.009482 [API:8081]10.0.0.23 - - [2025-12-18 03:24:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.23 - - [2025-12-18 03:24:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.059391 [API:8081]10.0.0.23 - - [2025-12-18 03:24:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.065572 [API:8081]10.0.0.23 - - [2025-12-18 03:24:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1860 0.085985 [API:8081]10.0.0.23 - - [2025-12-18 03:24:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.009463 [API:8081]10.0.0.23 - - [2025-12-18 03:24:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.008909 [API:8081]10.0.0.23 - - [2025-12-18 03:24:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.010255 [API:8081]10.0.0.23 - - [2025-12-18 03:24:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.23 - - [2025-12-18 03:24:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.076051 [API:8081]10.0.0.23 - - [2025-12-18 03:24:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.120275 [API:8081]10.0.0.23 - - [2025-12-18 03:24:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.068198 [API:8081]10.0.0.23 - - [2025-12-18 03:24:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.008153 [API:8081]10.0.0.23 - - [2025-12-18 03:24:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.014647 [API:8081]10.0.0.23 - - [2025-12-18 03:24:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.009738 [API:8081]10.0.0.23 - - [2025-12-18 03:24:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.008936 [API:8081]10.0.0.23 - - [2025-12-18 03:24:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2282 0.009723 [API:8081]10.0.0.23 - - [2025-12-18 03:25:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2025-12-18 03:25:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1428 0.060543 [API:8081]10.0.0.23 - - [2025-12-18 03:25:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.061874 [API:8081]10.0.0.23 - - [2025-12-18 03:25:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1864 0.056791 [API:8081]10.0.0.23 - - [2025-12-18 03:25:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2096 0.009085 [API:8081]10.0.0.23 - - [2025-12-18 03:25:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2330 0.008081 [API:8081]10.0.0.23 - - [2025-12-18 03:25:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066362 [API:8081]10.0.0.23 - - [2025-12-18 03:26:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.071295 [API:8081]10.0.0.65 - - [2025-12-18 03:26:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.65 - - [2025-12-18 03:26:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.65 - - [2025-12-18 03:26:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.65 - - [2025-12-18 03:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.23 - - [2025-12-18 03:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.23 - - [2025-12-18 03:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.50 - - [2025-12-18 03:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.50 - - [2025-12-18 03:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.50 - - [2025-12-18 03:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.50 - - [2025-12-18 03:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2025-12-18 03:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2025-12-18 03:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-12-18 03:28:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069071 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:28:51] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003175 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:28:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003074 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:28:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002861 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:28:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003671 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:28:51] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003922 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:28:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002609 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:28:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002120 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:28:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002443 [API:8081]10.0.0.23 - - [2025-12-18 03:29:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.070120 [API:8081]10.0.0.23 - - [2025-12-18 03:30:02] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2025-12-18 03:30:02] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.65 - - [2025-12-18 03:30:30] "GET /analytics HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.65 - - [2025-12-18 03:30:30] "GET /analytics HTTP/1.1" 401 205 0.000164 [API:8081]10.0.0.50 - - [2025-12-18 03:30:32] "GET /analytics HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.50 - - [2025-12-18 03:30:32] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.65 - - [2025-12-18 03:31:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.65 - - [2025-12-18 03:31:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.65 - - [2025-12-18 03:31:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.65 - - [2025-12-18 03:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2025-12-18 03:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.23 - - [2025-12-18 03:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000406 [API:8081]10.0.0.50 - - [2025-12-18 03:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.50 - - [2025-12-18 03:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.50 - - [2025-12-18 03:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.50 - - [2025-12-18 03:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.23 - - [2025-12-18 03:31:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069920 [API:8081]10.0.0.23 - - [2025-12-18 03:31:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2025-12-18 03:31:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2025-12-18 03:32:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.23 - - [2025-12-18 03:32:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.063955 [API:8081]10.0.0.23 - - [2025-12-18 03:32:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.067711 [API:8081]10.0.0.23 - - [2025-12-18 03:32:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.073640 [API:8081]10.0.0.23 - - [2025-12-18 03:34:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073322 [API:8081]10.0.0.23 - - [2025-12-18 03:35:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.068476 [API:8081]10.0.0.65 - - [2025-12-18 03:36:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.65 - - [2025-12-18 03:36:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000399 [API:8081]10.0.0.65 - - [2025-12-18 03:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.65 - - [2025-12-18 03:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.23 - - [2025-12-18 03:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.23 - - [2025-12-18 03:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.50 - - [2025-12-18 03:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.50 - - [2025-12-18 03:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.50 - - [2025-12-18 03:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.50 - - [2025-12-18 03:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.23 - - [2025-12-18 03:36:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2025-12-18 03:36:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.23 - - [2025-12-18 03:37:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2025-12-18 03:37:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1420 0.102228 [API:8081]10.0.0.23 - - [2025-12-18 03:37:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086761 [API:8081]10.0.0.23 - - [2025-12-18 03:37:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-12-18 03:37:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.073857 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:38:51] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003568 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:38:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002865 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:38:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002517 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:38:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003128 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:38:51] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002845 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:38:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002697 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:38:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002724 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:38:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002676 [API:8081]10.0.0.23 - - [2025-12-18 03:38:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.079229 [API:8081]10.0.0.23 - - [2025-12-18 03:40:02] "GET /analytics HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.23 - - [2025-12-18 03:40:02] "GET /analytics HTTP/1.1" 401 205 0.000206 [API:8081]10.0.0.65 - - [2025-12-18 03:40:30] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.65 - - [2025-12-18 03:40:30] "GET /analytics HTTP/1.1" 401 205 0.000132 [API:8081]10.0.0.50 - - [2025-12-18 03:40:32] "GET /analytics HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.50 - - [2025-12-18 03:40:32] "GET /analytics HTTP/1.1" 401 205 0.000195 [API:8081]10.0.0.23 - - [2025-12-18 03:40:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074182 [API:8081]10.0.0.65 - - [2025-12-18 03:41:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.65 - - [2025-12-18 03:41:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.65 - - [2025-12-18 03:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.65 - - [2025-12-18 03:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2025-12-18 03:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000515 [API:8081]10.0.0.23 - - [2025-12-18 03:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.50 - - [2025-12-18 03:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.50 - - [2025-12-18 03:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.50 - - [2025-12-18 03:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.50 - - [2025-12-18 03:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.23 - - [2025-12-18 03:41:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.23 - - [2025-12-18 03:41:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.23 - - [2025-12-18 03:41:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.081984 [API:8081]10.0.0.23 - - [2025-12-18 03:44:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.115183 [API:8081]10.0.0.23 - - [2025-12-18 03:44:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2025-12-18 03:44:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.062625 [API:8081]10.0.0.23 - - [2025-12-18 03:45:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.075861 [API:8081]10.0.0.65 - - [2025-12-18 03:46:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.65 - - [2025-12-18 03:46:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.65 - - [2025-12-18 03:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.65 - - [2025-12-18 03:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.23 - - [2025-12-18 03:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2025-12-18 03:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.50 - - [2025-12-18 03:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.50 - - [2025-12-18 03:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000422 [API:8081]10.0.0.50 - - [2025-12-18 03:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.50 - - [2025-12-18 03:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.23 - - [2025-12-18 03:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.23 - - [2025-12-18 03:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2025-12-18 03:47:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.110129 [API:8081]10.0.0.23 - - [2025-12-18 03:48:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.115098 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:48:51] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002707 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:48:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003213 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:48:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002747 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:48:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002464 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:48:51] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003186 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:48:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002527 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:48:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002664 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:48:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002669 [API:8081]10.0.0.23 - - [2025-12-18 03:50:02] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2025-12-18 03:50:02] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.23 - - [2025-12-18 03:50:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075903 [API:8081]10.0.0.23 - - [2025-12-18 03:50:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-42651275:57112c4c-2afe-4519-9ab2-cfbf31cacb7d?flat HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.23 - - [2025-12-18 03:50:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-42651275:57112c4c-2afe-4519-9ab2-cfbf31cacb7d?flat HTTP/1.1" 200 5267 0.062873 [API:8081]10.0.0.23 - - [2025-12-18 03:50:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-42651275:57112c4c-2afe-4519-9ab2-cfbf31cacb7d?flat HTTP/1.1" 200 5267 0.084044 [API:8081]10.0.0.23 - - [2025-12-18 03:50:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-42651275:57112c4c-2afe-4519-9ab2-cfbf31cacb7d?flat HTTP/1.1" 200 5267 0.063531 [API:8081]10.0.0.23 - - [2025-12-18 03:50:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-42651275:ctest-random-14349287?flat HTTP/1.1" 200 4017 0.015488 [API:8081]10.0.0.23 - - [2025-12-18 03:50:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.027120 [API:8081]10.0.0.23 - - [2025-12-18 03:50:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.028385 [API:8081]10.0.0.23 - - [2025-12-18 03:50:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008611 [API:8081]10.0.0.23 - - [2025-12-18 03:50:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.010279 [API:8081]10.0.0.23 - - [2025-12-18 03:50:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.018877 [API:8081]10.0.0.23 - - [2025-12-18 03:50:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.033844 [API:8081]10.0.0.23 - - [2025-12-18 03:50:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.017991 [API:8081]10.0.0.23 - - [2025-12-18 03:50:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.027842 [API:8081]10.0.0.23 - - [2025-12-18 03:50:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.022271 [API:8081]10.0.0.65 - - [2025-12-18 03:50:30] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.65 - - [2025-12-18 03:50:30] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.50 - - [2025-12-18 03:50:32] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.50 - - [2025-12-18 03:50:32] "GET /analytics HTTP/1.1" 401 205 0.000134 [API:8081]10.0.0.23 - - [2025-12-18 03:50:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.020028 [API:8081]10.0.0.23 - - [2025-12-18 03:50:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.019678 [API:8081]10.0.0.23 - - [2025-12-18 03:50:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.018921 [API:8081]10.0.0.23 - - [2025-12-18 03:50:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.020307 [API:8081]10.0.0.23 - - [2025-12-18 03:50:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-42651275:ctest-random-14349287?flat HTTP/1.1" 200 8107 0.015101 [API:8081]10.0.0.23 - - [2025-12-18 03:50:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010122 [API:8081]10.0.0.23 - - [2025-12-18 03:51:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.082817 [API:8081]10.0.0.65 - - [2025-12-18 03:51:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.65 - - [2025-12-18 03:51:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.65 - - [2025-12-18 03:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.65 - - [2025-12-18 03:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-12-18 03:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000452 [API:8081]10.0.0.23 - - [2025-12-18 03:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.50 - - [2025-12-18 03:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.50 - - [2025-12-18 03:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.50 - - [2025-12-18 03:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.50 - - [2025-12-18 03:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.23 - - [2025-12-18 03:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.23 - - [2025-12-18 03:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.23 - - [2025-12-18 03:53:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088770 [API:8081]10.0.0.23 - - [2025-12-18 03:54:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.088099 [API:8081]10.0.0.23 - - [2025-12-18 03:54:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000413 [API:8081]10.0.0.23 - - [2025-12-18 03:54:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.067275 [API:8081]10.0.0.23 - - [2025-12-18 03:56:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078233 [API:8081]10.0.0.65 - - [2025-12-18 03:56:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000389 [API:8081]10.0.0.65 - - [2025-12-18 03:56:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.65 - - [2025-12-18 03:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.65 - - [2025-12-18 03:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.23 - - [2025-12-18 03:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000436 [API:8081]10.0.0.23 - - [2025-12-18 03:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000437 [API:8081]10.0.0.50 - - [2025-12-18 03:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000832 [API:8081]10.0.0.50 - - [2025-12-18 03:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.50 - - [2025-12-18 03:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.50 - - [2025-12-18 03:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.23 - - [2025-12-18 03:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2025-12-18 03:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2025-12-18 03:57:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.078458 [API:8081]10.0.0.23 - - [2025-12-18 03:58:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000435 [API:8081]10.0.0.23 - - [2025-12-18 03:58:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1622 0.098534 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:58:51] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002726 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:58:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003222 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:58:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004128 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:58:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002501 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:58:51] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002889 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:58:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002283 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:58:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.016060 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 03:58:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004203 [API:8081]10.0.0.23 - - [2025-12-18 03:59:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081846 [API:8081]10.0.0.23 - - [2025-12-18 04:00:02] "GET /analytics HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.23 - - [2025-12-18 04:00:02] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.23 - - [2025-12-18 04:00:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.075626 [API:8081]10.0.0.65 - - [2025-12-18 04:00:30] "GET /analytics HTTP/1.1" 401 205 0.000411 [API:8081]10.0.0.65 - - [2025-12-18 04:00:30] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.50 - - [2025-12-18 04:00:32] "GET /analytics HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.50 - - [2025-12-18 04:00:32] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2025-12-18 04:00:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2025-12-18 04:00:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1448 0.079885 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:33] "POST /analytics/query HTTP/1.1" 202 179 0.011484 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:33] "GET /analytics/query/3d81ce43-dbc6-11f0-aaa3-00000a000017 HTTP/1.1" 200 221 0.001987 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:33] "GET /analytics/query/3d81ce43-dbc6-11f0-aaa3-00000a000017 HTTP/1.1" 200 221 0.002362 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:34] "GET /analytics/query/3d81ce43-dbc6-11f0-aaa3-00000a000017 HTTP/1.1" 200 338 0.004112 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:34] "GET /analytics/query/3d81ce43-dbc6-11f0-aaa3-00000a000017/chunk-final/0 HTTP/1.1" 200 860 0.002518 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:34] "POST /analytics/query HTTP/1.1" 202 179 0.005924 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:34] "GET /analytics/query/3e922157-dbc6-11f0-a4fc-00000a000017 HTTP/1.1" 200 221 0.003642 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:35] "GET /analytics/query/3e922157-dbc6-11f0-a4fc-00000a000017 HTTP/1.1" 200 221 0.002430 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:35] "GET /analytics/query/3e922157-dbc6-11f0-a4fc-00000a000017 HTTP/1.1" 200 338 0.002347 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:35] "GET /analytics/query/3e922157-dbc6-11f0-a4fc-00000a000017/chunk-final/0 HTTP/1.1" 200 860 0.002802 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:36] "POST /analytics/query HTTP/1.1" 202 179 0.005961 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:36] "GET /analytics/query/3f94f3cd-dbc6-11f0-a758-00000a000017 HTTP/1.1" 200 221 0.002945 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:37] "GET /analytics/query/3f94f3cd-dbc6-11f0-a758-00000a000017 HTTP/1.1" 200 339 0.002183 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:37] "GET /analytics/query/3f94f3cd-dbc6-11f0-a758-00000a000017/chunk-final/0 HTTP/1.1" 200 20762 0.004780 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:37] "POST /analytics/query HTTP/1.1" 202 179 0.009902 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:37] "GET /analytics/query/404d8b78-dbc6-11f0-a400-00000a000017 HTTP/1.1" 200 221 0.002918 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:38] "GET /analytics/query/404d8b78-dbc6-11f0-a400-00000a000017 HTTP/1.1" 200 339 0.002203 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:38] "GET /analytics/query/404d8b78-dbc6-11f0-a400-00000a000017/chunk-final/0 HTTP/1.1" 200 20759 0.003190 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:38] "POST /analytics/query HTTP/1.1" 202 179 0.006060 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:38] "GET /analytics/query/410355b7-dbc6-11f0-9995-00000a000017 HTTP/1.1" 200 221 0.002275 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:39] "GET /analytics/query/410355b7-dbc6-11f0-9995-00000a000017 HTTP/1.1" 200 221 0.001940 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:39] "GET /analytics/query/410355b7-dbc6-11f0-9995-00000a000017 HTTP/1.1" 200 339 0.002262 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:39] "GET /analytics/query/410355b7-dbc6-11f0-9995-00000a000017/chunk-final/0 HTTP/1.1" 200 8371 0.004065 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:43] "GET /analytics/tables HTTP/1.1" 200 76090 0.004472 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:44] "POST /analytics/query HTTP/1.1" 202 179 0.005013 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:44] "GET /analytics/query/440a2f2d-dbc6-11f0-b7a0-00000a000017 HTTP/1.1" 200 221 0.002639 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:44] "GET /analytics/query/440a2f2d-dbc6-11f0-b7a0-00000a000017 HTTP/1.1" 200 340 0.002036 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:44] "GET /analytics/query/440a2f2d-dbc6-11f0-b7a0-00000a000017/chunk-final/0 HTTP/1.1" 200 320290 0.014603 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:45] "GET /analytics/tables HTTP/1.1" 200 76090 0.003702 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:45] "GET /analytics/tables HTTP/1.1" 200 76090 0.003446 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:45] "POST /analytics/query HTTP/1.1" 202 179 0.004142 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:45] "GET /analytics/query/45357075-dbc6-11f0-a582-00000a000017 HTTP/1.1" 200 221 0.003703 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:46] "GET /analytics/query/45357075-dbc6-11f0-a582-00000a000017 HTTP/1.1" 200 338 0.002664 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:46] "GET /analytics/query/45357075-dbc6-11f0-a582-00000a000017/chunk-final/0 HTTP/1.1" 200 5945 0.002278 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:46] "POST /analytics/query HTTP/1.1" 202 179 0.007653 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:46] "GET /analytics/query/45879b10-dbc6-11f0-a97c-00000a000017 HTTP/1.1" 200 221 0.002738 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:47] "GET /analytics/query/45879b10-dbc6-11f0-a97c-00000a000017 HTTP/1.1" 200 338 0.003093 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:47] "GET /analytics/query/45879b10-dbc6-11f0-a97c-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.006634 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:47] "POST /analytics/query HTTP/1.1" 202 179 0.005040 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:47] "GET /analytics/query/45dace10-dbc6-11f0-80ad-00000a000017 HTTP/1.1" 200 221 0.006445 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:47] "GET /analytics/query/45dace10-dbc6-11f0-80ad-00000a000017 HTTP/1.1" 200 338 0.002613 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:47] "GET /analytics/query/45dace10-dbc6-11f0-80ad-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.002288 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:47] "POST /analytics/query HTTP/1.1" 202 179 0.007058 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:47] "GET /analytics/query/462cd59c-dbc6-11f0-9df2-00000a000017 HTTP/1.1" 200 221 0.002529 [API:8081]10.0.0.65 - - [2025-12-18 04:01:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:48] "GET /analytics/query/462cd59c-dbc6-11f0-9df2-00000a000017 HTTP/1.1" 200 338 0.001914 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:48] "GET /analytics/query/462cd59c-dbc6-11f0-9df2-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.003932 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:48] "POST /analytics/query HTTP/1.1" 202 179 0.007683 [API:8081]10.0.0.65 - - [2025-12-18 04:01:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:48] "GET /analytics/query/4680ce76-dbc6-11f0-995c-00000a000017 HTTP/1.1" 200 221 0.008900 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:48] "GET /analytics/query/4680ce76-dbc6-11f0-995c-00000a000017 HTTP/1.1" 200 338 0.002626 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:48] "GET /analytics/query/4680ce76-dbc6-11f0-995c-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.002659 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:48] "POST /analytics/query HTTP/1.1" 202 179 0.005617 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:48] "GET /analytics/query/46d55165-dbc6-11f0-a8be-00000a000017 HTTP/1.1" 200 221 0.008202 [API:8081]10.0.0.65 - - [2025-12-18 04:01:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.65 - - [2025-12-18 04:01:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:49] "GET /analytics/query/46d55165-dbc6-11f0-a8be-00000a000017 HTTP/1.1" 200 338 0.003184 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:49] "GET /analytics/query/46d55165-dbc6-11f0-a8be-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.002486 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:49] "POST /analytics/query HTTP/1.1" 202 179 0.018142 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:49] "GET /analytics/query/47288b96-dbc6-11f0-9707-00000a000017 HTTP/1.1" 200 221 0.002748 [API:8081]10.0.0.23 - - [2025-12-18 04:01:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.23 - - [2025-12-18 04:01:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:49] "GET /analytics/query/47288b96-dbc6-11f0-9707-00000a000017 HTTP/1.1" 200 338 0.003389 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:49] "GET /analytics/query/47288b96-dbc6-11f0-9707-00000a000017/chunk-final/0 HTTP/1.1" 200 4013 0.004495 [API:8081]10.0.0.50 - - [2025-12-18 04:01:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000715 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:49] "POST /analytics/query HTTP/1.1" 202 179 0.011445 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:49] "GET /analytics/query/477da1c8-dbc6-11f0-8c6f-00000a000017 HTTP/1.1" 200 221 0.003021 [API:8081]10.0.0.50 - - [2025-12-18 04:01:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.50 - - [2025-12-18 04:01:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.50 - - [2025-12-18 04:01:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:50] "GET /analytics/query/477da1c8-dbc6-11f0-8c6f-00000a000017 HTTP/1.1" 200 338 0.002457 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:50] "GET /analytics/query/477da1c8-dbc6-11f0-8c6f-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.002358 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:50] "POST /analytics/query HTTP/1.1" 202 179 0.006013 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:50] "GET /analytics/query/47cfe3e9-dbc6-11f0-8b70-00000a000017 HTTP/1.1" 200 221 0.007989 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:50] "GET /analytics/query/47cfe3e9-dbc6-11f0-8b70-00000a000017 HTTP/1.1" 200 338 0.002428 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:50] "GET /analytics/query/47cfe3e9-dbc6-11f0-8b70-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.001938 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:50] "POST /analytics/query HTTP/1.1" 202 179 0.007993 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:50] "GET /analytics/query/48221585-dbc6-11f0-8142-00000a000017 HTTP/1.1" 200 221 0.008836 [API:8081]10.0.0.23 - - [2025-12-18 04:01:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000519 [API:8081]10.0.0.23 - - [2025-12-18 04:01:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:51] "GET /analytics/query/48221585-dbc6-11f0-8142-00000a000017 HTTP/1.1" 200 338 0.004289 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:51] "GET /analytics/query/48221585-dbc6-11f0-8142-00000a000017/chunk-final/0 HTTP/1.1" 200 7877 0.009456 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:51] "POST /analytics/query HTTP/1.1" 202 179 0.004901 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:51] "GET /analytics/query/48756c4c-dbc6-11f0-9083-00000a000017 HTTP/1.1" 200 221 0.002854 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:51] "GET /analytics/query/48756c4c-dbc6-11f0-9083-00000a000017 HTTP/1.1" 200 338 0.002034 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:51] "GET /analytics/query/48756c4c-dbc6-11f0-9083-00000a000017/chunk-final/0 HTTP/1.1" 200 5946 0.003923 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:51] "POST /analytics/query HTTP/1.1" 202 179 0.008428 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:51] "GET /analytics/query/48c625ff-dbc6-11f0-abb4-00000a000017 HTTP/1.1" 200 221 0.002483 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:52] "GET /analytics/query/48c625ff-dbc6-11f0-abb4-00000a000017 HTTP/1.1" 200 338 0.002781 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:52] "GET /analytics/query/48c625ff-dbc6-11f0-abb4-00000a000017/chunk-final/0 HTTP/1.1" 200 2082 0.003087 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:53] "GET /analytics/tables HTTP/1.1" 200 76090 0.003930 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:53] "GET /analytics/tables HTTP/1.1" 200 76090 0.003705 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:53] "POST /analytics/query HTTP/1.1" 202 179 0.011025 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:53] "GET /analytics/query/49e273a0-dbc6-11f0-8e30-00000a000017 HTTP/1.1" 200 221 0.013465 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:54] "GET /analytics/query/49e273a0-dbc6-11f0-8e30-00000a000017 HTTP/1.1" 200 340 0.002531 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:54] "GET /analytics/query/49e273a0-dbc6-11f0-8e30-00000a000017/chunk-final/0 HTTP/1.1" 200 1505233 0.023438 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:54] "POST /analytics/query HTTP/1.1" 202 179 0.005732 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:54] "GET /analytics/query/4a40769d-dbc6-11f0-b0d1-00000a000017 HTTP/1.1" 200 221 0.003064 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:54] "GET /analytics/query/4a40769d-dbc6-11f0-b0d1-00000a000017 HTTP/1.1" 200 340 0.002544 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:54] "GET /analytics/query/4a40769d-dbc6-11f0-b0d1-00000a000017/chunk-final/0 HTTP/1.1" 200 1506625 0.027634 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:55] "GET /analytics/tables HTTP/1.1" 200 76090 0.004855 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:56] "GET /analytics/tables HTTP/1.1" 200 76090 0.003693 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:57] "GET /analytics/tables HTTP/1.1" 200 76090 0.003754 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:57] "GET /analytics/tables HTTP/1.1" 200 76090 0.004300 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:58] "GET /analytics/tables HTTP/1.1" 200 76090 0.003413 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:58] "POST /analytics/query HTTP/1.1" 202 179 0.010689 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:58] "GET /analytics/query/4cb7d53e-dbc6-11f0-9883-00000a000017 HTTP/1.1" 200 221 0.003278 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:59] "GET /analytics/query/4cb7d53e-dbc6-11f0-9883-00000a000017 HTTP/1.1" 200 339 0.003686 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:59] "GET /analytics/query/4cb7d53e-dbc6-11f0-9883-00000a000017/chunk-final/0 HTTP/1.1" 200 43913 0.007177 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:59] "GET /analytics/tables HTTP/1.1" 200 76090 0.004485 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:59] "POST /analytics/query HTTP/1.1" 202 179 0.011207 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:01:59] "GET /analytics/query/4d74bf8f-dbc6-11f0-81cd-00000a000017 HTTP/1.1" 200 221 0.002212 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:00] "GET /analytics/query/4d74bf8f-dbc6-11f0-81cd-00000a000017 HTTP/1.1" 200 341 0.003089 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:00] "GET /analytics/query/4d74bf8f-dbc6-11f0-81cd-00000a000017/chunk-final/0 HTTP/1.1" 200 922173 0.036253 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:01] "GET /analytics/tables HTTP/1.1" 200 76090 0.003988 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:01] "GET /analytics/tables HTTP/1.1" 200 76090 0.004324 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:05] "GET /analytics/tables HTTP/1.1" 200 76090 0.005414 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:06] "POST /analytics/query HTTP/1.1" 200 145 1.028572 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:07] "GET /analytics/tables HTTP/1.1" 200 76090 0.003720 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:08] "POST /analytics/query HTTP/1.1" 200 2165 1.011859 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:08] "GET /analytics/tables HTTP/1.1" 200 76090 0.003272 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:09] "POST /analytics/query HTTP/1.1" 200 709 1.022874 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:10] "GET /analytics/tables HTTP/1.1" 200 76090 0.006337 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:11] "POST /analytics/query HTTP/1.1" 200 2896 1.015351 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:12] "GET /analytics/tables HTTP/1.1" 200 76090 0.006047 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:13] "POST /analytics/query HTTP/1.1" 200 258 1.013625 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:13] "GET /analytics/tables HTTP/1.1" 200 76090 0.004492 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:14] "POST /analytics/query HTTP/1.1" 200 1334 1.025870 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:15] "GET /analytics/tables HTTP/1.1" 200 76090 0.004849 [API:8081]10.0.0.23 - - [2025-12-18 04:02:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072471 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:16] "POST /analytics/query HTTP/1.1" 200 2896 1.013094 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:17] "GET /analytics/tables HTTP/1.1" 200 76090 0.004591 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:18] "POST /analytics/query HTTP/1.1" 200 825 1.014423 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:19] "GET /analytics/tables HTTP/1.1" 200 76090 0.003642 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:20] "POST /analytics/query HTTP/1.1" 200 141451 1.040967 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:20] "GET /analytics/tables HTTP/1.1" 200 76090 0.003890 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:22] "POST /analytics/query HTTP/1.1" 200 631 1.014772 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:22] "GET /analytics/tables HTTP/1.1" 200 76090 0.004451 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:23] "POST /analytics/query HTTP/1.1" 200 258 1.013112 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:24] "GET /analytics/tables HTTP/1.1" 200 76090 0.003739 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:25] "POST /analytics/query HTTP/1.1" 200 596 1.019470 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:26] "GET /analytics/tables HTTP/1.1" 200 76090 0.003688 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:27] "POST /analytics/query HTTP/1.1" 200 1428 1.013235 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:27] "GET /analytics/tables HTTP/1.1" 200 76090 0.004174 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:29] "POST /analytics/query HTTP/1.1" 200 596 1.013323 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:29] "GET /analytics/tables HTTP/1.1" 200 76090 0.003376 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:30] "POST /analytics/query HTTP/1.1" 200 236 1.031255 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:02:31] "GET /analytics/tables HTTP/1.1" 200 76090 0.004178 [API:8081]10.0.0.23 - - [2025-12-18 04:02:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.23 - - [2025-12-18 04:02:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1458 0.075411 [API:8081]10.0.0.23 - - [2025-12-18 04:03:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.071789 [API:8081]10.0.0.23 - - [2025-12-18 04:03:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.144086 [API:8081]10.0.0.23 - - [2025-12-18 04:03:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.019206 [API:8081]10.0.0.23 - - [2025-12-18 04:03:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.079185 [API:8081]10.0.0.23 - - [2025-12-18 04:04:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.010893 [API:8081]10.0.0.23 - - [2025-12-18 04:04:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.009730 [API:8081]10.0.0.23 - - [2025-12-18 04:04:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.009724 [API:8081]10.0.0.23 - - [2025-12-18 04:04:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.010908 [API:8081]10.0.0.23 - - [2025-12-18 04:04:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.009030 [API:8081]10.0.0.23 - - [2025-12-18 04:04:40] "POST /analytics/query HTTP/1.1" 200 222 1.030395 [API:8081]10.0.0.23 - - [2025-12-18 04:04:41] "POST /analytics/query HTTP/1.1" 200 222 1.019982 [API:8081]10.0.0.23 - - [2025-12-18 04:04:42] "POST /analytics/query HTTP/1.1" 200 353 1.020088 [API:8081]10.0.0.23 - - [2025-12-18 04:05:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084471 [API:8081]10.0.0.23 - - [2025-12-18 04:06:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.073435 [API:8081]10.0.0.65 - - [2025-12-18 04:06:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.65 - - [2025-12-18 04:06:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.65 - - [2025-12-18 04:06:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.65 - - [2025-12-18 04:06:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.23 - - [2025-12-18 04:06:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2025-12-18 04:06:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.50 - - [2025-12-18 04:06:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.50 - - [2025-12-18 04:06:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.50 - - [2025-12-18 04:06:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.50 - - [2025-12-18 04:06:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2025-12-18 04:06:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2025-12-18 04:06:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.23 - - [2025-12-18 04:08:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25597 0.085173 [API:8081]10.0.0.23 - - [2025-12-18 04:08:03] "POST /analytics/query HTTP/1.1" 200 507 1.019231 [API:8081]10.0.0.23 - - [2025-12-18 04:08:04] "POST /analytics/query HTTP/1.1" 200 353 1.020859 [API:8081]10.0.0.23 - - [2025-12-18 04:08:05] "POST /analytics/query HTTP/1.1" 200 353 1.026011 [API:8081]10.0.0.23 - - [2025-12-18 04:08:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078104 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:08:51] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.013395 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:08:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003282 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:08:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.006951 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:08:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002983 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:08:51] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002811 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:08:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002992 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:08:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004415 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:08:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003060 [API:8081]10.0.0.23 - - [2025-12-18 04:09:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.087776 [API:8081]10.0.0.23 - - [2025-12-18 04:10:02] "GET /analytics HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.23 - - [2025-12-18 04:10:02] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.65 - - [2025-12-18 04:10:30] "GET /analytics HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.65 - - [2025-12-18 04:10:30] "GET /analytics HTTP/1.1" 401 205 0.000130 [API:8081]10.0.0.50 - - [2025-12-18 04:10:32] "GET /analytics HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.50 - - [2025-12-18 04:10:32] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.23 - - [2025-12-18 04:11:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070350 [API:8081]10.0.0.65 - - [2025-12-18 04:11:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.65 - - [2025-12-18 04:11:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.65 - - [2025-12-18 04:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.65 - - [2025-12-18 04:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2025-12-18 04:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.23 - - [2025-12-18 04:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.50 - - [2025-12-18 04:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000412 [API:8081]10.0.0.50 - - [2025-12-18 04:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.50 - - [2025-12-18 04:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.50 - - [2025-12-18 04:11:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-12-18 04:11:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2025-12-18 04:11:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.23 - - [2025-12-18 04:12:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.078273 [API:8081]10.0.0.23 - - [2025-12-18 04:14:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072526 [API:8081]10.0.0.23 - - [2025-12-18 04:15:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.079843 [API:8081]10.0.0.65 - - [2025-12-18 04:16:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.65 - - [2025-12-18 04:16:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.65 - - [2025-12-18 04:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.65 - - [2025-12-18 04:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.23 - - [2025-12-18 04:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.23 - - [2025-12-18 04:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.50 - - [2025-12-18 04:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.50 - - [2025-12-18 04:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.50 - - [2025-12-18 04:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001244 [API:8081]10.0.0.50 - - [2025-12-18 04:16:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2025-12-18 04:16:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000436 [API:8081]10.0.0.23 - - [2025-12-18 04:16:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.23 - - [2025-12-18 04:17:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073777 [API:8081]10.0.0.23 - - [2025-12-18 04:18:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.090416 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:18:51] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003457 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:18:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003105 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:18:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003143 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:18:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003792 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:18:51] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003017 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:18:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003621 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:18:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002397 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:18:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004710 [API:8081]10.0.0.23 - - [2025-12-18 04:20:02] "GET /analytics HTTP/1.1" 401 205 0.000467 [API:8081]10.0.0.23 - - [2025-12-18 04:20:02] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2025-12-18 04:20:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072691 [API:8081]10.0.0.65 - - [2025-12-18 04:20:30] "GET /analytics HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.65 - - [2025-12-18 04:20:30] "GET /analytics HTTP/1.1" 401 205 0.000190 [API:8081]10.0.0.50 - - [2025-12-18 04:20:32] "GET /analytics HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.50 - - [2025-12-18 04:20:32] "GET /analytics HTTP/1.1" 401 205 0.000185 [API:8081]10.0.0.23 - - [2025-12-18 04:21:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.077402 [API:8081]10.0.0.65 - - [2025-12-18 04:21:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.65 - - [2025-12-18 04:21:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.65 - - [2025-12-18 04:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.65 - - [2025-12-18 04:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000437 [API:8081]10.0.0.23 - - [2025-12-18 04:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000431 [API:8081]10.0.0.23 - - [2025-12-18 04:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000958 [API:8081]10.0.0.50 - - [2025-12-18 04:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.50 - - [2025-12-18 04:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.50 - - [2025-12-18 04:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.50 - - [2025-12-18 04:21:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.23 - - [2025-12-18 04:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000407 [API:8081]10.0.0.23 - - [2025-12-18 04:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.23 - - [2025-12-18 04:22:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2025-12-18 04:22:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.084867 [API:8081]10.0.0.23 - - [2025-12-18 04:23:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-73641606:fc2002bc-dda1-48c4-ab62-ad3172867393?flat HTTP/1.1" 200 5200 0.076586 [API:8081]10.0.0.23 - - [2025-12-18 04:23:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-73641606:fc2002bc-dda1-48c4-ab62-ad3172867393?flat HTTP/1.1" 200 5200 0.077599 [API:8081]10.0.0.23 - - [2025-12-18 04:23:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-73641606:fc2002bc-dda1-48c4-ab62-ad3172867393?flat HTTP/1.1" 200 5200 0.027425 [API:8081]10.0.0.23 - - [2025-12-18 04:23:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-73641606:EVPN-VN1?flat HTTP/1.1" 200 7821 0.016920 [API:8081]10.0.0.23 - - [2025-12-18 04:23:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25603 0.026230 [API:8081]10.0.0.23 - - [2025-12-18 04:23:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25603 0.023750 [API:8081]10.0.0.23 - - [2025-12-18 04:23:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009286 [API:8081]10.0.0.23 - - [2025-12-18 04:23:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-73641606:8a3ef8fc-5e2e-4a96-a67d-34168f721304?flat HTTP/1.1" 200 5062 0.014768 [API:8081]10.0.0.23 - - [2025-12-18 04:23:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-73641606:8a3ef8fc-5e2e-4a96-a67d-34168f721304?flat HTTP/1.1" 200 5062 0.014151 [API:8081]10.0.0.23 - - [2025-12-18 04:23:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-73641606:8a3ef8fc-5e2e-4a96-a67d-34168f721304?flat HTTP/1.1" 200 5062 0.013487 [API:8081]10.0.0.23 - - [2025-12-18 04:23:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-73641606:EVPN-VN1?flat HTTP/1.1" 200 7821 0.017097 [API:8081]10.0.0.23 - - [2025-12-18 04:23:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25595 0.024887 [API:8081]10.0.0.23 - - [2025-12-18 04:23:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25595 0.020721 [API:8081]10.0.0.23 - - [2025-12-18 04:23:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011254 [API:8081]10.0.0.23 - - [2025-12-18 04:23:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069977 [API:8081]10.0.0.23 - - [2025-12-18 04:24:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.080375 [API:8081]10.0.0.23 - - [2025-12-18 04:25:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-73641606:fc2002bc-dda1-48c4-ab62-ad3172867393?flat HTTP/1.1" 200 5322 0.013700 [API:8081]10.0.0.23 - - [2025-12-18 04:25:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-73641606:fc2002bc-dda1-48c4-ab62-ad3172867393?flat HTTP/1.1" 200 5322 0.019193 [API:8081]10.0.0.23 - - [2025-12-18 04:25:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-73641606:fc2002bc-dda1-48c4-ab62-ad3172867393?flat HTTP/1.1" 200 5322 0.021609 [API:8081]10.0.0.23 - - [2025-12-18 04:25:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-73641606:EVPN-VN1?flat HTTP/1.1" 200 8441 0.018956 [API:8081]10.0.0.23 - - [2025-12-18 04:25:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23105 0.023483 [API:8081]10.0.0.23 - - [2025-12-18 04:25:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23105 0.021030 [API:8081]10.0.0.23 - - [2025-12-18 04:25:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009576 [API:8081]10.0.0.23 - - [2025-12-18 04:25:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-73641606:8a3ef8fc-5e2e-4a96-a67d-34168f721304?flat HTTP/1.1" 200 5203 0.016825 [API:8081]10.0.0.23 - - [2025-12-18 04:25:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-73641606:8a3ef8fc-5e2e-4a96-a67d-34168f721304?flat HTTP/1.1" 200 5203 0.013858 [API:8081]10.0.0.23 - - [2025-12-18 04:25:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-73641606:8a3ef8fc-5e2e-4a96-a67d-34168f721304?flat HTTP/1.1" 200 5203 0.013597 [API:8081]10.0.0.23 - - [2025-12-18 04:25:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-73641606:EVPN-VN1?flat HTTP/1.1" 200 8987 0.017969 [API:8081]10.0.0.23 - - [2025-12-18 04:25:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23715 0.020455 [API:8081]10.0.0.23 - - [2025-12-18 04:25:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23715 0.018244 [API:8081]10.0.0.23 - - [2025-12-18 04:25:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.015944 [API:8081]10.0.0.23 - - [2025-12-18 04:26:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073330 [API:8081]10.0.0.65 - - [2025-12-18 04:26:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.65 - - [2025-12-18 04:26:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.65 - - [2025-12-18 04:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.65 - - [2025-12-18 04:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000415 [API:8081]10.0.0.23 - - [2025-12-18 04:26:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25080 0.017874 [API:8081]10.0.0.23 - - [2025-12-18 04:26:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-73641606:EVPN-VN1?flat HTTP/1.1" 200 8525 0.017821 [API:8081]10.0.0.23 - - [2025-12-18 04:26:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008379 [API:8081]10.0.0.23 - - [2025-12-18 04:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.23 - - [2025-12-18 04:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.50 - - [2025-12-18 04:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.50 - - [2025-12-18 04:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.50 - - [2025-12-18 04:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.50 - - [2025-12-18 04:26:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2025-12-18 04:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.23 - - [2025-12-18 04:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.23 - - [2025-12-18 04:27:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24466 0.021366 [API:8081]10.0.0.23 - - [2025-12-18 04:27:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24676 0.019471 [API:8081]10.0.0.23 - - [2025-12-18 04:27:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-73641606:EVPN-VN1?flat HTTP/1.1" 200 5987 0.013540 [API:8081]10.0.0.23 - - [2025-12-18 04:27:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009256 [API:8081]10.0.0.23 - - [2025-12-18 04:27:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.077512 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:28:51] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.007189 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:28:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.010808 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:28:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.005576 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:28:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.009824 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:28:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.009653 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:28:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005394 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:28:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005591 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:28:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004912 [API:8081]10.0.0.23 - - [2025-12-18 04:29:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-65563266:ctest-TestRbac-65563266-73308169?flat HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.23 - - [2025-12-18 04:29:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-65563266:ctest-TestRbac-65563266-73308169?flat HTTP/1.1" 200 2083 0.451472 [API:8081]10.0.0.23 - - [2025-12-18 04:29:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.172634 [API:8081]10.0.0.23 - - [2025-12-18 04:29:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-65563266:ctest-TestRbac-65563266-73308169?flat HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.23 - - [2025-12-18 04:29:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-65563266:ctest-TestRbac-65563266-73308169?flat HTTP/1.1" 200 2083 0.214746 [API:8081]10.0.0.23 - - [2025-12-18 04:29:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.107647 [API:8081]10.0.0.23 - - [2025-12-18 04:29:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087030 [API:8081]10.0.0.23 - - [2025-12-18 04:29:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-20942021:697633d4-814f-408f-af0f-1007a657e115?flat HTTP/1.1" 200 5323 0.063089 [API:8081]10.0.0.23 - - [2025-12-18 04:29:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-20942021:697633d4-814f-408f-af0f-1007a657e115?flat HTTP/1.1" 200 5323 0.061301 [API:8081]10.0.0.23 - - [2025-12-18 04:29:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-20942021:697633d4-814f-408f-af0f-1007a657e115?flat HTTP/1.1" 200 5323 0.064583 [API:8081]10.0.0.23 - - [2025-12-18 04:29:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-65563266:ctest-TestRbac-65563266-73308169?flat HTTP/1.1" 200 8364 0.058381 [API:8081]10.0.0.23 - - [2025-12-18 04:29:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.059775 [API:8081]10.0.0.23 - - [2025-12-18 04:29:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.177916 [API:8081]10.0.0.23 - - [2025-12-18 04:29:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2025-12-18 04:29:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25322 0.082520 [API:8081]10.0.0.23 - - [2025-12-18 04:29:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.043968 [API:8081]10.0.0.23 - - [2025-12-18 04:29:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.160917 [API:8081]10.0.0.23 - - [2025-12-18 04:29:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25322 0.069539 [API:8081]10.0.0.23 - - [2025-12-18 04:29:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.053266 [API:8081]10.0.0.23 - - [2025-12-18 04:29:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.109006 [API:8081]10.0.0.23 - - [2025-12-18 04:29:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.169668 [API:8081]10.0.0.23 - - [2025-12-18 04:29:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25322 0.016972 [API:8081]10.0.0.23 - - [2025-12-18 04:29:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25322 0.082025 [API:8081]10.0.0.23 - - [2025-12-18 04:29:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25322 0.018848 [API:8081]10.0.0.23 - - [2025-12-18 04:30:02] "GET /analytics HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.23 - - [2025-12-18 04:30:02] "GET /analytics HTTP/1.1" 401 205 0.000179 [API:8081]10.0.0.23 - - [2025-12-18 04:30:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25331 0.022125 [API:8081]10.0.0.23 - - [2025-12-18 04:30:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25331 0.019185 [API:8081]10.0.0.23 - - [2025-12-18 04:30:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25331 0.038148 [API:8081]10.0.0.23 - - [2025-12-18 04:30:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25331 0.023760 [API:8081]10.0.0.23 - - [2025-12-18 04:30:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25332 0.023179 [API:8081]10.0.0.23 - - [2025-12-18 04:30:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-65563266:ctest-TestRbac-65563266-73308169?flat HTTP/1.1" 200 6501 0.013315 [API:8081]10.0.0.23 - - [2025-12-18 04:30:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009379 [API:8081]10.0.0.65 - - [2025-12-18 04:30:30] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.65 - - [2025-12-18 04:30:30] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.50 - - [2025-12-18 04:30:32] "GET /analytics HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.50 - - [2025-12-18 04:30:32] "GET /analytics HTTP/1.1" 401 205 0.000198 [API:8081]10.0.0.23 - - [2025-12-18 04:30:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-68327613:ctest-TestRbacBasic-68327613-03446820?flat HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2025-12-18 04:30:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-68327613:ctest-TestRbacBasic-68327613-03446820?flat HTTP/1.1" 200 6767 0.147443 [API:8081]10.0.0.23 - - [2025-12-18 04:30:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-68327613:ctest-TestRbacBasic-68327613-03446820?flat HTTP/1.1" 401 205 0.000262 --- 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-72060690'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-24143247' RBAC: ctest-TestRbacBasic-45943663 doesn't have read permission in project 'c362c93a3bb34c329efef77b299675d2' 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-68327613', 'ctest-TestRbacBasic-68327613-03446820'], 'virtual_network', 'ea78d892-7a75-4d2f-be02-ef482c91e99f', "Permission Denied for ['ctest-TestRbacBasic-72060690'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-24143247' RBAC: ctest-TestRbacBasic-45943663 doesn't have read permission in project 'c362c93a3bb34c329efef77b299675d2'"),) [API:8081]10.0.0.23 - - [2025-12-18 04:30:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-68327613:ctest-TestRbacBasic-68327613-03446820?flat HTTP/1.1" 403 198 0.116609 [API:8081]10.0.0.23 - - [2025-12-18 04:30:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-68327613:ctest-TestRbacBasic-68327613-03446820?flat HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.23 - - [2025-12-18 04:30:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-68327613:ctest-TestRbacBasic-68327613-03446820?flat HTTP/1.1" 200 6767 0.072130 [API:8081]10.0.0.23 - - [2025-12-18 04:30:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.095637 [API:8081]10.0.0.23 - - [2025-12-18 04:30:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.100194 [API:8081]10.0.0.23 - - [2025-12-18 04:30:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.069803 --- 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-72060690'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-68327613' RBAC: ctest-TestRbacBasic-45943663 doesn't have read permission in project 'a51df1b9cb3941d0ba97d09bc12bad4a' 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-68327613', 'ctest-TestRbacBasic-68327613-03446820'], 'virtual_network', 'ea78d892-7a75-4d2f-be02-ef482c91e99f', "Permission Denied for ['ctest-TestRbacBasic-72060690'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-68327613' RBAC: ctest-TestRbacBasic-45943663 doesn't have read permission in project 'a51df1b9cb3941d0ba97d09bc12bad4a'"),) [API:8081]10.0.0.23 - - [2025-12-18 04:30:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-68327613:ctest-TestRbacBasic-68327613-03446820?flat HTTP/1.1" 403 198 0.036795 --- 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-72060690'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-68327613' RBAC: ctest-TestRbacBasic-45943663 doesn't have read permission in project 'a51df1b9cb3941d0ba97d09bc12bad4a' 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-68327613', 'ctest-TestRbacBasic-68327613-03446820'], 'virtual_network', 'ea78d892-7a75-4d2f-be02-ef482c91e99f', "Permission Denied for ['ctest-TestRbacBasic-72060690'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-68327613' RBAC: ctest-TestRbacBasic-45943663 doesn't have read permission in project 'a51df1b9cb3941d0ba97d09bc12bad4a'"),) [API:8081]10.0.0.23 - - [2025-12-18 04:30:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-68327613:ctest-TestRbacBasic-68327613-03446820?flat HTTP/1.1" 403 198 0.120698 [API:8081]10.0.0.23 - - [2025-12-18 04:30:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.414602 [API:8081]10.0.0.23 - - [2025-12-18 04:30:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-68327613:ctest-TestRbacBasic-68327613-03446820?flat HTTP/1.1" 200 6771 0.060652 [API:8081]10.0.0.23 - - [2025-12-18 04:30:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-68327613:ctest-TestRbacBasic-68327613-03446820?flat HTTP/1.1" 200 6771 0.091813 [API:8081]10.0.0.23 - - [2025-12-18 04:30:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.066431 [API:8081]10.0.0.23 - - [2025-12-18 04:30:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.060743 [API:8081]10.0.0.23 - - [2025-12-18 04:30:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.013754 [API:8081]10.0.0.23 - - [2025-12-18 04:30:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.012337 [API:8081]10.0.0.23 - - [2025-12-18 04:30:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-71158965:ctest-TestRbacBasic-71158965-14523779?flat HTTP/1.1" 401 205 0.000317 --- 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-97530715 as ['ctest-TestRbacBasic-50429934'] to R virtual-network in ctest-TestRbacBasic-71158965 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-71158965', 'ctest-TestRbacBasic-71158965-14523779'], 'virtual_network', '6606ade2-c967-4c0a-ae55-97f59a39e5d6', "Permission Denied for ctest-TestRbacBasic-97530715 as ['ctest-TestRbacBasic-50429934'] to R virtual-network in ctest-TestRbacBasic-71158965"),) [API:8081]10.0.0.23 - - [2025-12-18 04:30:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-71158965:ctest-TestRbacBasic-71158965-14523779?flat HTTP/1.1" 403 198 0.109062 [API:8081]10.0.0.23 - - [2025-12-18 04:30:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.078123 [API:8081]10.0.0.23 - - [2025-12-18 04:30:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-71158965:ctest-TestRbacBasic-71158965-14523779?flat HTTP/1.1" 200 2123 0.086307 [API:8081]10.0.0.23 - - [2025-12-18 04:30:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.071977 --- 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-97530715 as ['ctest-TestRbacBasic-50429934'] to R virtual-network in ctest-TestRbacBasic-71158965 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-71158965', 'ctest-TestRbacBasic-71158965-14523779'], 'virtual_network', '6606ade2-c967-4c0a-ae55-97f59a39e5d6', "Permission Denied for ctest-TestRbacBasic-97530715 as ['ctest-TestRbacBasic-50429934'] to R virtual-network in ctest-TestRbacBasic-71158965"),) [API:8081]10.0.0.23 - - [2025-12-18 04:30:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-71158965:ctest-TestRbacBasic-71158965-14523779?flat HTTP/1.1" 403 198 0.054611 --- 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-97530715 as ['ctest-TestRbacBasic-50429934'] to R virtual-network in ctest-TestRbacBasic-71158965 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-71158965', 'ctest-TestRbacBasic-71158965-14523779'], 'virtual_network', '6606ade2-c967-4c0a-ae55-97f59a39e5d6', "Permission Denied for ctest-TestRbacBasic-97530715 as ['ctest-TestRbacBasic-50429934'] to R virtual-network in ctest-TestRbacBasic-71158965"),) [API:8081]10.0.0.23 - - [2025-12-18 04:30:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-71158965:ctest-TestRbacBasic-71158965-14523779?flat HTTP/1.1" 403 198 0.109534 [API:8081]10.0.0.23 - - [2025-12-18 04:30:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.078014 [API:8081]10.0.0.23 - - [2025-12-18 04:30:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-71158965:ctest-TestRbacBasic-71158965-14523779?flat HTTP/1.1" 200 2123 0.064625 [API:8081]10.0.0.23 - - [2025-12-18 04:30:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.069251 [API:8081]10.0.0.23 - - [2025-12-18 04:30:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-71158965:ctest-TestRbacBasic-71158965-14523779?flat HTTP/1.1" 401 205 0.000331 --- 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-45943663 as ['ctest-TestRbacBasic-72060690'] to R virtual-network in ctest-TestRbacBasic-71158965 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-71158965', 'ctest-TestRbacBasic-71158965-14523779'], 'virtual_network', '6606ade2-c967-4c0a-ae55-97f59a39e5d6', "Permission Denied for ctest-TestRbacBasic-45943663 as ['ctest-TestRbacBasic-72060690'] to R virtual-network in ctest-TestRbacBasic-71158965"),) [API:8081]10.0.0.23 - - [2025-12-18 04:30:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-71158965:ctest-TestRbacBasic-71158965-14523779?flat HTTP/1.1" 403 198 0.116529 [API:8081]10.0.0.23 - - [2025-12-18 04:31:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.076073 [API:8081]10.0.0.23 - - [2025-12-18 04:31:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-71158965:ctest-TestRbacBasic-71158965-14523779?flat HTTP/1.1" 200 2123 0.079724 [API:8081]10.0.0.23 - - [2025-12-18 04:31:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.072435 [API:8081]10.0.0.23 - - [2025-12-18 04:31:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.009574 [API:8081]10.0.0.23 - - [2025-12-18 04:31:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.010157 [API:8081]10.0.0.23 - - [2025-12-18 04:31:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-71158965:6733ecbd-bc0b-4e5a-9e96-45f4b21d5ea5?flat HTTP/1.1" 200 5402 0.066261 [API:8081]10.0.0.23 - - [2025-12-18 04:31:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-71158965:6733ecbd-bc0b-4e5a-9e96-45f4b21d5ea5?flat HTTP/1.1" 200 5402 0.083015 [API:8081]10.0.0.23 - - [2025-12-18 04:31:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-71158965:6733ecbd-bc0b-4e5a-9e96-45f4b21d5ea5?flat HTTP/1.1" 200 5402 0.066119 [API:8081]10.0.0.23 - - [2025-12-18 04:31:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-71158965:ctest-TestRbacBasic-71158965-31712719?flat HTTP/1.1" 200 8793 0.065098 [API:8081]10.0.0.23 - - [2025-12-18 04:31:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.039788 [API:8081]10.0.0.23 - - [2025-12-18 04:31:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.109583 [API:8081]10.0.0.23 - - [2025-12-18 04:31:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.019181 [API:8081]10.0.0.23 - - [2025-12-18 04:31:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.033352 [API:8081]10.0.0.23 - - [2025-12-18 04:31:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.086203 [API:8081]10.0.0.23 - - [2025-12-18 04:31:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.022222 [API:8081]10.0.0.23 - - [2025-12-18 04:31:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.050477 [API:8081]10.0.0.23 - - [2025-12-18 04:31:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-71158965:ctest-TestRbacBasic-71158965-31712719?flat HTTP/1.1" 200 8793 0.094941 [API:8081]10.0.0.23 - - [2025-12-18 04:31:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.054877 [API:8081]10.0.0.23 - - [2025-12-18 04:31:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.041577 [API:8081]10.0.0.23 - - [2025-12-18 04:31:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.111372 [API:8081]10.0.0.23 - - [2025-12-18 04:31:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.020712 [API:8081]10.0.0.23 - - [2025-12-18 04:31:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.024565 [API:8081]10.0.0.23 - - [2025-12-18 04:31:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.022057 [API:8081]10.0.0.65 - - [2025-12-18 04:31:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.65 - - [2025-12-18 04:31:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.65 - - [2025-12-18 04:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000452 [API:8081]10.0.0.65 - - [2025-12-18 04:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.23 - - [2025-12-18 04:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.23 - - [2025-12-18 04:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.50 - - [2025-12-18 04:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000434 [API:8081]10.0.0.50 - - [2025-12-18 04:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.002208 [API:8081]10.0.0.50 - - [2025-12-18 04:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.50 - - [2025-12-18 04:31:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.23 - - [2025-12-18 04:31:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.027841 [API:8081]10.0.0.23 - - [2025-12-18 04:31:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000473 [API:8081]10.0.0.23 - - [2025-12-18 04:31:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001759 [API:8081]10.0.0.23 - - [2025-12-18 04:31:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.020240 [API:8081]10.0.0.23 - - [2025-12-18 04:31:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.022737 [API:8081]10.0.0.23 - - [2025-12-18 04:32:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.032411 [API:8081]10.0.0.23 - - [2025-12-18 04:32:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24723 0.019771 [API:8081]10.0.0.23 - - [2025-12-18 04:32:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24723 0.021751 [API:8081]10.0.0.23 - - [2025-12-18 04:32:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-71158965:ctest-TestRbacBasic-71158965-31712719?flat HTTP/1.1" 200 6889 0.014817 [API:8081]10.0.0.23 - - [2025-12-18 04:32:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011228 [Introspect:8090]10.0.0.23 - - [2025-12-18 04:32:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001334 [API:8081]10.0.0.23 - - [2025-12-18 04:32:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2025-12-18 04:32:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.069263 [API:8081]10.0.0.23 - - [2025-12-18 04:32:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080556 [API:8081]10.0.0.23 - - [2025-12-18 04:33:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.071209 [API:8081]10.0.0.23 - - [2025-12-18 04:35:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-58927110:e7869e79-8f1f-49b3-9deb-2e4d24e356de?flat HTTP/1.1" 200 5367 0.016309 [API:8081]10.0.0.23 - - [2025-12-18 04:35:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-58927110:e7869e79-8f1f-49b3-9deb-2e4d24e356de?flat HTTP/1.1" 200 5367 0.075518 [API:8081]10.0.0.23 - - [2025-12-18 04:35:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-58927110:e7869e79-8f1f-49b3-9deb-2e4d24e356de?flat HTTP/1.1" 200 5367 0.069333 [API:8081]10.0.0.23 - - [2025-12-18 04:35:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-58927110:ctest-vn1-30612051?flat HTTP/1.1" 200 9402 0.025565 [API:8081]10.0.0.23 - - [2025-12-18 04:35:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.023787 [API:8081]10.0.0.23 - - [2025-12-18 04:35:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.018518 [API:8081]10.0.0.23 - - [2025-12-18 04:35:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012357 [API:8081]10.0.0.23 - - [2025-12-18 04:35:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-58927110:5365936a-d50a-48ad-a681-10f19a2966a4?flat HTTP/1.1" 200 5364 0.018256 [API:8081]10.0.0.23 - - [2025-12-18 04:35:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-58927110:5365936a-d50a-48ad-a681-10f19a2966a4?flat HTTP/1.1" 200 5364 0.015082 [API:8081]10.0.0.23 - - [2025-12-18 04:35:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-58927110:5365936a-d50a-48ad-a681-10f19a2966a4?flat HTTP/1.1" 200 5364 0.013581 [API:8081]10.0.0.23 - - [2025-12-18 04:35:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-58927110:ctest-vn1-30612051?flat HTTP/1.1" 200 9402 0.024759 [API:8081]10.0.0.23 - - [2025-12-18 04:35:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25337 0.021086 [API:8081]10.0.0.23 - - [2025-12-18 04:35:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25337 0.022499 [API:8081]10.0.0.23 - - [2025-12-18 04:35:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011138 [API:8081]10.0.0.23 - - [2025-12-18 04:35:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25337 0.029215 [API:8081]10.0.0.23 - - [2025-12-18 04:35:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25337 0.021945 [API:8081]10.0.0.23 - - [2025-12-18 04:35:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25337 0.020467 [API:8081]10.0.0.23 - - [2025-12-18 04:35:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25337 0.019998 [API:8081]10.0.0.23 - - [2025-12-18 04:35:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070839 [API:8081]10.0.0.23 - - [2025-12-18 04:35:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.020942 [API:8081]10.0.0.23 - - [2025-12-18 04:35:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-58927110:ctest-vn1-30612051?flat HTTP/1.1" 200 7726 0.016145 [API:8081]10.0.0.23 - - [2025-12-18 04:35:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009476 [API:8081]10.0.0.23 - - [2025-12-18 04:35:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.026015 [API:8081]10.0.0.23 - - [2025-12-18 04:35:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.023102 [API:8081]10.0.0.23 - - [2025-12-18 04:35:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.022058 [API:8081]10.0.0.23 - - [2025-12-18 04:35:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.020583 [API:8081]10.0.0.23 - - [2025-12-18 04:36:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.020150 [API:8081]10.0.0.23 - - [2025-12-18 04:36:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24727 0.024339 [API:8081]10.0.0.23 - - [2025-12-18 04:36:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-58927110:ctest-vn1-30612051?flat HTTP/1.1" 200 4920 0.013935 [API:8081]10.0.0.23 - - [2025-12-18 04:36:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009593 [API:8081]10.0.0.23 - - [2025-12-18 04:36:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.016775 [API:8081]10.0.0.23 - - [2025-12-18 04:36:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.010658 [API:8081]10.0.0.23 - - [2025-12-18 04:36:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.086227 [API:8081]10.0.0.65 - - [2025-12-18 04:36:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.65 - - [2025-12-18 04:36:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.65 - - [2025-12-18 04:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.65 - - [2025-12-18 04:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.23 - - [2025-12-18 04:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2025-12-18 04:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.50 - - [2025-12-18 04:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.50 - - [2025-12-18 04:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.50 - - [2025-12-18 04:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.50 - - [2025-12-18 04:36:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.23 - - [2025-12-18 04:36:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.23 - - [2025-12-18 04:36:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.23 - - [2025-12-18 04:38:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.083163 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:38:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.007759 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:38:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004653 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:38:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003700 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:38:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002738 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:38:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003547 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:38:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003260 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:38:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003849 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:38:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003863 [API:8081]10.0.0.23 - - [2025-12-18 04:39:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.463376 [Introspect:8090]10.0.0.23 - - [2025-12-18 04:39:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001364 [API:8081]10.0.0.23 - - [2025-12-18 04:39:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 12079 0.119841 [API:8081]10.0.0.23 - - [2025-12-18 04:40:00] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4903-1?flat HTTP/1.1" 200 6057 0.421871 [API:8081]10.0.0.23 - - [2025-12-18 04:40:00] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4903-2?flat HTTP/1.1" 200 6055 0.072623 [API:8081]10.0.0.23 - - [2025-12-18 04:40:00] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4903-3?flat HTTP/1.1" 200 3961 0.016422 [API:8081]10.0.0.23 - - [2025-12-18 04:40:00] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?flat HTTP/1.1" 200 7617 0.017511 [API:8081]10.0.0.23 - - [2025-12-18 04:40:00] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?flat HTTP/1.1" 200 6130 0.014657 [API:8081]10.0.0.23 - - [2025-12-18 04:40:00] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?flat HTTP/1.1" 200 6128 0.015739 [API:8081]10.0.0.23 - - [2025-12-18 04:40:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.011221 [API:8081]10.0.0.23 - - [2025-12-18 04:40:02] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.23 - - [2025-12-18 04:40:02] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.65 - - [2025-12-18 04:40:30] "GET /analytics HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.65 - - [2025-12-18 04:40:30] "GET /analytics HTTP/1.1" 401 205 0.000169 [API:8081]10.0.0.50 - - [2025-12-18 04:40:32] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.50 - - [2025-12-18 04:40:32] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.23 - - [2025-12-18 04:40:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-58927110:a29f9245-5deb-4893-9dd8-c8a362c2e936?flat HTTP/1.1" 200 5245 0.028426 [API:8081]10.0.0.23 - - [2025-12-18 04:40:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-58927110:a29f9245-5deb-4893-9dd8-c8a362c2e936?flat HTTP/1.1" 200 5245 0.024796 [API:8081]10.0.0.23 - - [2025-12-18 04:40:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-58927110:a29f9245-5deb-4893-9dd8-c8a362c2e936?flat HTTP/1.1" 200 5245 0.013024 [API:8081]10.0.0.23 - - [2025-12-18 04:40:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-58927110:ctest-vn1-98976296?flat HTTP/1.1" 200 6977 0.016814 [API:8081]10.0.0.23 - - [2025-12-18 04:40:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32867 0.042042 [API:8081]10.0.0.23 - - [2025-12-18 04:40:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32867 0.039756 [API:8081]10.0.0.23 - - [2025-12-18 04:40:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009983 [API:8081]10.0.0.65 - - [2025-12-18 04:41:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.65 - - [2025-12-18 04:41:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.65 - - [2025-12-18 04:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.65 - - [2025-12-18 04:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2025-12-18 04:41:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.133622 [API:8081]10.0.0.23 - - [2025-12-18 04:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.23 - - [2025-12-18 04:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.50 - - [2025-12-18 04:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.50 - - [2025-12-18 04:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.50 - - [2025-12-18 04:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.50 - - [2025-12-18 04:41:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.23 - - [2025-12-18 04:41:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.23 - - [2025-12-18 04:41:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.23 - - [2025-12-18 04:41:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-58927110:8fe68c7d-b9a7-478b-bf85-a793e843d19d?flat HTTP/1.1" 200 5250 0.017929 [API:8081]10.0.0.23 - - [2025-12-18 04:41:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-58927110:8fe68c7d-b9a7-478b-bf85-a793e843d19d?flat HTTP/1.1" 200 5250 0.015254 [API:8081]10.0.0.23 - - [2025-12-18 04:41:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-58927110:8fe68c7d-b9a7-478b-bf85-a793e843d19d?flat HTTP/1.1" 200 5250 0.014333 [API:8081]10.0.0.23 - - [2025-12-18 04:41:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-58927110:ctest-vn2-37429666?flat HTTP/1.1" 200 7118 0.017019 [API:8081]10.0.0.23 - - [2025-12-18 04:41:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24684 0.021849 [API:8081]10.0.0.23 - - [2025-12-18 04:41:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24684 0.021689 [API:8081]10.0.0.23 - - [2025-12-18 04:41:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009947 [API:8081]10.0.0.23 - - [2025-12-18 04:42:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.087055 [API:8081]10.0.0.23 - - [2025-12-18 04:43:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24698 0.022891 [API:8081]10.0.0.23 - - [2025-12-18 04:43:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24698 0.020092 [API:8081]10.0.0.23 - - [2025-12-18 04:43:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24698 0.023645 [API:8081]10.0.0.23 - - [2025-12-18 04:43:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-58927110:ctest-vn2-37429666?flat HTTP/1.1" 200 7727 0.017504 [API:8081]10.0.0.23 - - [2025-12-18 04:43:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011494 [API:8081]10.0.0.23 - - [2025-12-18 04:43:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32904 0.030023 [API:8081]10.0.0.23 - - [2025-12-18 04:43:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32904 0.027916 [API:8081]10.0.0.23 - - [2025-12-18 04:43:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32904 0.027327 [API:8081]10.0.0.23 - - [2025-12-18 04:43:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32904 0.028942 [API:8081]10.0.0.23 - - [2025-12-18 04:43:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32904 0.030881 [API:8081]10.0.0.23 - - [2025-12-18 04:43:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32904 0.026016 [API:8081]10.0.0.23 - - [2025-12-18 04:43:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32905 0.027430 [API:8081]10.0.0.23 - - [2025-12-18 04:43:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-58927110:ctest-vn1-98976296?flat HTTP/1.1" 200 7853 0.019424 [API:8081]10.0.0.23 - - [2025-12-18 04:43:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008967 [API:8081]10.0.0.23 - - [2025-12-18 04:44:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-46139620:ce61f14f-0d2f-40ef-8a2e-e83100548999?flat HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.23 - - [2025-12-18 04:44:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-46139620:ce61f14f-0d2f-40ef-8a2e-e83100548999?flat HTTP/1.1" 200 5229 0.076904 [API:8081]10.0.0.23 - - [2025-12-18 04:44:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-46139620:ce61f14f-0d2f-40ef-8a2e-e83100548999?flat HTTP/1.1" 200 5229 0.085253 [API:8081]10.0.0.23 - - [2025-12-18 04:44:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-46139620:ce61f14f-0d2f-40ef-8a2e-e83100548999?flat HTTP/1.1" 200 5229 0.078344 [API:8081]10.0.0.23 - - [2025-12-18 04:44:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-46139620:ctest-vn-57944427?flat HTTP/1.1" 200 3992 0.016880 [API:8081]10.0.0.23 - - [2025-12-18 04:44:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32920 0.028126 [API:8081]10.0.0.23 - - [2025-12-18 04:44:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32920 0.037478 [API:8081]10.0.0.23 - - [2025-12-18 04:44:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011743 [API:8081]10.0.0.23 - - [2025-12-18 04:44:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-46139620:430d5b95-53fe-432f-a7f1-ad002ee1d823?flat HTTP/1.1" 200 5239 0.016824 [API:8081]10.0.0.23 - - [2025-12-18 04:44:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-46139620:430d5b95-53fe-432f-a7f1-ad002ee1d823?flat HTTP/1.1" 200 5239 0.017515 [API:8081]10.0.0.23 - - [2025-12-18 04:44:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-46139620:430d5b95-53fe-432f-a7f1-ad002ee1d823?flat HTTP/1.1" 200 5239 0.020904 [API:8081]10.0.0.23 - - [2025-12-18 04:44:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-46139620:ctest-vn-05514903?flat HTTP/1.1" 200 4000 0.015855 [API:8081]10.0.0.23 - - [2025-12-18 04:44:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24710 0.023936 [API:8081]10.0.0.23 - - [2025-12-18 04:44:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24710 0.022585 [API:8081]10.0.0.23 - - [2025-12-18 04:44:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.012706 [API:8081]10.0.0.23 - - [2025-12-18 04:44:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071503 [API:8081]10.0.0.23 - - [2025-12-18 04:45:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24711 0.018852 [API:8081]10.0.0.23 - - [2025-12-18 04:45:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24711 0.032452 [API:8081]10.0.0.23 - - [2025-12-18 04:45:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24712 0.033205 [API:8081]10.0.0.23 - - [2025-12-18 04:45:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-46139620:ctest-vn-05514903?flat HTTP/1.1" 200 6185 0.019263 [API:8081]10.0.0.23 - - [2025-12-18 04:45:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010863 [API:8081]10.0.0.23 - - [2025-12-18 04:45:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32927 0.025452 [API:8081]10.0.0.23 - - [2025-12-18 04:45:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32927 0.026331 [API:8081]10.0.0.23 - - [2025-12-18 04:45:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32927 0.038834 [API:8081]10.0.0.23 - - [2025-12-18 04:45:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32927 0.037893 [API:8081]10.0.0.23 - - [2025-12-18 04:45:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32927 0.049402 [API:8081]10.0.0.23 - - [2025-12-18 04:45:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32927 0.033092 [API:8081]10.0.0.23 - - [2025-12-18 04:45:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4903-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32928 0.025225 [API:8081]10.0.0.23 - - [2025-12-18 04:45:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-46139620:ctest-vn-57944427?flat HTTP/1.1" 200 6177 0.020796 [API:8081]10.0.0.23 - - [2025-12-18 04:45:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011512 [API:8081]10.0.0.23 - - [2025-12-18 04:45:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000445 [API:8081]10.0.0.23 - - [2025-12-18 04:45:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.124264 [API:8081]10.0.0.23 - - [2025-12-18 04:45:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.069313 [API:8081]10.0.0.23 - - [2025-12-18 04:45:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.070787 [API:8081]10.0.0.65 - - [2025-12-18 04:46:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.65 - - [2025-12-18 04:46:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.65 - - [2025-12-18 04:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.65 - - [2025-12-18 04:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2025-12-18 04:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.23 - - [2025-12-18 04:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.50 - - [2025-12-18 04:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.50 - - [2025-12-18 04:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.50 - - [2025-12-18 04:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.50 - - [2025-12-18 04:46:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000391 [API:8081]10.0.0.23 - - [2025-12-18 04:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2025-12-18 04:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2025-12-18 04:47:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079703 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:48:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003507 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:48:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004269 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:48:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002822 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:48:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002467 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:48:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003389 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:48:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002118 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:48:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002859 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:48:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002953 [API:8081]10.0.0.23 - - [2025-12-18 04:48:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.069788 [API:8081]10.0.0.23 - - [2025-12-18 04:50:02] "GET /analytics HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.23 - - [2025-12-18 04:50:02] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.65 - - [2025-12-18 04:50:30] "GET /analytics HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.65 - - [2025-12-18 04:50:30] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.50 - - [2025-12-18 04:50:32] "GET /analytics HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.50 - - [2025-12-18 04:50:32] "GET /analytics HTTP/1.1" 401 205 0.000126 [API:8081]10.0.0.23 - - [2025-12-18 04:50:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.099100 [API:8081]10.0.0.65 - - [2025-12-18 04:51:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.65 - - [2025-12-18 04:51:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.65 - - [2025-12-18 04:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.65 - - [2025-12-18 04:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2025-12-18 04:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.23 - - [2025-12-18 04:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.50 - - [2025-12-18 04:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.50 - - [2025-12-18 04:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.50 - - [2025-12-18 04:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.50 - - [2025-12-18 04:51:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000475 [API:8081]10.0.0.23 - - [2025-12-18 04:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000394 [API:8081]10.0.0.23 - - [2025-12-18 04:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.23 - - [2025-12-18 04:51:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.093424 [API:8081]10.0.0.23 - - [2025-12-18 04:53:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067412 [API:8081]10.0.0.23 - - [2025-12-18 04:54:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.23 - - [2025-12-18 04:54:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1872 0.071504 [API:8081]10.0.0.23 - - [2025-12-18 04:55:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.080347 [API:8081]10.0.0.65 - - [2025-12-18 04:56:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.65 - - [2025-12-18 04:56:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.65 - - [2025-12-18 04:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.65 - - [2025-12-18 04:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2025-12-18 04:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.23 - - [2025-12-18 04:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.50 - - [2025-12-18 04:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000502 [API:8081]10.0.0.50 - - [2025-12-18 04:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.50 - - [2025-12-18 04:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.50 - - [2025-12-18 04:56:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.23 - - [2025-12-18 04:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.23 - - [2025-12-18 04:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.23 - - [2025-12-18 04:57:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072112 [API:8081]10.0.0.23 - - [2025-12-18 04:58:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.088434 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:58:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002481 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:58:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003506 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:58:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002660 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:58:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002922 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:58:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003203 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:58:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003046 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:58:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002590 [LOCAL API:8181]127.0.0.1 - - [2025-12-18 04:58:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4903-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005831 [Introspect:8090]10.0.0.23 - - [2025-12-18 04:59:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001013