++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Mon Dec 8 02:11:34 AM UTC 2025 ===================' INFO: =================== Mon Dec 8 02:11:34 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 +++++ awk '{print $2}' +++++ grep -o 'dev.*' +++++ ip route get 1 ++++ 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 +++ cut -d / -f 1 +++ local nic=ens3 +++ head -n 1 +++ awk '{print $2}' +++ ip addr show dev ens3 +++ grep 'inet ' ++ 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.22,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.22:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.22:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.22:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.22:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.22: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.22,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.22:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.22:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.22:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.22: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.18,10.20.0.14,10.20.0.145 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.18,10.20.0.14,10.20.0.145 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.22:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.22:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.22:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.22:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.22:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.22: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.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.22:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.22: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.22,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.22,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 ++ cut -d , -f 1 ++ echo 10.0.0.23,10.0.0.22,10.0.0.65 + 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.22,10.0.0.65 +++ local servers=10.0.0.23,10.0.0.22,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort +++ local local_ips=,10.0.0.23,10.20.0.18,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.18,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 ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ cut -d = -f 1 ++ sort ++ 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/08/2025 02:11:42.406 7f26c86cdf80 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/08/2025 02:11:42.575 7f26c86cdf80 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 12/08/2025 02:11:42.586 7f26c86cdf80 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/08/2025 02:11:42.586 7f26c86cdf80 [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.22 - - [2025-12-08 02:12:20] "GET /analytics HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.22 - - [2025-12-08 02:12:20] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.65 - - [2025-12-08 02:12:20] "GET /analytics HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.65 - - [2025-12-08 02:12:20] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.23 - - [2025-12-08 02:12:21] "GET /analytics HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.23 - - [2025-12-08 02:12:21] "GET /analytics HTTP/1.1" 401 205 0.000178 [API:8081]10.0.0.22 - - [2025-12-08 02:12:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.408653 [API:8081]10.0.0.22 - - [2025-12-08 02:12:51] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.22 - - [2025-12-08 02:12:51] "GET /analytics HTTP/1.1" 401 205 0.000199 [API:8081]10.0.0.65 - - [2025-12-08 02:12:51] "GET /analytics HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.65 - - [2025-12-08 02:12:51] "GET /analytics HTTP/1.1" 401 205 0.000189 [API:8081]10.0.0.23 - - [2025-12-08 02:12:52] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.23 - - [2025-12-08 02:12:52] "GET /analytics HTTP/1.1" 401 205 0.000169 [API:8081]10.0.0.22 - - [2025-12-08 02:13:21] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2025-12-08 02:13:21] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.65 - - [2025-12-08 02:13:22] "GET /analytics HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.65 - - [2025-12-08 02:13:22] "GET /analytics HTTP/1.1" 401 205 0.000182 [API:8081]10.0.0.22 - - [2025-12-08 02:13:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.411340 [API:8081]10.0.0.65 - - [2025-12-08 02:14:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.65 - - [2025-12-08 02:14:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.22 - - [2025-12-08 02:14:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.22 - - [2025-12-08 02:14:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.65 - - [2025-12-08 02:14:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.65 - - [2025-12-08 02:14:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.22 - - [2025-12-08 02:14:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.22 - - [2025-12-08 02:14:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2025-12-08 02:14:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.23 - - [2025-12-08 02:14:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2025-12-08 02:14:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000651 [API:8081]10.0.0.23 - - [2025-12-08 02:14:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [Introspect:8090]10.0.0.23 - - [2025-12-08 02:15:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001166 [Introspect:8090]10.0.0.23 - - [2025-12-08 02:15:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001286 [API:8081]10.0.0.22 - - [2025-12-08 02:15:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.429869 [API:8081]10.0.0.22 - - [2025-12-08 02:16:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.084238 [Introspect:8090]10.0.0.23 - - [2025-12-08 02:17:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001217 [Introspect:8090]10.0.0.23 - - [2025-12-08 02:17:03] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000548 [API:8081]10.0.0.23 - - [2025-12-08 02:17:03] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-12-08 02:17:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-1:Control:contrail-control:0?flat HTTP/1.1" 200 34947 0.075952 [API:8081]10.0.0.23 - - [2025-12-08 02:17:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.066385 [API:8081]10.0.0.23 - - [2025-12-08 02:17:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-2:Control:contrail-control:0?flat HTTP/1.1" 200 34940 0.072464 [API:8081]10.0.0.23 - - [2025-12-08 02:17:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.016510 [API:8081]10.0.0.23 - - [2025-12-08 02:17:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-3:Control:contrail-control:0?flat HTTP/1.1" 200 38005 0.021872 [API:8081]10.0.0.23 - - [2025-12-08 02:17:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13497 0.016363 [API:8081]10.0.0.23 - - [2025-12-08 02:17:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20495 0.019961 [API:8081]10.0.0.23 - - [2025-12-08 02:17:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.019569 [API:8081]10.0.0.23 - - [2025-12-08 02:17:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3356 0.021349 [API:8081]10.0.0.23 - - [2025-12-08 02:17:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3356 0.014449 [API:8081]10.0.0.23 - - [2025-12-08 02:17:04] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.010248 [API:8081]10.0.0.23 - - [2025-12-08 02:17:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4620 0.018485 [API:8081]10.0.0.23 - - [2025-12-08 02:17:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4616 0.014249 [API:8081]10.0.0.23 - - [2025-12-08 02:17:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4618 0.012299 [API:8081]10.0.0.23 - - [2025-12-08 02:17:04] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.009606 [API:8081]10.0.0.23 - - [2025-12-08 02:17:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.014517 [API:8081]10.0.0.23 - - [2025-12-08 02:17:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.016009 [API:8081]10.0.0.23 - - [2025-12-08 02:17:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.014581 [API:8081]10.0.0.23 - - [2025-12-08 02:17:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.019263 [API:8081]10.0.0.23 - - [2025-12-08 02:17:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.016869 [API:8081]10.0.0.23 - - [2025-12-08 02:17:05] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.019318 [API:8081]10.0.0.23 - - [2025-12-08 02:17:05] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.019687 [API:8081]10.0.0.23 - - [2025-12-08 02:17:05] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.018033 [API:8081]10.0.0.23 - - [2025-12-08 02:17:05] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.018749 [API:8081]10.0.0.23 - - [2025-12-08 02:17:05] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14832 0.063468 [API:8081]10.0.0.23 - - [2025-12-08 02:17:05] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.015737 [API:8081]10.0.0.23 - - [2025-12-08 02:17:05] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14825 0.018241 [API:8081]10.0.0.23 - - [2025-12-08 02:17:05] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.024340 [API:8081]10.0.0.23 - - [2025-12-08 02:17:05] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14824 0.020035 [API:8081]10.0.0.23 - - [2025-12-08 02:17:05] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.024765 [API:8081]10.0.0.23 - - [2025-12-08 02:17:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20495 0.022889 [API:8081]10.0.0.23 - - [2025-12-08 02:17:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.029609 [API:8081]10.0.0.23 - - [2025-12-08 02:17:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20495 0.032393 [API:8081]10.0.0.23 - - [2025-12-08 02:17:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.036596 [API:8081]10.0.0.23 - - [2025-12-08 02:17:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20495 0.019790 [API:8081]10.0.0.23 - - [2025-12-08 02:17:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.012473 [API:8081]10.0.0.23 - - [2025-12-08 02:17:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.020147 [API:8081]10.0.0.23 - - [2025-12-08 02:17:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.012874 [API:8081]10.0.0.23 - - [2025-12-08 02:17:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.013282 [API:8081]10.0.0.23 - - [2025-12-08 02:17:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14832 0.018198 [API:8081]10.0.0.23 - - [2025-12-08 02:17:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012470 [API:8081]10.0.0.23 - - [2025-12-08 02:17:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.012270 [API:8081]10.0.0.23 - - [2025-12-08 02:17:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14825 0.015942 [API:8081]10.0.0.23 - - [2025-12-08 02:17:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012485 [API:8081]10.0.0.23 - - [2025-12-08 02:17:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.013015 [API:8081]10.0.0.23 - - [2025-12-08 02:17:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14824 0.017703 [API:8081]10.0.0.23 - - [2025-12-08 02:17:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011775 [API:8081]10.0.0.23 - - [2025-12-08 02:17:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.016569 [API:8081]10.0.0.23 - - [2025-12-08 02:17:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.013448 [API:8081]10.0.0.23 - - [2025-12-08 02:17:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.019319 [API:8081]10.0.0.23 - - [2025-12-08 02:17:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.016966 [API:8081]10.0.0.23 - - [2025-12-08 02:17:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.018488 [API:8081]10.0.0.23 - - [2025-12-08 02:17:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.012740 [API:8081]10.0.0.23 - - [2025-12-08 02:17:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4620 0.015478 [API:8081]10.0.0.23 - - [2025-12-08 02:17:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4616 0.017036 [API:8081]10.0.0.23 - - [2025-12-08 02:17:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4618 0.011823 [API:8081]10.0.0.23 - - [2025-12-08 02:17:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-1:Control:contrail-control:0?flat HTTP/1.1" 200 34947 0.020824 [API:8081]10.0.0.23 - - [2025-12-08 02:17:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.012408 [API:8081]10.0.0.23 - - [2025-12-08 02:17:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.019204 [API:8081]10.0.0.23 - - [2025-12-08 02:17:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-2:Control:contrail-control:0?flat HTTP/1.1" 200 34940 0.024526 [API:8081]10.0.0.23 - - [2025-12-08 02:17:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.012804 [API:8081]10.0.0.23 - - [2025-12-08 02:17:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.014974 [API:8081]10.0.0.23 - - [2025-12-08 02:17:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-3:Control:contrail-control:0?flat HTTP/1.1" 200 38005 0.023052 [API:8081]10.0.0.23 - - [2025-12-08 02:17:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.013283 [API:8081]10.0.0.23 - - [2025-12-08 02:17:08] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4854-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13497 0.014770 [API:8081]10.0.0.23 - - [2025-12-08 02:17:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4854-1?flat HTTP/1.1" 200 12019 0.023349 [API:8081]10.0.0.23 - - [2025-12-08 02:17:11] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?flat HTTP/1.1" 200 15755 0.020687 [API:8081]10.0.0.23 - - [2025-12-08 02:17:11] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?flat HTTP/1.1" 200 16504 0.033474 [API:8081]10.0.0.23 - - [2025-12-08 02:17:11] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?flat HTTP/1.1" 200 14974 0.036043 [API:8081]10.0.0.23 - - [2025-12-08 02:17:11] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?flat HTTP/1.1" 200 15755 0.021847 [API:8081]10.0.0.23 - - [2025-12-08 02:17:11] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?flat HTTP/1.1" 200 16504 0.021374 [API:8081]10.0.0.23 - - [2025-12-08 02:17:11] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?flat HTTP/1.1" 200 14974 0.019591 [API:8081]10.0.0.23 - - [2025-12-08 02:17:11] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?flat HTTP/1.1" 200 15755 0.022436 [API:8081]10.0.0.23 - - [2025-12-08 02:17:11] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?flat HTTP/1.1" 200 16504 0.020717 [API:8081]10.0.0.23 - - [2025-12-08 02:17:11] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?flat HTTP/1.1" 200 14974 0.020486 [API:8081]10.0.0.23 - - [2025-12-08 02:17:11] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?flat HTTP/1.1" 200 15755 0.023390 [API:8081]10.0.0.23 - - [2025-12-08 02:17:11] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?flat HTTP/1.1" 200 16504 0.019968 [API:8081]10.0.0.23 - - [2025-12-08 02:17:11] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?flat HTTP/1.1" 200 14974 0.018102 [API:8081]10.0.0.23 - - [2025-12-08 02:17:12] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4854-1?flat HTTP/1.1" 200 7994 0.019649 [API:8081]10.0.0.23 - - [2025-12-08 02:17:12] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4854-2?flat HTTP/1.1" 200 7993 0.016227 [API:8081]10.0.0.23 - - [2025-12-08 02:17:12] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4854-3?flat HTTP/1.1" 200 7998 0.014229 [API:8081]10.0.0.23 - - [2025-12-08 02:17:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.23 - - [2025-12-08 02:17:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.060845 [API:8081]10.0.0.23 - - [2025-12-08 02:17:35] "POST /analytics/query HTTP/1.1" 200 63994 1.067895 [API:8081]10.0.0.23 - - [2025-12-08 02:17:36] "POST /analytics/query HTTP/1.1" 200 5872 1.069989 [API:8081]10.0.0.23 - - [2025-12-08 02:17:37] "POST /analytics/query HTTP/1.1" 200 871 1.020759 [API:8081]10.0.0.23 - - [2025-12-08 02:17:38] "POST /analytics/query HTTP/1.1" 200 5872 1.020300 [API:8081]10.0.0.23 - - [2025-12-08 02:17:39] "POST /analytics/query HTTP/1.1" 200 871 1.022750 [API:8081]10.0.0.23 - - [2025-12-08 02:17:50] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000998 [API:8081]10.0.0.22 - - [2025-12-08 02:18:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068636 [API:8081]10.0.0.65 - - [2025-12-08 02:19:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.65 - - [2025-12-08 02:19:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.22 - - [2025-12-08 02:19:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.22 - - [2025-12-08 02:19:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.65 - - [2025-12-08 02:19:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.65 - - [2025-12-08 02:19:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.22 - - [2025-12-08 02:19:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.22 - - [2025-12-08 02:19:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.23 - - [2025-12-08 02:19:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.23 - - [2025-12-08 02:19:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.22 - - [2025-12-08 02:19:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.117236 [API:8081]10.0.0.23 - - [2025-12-08 02:19:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2025-12-08 02:19:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-12-08 02:21:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.23 - - [2025-12-08 02:21:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1434 0.057184 [API:8081]10.0.0.23 - - [2025-12-08 02:21:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1666 0.077592 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:21:42] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002471 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:21:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002905 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:21:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003654 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:21:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003472 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:21:42] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003430 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:21:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003044 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:21:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003202 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:21:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.007480 [API:8081]10.0.0.22 - - [2025-12-08 02:21:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074596 [API:8081]10.0.0.23 - - [2025-12-08 02:22:52] "GET /analytics HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.23 - - [2025-12-08 02:22:52] "GET /analytics HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.22 - - [2025-12-08 02:22:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.081287 [API:8081]10.0.0.22 - - [2025-12-08 02:23:21] "GET /analytics HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.22 - - [2025-12-08 02:23:21] "GET /analytics HTTP/1.1" 401 205 0.000142 [API:8081]10.0.0.65 - - [2025-12-08 02:23:22] "GET /analytics HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.65 - - [2025-12-08 02:23:22] "GET /analytics HTTP/1.1" 401 205 0.000176 [API:8081]10.0.0.65 - - [2025-12-08 02:24:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.65 - - [2025-12-08 02:24:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.22 - - [2025-12-08 02:24:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.22 - - [2025-12-08 02:24:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.65 - - [2025-12-08 02:24:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.65 - - [2025-12-08 02:24:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.22 - - [2025-12-08 02:24:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.22 - - [2025-12-08 02:24:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.23 - - [2025-12-08 02:24:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.23 - - [2025-12-08 02:24:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.23 - - [2025-12-08 02:24:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-12-08 02:24:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.22 - - [2025-12-08 02:24:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.187434 [API:8081]10.0.0.22 - - [2025-12-08 02:25:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.071773 [API:8081]10.0.0.23 - - [2025-12-08 02:27:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.23 - - [2025-12-08 02:27:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.070454 [API:8081]10.0.0.23 - - [2025-12-08 02:27:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.060493 [API:8081]10.0.0.22 - - [2025-12-08 02:27:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060736 [API:8081]10.0.0.23 - - [2025-12-08 02:28:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1586 0.008897 [API:8081]10.0.0.23 - - [2025-12-08 02:28:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1814 0.011228 [API:8081]10.0.0.23 - - [2025-12-08 02:28:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1820 0.060399 [API:8081]10.0.0.23 - - [2025-12-08 02:28:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2048 0.017440 [API:8081]10.0.0.22 - - [2025-12-08 02:28:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.079681 [API:8081]10.0.0.65 - - [2025-12-08 02:29:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.65 - - [2025-12-08 02:29:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.22 - - [2025-12-08 02:29:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.22 - - [2025-12-08 02:29:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.65 - - [2025-12-08 02:29:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.65 - - [2025-12-08 02:29:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.22 - - [2025-12-08 02:29:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000438 [API:8081]10.0.0.22 - - [2025-12-08 02:29:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000448 [API:8081]10.0.0.23 - - [2025-12-08 02:29:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2025-12-08 02:29:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.23 - - [2025-12-08 02:29:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.23 - - [2025-12-08 02:29:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.22 - - [2025-12-08 02:30:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065825 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:31:42] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003178 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:31:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003154 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:31:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003108 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:31:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002828 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:31:42] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003010 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:31:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002664 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:31:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002907 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:31:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002648 [API:8081]10.0.0.22 - - [2025-12-08 02:32:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.084930 [API:8081]10.0.0.23 - - [2025-12-08 02:32:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.027377 [API:8081]10.0.0.23 - - [2025-12-08 02:32:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-68339957:ctest-vnet1-29658546?flat HTTP/1.1" 200 8247 0.012923 [API:8081]10.0.0.23 - - [2025-12-08 02:32:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.080344 [API:8081]10.0.0.23 - - [2025-12-08 02:32:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25183 0.070846 [API:8081]10.0.0.23 - - [2025-12-08 02:32:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25183 0.030623 [API:8081]10.0.0.23 - - [2025-12-08 02:32:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25183 0.022467 [API:8081]10.0.0.23 - - [2025-12-08 02:32:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25183 0.034112 [API:8081]10.0.0.23 - - [2025-12-08 02:32:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25183 0.019739 [API:8081]10.0.0.23 - - [2025-12-08 02:32:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25183 0.020742 [API:8081]10.0.0.23 - - [2025-12-08 02:32:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-68339957:ctest-vnet0-00072339?flat HTTP/1.1" 200 8246 0.013543 [API:8081]10.0.0.23 - - [2025-12-08 02:32:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010072 [API:8081]10.0.0.23 - - [2025-12-08 02:32:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.008561 [API:8081]10.0.0.23 - - [2025-12-08 02:32:52] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2025-12-08 02:32:52] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.22 - - [2025-12-08 02:33:21] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.22 - - [2025-12-08 02:33:21] "GET /analytics HTTP/1.1" 401 205 0.000853 [API:8081]10.0.0.65 - - [2025-12-08 02:33:22] "GET /analytics HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.65 - - [2025-12-08 02:33:22] "GET /analytics HTTP/1.1" 401 205 0.000208 [API:8081]10.0.0.22 - - [2025-12-08 02:34:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064357 [API:8081]10.0.0.23 - - [2025-12-08 02:34:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.23 - - [2025-12-08 02:34:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.077769 [API:8081]10.0.0.65 - - [2025-12-08 02:34:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.65 - - [2025-12-08 02:34:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.22 - - [2025-12-08 02:34:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.22 - - [2025-12-08 02:34:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.65 - - [2025-12-08 02:34:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.65 - - [2025-12-08 02:34:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.22 - - [2025-12-08 02:34:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.22 - - [2025-12-08 02:34:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2025-12-08 02:34:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2025-12-08 02:34:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.23 - - [2025-12-08 02:34:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2025-12-08 02:34:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.22 - - [2025-12-08 02:35:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.062195 [API:8081]10.0.0.23 - - [2025-12-08 02:35:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.076242 [API:8081]10.0.0.23 - - [2025-12-08 02:35:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.027372 [API:8081]10.0.0.23 - - [2025-12-08 02:35:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-00471639:ctest-vnet0-09113725?flat HTTP/1.1" 200 7196 0.091353 [API:8081]10.0.0.23 - - [2025-12-08 02:35:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010601 [API:8081]10.0.0.23 - - [2025-12-08 02:36:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.23 - - [2025-12-08 02:36:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.053833 [API:8081]10.0.0.23 - - [2025-12-08 02:36:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.23 - - [2025-12-08 02:36:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.060603 [API:8081]10.0.0.23 - - [2025-12-08 02:36:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.058670 [API:8081]10.0.0.23 - - [2025-12-08 02:36:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.059218 [API:8081]10.0.0.22 - - [2025-12-08 02:37:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060950 [API:8081]10.0.0.23 - - [2025-12-08 02:37:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-89640753:88f3a9c3-cdb2-47a8-bc9c-138d979ea885?flat HTTP/1.1" 200 5229 0.016651 [API:8081]10.0.0.23 - - [2025-12-08 02:37:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-89640753:88f3a9c3-cdb2-47a8-bc9c-138d979ea885?flat HTTP/1.1" 200 5229 0.014695 [API:8081]10.0.0.23 - - [2025-12-08 02:37:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-89640753:88f3a9c3-cdb2-47a8-bc9c-138d979ea885?flat HTTP/1.1" 200 5229 0.017409 [API:8081]10.0.0.23 - - [2025-12-08 02:37:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-89640753:ctest-VN1-30769467?flat HTTP/1.1" 200 8553 0.017467 [API:8081]10.0.0.23 - - [2025-12-08 02:37:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.034681 [API:8081]10.0.0.23 - - [2025-12-08 02:37:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.035425 [API:8081]10.0.0.23 - - [2025-12-08 02:37:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010290 [API:8081]10.0.0.23 - - [2025-12-08 02:37:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-89640753:da0662ea-77e3-4ab8-bec3-6c3896b6ffa3?flat HTTP/1.1" 200 5094 0.013132 [API:8081]10.0.0.23 - - [2025-12-08 02:37:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-89640753:da0662ea-77e3-4ab8-bec3-6c3896b6ffa3?flat HTTP/1.1" 200 5094 0.015759 [API:8081]10.0.0.23 - - [2025-12-08 02:37:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-89640753:da0662ea-77e3-4ab8-bec3-6c3896b6ffa3?flat HTTP/1.1" 200 5094 0.013532 [API:8081]10.0.0.23 - - [2025-12-08 02:37:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-89640753:ctest-VN2-28871580?flat HTTP/1.1" 200 7860 0.014687 [API:8081]10.0.0.23 - - [2025-12-08 02:37:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24583 0.020303 [API:8081]10.0.0.23 - - [2025-12-08 02:37:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24583 0.018927 [API:8081]10.0.0.23 - - [2025-12-08 02:37:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008741 [API:8081]10.0.0.23 - - [2025-12-08 02:37:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-89640753:ba5cfca4-0783-441a-b391-3c147c7c1fc7?flat HTTP/1.1" 200 5094 0.012827 [API:8081]10.0.0.23 - - [2025-12-08 02:37:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-89640753:ba5cfca4-0783-441a-b391-3c147c7c1fc7?flat HTTP/1.1" 200 5094 0.012966 [API:8081]10.0.0.23 - - [2025-12-08 02:37:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-89640753:ba5cfca4-0783-441a-b391-3c147c7c1fc7?flat HTTP/1.1" 200 5094 0.013300 [API:8081]10.0.0.23 - - [2025-12-08 02:37:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-89640753:ctest-VN3-51176570?flat HTTP/1.1" 200 7438 0.014811 [API:8081]10.0.0.23 - - [2025-12-08 02:37:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.023930 [API:8081]10.0.0.23 - - [2025-12-08 02:37:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.020952 [API:8081]10.0.0.23 - - [2025-12-08 02:37:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008140 [API:8081]10.0.0.22 - - [2025-12-08 02:38:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.069948 [API:8081]10.0.0.23 - - [2025-12-08 02:38:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.020493 [API:8081]10.0.0.23 - - [2025-12-08 02:38:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.020678 [API:8081]10.0.0.23 - - [2025-12-08 02:38:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.021463 [API:8081]10.0.0.23 - - [2025-12-08 02:38:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.038024 [API:8081]10.0.0.23 - - [2025-12-08 02:38:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.019857 [API:8081]10.0.0.23 - - [2025-12-08 02:38:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-89640753:ctest-VN3-51176570?flat HTTP/1.1" 200 6211 0.013423 [API:8081]10.0.0.23 - - [2025-12-08 02:38:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008445 [API:8081]10.0.0.23 - - [2025-12-08 02:38:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.020478 [API:8081]10.0.0.23 - - [2025-12-08 02:38:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.022182 [API:8081]10.0.0.23 - - [2025-12-08 02:38:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019266 [API:8081]10.0.0.23 - - [2025-12-08 02:38:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-89640753:ctest-VN2-28871580?flat HTTP/1.1" 200 6554 0.013337 [API:8081]10.0.0.23 - - [2025-12-08 02:38:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009949 [API:8081]10.0.0.23 - - [2025-12-08 02:38:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.020789 [API:8081]10.0.0.23 - - [2025-12-08 02:38:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.020908 [API:8081]10.0.0.23 - - [2025-12-08 02:38:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.021270 [API:8081]10.0.0.23 - - [2025-12-08 02:38:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.025005 [API:8081]10.0.0.23 - - [2025-12-08 02:38:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.021008 [API:8081]10.0.0.23 - - [2025-12-08 02:38:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.020774 [API:8081]10.0.0.23 - - [2025-12-08 02:38:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.022363 [API:8081]10.0.0.23 - - [2025-12-08 02:38:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-89640753:ctest-VN1-30769467?flat HTTP/1.1" 200 6769 0.012954 [API:8081]10.0.0.23 - - [2025-12-08 02:38:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008154 [API:8081]10.0.0.23 - - [2025-12-08 02:39:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-12-08 02:39:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.062769 [API:8081]10.0.0.23 - - [2025-12-08 02:39:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.064055 [API:8081]10.0.0.23 - - [2025-12-08 02:39:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.056082 [API:8081]10.0.0.65 - - [2025-12-08 02:39:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000396 [API:8081]10.0.0.65 - - [2025-12-08 02:39:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.22 - - [2025-12-08 02:39:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000375 [API:8081]10.0.0.22 - - [2025-12-08 02:39:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.65 - - [2025-12-08 02:39:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.65 - - [2025-12-08 02:39:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.22 - - [2025-12-08 02:39:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.22 - - [2025-12-08 02:39:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.23 - - [2025-12-08 02:39:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.23 - - [2025-12-08 02:39:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000389 [API:8081]10.0.0.23 - - [2025-12-08 02:39:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2025-12-08 02:39:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.22 - - [2025-12-08 02:40:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063856 [API:8081]10.0.0.23 - - [2025-12-08 02:40:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-43260796:d949eab4-cc97-4950-9576-59c590d621bf?flat HTTP/1.1" 200 5366 0.014671 [API:8081]10.0.0.23 - - [2025-12-08 02:40:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-43260796:d949eab4-cc97-4950-9576-59c590d621bf?flat HTTP/1.1" 200 5366 0.013923 [API:8081]10.0.0.23 - - [2025-12-08 02:40:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-43260796:d949eab4-cc97-4950-9576-59c590d621bf?flat HTTP/1.1" 200 5366 0.014838 [API:8081]10.0.0.23 - - [2025-12-08 02:40:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-43260796:d949eab4-cc97-4950-9576-59c590d621bf?flat HTTP/1.1" 200 5366 0.014677 [API:8081]10.0.0.23 - - [2025-12-08 02:40:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-43260796:ctest-VN1-16628966?flat HTTP/1.1" 200 9454 0.019863 [API:8081]10.0.0.23 - - [2025-12-08 02:40:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25212 0.020177 [API:8081]10.0.0.23 - - [2025-12-08 02:40:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25212 0.020753 [API:8081]10.0.0.23 - - [2025-12-08 02:40:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009348 [API:8081]10.0.0.23 - - [2025-12-08 02:40:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-43260796:7aa38e03-8ce1-4234-b965-c922435dfa73?flat HTTP/1.1" 200 5472 0.013545 [API:8081]10.0.0.23 - - [2025-12-08 02:40:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-43260796:7aa38e03-8ce1-4234-b965-c922435dfa73?flat HTTP/1.1" 200 5472 0.014019 [API:8081]10.0.0.23 - - [2025-12-08 02:40:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-43260796:7aa38e03-8ce1-4234-b965-c922435dfa73?flat HTTP/1.1" 200 5472 0.016741 [API:8081]10.0.0.23 - - [2025-12-08 02:40:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-43260796:7aa38e03-8ce1-4234-b965-c922435dfa73?flat HTTP/1.1" 200 5472 0.016629 [API:8081]10.0.0.23 - - [2025-12-08 02:40:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-43260796:ctest-VN2-11276102?flat HTTP/1.1" 200 9454 0.015684 [API:8081]10.0.0.23 - - [2025-12-08 02:40:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020325 [API:8081]10.0.0.23 - - [2025-12-08 02:40:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019362 [API:8081]10.0.0.23 - - [2025-12-08 02:40:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009258 [API:8081]10.0.0.23 - - [2025-12-08 02:40:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-43260796:cb4df588-b1db-434f-9513-4b0945595b13?flat HTTP/1.1" 200 5226 0.014508 [API:8081]10.0.0.23 - - [2025-12-08 02:40:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-43260796:cb4df588-b1db-434f-9513-4b0945595b13?flat HTTP/1.1" 200 5226 0.012996 [API:8081]10.0.0.23 - - [2025-12-08 02:40:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-43260796:cb4df588-b1db-434f-9513-4b0945595b13?flat HTTP/1.1" 200 5226 0.014369 [API:8081]10.0.0.23 - - [2025-12-08 02:40:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-43260796:cb4df588-b1db-434f-9513-4b0945595b13?flat HTTP/1.1" 200 5226 0.014140 [API:8081]10.0.0.23 - - [2025-12-08 02:40:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-43260796:ctest-VN3-57683444?flat HTTP/1.1" 200 8208 0.017549 [API:8081]10.0.0.23 - - [2025-12-08 02:40:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25212 0.021610 [API:8081]10.0.0.23 - - [2025-12-08 02:40:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25212 0.020466 [API:8081]10.0.0.23 - - [2025-12-08 02:40:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009717 [API:8081]10.0.0.23 - - [2025-12-08 02:41:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25214 0.029498 [API:8081]10.0.0.23 - - [2025-12-08 02:41:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25214 0.028152 [API:8081]10.0.0.22 - - [2025-12-08 02:41:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.069108 [API:8081]10.0.0.23 - - [2025-12-08 02:41:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25214 0.020424 [API:8081]10.0.0.23 - - [2025-12-08 02:41:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25214 0.020642 [API:8081]10.0.0.23 - - [2025-12-08 02:41:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25214 0.020267 [API:8081]10.0.0.23 - - [2025-12-08 02:41:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25214 0.019375 [API:8081]10.0.0.23 - - [2025-12-08 02:41:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25214 0.032048 [API:8081]10.0.0.23 - - [2025-12-08 02:41:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25214 0.019156 [API:8081]10.0.0.23 - - [2025-12-08 02:41:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-43260796:ctest-VN3-57683444?flat HTTP/1.1" 200 6969 0.014108 [API:8081]10.0.0.23 - - [2025-12-08 02:41:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009786 [API:8081]10.0.0.23 - - [2025-12-08 02:41:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.022772 [API:8081]10.0.0.23 - - [2025-12-08 02:41:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020441 [API:8081]10.0.0.23 - - [2025-12-08 02:41:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-43260796:ctest-VN2-11276102?flat HTTP/1.1" 200 7312 0.012193 [API:8081]10.0.0.23 - - [2025-12-08 02:41:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009082 [API:8081]10.0.0.23 - - [2025-12-08 02:41:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25214 0.019974 [API:8081]10.0.0.23 - - [2025-12-08 02:41:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25214 0.021107 [API:8081]10.0.0.23 - - [2025-12-08 02:41:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25214 0.020263 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:41:42] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002764 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:41:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002747 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:41:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002671 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:41:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002657 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:41:42] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002856 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:41:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002265 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:41:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002604 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:41:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002569 [API:8081]10.0.0.23 - - [2025-12-08 02:41:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25214 0.021966 [API:8081]10.0.0.23 - - [2025-12-08 02:41:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25214 0.020119 [API:8081]10.0.0.23 - - [2025-12-08 02:41:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25214 0.021281 [API:8081]10.0.0.23 - - [2025-12-08 02:41:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25214 0.019960 [API:8081]10.0.0.23 - - [2025-12-08 02:41:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25214 0.019992 [API:8081]10.0.0.23 - - [2025-12-08 02:41:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-43260796:ctest-VN1-16628966?flat HTTP/1.1" 200 7647 0.012666 [API:8081]10.0.0.23 - - [2025-12-08 02:41:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.012171 [API:8081]10.0.0.23 - - [2025-12-08 02:42:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.23 - - [2025-12-08 02:42:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.070912 [API:8081]10.0.0.23 - - [2025-12-08 02:42:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.063632 [API:8081]10.0.0.23 - - [2025-12-08 02:42:52] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2025-12-08 02:42:52] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.22 - - [2025-12-08 02:43:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057737 [API:8081]10.0.0.22 - - [2025-12-08 02:43:21] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.22 - - [2025-12-08 02:43:21] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.65 - - [2025-12-08 02:43:22] "GET /analytics HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.65 - - [2025-12-08 02:43:22] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.23 - - [2025-12-08 02:44:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.23 - - [2025-12-08 02:44:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1360 0.099203 [API:8081]10.0.0.22 - - [2025-12-08 02:44:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.070032 [API:8081]10.0.0.65 - - [2025-12-08 02:44:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.65 - - [2025-12-08 02:44:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.22 - - [2025-12-08 02:44:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.22 - - [2025-12-08 02:44:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.65 - - [2025-12-08 02:44:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.65 - - [2025-12-08 02:44:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.22 - - [2025-12-08 02:44:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.22 - - [2025-12-08 02:44:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-12-08 02:44:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.23 - - [2025-12-08 02:44:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.23 - - [2025-12-08 02:44:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.23 - - [2025-12-08 02:44:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2025-12-08 02:46:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.084297 [API:8081]10.0.0.23 - - [2025-12-08 02:46:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.027053 [API:8081]10.0.0.23 - - [2025-12-08 02:46:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.075294 [API:8081]10.0.0.22 - - [2025-12-08 02:46:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064136 [API:8081]10.0.0.23 - - [2025-12-08 02:46:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.021590 [API:8081]10.0.0.23 - - [2025-12-08 02:46:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.024214 [API:8081]10.0.0.23 - - [2025-12-08 02:46:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.020972 [API:8081]10.0.0.23 - - [2025-12-08 02:46:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.020125 [API:8081]10.0.0.23 - - [2025-12-08 02:46:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-94033010:ctest-vnet0-32576967?flat HTTP/1.1" 200 7966 0.012434 [API:8081]10.0.0.23 - - [2025-12-08 02:46:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008446 [API:8081]10.0.0.23 - - [2025-12-08 02:46:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.23 - - [2025-12-08 02:46:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.063391 [API:8081]10.0.0.23 - - [2025-12-08 02:46:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1362 0.059398 [API:8081]10.0.0.22 - - [2025-12-08 02:47:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.062023 [API:8081]10.0.0.22 - - [2025-12-08 02:49:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081901 [API:8081]10.0.0.23 - - [2025-12-08 02:49:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.022348 [API:8081]10.0.0.23 - - [2025-12-08 02:49:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.081615 [API:8081]10.0.0.23 - - [2025-12-08 02:49:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.019621 [API:8081]10.0.0.23 - - [2025-12-08 02:49:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-71102505:ctest-vnet1-37939476?flat HTTP/1.1" 200 7306 0.016284 [API:8081]10.0.0.23 - - [2025-12-08 02:49:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008569 [API:8081]10.0.0.23 - - [2025-12-08 02:49:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.020840 [API:8081]10.0.0.23 - - [2025-12-08 02:49:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.019677 [API:8081]10.0.0.23 - - [2025-12-08 02:49:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.020168 [API:8081]10.0.0.23 - - [2025-12-08 02:49:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.021708 [API:8081]10.0.0.65 - - [2025-12-08 02:49:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.65 - - [2025-12-08 02:49:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.22 - - [2025-12-08 02:49:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.22 - - [2025-12-08 02:49:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.65 - - [2025-12-08 02:49:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.65 - - [2025-12-08 02:49:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.22 - - [2025-12-08 02:49:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.22 - - [2025-12-08 02:49:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.23 - - [2025-12-08 02:49:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.021880 [API:8081]10.0.0.23 - - [2025-12-08 02:49:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.23 - - [2025-12-08 02:49:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2025-12-08 02:49:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.23 - - [2025-12-08 02:49:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2025-12-08 02:49:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.020101 [API:8081]10.0.0.23 - - [2025-12-08 02:49:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25231 0.020991 [API:8081]10.0.0.23 - - [2025-12-08 02:49:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-71102505:ctest-vnet0-80850760?flat HTTP/1.1" 200 6959 0.012256 [API:8081]10.0.0.23 - - [2025-12-08 02:49:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007860 [API:8081]10.0.0.23 - - [2025-12-08 02:50:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2025-12-08 02:50:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.061491 [API:8081]10.0.0.23 - - [2025-12-08 02:50:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1386 0.056629 [API:8081]10.0.0.22 - - [2025-12-08 02:50:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.140951 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:51:42] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002948 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:51:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002852 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:51:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003551 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:51:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003221 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:51:42] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003630 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:51:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002542 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:51:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002730 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 02:51:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003739 [API:8081]10.0.0.22 - - [2025-12-08 02:52:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076123 [API:8081]10.0.0.23 - - [2025-12-08 02:52:52] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-12-08 02:52:52] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.23 - - [2025-12-08 02:53:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.020338 [API:8081]10.0.0.23 - - [2025-12-08 02:53:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.066552 [API:8081]10.0.0.23 - - [2025-12-08 02:53:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.020149 [API:8081]10.0.0.22 - - [2025-12-08 02:53:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.090753 [API:8081]10.0.0.22 - - [2025-12-08 02:53:21] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.22 - - [2025-12-08 02:53:21] "GET /analytics HTTP/1.1" 401 205 0.000137 [API:8081]10.0.0.65 - - [2025-12-08 02:53:22] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.65 - - [2025-12-08 02:53:22] "GET /analytics HTTP/1.1" 401 205 0.000185 [API:8081]10.0.0.23 - - [2025-12-08 02:53:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.025286 [API:8081]10.0.0.23 - - [2025-12-08 02:53:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.028509 [API:8081]10.0.0.23 - - [2025-12-08 02:53:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.019260 [API:8081]10.0.0.23 - - [2025-12-08 02:53:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.019634 [API:8081]10.0.0.23 - - [2025-12-08 02:53:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-75287111:ctest-vnet1-63432910?flat HTTP/1.1" 200 8067 0.012630 [API:8081]10.0.0.23 - - [2025-12-08 02:53:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008046 [API:8081]10.0.0.23 - - [2025-12-08 02:53:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25245 0.021245 [API:8081]10.0.0.23 - - [2025-12-08 02:53:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25245 0.020282 [API:8081]10.0.0.23 - - [2025-12-08 02:53:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25245 0.019749 [API:8081]10.0.0.23 - - [2025-12-08 02:53:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25245 0.019601 [API:8081]10.0.0.23 - - [2025-12-08 02:53:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25245 0.021699 [API:8081]10.0.0.23 - - [2025-12-08 02:53:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25245 0.019844 [API:8081]10.0.0.23 - - [2025-12-08 02:53:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25245 0.022435 [API:8081]10.0.0.23 - - [2025-12-08 02:53:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25245 0.019623 [API:8081]10.0.0.23 - - [2025-12-08 02:53:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-75287111:ctest-vnet0-01212147?flat HTTP/1.1" 200 7707 0.014064 [API:8081]10.0.0.23 - - [2025-12-08 02:53:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011562 [API:8081]10.0.0.65 - - [2025-12-08 02:54:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001306 [API:8081]10.0.0.65 - - [2025-12-08 02:54:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.22 - - [2025-12-08 02:54:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.22 - - [2025-12-08 02:54:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.65 - - [2025-12-08 02:54:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.65 - - [2025-12-08 02:54:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.22 - - [2025-12-08 02:54:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.22 - - [2025-12-08 02:54:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2025-12-08 02:54:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-12-08 02:54:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2025-12-08 02:54:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.23 - - [2025-12-08 02:54:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.22 - - [2025-12-08 02:55:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063778 [API:8081]10.0.0.22 - - [2025-12-08 02:56:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.114001 [API:8081]10.0.0.23 - - [2025-12-08 02:58:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.23 - - [2025-12-08 02:58:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1132 0.061805 [API:8081]10.0.0.22 - - [2025-12-08 02:58:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078903 [API:8081]10.0.0.23 - - [2025-12-08 02:59:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.073838 [API:8081]10.0.0.22 - - [2025-12-08 02:59:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.070493 [API:8081]10.0.0.65 - - [2025-12-08 02:59:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.65 - - [2025-12-08 02:59:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.22 - - [2025-12-08 02:59:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.22 - - [2025-12-08 02:59:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.65 - - [2025-12-08 02:59:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.65 - - [2025-12-08 02:59:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.22 - - [2025-12-08 02:59:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.22 - - [2025-12-08 02:59:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.23 - - [2025-12-08 02:59:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.23 - - [2025-12-08 02:59:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.23 - - [2025-12-08 02:59:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.23 - - [2025-12-08 02:59:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.23 - - [2025-12-08 03:00:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2025-12-08 03:00:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1478 0.062706 [API:8081]10.0.0.22 - - [2025-12-08 03:01:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061167 [API:8081]10.0.0.23 - - [2025-12-08 03:01:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-07440073:d0a24cac-14ba-43b5-8975-e5a402bb0000?flat HTTP/1.1" 200 5824 0.074954 [API:8081]10.0.0.23 - - [2025-12-08 03:01:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-07440073:d0a24cac-14ba-43b5-8975-e5a402bb0000?flat HTTP/1.1" 200 5824 0.016876 [API:8081]10.0.0.23 - - [2025-12-08 03:01:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-07440073:d0a24cac-14ba-43b5-8975-e5a402bb0000?flat HTTP/1.1" 200 5824 0.062064 [API:8081]10.0.0.23 - - [2025-12-08 03:01:35] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-07440073:ctest-SecurityGroupBasicRegressionTests1Ipv6-07440073-09397613?flat HTTP/1.1" 200 10804 0.022023 [API:8081]10.0.0.23 - - [2025-12-08 03:01:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.030005 [API:8081]10.0.0.23 - - [2025-12-08 03:01:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.019154 [API:8081]10.0.0.23 - - [2025-12-08 03:01:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010769 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:01:42] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002607 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:01:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003325 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:01:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002657 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:01:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002683 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:01:42] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002919 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:01:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002491 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:01:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002430 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:01:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002479 [API:8081]10.0.0.23 - - [2025-12-08 03:01:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-07440073:129ec614-17be-4e59-9f18-1eb6c92d0ced?flat HTTP/1.1" 200 5690 0.016521 [API:8081]10.0.0.23 - - [2025-12-08 03:01:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-07440073:129ec614-17be-4e59-9f18-1eb6c92d0ced?flat HTTP/1.1" 200 5690 0.016601 [API:8081]10.0.0.23 - - [2025-12-08 03:01:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-07440073:129ec614-17be-4e59-9f18-1eb6c92d0ced?flat HTTP/1.1" 200 5690 0.015182 [API:8081]10.0.0.23 - - [2025-12-08 03:01:56] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-07440073:ctest-SecurityGroupBasicRegressionTests1Ipv6-07440073-09397613?flat HTTP/1.1" 200 11849 0.021345 [API:8081]10.0.0.23 - - [2025-12-08 03:01:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.023771 [API:8081]10.0.0.23 - - [2025-12-08 03:01:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.022801 [API:8081]10.0.0.23 - - [2025-12-08 03:01:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008863 [API:8081]10.0.0.22 - - [2025-12-08 03:02:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.059229 [API:8081]10.0.0.23 - - [2025-12-08 03:02:52] "GET /analytics HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2025-12-08 03:02:52] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.23 - - [2025-12-08 03:03:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.022991 [API:8081]10.0.0.23 - - [2025-12-08 03:03:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.021522 [API:8081]10.0.0.23 - - [2025-12-08 03:03:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.020433 [API:8081]10.0.0.23 - - [2025-12-08 03:03:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.021642 [API:8081]10.0.0.23 - - [2025-12-08 03:03:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.021995 [API:8081]10.0.0.22 - - [2025-12-08 03:03:21] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.22 - - [2025-12-08 03:03:21] "GET /analytics HTTP/1.1" 401 205 0.000186 [API:8081]10.0.0.65 - - [2025-12-08 03:03:22] "GET /analytics HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.65 - - [2025-12-08 03:03:22] "GET /analytics HTTP/1.1" 401 205 0.000145 [API:8081]10.0.0.23 - - [2025-12-08 03:03:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.020552 [API:8081]10.0.0.23 - - [2025-12-08 03:03:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.020040 [API:8081]10.0.0.23 - - [2025-12-08 03:03:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.036145 [API:8081]10.0.0.23 - - [2025-12-08 03:03:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.019975 [API:8081]10.0.0.23 - - [2025-12-08 03:03:31] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-07440073:ctest-SecurityGroupBasicRegressionTests1Ipv6-07440073-09397613?flat HTTP/1.1" 200 11715 0.016817 [API:8081]10.0.0.23 - - [2025-12-08 03:03:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009042 [API:8081]10.0.0.23 - - [2025-12-08 03:03:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.021014 [API:8081]10.0.0.23 - - [2025-12-08 03:03:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.029400 [API:8081]10.0.0.23 - - [2025-12-08 03:03:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.020832 [API:8081]10.0.0.23 - - [2025-12-08 03:03:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.020382 [API:8081]10.0.0.23 - - [2025-12-08 03:03:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.020316 [API:8081]10.0.0.23 - - [2025-12-08 03:03:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.021231 [API:8081]10.0.0.23 - - [2025-12-08 03:03:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.020232 [API:8081]10.0.0.23 - - [2025-12-08 03:03:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.020443 [API:8081]10.0.0.23 - - [2025-12-08 03:03:56] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-07440073:ctest-SecurityGroupBasicRegressionTests1Ipv6-07440073-09397613?flat HTTP/1.1" 200 8801 0.012213 [API:8081]10.0.0.23 - - [2025-12-08 03:03:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007672 [API:8081]10.0.0.23 - - [2025-12-08 03:04:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.23 - - [2025-12-08 03:04:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1280 0.076411 [API:8081]10.0.0.22 - - [2025-12-08 03:04:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060924 [API:8081]10.0.0.65 - - [2025-12-08 03:04:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.65 - - [2025-12-08 03:04:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.22 - - [2025-12-08 03:04:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.22 - - [2025-12-08 03:04:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.65 - - [2025-12-08 03:04:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.65 - - [2025-12-08 03:04:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2025-12-08 03:04:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.22 - - [2025-12-08 03:04:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.23 - - [2025-12-08 03:04:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.23 - - [2025-12-08 03:04:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.23 - - [2025-12-08 03:04:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.23 - - [2025-12-08 03:04:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-12-08 03:04:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-48404012:3496591f-da5f-4996-859f-104e2e864f9a?flat HTTP/1.1" 200 5801 0.076738 [API:8081]10.0.0.23 - - [2025-12-08 03:04:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-48404012:3496591f-da5f-4996-859f-104e2e864f9a?flat HTTP/1.1" 200 5801 0.015491 [API:8081]10.0.0.23 - - [2025-12-08 03:04:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-48404012:3496591f-da5f-4996-859f-104e2e864f9a?flat HTTP/1.1" 200 5801 0.059372 [API:8081]10.0.0.23 - - [2025-12-08 03:04:53] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-48404012:ctest-SecurityGroupBasicRegressionTests1_contrail-48404012-14903823?flat HTTP/1.1" 200 10439 0.016895 [API:8081]10.0.0.23 - - [2025-12-08 03:04:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.021166 [API:8081]10.0.0.23 - - [2025-12-08 03:04:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.019432 [API:8081]10.0.0.23 - - [2025-12-08 03:04:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.012000 [API:8081]10.0.0.23 - - [2025-12-08 03:05:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-48404012:cd5893d4-ca77-463a-bcc8-58b3430552be?flat HTTP/1.1" 200 6048 0.013849 [API:8081]10.0.0.23 - - [2025-12-08 03:05:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-48404012:cd5893d4-ca77-463a-bcc8-58b3430552be?flat HTTP/1.1" 200 6048 0.013473 [API:8081]10.0.0.23 - - [2025-12-08 03:05:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-48404012:cd5893d4-ca77-463a-bcc8-58b3430552be?flat HTTP/1.1" 200 6048 0.019534 [API:8081]10.0.0.23 - - [2025-12-08 03:05:14] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-48404012:ctest-SecurityGroupBasicRegressionTests1_contrail-48404012-14903823?flat HTTP/1.1" 200 12224 0.025120 [API:8081]10.0.0.23 - - [2025-12-08 03:05:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.032967 [API:8081]10.0.0.23 - - [2025-12-08 03:05:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.021754 [API:8081]10.0.0.23 - - [2025-12-08 03:05:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009330 [API:8081]10.0.0.22 - - [2025-12-08 03:05:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.061079 [API:8081]10.0.0.23 - - [2025-12-08 03:06:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.026244 [API:8081]10.0.0.23 - - [2025-12-08 03:06:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.032691 [API:8081]10.0.0.23 - - [2025-12-08 03:06:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.020987 [API:8081]10.0.0.23 - - [2025-12-08 03:06:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.019686 [API:8081]10.0.0.23 - - [2025-12-08 03:06:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.020773 [API:8081]10.0.0.23 - - [2025-12-08 03:06:33] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-48404012:ctest-SecurityGroupBasicRegressionTests1_contrail-48404012-14903823?flat HTTP/1.1" 200 11656 0.018432 [API:8081]10.0.0.23 - - [2025-12-08 03:06:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008897 [API:8081]10.0.0.23 - - [2025-12-08 03:06:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.020805 [API:8081]10.0.0.23 - - [2025-12-08 03:06:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.020333 [API:8081]10.0.0.23 - - [2025-12-08 03:06:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.019259 [API:8081]10.0.0.23 - - [2025-12-08 03:06:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.020914 [API:8081]10.0.0.23 - - [2025-12-08 03:06:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.021619 [API:8081]10.0.0.23 - - [2025-12-08 03:06:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.020574 [API:8081]10.0.0.23 - - [2025-12-08 03:06:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.040645 [API:8081]10.0.0.23 - - [2025-12-08 03:06:54] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-48404012:ctest-SecurityGroupBasicRegressionTests1_contrail-48404012-14903823?flat HTTP/1.1" 200 8422 0.013930 [API:8081]10.0.0.23 - - [2025-12-08 03:06:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009762 [API:8081]10.0.0.23 - - [2025-12-08 03:07:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.23 - - [2025-12-08 03:07:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1244 0.073306 [API:8081]10.0.0.22 - - [2025-12-08 03:07:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076048 [API:8081]10.0.0.23 - - [2025-12-08 03:07:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-57736696:a959f878-279e-451b-a38f-addbdf9863fd?flat HTTP/1.1" 200 5683 0.060996 [API:8081]10.0.0.23 - - [2025-12-08 03:07:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-57736696:a959f878-279e-451b-a38f-addbdf9863fd?flat HTTP/1.1" 200 5683 0.013890 [API:8081]10.0.0.23 - - [2025-12-08 03:07:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-57736696:a959f878-279e-451b-a38f-addbdf9863fd?flat HTTP/1.1" 200 5683 0.062512 [API:8081]10.0.0.23 - - [2025-12-08 03:07:53] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-57736696:ctest-SecurityGroupBasicRegressionTests1-57736696-12995266?flat HTTP/1.1" 200 9932 0.018489 [API:8081]10.0.0.23 - - [2025-12-08 03:07:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.019572 [API:8081]10.0.0.23 - - [2025-12-08 03:07:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.019678 [API:8081]10.0.0.23 - - [2025-12-08 03:07:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008416 [API:8081]10.0.0.23 - - [2025-12-08 03:08:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-57736696:1a1c4652-915b-4479-9c01-a15f93008506?flat HTTP/1.1" 200 5808 0.014103 [API:8081]10.0.0.23 - - [2025-12-08 03:08:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-57736696:1a1c4652-915b-4479-9c01-a15f93008506?flat HTTP/1.1" 200 5808 0.013971 [API:8081]10.0.0.23 - - [2025-12-08 03:08:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-57736696:1a1c4652-915b-4479-9c01-a15f93008506?flat HTTP/1.1" 200 5808 0.013175 [API:8081]10.0.0.23 - - [2025-12-08 03:08:19] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-57736696:ctest-SecurityGroupBasicRegressionTests1-57736696-12995266?flat HTTP/1.1" 200 11308 0.018135 [API:8081]10.0.0.23 - - [2025-12-08 03:08:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.019450 [API:8081]10.0.0.23 - - [2025-12-08 03:08:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.020807 [API:8081]10.0.0.23 - - [2025-12-08 03:08:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.012005 [API:8081]10.0.0.22 - - [2025-12-08 03:08:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.071761 [API:8081]10.0.0.65 - - [2025-12-08 03:09:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.65 - - [2025-12-08 03:09:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.22 - - [2025-12-08 03:09:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2025-12-08 03:09:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.65 - - [2025-12-08 03:09:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.65 - - [2025-12-08 03:09:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.22 - - [2025-12-08 03:09:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.22 - - [2025-12-08 03:09:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.23 - - [2025-12-08 03:09:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.23 - - [2025-12-08 03:09:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2025-12-08 03:09:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.23 - - [2025-12-08 03:09:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.23 - - [2025-12-08 03:09:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.030045 [API:8081]10.0.0.23 - - [2025-12-08 03:10:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019906 [API:8081]10.0.0.23 - - [2025-12-08 03:10:02] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-57736696:ctest-SecurityGroupBasicRegressionTests1-57736696-12995266?flat HTTP/1.1" 200 10770 0.016930 [API:8081]10.0.0.23 - - [2025-12-08 03:10:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008948 [API:8081]10.0.0.23 - - [2025-12-08 03:10:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.021632 [API:8081]10.0.0.23 - - [2025-12-08 03:10:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.021746 [API:8081]10.0.0.23 - - [2025-12-08 03:10:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.023447 [API:8081]10.0.0.23 - - [2025-12-08 03:10:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.024785 [API:8081]10.0.0.23 - - [2025-12-08 03:10:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.019957 [API:8081]10.0.0.23 - - [2025-12-08 03:10:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.030011 [API:8081]10.0.0.23 - - [2025-12-08 03:10:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.020459 [API:8081]10.0.0.23 - - [2025-12-08 03:10:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.025950 [API:8081]10.0.0.23 - - [2025-12-08 03:10:27] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-57736696:ctest-SecurityGroupBasicRegressionTests1-57736696-12995266?flat HTTP/1.1" 200 7963 0.013992 [API:8081]10.0.0.23 - - [2025-12-08 03:10:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008196 [API:8081]10.0.0.22 - - [2025-12-08 03:10:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.404850 [API:8081]10.0.0.23 - - [2025-12-08 03:10:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2025-12-08 03:10:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.061475 [API:8081]10.0.0.23 - - [2025-12-08 03:10:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.076948 [API:8081]10.0.0.23 - - [2025-12-08 03:10:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1766 0.066846 [API:8081]10.0.0.23 - - [2025-12-08 03:11:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.008552 [API:8081]10.0.0.23 - - [2025-12-08 03:11:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.009023 [API:8081]10.0.0.23 - - [2025-12-08 03:11:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1766 0.010496 [API:8081]10.0.0.23 - - [2025-12-08 03:11:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1990 0.008889 [API:8081]10.0.0.23 - - [2025-12-08 03:11:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2216 0.010388 [API:8081]10.0.0.23 - - [2025-12-08 03:11:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.23 - - [2025-12-08 03:11:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.064791 [API:8081]10.0.0.23 - - [2025-12-08 03:11:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1556 0.077013 [API:8081]10.0.0.23 - - [2025-12-08 03:11:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.065165 [API:8081]10.0.0.23 - - [2025-12-08 03:11:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.008692 [API:8081]10.0.0.22 - - [2025-12-08 03:11:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.082571 [API:8081]10.0.0.23 - - [2025-12-08 03:11:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.011765 [API:8081]10.0.0.23 - - [2025-12-08 03:11:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.009708 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:11:42] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002634 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:11:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003288 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:11:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003796 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:11:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003814 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:11:43] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003103 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:11:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002732 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:11:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002715 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:11:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002648 [API:8081]10.0.0.23 - - [2025-12-08 03:11:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.23 - - [2025-12-08 03:11:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.066973 [API:8081]10.0.0.23 - - [2025-12-08 03:11:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.057630 [API:8081]10.0.0.23 - - [2025-12-08 03:11:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.060314 [API:8081]10.0.0.23 - - [2025-12-08 03:12:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1332 0.008629 [API:8081]10.0.0.23 - - [2025-12-08 03:12:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.009455 [API:8081]10.0.0.23 - - [2025-12-08 03:12:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1750 0.009100 [API:8081]10.0.0.23 - - [2025-12-08 03:12:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1970 0.009045 [API:8081]10.0.0.23 - - [2025-12-08 03:12:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2192 0.008646 [API:8081]10.0.0.23 - - [2025-12-08 03:12:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.23 - - [2025-12-08 03:12:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.062464 [API:8081]10.0.0.23 - - [2025-12-08 03:12:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1554 0.057811 [API:8081]10.0.0.23 - - [2025-12-08 03:12:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1774 0.060909 [API:8081]10.0.0.23 - - [2025-12-08 03:12:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1796 0.009246 [API:8081]10.0.0.23 - - [2025-12-08 03:12:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2030 0.008855 [API:8081]10.0.0.23 - - [2025-12-08 03:12:52] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.23 - - [2025-12-08 03:12:52] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.22 - - [2025-12-08 03:13:21] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.22 - - [2025-12-08 03:13:21] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.65 - - [2025-12-08 03:13:22] "GET /analytics HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.65 - - [2025-12-08 03:13:22] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.22 - - [2025-12-08 03:13:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060355 [API:8081]10.0.0.22 - - [2025-12-08 03:14:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.064672 [API:8081]10.0.0.65 - - [2025-12-08 03:14:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.65 - - [2025-12-08 03:14:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.22 - - [2025-12-08 03:14:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.22 - - [2025-12-08 03:14:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.65 - - [2025-12-08 03:14:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.65 - - [2025-12-08 03:14:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.22 - - [2025-12-08 03:14:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.22 - - [2025-12-08 03:14:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2025-12-08 03:14:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.23 - - [2025-12-08 03:14:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2025-12-08 03:14:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001061 [API:8081]10.0.0.23 - - [2025-12-08 03:14:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.22 - - [2025-12-08 03:16:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067648 [API:8081]10.0.0.22 - - [2025-12-08 03:17:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.066919 [API:8081]10.0.0.23 - - [2025-12-08 03:18:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.23 - - [2025-12-08 03:18:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.059323 [API:8081]10.0.0.23 - - [2025-12-08 03:18:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1554 0.061456 [API:8081]10.0.0.22 - - [2025-12-08 03:19:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060561 [API:8081]10.0.0.65 - - [2025-12-08 03:19:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.65 - - [2025-12-08 03:19:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.22 - - [2025-12-08 03:19:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2025-12-08 03:19:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.65 - - [2025-12-08 03:19:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.65 - - [2025-12-08 03:19:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.22 - - [2025-12-08 03:19:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.22 - - [2025-12-08 03:19:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2025-12-08 03:19:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2025-12-08 03:19:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.23 - - [2025-12-08 03:19:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.23 - - [2025-12-08 03:19:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.22 - - [2025-12-08 03:20:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.063219 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:21:43] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002723 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:21:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002802 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:21:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002809 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:21:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002808 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:21:43] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003347 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:21:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002366 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:21:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002436 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:21:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002887 [API:8081]10.0.0.22 - - [2025-12-08 03:22:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085308 [API:8081]10.0.0.23 - - [2025-12-08 03:22:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.23 - - [2025-12-08 03:22:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1326 0.059315 [API:8081]10.0.0.23 - - [2025-12-08 03:22:52] "GET /analytics HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2025-12-08 03:22:52] "GET /analytics HTTP/1.1" 401 205 0.000142 [API:8081]10.0.0.22 - - [2025-12-08 03:23:21] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.22 - - [2025-12-08 03:23:21] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.65 - - [2025-12-08 03:23:22] "GET /analytics HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.65 - - [2025-12-08 03:23:22] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.23 - - [2025-12-08 03:23:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2025-12-08 03:23:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1136 0.061636 [API:8081]10.0.0.22 - - [2025-12-08 03:23:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.063367 [API:8081]10.0.0.65 - - [2025-12-08 03:24:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.65 - - [2025-12-08 03:24:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.22 - - [2025-12-08 03:24:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.22 - - [2025-12-08 03:24:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.65 - - [2025-12-08 03:24:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.65 - - [2025-12-08 03:24:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.22 - - [2025-12-08 03:24:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.22 - - [2025-12-08 03:24:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-12-08 03:24:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.23 - - [2025-12-08 03:24:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2025-12-08 03:24:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2025-12-08 03:24:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.22 - - [2025-12-08 03:25:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061109 [API:8081]10.0.0.22 - - [2025-12-08 03:26:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.060331 [API:8081]10.0.0.23 - - [2025-12-08 03:28:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2025-12-08 03:28:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.070240 [API:8081]10.0.0.22 - - [2025-12-08 03:28:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064890 [API:8081]10.0.0.65 - - [2025-12-08 03:29:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000391 [API:8081]10.0.0.65 - - [2025-12-08 03:29:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.22 - - [2025-12-08 03:29:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.22 - - [2025-12-08 03:29:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.65 - - [2025-12-08 03:29:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.65 - - [2025-12-08 03:29:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.22 - - [2025-12-08 03:29:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.22 - - [2025-12-08 03:29:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000418 [API:8081]10.0.0.23 - - [2025-12-08 03:29:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.23 - - [2025-12-08 03:29:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2025-12-08 03:29:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.23 - - [2025-12-08 03:29:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.22 - - [2025-12-08 03:29:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.066144 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:31:43] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002938 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:31:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002911 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:31:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002924 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:31:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002706 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:31:43] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002958 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:31:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002636 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:31:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002544 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:31:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002601 [API:8081]10.0.0.22 - - [2025-12-08 03:31:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.089704 [API:8081]10.0.0.23 - - [2025-12-08 03:32:52] "GET /analytics HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2025-12-08 03:32:52] "GET /analytics HTTP/1.1" 401 205 0.000185 [API:8081]10.0.0.22 - - [2025-12-08 03:32:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.076923 [API:8081]10.0.0.22 - - [2025-12-08 03:33:21] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.22 - - [2025-12-08 03:33:21] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.65 - - [2025-12-08 03:33:22] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.65 - - [2025-12-08 03:33:22] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.23 - - [2025-12-08 03:33:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-47850653:a41ea825-bdc9-4539-b062-75795e273fe2?flat HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.23 - - [2025-12-08 03:33:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-47850653:a41ea825-bdc9-4539-b062-75795e273fe2?flat HTTP/1.1" 200 5274 0.394414 [API:8081]10.0.0.23 - - [2025-12-08 03:33:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-47850653:a41ea825-bdc9-4539-b062-75795e273fe2?flat HTTP/1.1" 200 5274 0.395040 [API:8081]10.0.0.23 - - [2025-12-08 03:33:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-47850653:a41ea825-bdc9-4539-b062-75795e273fe2?flat HTTP/1.1" 200 5274 0.080714 [API:8081]10.0.0.23 - - [2025-12-08 03:33:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-47850653:ctest-random-45678881?flat HTTP/1.1" 200 8235 0.017878 [API:8081]10.0.0.23 - - [2025-12-08 03:33:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.019461 [API:8081]10.0.0.23 - - [2025-12-08 03:33:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.020216 [API:8081]10.0.0.23 - - [2025-12-08 03:33:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008866 [API:8081]10.0.0.23 - - [2025-12-08 03:33:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.012400 [API:8081]10.0.0.23 - - [2025-12-08 03:34:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.040037 [API:8081]10.0.0.23 - - [2025-12-08 03:34:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.033973 [API:8081]10.0.0.23 - - [2025-12-08 03:34:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.020964 [API:8081]10.0.0.23 - - [2025-12-08 03:34:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.027663 [API:8081]10.0.0.23 - - [2025-12-08 03:34:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.022660 [API:8081]10.0.0.23 - - [2025-12-08 03:34:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.033308 [API:8081]10.0.0.23 - - [2025-12-08 03:34:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.019881 [API:8081]10.0.0.23 - - [2025-12-08 03:34:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.033023 [API:8081]10.0.0.23 - - [2025-12-08 03:34:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.020262 [API:8081]10.0.0.23 - - [2025-12-08 03:34:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-47850653:ctest-random-45678881?flat HTTP/1.1" 200 8132 0.016073 [API:8081]10.0.0.23 - - [2025-12-08 03:34:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008938 [API:8081]10.0.0.65 - - [2025-12-08 03:34:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.65 - - [2025-12-08 03:34:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.22 - - [2025-12-08 03:34:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.22 - - [2025-12-08 03:34:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.65 - - [2025-12-08 03:34:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.65 - - [2025-12-08 03:34:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.22 - - [2025-12-08 03:34:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.22 - - [2025-12-08 03:34:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2025-12-08 03:34:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2025-12-08 03:34:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.23 - - [2025-12-08 03:34:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000443 [API:8081]10.0.0.23 - - [2025-12-08 03:34:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.22 - - [2025-12-08 03:34:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063585 [API:8081]10.0.0.22 - - [2025-12-08 03:35:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.067056 [API:8081]10.0.0.22 - - [2025-12-08 03:37:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065844 [API:8081]10.0.0.23 - - [2025-12-08 03:38:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2025-12-08 03:38:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.064901 [API:8081]10.0.0.22 - - [2025-12-08 03:39:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.071760 [API:8081]10.0.0.65 - - [2025-12-08 03:39:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.65 - - [2025-12-08 03:39:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.22 - - [2025-12-08 03:39:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.22 - - [2025-12-08 03:39:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000468 [API:8081]10.0.0.65 - - [2025-12-08 03:39:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.65 - - [2025-12-08 03:39:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.22 - - [2025-12-08 03:39:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.22 - - [2025-12-08 03:39:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.23 - - [2025-12-08 03:39:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2025-12-08 03:39:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-12-08 03:39:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.23 - - [2025-12-08 03:39:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.22 - - [2025-12-08 03:41:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071142 [API:8081]10.0.0.23 - - [2025-12-08 03:41:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2025-12-08 03:41:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1322 0.061359 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:41:43] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003247 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:41:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002639 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:41:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002687 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:41:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002440 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:41:43] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002894 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:41:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002406 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:41:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002312 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:41:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002490 [API:8081]10.0.0.22 - - [2025-12-08 03:42:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.061601 [API:8081]10.0.0.23 - - [2025-12-08 03:42:52] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2025-12-08 03:42:52] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.22 - - [2025-12-08 03:43:21] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.22 - - [2025-12-08 03:43:21] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.65 - - [2025-12-08 03:43:22] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.65 - - [2025-12-08 03:43:22] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.23 - - [2025-12-08 03:43:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.23 - - [2025-12-08 03:43:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1148 0.058156 [API:8081]10.0.0.22 - - [2025-12-08 03:44:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073888 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:07] "POST /analytics/query HTTP/1.1" 202 179 0.015539 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:07] "GET /analytics/query/265e64a9-d3e8-11f0-a47f-00000a000017 HTTP/1.1" 200 221 0.014691 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:08] "GET /analytics/query/265e64a9-d3e8-11f0-a47f-00000a000017 HTTP/1.1" 200 221 0.002786 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:08] "GET /analytics/query/265e64a9-d3e8-11f0-a47f-00000a000017 HTTP/1.1" 200 338 0.002156 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:08] "GET /analytics/query/265e64a9-d3e8-11f0-a47f-00000a000017/chunk-final/0 HTTP/1.1" 200 858 0.002651 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:09] "POST /analytics/query HTTP/1.1" 202 179 0.005746 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:09] "GET /analytics/query/2773f668-d3e8-11f0-8a34-00000a000017 HTTP/1.1" 200 221 0.002089 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:10] "GET /analytics/query/2773f668-d3e8-11f0-8a34-00000a000017 HTTP/1.1" 200 221 0.002023 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:10] "GET /analytics/query/2773f668-d3e8-11f0-8a34-00000a000017 HTTP/1.1" 200 338 0.002053 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:10] "GET /analytics/query/2773f668-d3e8-11f0-8a34-00000a000017/chunk-final/0 HTTP/1.1" 200 858 0.002134 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:11] "POST /analytics/query HTTP/1.1" 202 179 0.005588 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:11] "GET /analytics/query/287ad1aa-d3e8-11f0-ac1a-00000a000017 HTTP/1.1" 200 221 0.007265 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:11] "GET /analytics/query/287ad1aa-d3e8-11f0-ac1a-00000a000017 HTTP/1.1" 200 221 0.007861 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:12] "GET /analytics/query/287ad1aa-d3e8-11f0-ac1a-00000a000017 HTTP/1.1" 200 339 0.004639 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:12] "GET /analytics/query/287ad1aa-d3e8-11f0-ac1a-00000a000017/chunk-final/0 HTTP/1.1" 200 18051 0.004590 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:13] "POST /analytics/query HTTP/1.1" 202 179 0.019108 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:13] "GET /analytics/query/29864214-d3e8-11f0-a11e-00000a000017 HTTP/1.1" 200 221 0.006608 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:13] "GET /analytics/query/29864214-d3e8-11f0-a11e-00000a000017 HTTP/1.1" 200 339 0.002048 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:13] "GET /analytics/query/29864214-d3e8-11f0-a11e-00000a000017/chunk-final/0 HTTP/1.1" 200 18048 0.002554 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:14] "POST /analytics/query HTTP/1.1" 202 179 0.005290 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:14] "GET /analytics/query/2a3f55ce-d3e8-11f0-9f6c-00000a000017 HTTP/1.1" 200 221 0.011186 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:14] "GET /analytics/query/2a3f55ce-d3e8-11f0-9f6c-00000a000017 HTTP/1.1" 200 339 0.002398 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:14] "GET /analytics/query/2a3f55ce-d3e8-11f0-9f6c-00000a000017/chunk-final/0 HTTP/1.1" 200 7007 0.003451 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:18] "GET /analytics/tables HTTP/1.1" 200 76090 0.003893 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:18] "POST /analytics/query HTTP/1.1" 202 179 0.004485 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:18] "GET /analytics/query/2ce70eec-d3e8-11f0-b803-00000a000017 HTTP/1.1" 200 221 0.010789 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:19] "GET /analytics/query/2ce70eec-d3e8-11f0-b803-00000a000017 HTTP/1.1" 200 340 0.002067 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:19] "GET /analytics/query/2ce70eec-d3e8-11f0-b803-00000a000017/chunk-final/0 HTTP/1.1" 200 321446 0.009925 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:20] "GET /analytics/tables HTTP/1.1" 200 76090 0.004454 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:20] "GET /analytics/tables HTTP/1.1" 200 76090 0.004525 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:20] "POST /analytics/query HTTP/1.1" 202 179 0.009070 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:20] "GET /analytics/query/2e0cbdec-d3e8-11f0-884e-00000a000017 HTTP/1.1" 200 221 0.002436 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:21] "GET /analytics/query/2e0cbdec-d3e8-11f0-884e-00000a000017 HTTP/1.1" 200 338 0.002413 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:21] "GET /analytics/query/2e0cbdec-d3e8-11f0-884e-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.002301 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:21] "POST /analytics/query HTTP/1.1" 202 179 0.005310 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:21] "GET /analytics/query/2e5f418b-d3e8-11f0-9938-00000a000017 HTTP/1.1" 200 221 0.002190 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:21] "GET /analytics/query/2e5f418b-d3e8-11f0-9938-00000a000017 HTTP/1.1" 200 338 0.002120 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:21] "GET /analytics/query/2e5f418b-d3e8-11f0-9938-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.001573 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:21] "POST /analytics/query HTTP/1.1" 202 179 0.004140 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:21] "GET /analytics/query/2eaf8ba5-d3e8-11f0-a413-00000a000017 HTTP/1.1" 200 221 0.001488 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:22] "GET /analytics/query/2eaf8ba5-d3e8-11f0-a413-00000a000017 HTTP/1.1" 200 338 0.002107 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:22] "GET /analytics/query/2eaf8ba5-d3e8-11f0-a413-00000a000017/chunk-final/0 HTTP/1.1" 200 9343 0.002508 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:22] "POST /analytics/query HTTP/1.1" 202 179 0.004050 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:22] "GET /analytics/query/2eff83bd-d3e8-11f0-94d1-00000a000017 HTTP/1.1" 200 221 0.003305 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:22] "GET /analytics/query/2eff83bd-d3e8-11f0-94d1-00000a000017 HTTP/1.1" 200 338 0.002135 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:22] "GET /analytics/query/2eff83bd-d3e8-11f0-94d1-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.001595 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:22] "POST /analytics/query HTTP/1.1" 202 179 0.014246 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:22] "GET /analytics/query/2f529568-d3e8-11f0-ac56-00000a000017 HTTP/1.1" 200 221 0.006969 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:23] "GET /analytics/query/2f529568-d3e8-11f0-ac56-00000a000017 HTTP/1.1" 200 338 0.002185 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:23] "GET /analytics/query/2f529568-d3e8-11f0-ac56-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.002059 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:23] "POST /analytics/query HTTP/1.1" 202 179 0.004833 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:23] "GET /analytics/query/2fa76182-d3e8-11f0-8414-00000a000017 HTTP/1.1" 200 221 0.008354 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:23] "GET /analytics/query/2fa76182-d3e8-11f0-8414-00000a000017 HTTP/1.1" 200 338 0.002013 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:23] "GET /analytics/query/2fa76182-d3e8-11f0-8414-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.001551 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:23] "POST /analytics/query HTTP/1.1" 202 179 0.023180 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:23] "GET /analytics/query/2ffa564b-d3e8-11f0-ba24-00000a000017 HTTP/1.1" 200 221 0.004405 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:24] "GET /analytics/query/2ffa564b-d3e8-11f0-ba24-00000a000017 HTTP/1.1" 200 338 0.001906 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:24] "GET /analytics/query/2ffa564b-d3e8-11f0-ba24-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.001715 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:24] "POST /analytics/query HTTP/1.1" 202 179 0.004857 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:24] "GET /analytics/query/304e72e7-d3e8-11f0-9e44-00000a000017 HTTP/1.1" 200 221 0.006672 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:24] "GET /analytics/query/304e72e7-d3e8-11f0-9e44-00000a000017 HTTP/1.1" 200 338 0.001987 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:25] "GET /analytics/query/304e72e7-d3e8-11f0-9e44-00000a000017/chunk-final/0 HTTP/1.1" 200 4013 0.002114 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:25] "POST /analytics/query HTTP/1.1" 202 179 0.004695 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:25] "GET /analytics/query/309f4987-d3e8-11f0-bb75-00000a000017 HTTP/1.1" 200 221 0.003419 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:25] "GET /analytics/query/309f4987-d3e8-11f0-bb75-00000a000017 HTTP/1.1" 200 338 0.002131 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:25] "GET /analytics/query/309f4987-d3e8-11f0-bb75-00000a000017/chunk-final/0 HTTP/1.1" 200 7876 0.002163 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:25] "POST /analytics/query HTTP/1.1" 202 179 0.013520 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:25] "GET /analytics/query/30f0d678-d3e8-11f0-81e5-00000a000017 HTTP/1.1" 200 221 0.002416 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:26] "GET /analytics/query/30f0d678-d3e8-11f0-81e5-00000a000017 HTTP/1.1" 200 338 0.002444 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:26] "GET /analytics/query/30f0d678-d3e8-11f0-81e5-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.002446 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:26] "POST /analytics/query HTTP/1.1" 202 179 0.006444 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:26] "GET /analytics/query/314408dc-d3e8-11f0-94d4-00000a000017 HTTP/1.1" 200 221 0.005833 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:26] "GET /analytics/query/314408dc-d3e8-11f0-94d4-00000a000017 HTTP/1.1" 200 338 0.002320 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:26] "GET /analytics/query/314408dc-d3e8-11f0-94d4-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.001965 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:26] "POST /analytics/query HTTP/1.1" 202 179 0.005404 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:26] "GET /analytics/query/3195acdc-d3e8-11f0-b66f-00000a000017 HTTP/1.1" 200 221 0.002064 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:27] "GET /analytics/query/3195acdc-d3e8-11f0-b66f-00000a000017 HTTP/1.1" 200 338 0.003813 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:27] "GET /analytics/query/3195acdc-d3e8-11f0-b66f-00000a000017/chunk-final/0 HTTP/1.1" 200 4013 0.003839 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:27] "GET /analytics/tables HTTP/1.1" 200 76090 0.003739 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:28] "GET /analytics/tables HTTP/1.1" 200 76090 0.003370 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:28] "POST /analytics/query HTTP/1.1" 202 179 0.024337 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:28] "GET /analytics/query/32b1d1ab-d3e8-11f0-a811-00000a000017 HTTP/1.1" 200 221 0.002106 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:29] "GET /analytics/query/32b1d1ab-d3e8-11f0-a811-00000a000017 HTTP/1.1" 200 340 0.002024 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:29] "GET /analytics/query/32b1d1ab-d3e8-11f0-a811-00000a000017/chunk-final/0 HTTP/1.1" 200 1531779 0.020149 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:29] "POST /analytics/query HTTP/1.1" 202 179 0.004640 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:29] "GET /analytics/query/330f04d6-d3e8-11f0-a7d3-00000a000017 HTTP/1.1" 200 221 0.008154 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:29] "GET /analytics/query/330f04d6-d3e8-11f0-a7d3-00000a000017 HTTP/1.1" 200 340 0.001898 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:29] "GET /analytics/query/330f04d6-d3e8-11f0-a7d3-00000a000017/chunk-final/0 HTTP/1.1" 200 1533175 0.024064 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:30] "GET /analytics/tables HTTP/1.1" 200 76090 0.003611 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:31] "GET /analytics/tables HTTP/1.1" 200 76090 0.004403 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:31] "GET /analytics/tables HTTP/1.1" 200 76090 0.003748 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:32] "GET /analytics/tables HTTP/1.1" 200 76090 0.003498 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:33] "GET /analytics/tables HTTP/1.1" 200 76090 0.003586 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:33] "POST /analytics/query HTTP/1.1" 202 179 0.005355 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:33] "GET /analytics/query/357dcec2-d3e8-11f0-af3d-00000a000017 HTTP/1.1" 200 221 0.010795 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:33] "GET /analytics/query/357dcec2-d3e8-11f0-af3d-00000a000017 HTTP/1.1" 200 339 0.002596 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:33] "GET /analytics/query/357dcec2-d3e8-11f0-af3d-00000a000017/chunk-final/0 HTTP/1.1" 200 43904 0.003599 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:34] "GET /analytics/tables HTTP/1.1" 200 76090 0.003808 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:34] "POST /analytics/query HTTP/1.1" 202 179 0.005316 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:34] "GET /analytics/query/36373c35-d3e8-11f0-a608-00000a000017 HTTP/1.1" 200 221 0.004261 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:34] "GET /analytics/query/36373c35-d3e8-11f0-a608-00000a000017 HTTP/1.1" 200 341 0.002086 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:34] "GET /analytics/query/36373c35-d3e8-11f0-a608-00000a000017/chunk-final/0 HTTP/1.1" 200 836461 0.025515 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:35] "GET /analytics/tables HTTP/1.1" 200 76090 0.003950 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:36] "GET /analytics/tables HTTP/1.1" 200 76090 0.004138 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:39] "GET /analytics/tables HTTP/1.1" 200 76090 0.003571 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:40] "POST /analytics/query HTTP/1.1" 200 145 1.011495 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:41] "GET /analytics/tables HTTP/1.1" 200 76090 0.003601 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:42] "POST /analytics/query HTTP/1.1" 200 2329 1.014349 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:42] "GET /analytics/tables HTTP/1.1" 200 76090 0.003794 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:44] "POST /analytics/query HTTP/1.1" 200 763 1.011644 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:44] "GET /analytics/tables HTTP/1.1" 200 76090 0.004001 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:45] "POST /analytics/query HTTP/1.1" 200 2764 1.013165 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:46] "GET /analytics/tables HTTP/1.1" 200 76090 0.004037 [API:8081]10.0.0.65 - - [2025-12-08 03:44:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.65 - - [2025-12-08 03:44:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.22 - - [2025-12-08 03:44:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.22 - - [2025-12-08 03:44:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:47] "POST /analytics/query HTTP/1.1" 200 262 1.010938 [API:8081]10.0.0.65 - - [2025-12-08 03:44:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.65 - - [2025-12-08 03:44:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:48] "GET /analytics/tables HTTP/1.1" 200 76090 0.004114 [API:8081]10.0.0.22 - - [2025-12-08 03:44:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.22 - - [2025-12-08 03:44:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:49] "POST /analytics/query HTTP/1.1" 200 1402 1.019538 [API:8081]10.0.0.23 - - [2025-12-08 03:44:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.23 - - [2025-12-08 03:44:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:49] "GET /analytics/tables HTTP/1.1" 200 76090 0.004197 [API:8081]10.0.0.23 - - [2025-12-08 03:44:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000405 [API:8081]10.0.0.23 - - [2025-12-08 03:44:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:50] "POST /analytics/query HTTP/1.1" 200 2764 1.012362 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:51] "GET /analytics/tables HTTP/1.1" 200 76090 0.003649 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:52] "POST /analytics/query HTTP/1.1" 200 825 1.015016 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:53] "GET /analytics/tables HTTP/1.1" 200 76090 0.004272 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:54] "POST /analytics/query HTTP/1.1" 200 141349 1.036459 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:54] "GET /analytics/tables HTTP/1.1" 200 76090 0.003891 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:56] "POST /analytics/query HTTP/1.1" 200 631 1.011449 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:56] "GET /analytics/tables HTTP/1.1" 200 76090 0.003718 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:57] "POST /analytics/query HTTP/1.1" 200 262 1.011082 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:58] "GET /analytics/tables HTTP/1.1" 200 76090 0.003476 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:44:59] "POST /analytics/query HTTP/1.1" 200 596 1.015060 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:45:00] "GET /analytics/tables HTTP/1.1" 200 76090 0.004665 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:45:01] "POST /analytics/query HTTP/1.1" 200 1797 1.013984 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:45:01] "GET /analytics/tables HTTP/1.1" 200 76090 0.003781 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:45:02] "POST /analytics/query HTTP/1.1" 200 596 1.011081 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:45:03] "GET /analytics/tables HTTP/1.1" 200 76090 0.003430 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:45:04] "POST /analytics/query HTTP/1.1" 200 236 1.021478 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:45:05] "GET /analytics/tables HTTP/1.1" 200 76090 0.008669 [API:8081]10.0.0.22 - - [2025-12-08 03:45:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.069341 [API:8081]10.0.0.23 - - [2025-12-08 03:45:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2025-12-08 03:45:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1392 0.063962 [API:8081]10.0.0.23 - - [2025-12-08 03:45:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.134481 [API:8081]10.0.0.23 - - [2025-12-08 03:45:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.094846 [API:8081]10.0.0.23 - - [2025-12-08 03:45:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.008920 [API:8081]10.0.0.23 - - [2025-12-08 03:46:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.015924 [API:8081]10.0.0.23 - - [2025-12-08 03:46:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.008815 [API:8081]10.0.0.23 - - [2025-12-08 03:46:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.008763 [API:8081]10.0.0.23 - - [2025-12-08 03:46:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.007921 [API:8081]10.0.0.23 - - [2025-12-08 03:46:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.008191 [API:8081]10.0.0.23 - - [2025-12-08 03:46:48] "POST /analytics/query HTTP/1.1" 200 222 1.018741 [API:8081]10.0.0.23 - - [2025-12-08 03:46:49] "POST /analytics/query HTTP/1.1" 200 222 1.016178 [API:8081]10.0.0.23 - - [2025-12-08 03:46:50] "POST /analytics/query HTTP/1.1" 200 353 1.019094 [API:8081]10.0.0.22 - - [2025-12-08 03:47:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068078 [API:8081]10.0.0.22 - - [2025-12-08 03:48:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.062381 [API:8081]10.0.0.65 - - [2025-12-08 03:49:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.65 - - [2025-12-08 03:49:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.22 - - [2025-12-08 03:49:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.22 - - [2025-12-08 03:49:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.65 - - [2025-12-08 03:49:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.65 - - [2025-12-08 03:49:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.22 - - [2025-12-08 03:49:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.22 - - [2025-12-08 03:49:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2025-12-08 03:49:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2025-12-08 03:49:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000418 [API:8081]10.0.0.23 - - [2025-12-08 03:49:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-12-08 03:49:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2025-12-08 03:50:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070105 [API:8081]10.0.0.23 - - [2025-12-08 03:50:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26210 0.020928 [API:8081]10.0.0.23 - - [2025-12-08 03:50:11] "POST /analytics/query HTTP/1.1" 200 507 1.019152 [API:8081]10.0.0.23 - - [2025-12-08 03:50:12] "POST /analytics/query HTTP/1.1" 200 353 1.022789 [API:8081]10.0.0.23 - - [2025-12-08 03:50:13] "POST /analytics/query HTTP/1.1" 200 353 1.016639 [API:8081]10.0.0.22 - - [2025-12-08 03:51:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.066948 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:51:43] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002859 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:51:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002917 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:51:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003081 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:51:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002744 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:51:43] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003184 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:51:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002472 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:51:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003136 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 03:51:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002653 [API:8081]10.0.0.23 - - [2025-12-08 03:52:52] "GET /analytics HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2025-12-08 03:52:52] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.22 - - [2025-12-08 03:53:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065609 [API:8081]10.0.0.22 - - [2025-12-08 03:53:21] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2025-12-08 03:53:21] "GET /analytics HTTP/1.1" 401 205 0.000135 [API:8081]10.0.0.65 - - [2025-12-08 03:53:22] "GET /analytics HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.65 - - [2025-12-08 03:53:22] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.22 - - [2025-12-08 03:54:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.068280 [API:8081]10.0.0.65 - - [2025-12-08 03:54:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.65 - - [2025-12-08 03:54:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.22 - - [2025-12-08 03:54:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.22 - - [2025-12-08 03:54:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.65 - - [2025-12-08 03:54:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.65 - - [2025-12-08 03:54:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.22 - - [2025-12-08 03:54:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.22 - - [2025-12-08 03:54:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2025-12-08 03:54:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2025-12-08 03:54:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2025-12-08 03:54:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.23 - - [2025-12-08 03:54:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.22 - - [2025-12-08 03:56:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063370 [API:8081]10.0.0.22 - - [2025-12-08 03:57:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.072569 [API:8081]10.0.0.22 - - [2025-12-08 03:59:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076548 [API:8081]10.0.0.65 - - [2025-12-08 03:59:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.65 - - [2025-12-08 03:59:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000398 [API:8081]10.0.0.22 - - [2025-12-08 03:59:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.22 - - [2025-12-08 03:59:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.65 - - [2025-12-08 03:59:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.65 - - [2025-12-08 03:59:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.22 - - [2025-12-08 03:59:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.22 - - [2025-12-08 03:59:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-12-08 03:59:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.23 - - [2025-12-08 03:59:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.23 - - [2025-12-08 03:59:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-12-08 03:59:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.22 - - [2025-12-08 04:00:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.067719 [API:8081]10.0.0.23 - - [2025-12-08 04:01:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.23 - - [2025-12-08 04:01:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.063663 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 04:01:43] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003248 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 04:01:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003209 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 04:01:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002816 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 04:01:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002560 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 04:01:43] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002810 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 04:01:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002655 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 04:01:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002535 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 04:01:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002400 [API:8081]10.0.0.22 - - [2025-12-08 04:02:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065505 [API:8081]10.0.0.23 - - [2025-12-08 04:02:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-44579720:de903d69-a3cf-4947-89fa-68b651b1c06d?flat HTTP/1.1" 200 5202 0.073664 [API:8081]10.0.0.23 - - [2025-12-08 04:02:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-44579720:de903d69-a3cf-4947-89fa-68b651b1c06d?flat HTTP/1.1" 200 5202 0.012968 [API:8081]10.0.0.23 - - [2025-12-08 04:02:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-44579720:de903d69-a3cf-4947-89fa-68b651b1c06d?flat HTTP/1.1" 200 5202 0.079432 [API:8081]10.0.0.23 - - [2025-12-08 04:02:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-44579720:EVPN-VN1?flat HTTP/1.1" 200 3938 0.019171 [API:8081]10.0.0.23 - - [2025-12-08 04:02:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26214 0.025640 [API:8081]10.0.0.23 - - [2025-12-08 04:02:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26214 0.022029 [API:8081]10.0.0.23 - - [2025-12-08 04:02:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.014010 [API:8081]10.0.0.23 - - [2025-12-08 04:02:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-44579720:999b003b-5884-4637-abdb-726ded3d715a?flat HTTP/1.1" 200 5064 0.013123 [API:8081]10.0.0.23 - - [2025-12-08 04:02:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-44579720:999b003b-5884-4637-abdb-726ded3d715a?flat HTTP/1.1" 200 5064 0.012748 [API:8081]10.0.0.23 - - [2025-12-08 04:02:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-44579720:999b003b-5884-4637-abdb-726ded3d715a?flat HTTP/1.1" 200 5064 0.012899 [API:8081]10.0.0.23 - - [2025-12-08 04:02:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-44579720:EVPN-VN1?flat HTTP/1.1" 200 3952 0.014418 [API:8081]10.0.0.23 - - [2025-12-08 04:02:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.019026 [API:8081]10.0.0.23 - - [2025-12-08 04:02:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.019671 [API:8081]10.0.0.23 - - [2025-12-08 04:02:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009876 [API:8081]10.0.0.23 - - [2025-12-08 04:02:52] "GET /analytics HTTP/1.1" 401 205 0.000411 [API:8081]10.0.0.23 - - [2025-12-08 04:02:52] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.22 - - [2025-12-08 04:03:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.083871 [API:8081]10.0.0.22 - - [2025-12-08 04:03:22] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.22 - - [2025-12-08 04:03:22] "GET /analytics HTTP/1.1" 401 205 0.000167 [API:8081]10.0.0.65 - - [2025-12-08 04:03:22] "GET /analytics HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.65 - - [2025-12-08 04:03:22] "GET /analytics HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.65 - - [2025-12-08 04:04:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.65 - - [2025-12-08 04:04:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.22 - - [2025-12-08 04:04:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.22 - - [2025-12-08 04:04:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.65 - - [2025-12-08 04:04:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.65 - - [2025-12-08 04:04:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.22 - - [2025-12-08 04:04:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.22 - - [2025-12-08 04:04:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.23 - - [2025-12-08 04:04:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.23 - - [2025-12-08 04:04:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2025-12-08 04:04:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.23 - - [2025-12-08 04:04:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.23 - - [2025-12-08 04:04:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-44579720:de903d69-a3cf-4947-89fa-68b651b1c06d?flat HTTP/1.1" 200 5322 0.015225 [API:8081]10.0.0.23 - - [2025-12-08 04:04:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-44579720:de903d69-a3cf-4947-89fa-68b651b1c06d?flat HTTP/1.1" 200 5322 0.014663 [API:8081]10.0.0.23 - - [2025-12-08 04:04:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-44579720:de903d69-a3cf-4947-89fa-68b651b1c06d?flat HTTP/1.1" 200 5322 0.014365 [API:8081]10.0.0.23 - - [2025-12-08 04:04:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-44579720:EVPN-VN1?flat HTTP/1.1" 200 9447 0.018598 [API:8081]10.0.0.23 - - [2025-12-08 04:04:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23101 0.019967 [API:8081]10.0.0.23 - - [2025-12-08 04:04:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23101 0.019065 [API:8081]10.0.0.23 - - [2025-12-08 04:04:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008917 [API:8081]10.0.0.23 - - [2025-12-08 04:04:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-44579720:999b003b-5884-4637-abdb-726ded3d715a?flat HTTP/1.1" 200 5209 0.018659 [API:8081]10.0.0.23 - - [2025-12-08 04:04:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-44579720:999b003b-5884-4637-abdb-726ded3d715a?flat HTTP/1.1" 200 5209 0.016758 [API:8081]10.0.0.23 - - [2025-12-08 04:04:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-44579720:999b003b-5884-4637-abdb-726ded3d715a?flat HTTP/1.1" 200 5209 0.018619 [API:8081]10.0.0.23 - - [2025-12-08 04:04:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-44579720:EVPN-VN1?flat HTTP/1.1" 200 9447 0.025887 [API:8081]10.0.0.23 - - [2025-12-08 04:04:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23270 0.033011 [API:8081]10.0.0.23 - - [2025-12-08 04:04:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4854-1?flat HTTP/1.1" 200 11912 0.029067 [API:8081]10.0.0.23 - - [2025-12-08 04:04:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23270 0.030790 [API:8081]10.0.0.23 - - [2025-12-08 04:04:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4854-1?flat HTTP/1.1" 200 11912 0.035502 [API:8081]10.0.0.23 - - [2025-12-08 04:04:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009644 [API:8081]10.0.0.22 - - [2025-12-08 04:05:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066503 [API:8081]10.0.0.23 - - [2025-12-08 04:05:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32482 0.028272 [API:8081]10.0.0.23 - - [2025-12-08 04:05:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4854-1?flat HTTP/1.1" 200 12191 0.022104 [API:8081]10.0.0.23 - - [2025-12-08 04:05:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-44579720:EVPN-VN1?flat HTTP/1.1" 200 8547 0.017087 [API:8081]10.0.0.23 - - [2025-12-08 04:05:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008453 [API:8081]10.0.0.23 - - [2025-12-08 04:06:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24674 0.028110 [API:8081]10.0.0.23 - - [2025-12-08 04:06:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24674 0.021042 [API:8081]10.0.0.23 - - [2025-12-08 04:06:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24674 0.031910 [API:8081]10.0.0.23 - - [2025-12-08 04:06:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24674 0.023354 [API:8081]10.0.0.23 - - [2025-12-08 04:06:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-44579720:EVPN-VN1?flat HTTP/1.1" 200 5992 0.012886 [API:8081]10.0.0.23 - - [2025-12-08 04:06:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008554 [API:8081]10.0.0.22 - - [2025-12-08 04:06:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.064598 [API:8081]10.0.0.22 - - [2025-12-08 04:08:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072395 [API:8081]10.0.0.23 - - [2025-12-08 04:08:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-67107124:ctest-TestRbac-67107124-14750900?flat HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.23 - - [2025-12-08 04:08:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-67107124:ctest-TestRbac-67107124-14750900?flat HTTP/1.1" 200 2077 0.467554 [API:8081]10.0.0.23 - - [2025-12-08 04:08:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.145017 [API:8081]10.0.0.23 - - [2025-12-08 04:08:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-67107124:ctest-TestRbac-67107124-14750900?flat HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2025-12-08 04:08:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-67107124:ctest-TestRbac-67107124-14750900?flat HTTP/1.1" 200 2077 0.204587 [API:8081]10.0.0.23 - - [2025-12-08 04:08:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.103898 [API:8081]10.0.0.23 - - [2025-12-08 04:08:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-32723571:efa026d3-492d-47f6-9f9f-4ccc80474de3?flat HTTP/1.1" 200 5315 0.104422 [API:8081]10.0.0.23 - - [2025-12-08 04:08:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-32723571:efa026d3-492d-47f6-9f9f-4ccc80474de3?flat HTTP/1.1" 200 5315 0.090488 [API:8081]10.0.0.23 - - [2025-12-08 04:08:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-32723571:efa026d3-492d-47f6-9f9f-4ccc80474de3?flat HTTP/1.1" 200 5315 0.054818 [API:8081]10.0.0.23 - - [2025-12-08 04:08:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-67107124:ctest-TestRbac-67107124-14750900?flat HTTP/1.1" 200 3946 0.092052 [API:8081]10.0.0.23 - - [2025-12-08 04:08:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.036427 [API:8081]10.0.0.23 - - [2025-12-08 04:08:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.136263 [API:8081]10.0.0.23 - - [2025-12-08 04:08:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.23 - - [2025-12-08 04:08:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24711 0.070685 [API:8081]10.0.0.23 - - [2025-12-08 04:08:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.034218 [API:8081]10.0.0.23 - - [2025-12-08 04:08:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.129218 [API:8081]10.0.0.23 - - [2025-12-08 04:08:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24717 0.086660 [API:8081]10.0.0.23 - - [2025-12-08 04:08:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.046707 [API:8081]10.0.0.23 - - [2025-12-08 04:08:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.090674 [API:8081]10.0.0.23 - - [2025-12-08 04:08:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.134565 [API:8081]10.0.0.23 - - [2025-12-08 04:08:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24717 0.021682 [API:8081]10.0.0.23 - - [2025-12-08 04:09:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24717 0.084785 [API:8081]10.0.0.23 - - [2025-12-08 04:09:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24717 0.032242 [API:8081]10.0.0.23 - - [2025-12-08 04:09:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24717 0.042320 [API:8081]10.0.0.23 - - [2025-12-08 04:09:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24717 0.020793 [API:8081]10.0.0.23 - - [2025-12-08 04:09:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24717 0.020521 [API:8081]10.0.0.23 - - [2025-12-08 04:09:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24717 0.020449 [API:8081]10.0.0.23 - - [2025-12-08 04:09:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24717 0.021165 [API:8081]10.0.0.23 - - [2025-12-08 04:09:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-67107124:ctest-TestRbac-67107124-14750900?flat HTTP/1.1" 200 2077 0.010896 [API:8081]10.0.0.23 - - [2025-12-08 04:09:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009132 [API:8081]10.0.0.22 - - [2025-12-08 04:09:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.099172 [API:8081]10.0.0.23 - - [2025-12-08 04:09:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-89383220:ctest-TestRbacBasic-89383220-09304001?flat HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2025-12-08 04:09:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-89383220:ctest-TestRbacBasic-89383220-09304001?flat HTTP/1.1" 200 2121 0.099075 [API:8081]10.0.0.23 - - [2025-12-08 04:09:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-89383220:ctest-TestRbacBasic-89383220-09304001?flat HTTP/1.1" 401 205 0.000656 --- 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-85480885'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-88836441' RBAC: ctest-TestRbacBasic-98473321 doesn't have read permission in project 'cab4a3ce29c248ae9e3325cfac4d1859' 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-89383220', 'ctest-TestRbacBasic-89383220-09304001'], 'virtual_network', '185d84d0-4d7a-4fe3-8cd9-d16dd20d1ac0', "Permission Denied for ['ctest-TestRbacBasic-85480885'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-88836441' RBAC: ctest-TestRbacBasic-98473321 doesn't have read permission in project 'cab4a3ce29c248ae9e3325cfac4d1859'"),) [API:8081]10.0.0.23 - - [2025-12-08 04:09:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-89383220:ctest-TestRbacBasic-89383220-09304001?flat HTTP/1.1" 403 198 0.110378 [API:8081]10.0.0.23 - - [2025-12-08 04:09:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-89383220:ctest-TestRbacBasic-89383220-09304001?flat HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-12-08 04:09:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-89383220:ctest-TestRbacBasic-89383220-09304001?flat HTTP/1.1" 200 2121 0.062895 [API:8081]10.0.0.23 - - [2025-12-08 04:09:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.070365 [API:8081]10.0.0.23 - - [2025-12-08 04:09:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.072506 [API:8081]10.0.0.23 - - [2025-12-08 04:09:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1406 0.055535 --- 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-85480885'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-89383220' RBAC: ctest-TestRbacBasic-98473321 doesn't have read permission in project '829b75f0d49543b6ba5d3eebea81135f' 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-89383220', 'ctest-TestRbacBasic-89383220-09304001'], 'virtual_network', '185d84d0-4d7a-4fe3-8cd9-d16dd20d1ac0', "Permission Denied for ['ctest-TestRbacBasic-85480885'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-89383220' RBAC: ctest-TestRbacBasic-98473321 doesn't have read permission in project '829b75f0d49543b6ba5d3eebea81135f'"),) [API:8081]10.0.0.23 - - [2025-12-08 04:09:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-89383220:ctest-TestRbacBasic-89383220-09304001?flat HTTP/1.1" 403 198 0.033416 --- 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-85480885'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-89383220' RBAC: ctest-TestRbacBasic-98473321 doesn't have read permission in project '829b75f0d49543b6ba5d3eebea81135f' 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-89383220', 'ctest-TestRbacBasic-89383220-09304001'], 'virtual_network', '185d84d0-4d7a-4fe3-8cd9-d16dd20d1ac0', "Permission Denied for ['ctest-TestRbacBasic-85480885'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-89383220' RBAC: ctest-TestRbacBasic-98473321 doesn't have read permission in project '829b75f0d49543b6ba5d3eebea81135f'"),) [API:8081]10.0.0.23 - - [2025-12-08 04:09:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-89383220:ctest-TestRbacBasic-89383220-09304001?flat HTTP/1.1" 403 198 0.084167 [API:8081]10.0.0.23 - - [2025-12-08 04:09:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-89383220:ctest-TestRbacBasic-89383220-09304001?flat HTTP/1.1" 200 2125 0.043586 [API:8081]10.0.0.23 - - [2025-12-08 04:09:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-89383220:ctest-TestRbacBasic-89383220-09304001?flat HTTP/1.1" 200 2125 0.011196 [API:8081]10.0.0.23 - - [2025-12-08 04:09:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.066468 [API:8081]10.0.0.23 - - [2025-12-08 04:09:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.043797 [API:8081]10.0.0.23 - - [2025-12-08 04:09:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1406 0.009111 [API:8081]10.0.0.65 - - [2025-12-08 04:09:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.65 - - [2025-12-08 04:09:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.22 - - [2025-12-08 04:09:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.22 - - [2025-12-08 04:09:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.65 - - [2025-12-08 04:09:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.65 - - [2025-12-08 04:09:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.22 - - [2025-12-08 04:09:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000414 [API:8081]10.0.0.22 - - [2025-12-08 04:09:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.23 - - [2025-12-08 04:09:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2025-12-08 04:09:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000975 [API:8081]10.0.0.23 - - [2025-12-08 04:09:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.23 - - [2025-12-08 04:09:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000391 [API:8081]10.0.0.23 - - [2025-12-08 04:09:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.009189 [API:8081]10.0.0.23 - - [2025-12-08 04:09:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-13780597:ctest-TestRbacBasic-13780597-51113379?flat HTTP/1.1" 401 205 0.000265 --- 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-43603458 as ['ctest-TestRbacBasic-78736567'] to R virtual-network in ctest-TestRbacBasic-13780597 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-13780597', 'ctest-TestRbacBasic-13780597-51113379'], 'virtual_network', '1e43a26a-3caa-4668-8505-2f1c1a5e91b4', "Permission Denied for ctest-TestRbacBasic-43603458 as ['ctest-TestRbacBasic-78736567'] to R virtual-network in ctest-TestRbacBasic-13780597"),) [API:8081]10.0.0.23 - - [2025-12-08 04:09:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-13780597:ctest-TestRbacBasic-13780597-51113379?flat HTTP/1.1" 403 198 0.106355 [API:8081]10.0.0.23 - - [2025-12-08 04:09:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.057791 [API:8081]10.0.0.23 - - [2025-12-08 04:09:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-13780597:ctest-TestRbacBasic-13780597-51113379?flat HTTP/1.1" 200 2120 0.054329 [API:8081]10.0.0.23 - - [2025-12-08 04:09:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.048989 --- 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-43603458 as ['ctest-TestRbacBasic-78736567'] to R virtual-network in ctest-TestRbacBasic-13780597 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-13780597', 'ctest-TestRbacBasic-13780597-51113379'], 'virtual_network', '1e43a26a-3caa-4668-8505-2f1c1a5e91b4', "Permission Denied for ctest-TestRbacBasic-43603458 as ['ctest-TestRbacBasic-78736567'] to R virtual-network in ctest-TestRbacBasic-13780597"),) [API:8081]10.0.0.23 - - [2025-12-08 04:09:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-13780597:ctest-TestRbacBasic-13780597-51113379?flat HTTP/1.1" 403 198 0.121459 --- 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-43603458 as ['ctest-TestRbacBasic-78736567'] to R virtual-network in ctest-TestRbacBasic-13780597 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-13780597', 'ctest-TestRbacBasic-13780597-51113379'], 'virtual_network', '1e43a26a-3caa-4668-8505-2f1c1a5e91b4', "Permission Denied for ctest-TestRbacBasic-43603458 as ['ctest-TestRbacBasic-78736567'] to R virtual-network in ctest-TestRbacBasic-13780597"),) [API:8081]10.0.0.23 - - [2025-12-08 04:10:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-13780597:ctest-TestRbacBasic-13780597-51113379?flat HTTP/1.1" 403 198 0.232519 [API:8081]10.0.0.23 - - [2025-12-08 04:10:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.076294 [API:8081]10.0.0.23 - - [2025-12-08 04:10:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-13780597:ctest-TestRbacBasic-13780597-51113379?flat HTTP/1.1" 200 2120 0.066559 [API:8081]10.0.0.23 - - [2025-12-08 04:10:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.060384 [API:8081]10.0.0.23 - - [2025-12-08 04:10:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-13780597:ctest-TestRbacBasic-13780597-51113379?flat HTTP/1.1" 401 205 0.000287 --- 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-98473321 as ['ctest-TestRbacBasic-85480885'] to R virtual-network in ctest-TestRbacBasic-13780597 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-13780597', 'ctest-TestRbacBasic-13780597-51113379'], 'virtual_network', '1e43a26a-3caa-4668-8505-2f1c1a5e91b4', "Permission Denied for ctest-TestRbacBasic-98473321 as ['ctest-TestRbacBasic-85480885'] to R virtual-network in ctest-TestRbacBasic-13780597"),) [API:8081]10.0.0.23 - - [2025-12-08 04:10:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-13780597:ctest-TestRbacBasic-13780597-51113379?flat HTTP/1.1" 403 198 0.118680 [API:8081]10.0.0.23 - - [2025-12-08 04:10:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.064236 [API:8081]10.0.0.23 - - [2025-12-08 04:10:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-13780597:ctest-TestRbacBasic-13780597-51113379?flat HTTP/1.1" 200 2120 0.054987 [API:8081]10.0.0.23 - - [2025-12-08 04:10:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.045582 [API:8081]10.0.0.23 - - [2025-12-08 04:10:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.068335 [API:8081]10.0.0.23 - - [2025-12-08 04:10:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1406 0.009114 [API:8081]10.0.0.23 - - [2025-12-08 04:10:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-13780597:50f60ec2-85cc-4fc7-9cfb-1472be93bc67?flat HTTP/1.1" 200 5243 0.065158 [API:8081]10.0.0.23 - - [2025-12-08 04:10:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-13780597:50f60ec2-85cc-4fc7-9cfb-1472be93bc67?flat HTTP/1.1" 200 5243 0.059478 [API:8081]10.0.0.23 - - [2025-12-08 04:10:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-13780597:50f60ec2-85cc-4fc7-9cfb-1472be93bc67?flat HTTP/1.1" 200 5243 0.058762 [API:8081]10.0.0.23 - - [2025-12-08 04:10:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-13780597:ctest-TestRbacBasic-13780597-93483623?flat HTTP/1.1" 200 6656 0.092189 [API:8081]10.0.0.23 - - [2025-12-08 04:10:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.026402 [API:8081]10.0.0.23 - - [2025-12-08 04:10:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.080519 [API:8081]10.0.0.23 - - [2025-12-08 04:10:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.021474 [API:8081]10.0.0.23 - - [2025-12-08 04:10:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.026862 [API:8081]10.0.0.23 - - [2025-12-08 04:10:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.087206 [API:8081]10.0.0.23 - - [2025-12-08 04:10:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.019527 [API:8081]10.0.0.23 - - [2025-12-08 04:10:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.042984 [API:8081]10.0.0.23 - - [2025-12-08 04:10:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-13780597:ctest-TestRbacBasic-13780597-93483623?flat HTTP/1.1" 200 8151 0.098447 [API:8081]10.0.0.23 - - [2025-12-08 04:10:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.049438 [API:8081]10.0.0.23 - - [2025-12-08 04:10:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.033632 [API:8081]10.0.0.23 - - [2025-12-08 04:10:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.083212 [API:8081]10.0.0.23 - - [2025-12-08 04:10:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.024816 [API:8081]10.0.0.23 - - [2025-12-08 04:10:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.023292 [API:8081]10.0.0.23 - - [2025-12-08 04:10:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.020075 [API:8081]10.0.0.23 - - [2025-12-08 04:10:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.024257 [API:8081]10.0.0.23 - - [2025-12-08 04:10:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.022715 [API:8081]10.0.0.23 - - [2025-12-08 04:10:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.023496 [API:8081]10.0.0.23 - - [2025-12-08 04:10:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-13780597:ctest-TestRbacBasic-13780597-93483623?flat HTTP/1.1" 200 6886 0.012534 [API:8081]10.0.0.23 - - [2025-12-08 04:10:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.013513 [Introspect:8090]10.0.0.23 - - [2025-12-08 04:10:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001171 [API:8081]10.0.0.23 - - [2025-12-08 04:11:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2025-12-08 04:11:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.063285 [API:8081]10.0.0.22 - - [2025-12-08 04:11:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059994 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 04:11:43] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002851 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 04:11:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003081 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 04:11:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003120 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 04:11:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003169 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 04:11:43] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003069 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 04:11:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002509 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 04:11:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002550 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 04:11:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002983 [API:8081]10.0.0.22 - - [2025-12-08 04:12:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.071355 [API:8081]10.0.0.23 - - [2025-12-08 04:12:52] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.23 - - [2025-12-08 04:12:52] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.22 - - [2025-12-08 04:13:22] "GET /analytics HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.22 - - [2025-12-08 04:13:22] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.65 - - [2025-12-08 04:13:22] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.65 - - [2025-12-08 04:13:22] "GET /analytics HTTP/1.1" 401 205 0.000137 [API:8081]10.0.0.23 - - [2025-12-08 04:13:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-32026406:f42d695c-be91-4a87-9a71-288bd82ffd95?flat HTTP/1.1" 200 5369 0.013710 [API:8081]10.0.0.23 - - [2025-12-08 04:13:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-32026406:f42d695c-be91-4a87-9a71-288bd82ffd95?flat HTTP/1.1" 200 5369 0.066049 [API:8081]10.0.0.23 - - [2025-12-08 04:13:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-32026406:f42d695c-be91-4a87-9a71-288bd82ffd95?flat HTTP/1.1" 200 5369 0.064821 [API:8081]10.0.0.23 - - [2025-12-08 04:13:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-32026406:ctest-vn1-49761356?flat HTTP/1.1" 200 9455 0.020515 [API:8081]10.0.0.23 - - [2025-12-08 04:13:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.020346 [API:8081]10.0.0.23 - - [2025-12-08 04:13:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.020695 [API:8081]10.0.0.23 - - [2025-12-08 04:13:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008731 [API:8081]10.0.0.23 - - [2025-12-08 04:13:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-32026406:acc70189-933a-4697-9162-a8a2c71a9484?flat HTTP/1.1" 200 5369 0.015370 [API:8081]10.0.0.23 - - [2025-12-08 04:13:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-32026406:acc70189-933a-4697-9162-a8a2c71a9484?flat HTTP/1.1" 200 5369 0.016302 [API:8081]10.0.0.23 - - [2025-12-08 04:13:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-32026406:acc70189-933a-4697-9162-a8a2c71a9484?flat HTTP/1.1" 200 5369 0.015481 [API:8081]10.0.0.23 - - [2025-12-08 04:13:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-32026406:ctest-vn1-49761356?flat HTTP/1.1" 200 9395 0.021455 [API:8081]10.0.0.23 - - [2025-12-08 04:13:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32558 0.028425 [API:8081]10.0.0.23 - - [2025-12-08 04:13:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4854-1?flat HTTP/1.1" 200 12923 0.022981 [API:8081]10.0.0.23 - - [2025-12-08 04:13:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32558 0.026835 [API:8081]10.0.0.23 - - [2025-12-08 04:13:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4854-1?flat HTTP/1.1" 200 12923 0.029397 [API:8081]10.0.0.23 - - [2025-12-08 04:13:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010484 [API:8081]10.0.0.23 - - [2025-12-08 04:13:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32558 0.027282 [API:8081]10.0.0.23 - - [2025-12-08 04:13:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4854-1?flat HTTP/1.1" 200 12923 0.022762 [API:8081]10.0.0.23 - - [2025-12-08 04:13:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32558 0.038591 [API:8081]10.0.0.23 - - [2025-12-08 04:13:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4854-1?flat HTTP/1.1" 200 12923 0.022055 [API:8081]10.0.0.23 - - [2025-12-08 04:13:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.027475 [API:8081]10.0.0.23 - - [2025-12-08 04:13:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4854-1?flat HTTP/1.1" 200 12923 0.022044 [API:8081]10.0.0.23 - - [2025-12-08 04:13:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.027132 [API:8081]10.0.0.23 - - [2025-12-08 04:13:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4854-1?flat HTTP/1.1" 200 12923 0.023727 [API:8081]10.0.0.23 - - [2025-12-08 04:14:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.027556 [API:8081]10.0.0.23 - - [2025-12-08 04:14:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4854-1?flat HTTP/1.1" 200 12923 0.026919 [API:8081]10.0.0.23 - - [2025-12-08 04:14:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.050372 [API:8081]10.0.0.23 - - [2025-12-08 04:14:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4854-1?flat HTTP/1.1" 200 12923 0.035095 [API:8081]10.0.0.23 - - [2025-12-08 04:14:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.031638 [API:8081]10.0.0.23 - - [2025-12-08 04:14:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4854-1?flat HTTP/1.1" 200 12924 0.023781 [API:8081]10.0.0.23 - - [2025-12-08 04:14:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.048026 [API:8081]10.0.0.23 - - [2025-12-08 04:14:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4854-1?flat HTTP/1.1" 200 12509 0.033760 [API:8081]10.0.0.23 - - [2025-12-08 04:14:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-32026406:ctest-vn1-49761356?flat HTTP/1.1" 200 7721 0.037791 [API:8081]10.0.0.23 - - [2025-12-08 04:14:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011697 [API:8081]10.0.0.23 - - [2025-12-08 04:14:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24723 0.022084 [API:8081]10.0.0.23 - - [2025-12-08 04:14:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24723 0.022282 [API:8081]10.0.0.23 - - [2025-12-08 04:14:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24723 0.024684 [API:8081]10.0.0.23 - - [2025-12-08 04:14:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-32026406:ctest-vn1-49761356?flat HTTP/1.1" 200 4922 0.019528 [API:8081]10.0.0.23 - - [2025-12-08 04:14:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010399 [API:8081]10.0.0.23 - - [2025-12-08 04:14:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.008422 [API:8081]10.0.0.23 - - [2025-12-08 04:14:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.008520 [API:8081]10.0.0.22 - - [2025-12-08 04:14:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.114808 [API:8081]10.0.0.65 - - [2025-12-08 04:14:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.65 - - [2025-12-08 04:14:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.22 - - [2025-12-08 04:14:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.22 - - [2025-12-08 04:14:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.65 - - [2025-12-08 04:14:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.65 - - [2025-12-08 04:14:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.22 - - [2025-12-08 04:14:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.22 - - [2025-12-08 04:14:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.23 - - [2025-12-08 04:14:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2025-12-08 04:14:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2025-12-08 04:14:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.23 - - [2025-12-08 04:14:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.22 - - [2025-12-08 04:15:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.067279 [Introspect:8090]10.0.0.23 - - [2025-12-08 04:17:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001082 [API:8081]10.0.0.23 - - [2025-12-08 04:17:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4854-1?flat HTTP/1.1" 200 11931 0.429769 [API:8081]10.0.0.23 - - [2025-12-08 04:17:22] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4854-1?flat HTTP/1.1" 200 6055 0.485583 [API:8081]10.0.0.23 - - [2025-12-08 04:17:23] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4854-2?flat HTTP/1.1" 200 6067 0.447827 [API:8081]10.0.0.23 - - [2025-12-08 04:17:23] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4854-3?flat HTTP/1.1" 200 3947 0.018958 [API:8081]10.0.0.23 - - [2025-12-08 04:17:23] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?flat HTTP/1.1" 200 6131 0.021525 [API:8081]10.0.0.23 - - [2025-12-08 04:17:23] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?flat HTTP/1.1" 200 7614 0.017961 [API:8081]10.0.0.23 - - [2025-12-08 04:17:23] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?flat HTTP/1.1" 200 6128 0.015061 [API:8081]10.0.0.23 - - [2025-12-08 04:17:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.009589 [API:8081]10.0.0.22 - - [2025-12-08 04:17:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076101 [API:8081]10.0.0.23 - - [2025-12-08 04:18:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-32026406:5d282731-8acb-4ac6-bf43-e58e7af6552b?flat HTTP/1.1" 200 5243 0.016026 [API:8081]10.0.0.23 - - [2025-12-08 04:18:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-32026406:5d282731-8acb-4ac6-bf43-e58e7af6552b?flat HTTP/1.1" 200 5243 0.015150 [API:8081]10.0.0.23 - - [2025-12-08 04:18:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-32026406:5d282731-8acb-4ac6-bf43-e58e7af6552b?flat HTTP/1.1" 200 5243 0.016294 [API:8081]10.0.0.23 - - [2025-12-08 04:18:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-32026406:ctest-vn1-11209066?flat HTTP/1.1" 200 6971 0.018296 [API:8081]10.0.0.23 - - [2025-12-08 04:18:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32258 0.026330 [API:8081]10.0.0.23 - - [2025-12-08 04:18:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4854-2?flat HTTP/1.1" 200 12378 0.021374 [API:8081]10.0.0.23 - - [2025-12-08 04:18:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32258 0.025419 [API:8081]10.0.0.23 - - [2025-12-08 04:18:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4854-2?flat HTTP/1.1" 200 12378 0.022176 [API:8081]10.0.0.23 - - [2025-12-08 04:18:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009664 [API:8081]10.0.0.22 - - [2025-12-08 04:18:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.079184 [API:8081]10.0.0.23 - - [2025-12-08 04:18:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-32026406:ec393981-9dbc-4828-934a-6974dce0fd35?flat HTTP/1.1" 200 5244 0.013137 [API:8081]10.0.0.23 - - [2025-12-08 04:18:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-32026406:ec393981-9dbc-4828-934a-6974dce0fd35?flat HTTP/1.1" 200 5244 0.013378 [API:8081]10.0.0.23 - - [2025-12-08 04:18:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-32026406:ec393981-9dbc-4828-934a-6974dce0fd35?flat HTTP/1.1" 200 5244 0.012267 [API:8081]10.0.0.23 - - [2025-12-08 04:18:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-32026406:ctest-vn2-01263834?flat HTTP/1.1" 200 6994 0.016806 [API:8081]10.0.0.23 - - [2025-12-08 04:18:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40486 0.029815 [API:8081]10.0.0.23 - - [2025-12-08 04:18:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40486 0.029791 [API:8081]10.0.0.23 - - [2025-12-08 04:18:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.008682 [API:8081]10.0.0.65 - - [2025-12-08 04:19:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.65 - - [2025-12-08 04:19:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.22 - - [2025-12-08 04:19:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.22 - - [2025-12-08 04:19:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.65 - - [2025-12-08 04:19:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000384 [API:8081]10.0.0.65 - - [2025-12-08 04:19:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.22 - - [2025-12-08 04:19:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.22 - - [2025-12-08 04:19:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.23 - - [2025-12-08 04:19:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.23 - - [2025-12-08 04:19:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.23 - - [2025-12-08 04:19:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2025-12-08 04:19:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2025-12-08 04:19:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40495 0.033488 [API:8081]10.0.0.23 - - [2025-12-08 04:19:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40495 0.030915 [API:8081]10.0.0.23 - - [2025-12-08 04:20:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40495 0.035119 [API:8081]10.0.0.23 - - [2025-12-08 04:20:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40497 0.060290 [API:8081]10.0.0.23 - - [2025-12-08 04:20:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-32026406:ctest-vn2-01263834?flat HTTP/1.1" 200 7874 0.022758 [API:8081]10.0.0.23 - - [2025-12-08 04:20:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010033 [API:8081]10.0.0.23 - - [2025-12-08 04:20:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32283 0.030319 [API:8081]10.0.0.23 - - [2025-12-08 04:20:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4854-2?flat HTTP/1.1" 200 12924 0.021158 [API:8081]10.0.0.23 - - [2025-12-08 04:20:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32283 0.031007 [API:8081]10.0.0.23 - - [2025-12-08 04:20:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4854-2?flat HTTP/1.1" 200 12924 0.024109 [API:8081]10.0.0.23 - - [2025-12-08 04:20:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32286 0.028694 [API:8081]10.0.0.23 - - [2025-12-08 04:20:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4854-2?flat HTTP/1.1" 200 12804 0.090894 [API:8081]10.0.0.23 - - [2025-12-08 04:20:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-32026406:ctest-vn1-11209066?flat HTTP/1.1" 200 7934 0.017624 [API:8081]10.0.0.23 - - [2025-12-08 04:20:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010071 [API:8081]10.0.0.22 - - [2025-12-08 04:20:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066124 [API:8081]10.0.0.23 - - [2025-12-08 04:21:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-93293447:53b832dd-08a5-4686-9b29-f859aac9d99f?flat HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2025-12-08 04:21:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-93293447:53b832dd-08a5-4686-9b29-f859aac9d99f?flat HTTP/1.1" 200 5223 0.065754 [API:8081]10.0.0.23 - - [2025-12-08 04:21:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-93293447:53b832dd-08a5-4686-9b29-f859aac9d99f?flat HTTP/1.1" 200 5223 0.062732 [API:8081]10.0.0.23 - - [2025-12-08 04:21:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-93293447:53b832dd-08a5-4686-9b29-f859aac9d99f?flat HTTP/1.1" 200 5223 0.067225 [API:8081]10.0.0.23 - - [2025-12-08 04:21:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-93293447:ctest-vn-48717421?flat HTTP/1.1" 200 3840 0.014426 [API:8081]10.0.0.23 - - [2025-12-08 04:21:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40508 0.058697 [API:8081]10.0.0.23 - - [2025-12-08 04:21:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40508 0.042274 [API:8081]10.0.0.23 - - [2025-12-08 04:21:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009300 [API:8081]10.0.0.23 - - [2025-12-08 04:21:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-93293447:dd0dc3b5-d8b8-4bef-9b25-571ee1a29007?flat HTTP/1.1" 200 5232 0.015039 [API:8081]10.0.0.23 - - [2025-12-08 04:21:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-93293447:dd0dc3b5-d8b8-4bef-9b25-571ee1a29007?flat HTTP/1.1" 200 5232 0.014493 [API:8081]10.0.0.23 - - [2025-12-08 04:21:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-93293447:dd0dc3b5-d8b8-4bef-9b25-571ee1a29007?flat HTTP/1.1" 200 5232 0.014433 [API:8081]10.0.0.23 - - [2025-12-08 04:21:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-93293447:ctest-vn-78774763?flat HTTP/1.1" 200 3991 0.016080 [API:8081]10.0.0.23 - - [2025-12-08 04:21:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32299 0.026783 [API:8081]10.0.0.23 - - [2025-12-08 04:21:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4854-2?flat HTTP/1.1" 200 12801 0.020454 [API:8081]10.0.0.23 - - [2025-12-08 04:21:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32299 0.025253 [API:8081]10.0.0.23 - - [2025-12-08 04:21:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4854-2?flat HTTP/1.1" 200 12801 0.021937 [API:8081]10.0.0.23 - - [2025-12-08 04:21:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008406 [API:8081]10.0.0.22 - - [2025-12-08 04:21:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.069293 [API:8081]10.0.0.23 - - [2025-12-08 04:21:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32299 0.026362 [API:8081]10.0.0.23 - - [2025-12-08 04:21:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4854-2?flat HTTP/1.1" 200 12801 0.020892 [API:8081]10.0.0.23 - - [2025-12-08 04:21:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32299 0.026556 [API:8081]10.0.0.23 - - [2025-12-08 04:21:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4854-2?flat HTTP/1.1" 200 12801 0.021966 [API:8081]10.0.0.23 - - [2025-12-08 04:21:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32302 0.031886 [API:8081]10.0.0.23 - - [2025-12-08 04:21:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4854-2?flat HTTP/1.1" 200 12510 0.021633 [API:8081]10.0.0.23 - - [2025-12-08 04:21:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-93293447:ctest-vn-78774763?flat HTTP/1.1" 200 6180 0.013165 [API:8081]10.0.0.23 - - [2025-12-08 04:21:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009866 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 04:21:43] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003837 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 04:21:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003047 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 04:21:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002871 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 04:21:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003495 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 04:21:43] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003295 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 04:21:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003584 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 04:21:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003229 [LOCAL API:8181]127.0.0.1 - - [2025-12-08 04:21:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4854-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003109 [API:8081]10.0.0.23 - - [2025-12-08 04:21:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40511 0.035250 [API:8081]10.0.0.23 - - [2025-12-08 04:21:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40511 0.029896 [API:8081]10.0.0.23 - - [2025-12-08 04:21:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40511 0.029455 [API:8081]10.0.0.23 - - [2025-12-08 04:21:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40523 0.030395 [API:8081]10.0.0.23 - - [2025-12-08 04:21:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40523 0.031205 [API:8081]10.0.0.23 - - [2025-12-08 04:22:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40523 0.050806 [API:8081]10.0.0.23 - - [2025-12-08 04:22:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4854-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40524 0.067075 [API:8081]10.0.0.23 - - [2025-12-08 04:22:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-93293447:ctest-vn-48717421?flat HTTP/1.1" 200 6183 0.016986 [API:8081]10.0.0.23 - - [2025-12-08 04:22:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009671 [API:8081]10.0.0.23 - - [2025-12-08 04:22:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2025-12-08 04:22:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.067180 [API:8081]10.0.0.23 - - [2025-12-08 04:22:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.059635 [API:8081]10.0.0.23 - - [2025-12-08 04:22:52] "GET /analytics HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.23 - - [2025-12-08 04:22:52] "GET /analytics HTTP/1.1" 401 205 0.000194 [API:8081]10.0.0.22 - - [2025-12-08 04:23:22] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.22 - - [2025-12-08 04:23:22] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.65 - - [2025-12-08 04:23:22] "GET /analytics HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.65 - - [2025-12-08 04:23:22] "GET /analytics HTTP/1.1" 401 205 0.000133 [API:8081]10.0.0.22 - - [2025-12-08 04:23:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060933 [API:8081]10.0.0.22 - - [2025-12-08 04:24:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.060535 [API:8081]10.0.0.65 - - [2025-12-08 04:24:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.65 - - [2025-12-08 04:24:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.22 - - [2025-12-08 04:24:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.22 - - [2025-12-08 04:24:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.65 - - [2025-12-08 04:24:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.65 - - [2025-12-08 04:24:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.22 - - [2025-12-08 04:24:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.22 - - [2025-12-08 04:24:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2025-12-08 04:24:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2025-12-08 04:24:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.23 - - [2025-12-08 04:24:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2025-12-08 04:24:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.23 - - [2025-12-08 04:25:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.23 - - [2025-12-08 04:25:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.066478 [API:8081]10.0.0.22 - - [2025-12-08 04:26:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066873 [API:8081]10.0.0.22 - - [2025-12-08 04:27:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.063371 [API:8081]10.0.0.22 - - [2025-12-08 04:29:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075441 [API:8081]10.0.0.65 - - [2025-12-08 04:29:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.65 - - [2025-12-08 04:29:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.22 - - [2025-12-08 04:29:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.22 - - [2025-12-08 04:29:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.65 - - [2025-12-08 04:29:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.65 - - [2025-12-08 04:29:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000485 [API:8081]10.0.0.22 - - [2025-12-08 04:29:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.22 - - [2025-12-08 04:29:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-12-08 04:29:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.23 - - [2025-12-08 04:29:49] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2025-12-08 04:29:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.23 - - [2025-12-08 04:29:50] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.22 - - [2025-12-08 04:30:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.068658 [Introspect:8090]10.0.0.23 - - [2025-12-08 04:31:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001121