++ 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 Nov 24 01:59:43 AM UTC 2025 ===================' INFO: =================== Mon Nov 24 01:59:43 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.41 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.41,10.0.0.50,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.41,10.0.0.50,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.41,10.0.0.50,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.41,10.0.0.50,10.0.0.27 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.41:8081 10.0.0.50:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.41:8081 10.0.0.50:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.41:8081 10.0.0.50:8081 10.0.0.27:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.41:9042 10.0.0.50:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.41:9042 10.0.0.50:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.41:9042 10.0.0.50:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.41,10.0.0.50,10.0.0.27 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.41:8086 10.0.0.50:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.41:8086 10.0.0.50:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.41:8086 10.0.0.50:8086 10.0.0.27:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.41,10.0.0.50,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.41,10.0.0.50,10.0.0.27 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.41:8082 10.0.0.50:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.41:8082 10.0.0.50:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.41:8082 10.0.0.50:8082 10.0.0.27:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.41:9161 10.0.0.50:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.41:9161 10.0.0.50:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.41:9161 10.0.0.50:9161 10.0.0.27:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.41:9041 10.0.0.50:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.41:9041 10.0.0.50:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.41:9041 10.0.0.50:9041 10.0.0.27:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.41,10.0.0.50,10.0.0.27 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.41:2181,10.0.0.50:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.41:2181,10.0.0.50:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.41:2181,10.0.0.50:2181,10.0.0.27:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.41:2181 10.0.0.50:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.41:2181 10.0.0.50:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.41:2181 10.0.0.50:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.41,10.0.0.50,10.0.0.27 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.41:5673,10.0.0.50:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.41:5673,10.0.0.50:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.41:5673,10.0.0.50:5673,10.0.0.27:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.41:6379 10.0.0.50:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.41:6379 10.0.0.50:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.41:6379 10.0.0.50:6379 10.0.0.27:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.41,10.0.0.50,10.0.0.27 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.41:9092 10.0.0.50:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.41:9092 10.0.0.50:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.41:9092 10.0.0.50:9092 10.0.0.27:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.41 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.41,10.0.0.50,10.0.0.27 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.41,10.0.0.50,10.0.0.27 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ cut -d , -f 1 ++ echo 10.0.0.41,10.0.0.50,10.0.0.27 + local cassandra=10.0.0.41 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.41 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ cut -d ' ' -f 1 +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.41,10.0.0.50,10.0.0.27 +++ local servers=10.0.0.41,10.0.0.50,10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ sort ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq +++ local local_ips=,10.0.0.41,10.20.0.25,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.41,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] +++ echo 10.0.0.41 1 +++ return ++ local ip=10.0.0.41 ++ [[ -z 10.0.0.41 ]] ++ echo 10.0.0.41 + host_ip=10.0.0.41 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ set -o posix ++ cut -d = -f 1 ++ sort ++ set ++ 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 11/24/2025 01:59:51.392 7f33d9ef9a80 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 11/24/2025 01:59:51.600 7f33d9ef9a80 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 11/24/2025 01:59:51.614 7f33d9ef9a80 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 11/24/2025 01:59:51.615 7f33d9ef9a80 [contrail-analytics-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/analytics-api/contrail-analytics-api.log] Bottle v0.12.25 server starting up (using ContrailGeventServer())... Listening on http://10.0.0.41:8081/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer())... Listening on http://localhost:8181/ Hit Ctrl-C to quit. [API:8081]10.0.0.50 - - [2025-11-24 02:00:28] "GET /analytics HTTP/1.1" 401 205 0.000383 [API:8081]10.0.0.50 - - [2025-11-24 02:00:28] "GET /analytics HTTP/1.1" 401 205 0.000175 [API:8081]10.0.0.27 - - [2025-11-24 02:00:29] "GET /analytics HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.27 - - [2025-11-24 02:00:29] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.41 - - [2025-11-24 02:00:30] "GET /analytics HTTP/1.1" 401 205 0.000416 [API:8081]10.0.0.41 - - [2025-11-24 02:00:30] "GET /analytics HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.50 - - [2025-11-24 02:00:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.411576 [API:8081]10.0.0.50 - - [2025-11-24 02:00:59] "GET /analytics HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.50 - - [2025-11-24 02:00:59] "GET /analytics HTTP/1.1" 401 205 0.000176 [API:8081]10.0.0.27 - - [2025-11-24 02:01:00] "GET /analytics HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.27 - - [2025-11-24 02:01:00] "GET /analytics HTTP/1.1" 401 205 0.000185 [API:8081]10.0.0.41 - - [2025-11-24 02:01:01] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.41 - - [2025-11-24 02:01:01] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.50 - - [2025-11-24 02:01:29] "GET /analytics HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.50 - - [2025-11-24 02:01:29] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.27 - - [2025-11-24 02:01:30] "GET /analytics HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.27 - - [2025-11-24 02:01:30] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.50 - - [2025-11-24 02:01:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.382940 [API:8081]10.0.0.50 - - [2025-11-24 02:02:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.50 - - [2025-11-24 02:02:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.27 - - [2025-11-24 02:02:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.27 - - [2025-11-24 02:02:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.27 - - [2025-11-24 02:02:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.27 - - [2025-11-24 02:02:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.50 - - [2025-11-24 02:02:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.50 - - [2025-11-24 02:02:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.41 - - [2025-11-24 02:02:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.41 - - [2025-11-24 02:02:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.41 - - [2025-11-24 02:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000749 [API:8081]10.0.0.41 - - [2025-11-24 02:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [Introspect:8090]10.0.0.41 - - [2025-11-24 02:03:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001073 [Introspect:8090]10.0.0.41 - - [2025-11-24 02:03:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001250 [API:8081]10.0.0.50 - - [2025-11-24 02:03:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.381694 [API:8081]10.0.0.50 - - [2025-11-24 02:04:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.087575 [Introspect:8090]10.0.0.41 - - [2025-11-24 02:05:05] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001388 [Introspect:8090]10.0.0.41 - - [2025-11-24 02:05:09] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000755 [API:8081]10.0.0.41 - - [2025-11-24 02:05:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.41 - - [2025-11-24 02:05:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-1:Control:contrail-control:0?flat HTTP/1.1" 200 38111 0.084881 [API:8081]10.0.0.41 - - [2025-11-24 02:05:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.069269 [API:8081]10.0.0.41 - - [2025-11-24 02:05:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-2:Control:contrail-control:0?flat HTTP/1.1" 200 35669 0.066894 [API:8081]10.0.0.41 - - [2025-11-24 02:05:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.015991 [API:8081]10.0.0.41 - - [2025-11-24 02:05:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-3:Control:contrail-control:0?flat HTTP/1.1" 200 28327 0.021224 [API:8081]10.0.0.41 - - [2025-11-24 02:05:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13497 0.015874 [API:8081]10.0.0.41 - - [2025-11-24 02:05:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.020642 [API:8081]10.0.0.41 - - [2025-11-24 02:05:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20491 0.066127 [API:8081]10.0.0.41 - - [2025-11-24 02:05:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3356 0.013334 [API:8081]10.0.0.41 - - [2025-11-24 02:05:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3356 0.012837 [API:8081]10.0.0.41 - - [2025-11-24 02:05:10] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.010718 [API:8081]10.0.0.41 - - [2025-11-24 02:05:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4620 0.013991 [API:8081]10.0.0.41 - - [2025-11-24 02:05:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4616 0.013608 [API:8081]10.0.0.41 - - [2025-11-24 02:05:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4618 0.012758 [API:8081]10.0.0.41 - - [2025-11-24 02:05:10] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.011062 [API:8081]10.0.0.41 - - [2025-11-24 02:05:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012554 [API:8081]10.0.0.41 - - [2025-11-24 02:05:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.014772 [API:8081]10.0.0.41 - - [2025-11-24 02:05:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012985 [API:8081]10.0.0.41 - - [2025-11-24 02:05:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.016867 [API:8081]10.0.0.41 - - [2025-11-24 02:05:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.015645 [API:8081]10.0.0.41 - - [2025-11-24 02:05:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013430 [API:8081]10.0.0.41 - - [2025-11-24 02:05:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013771 [API:8081]10.0.0.41 - - [2025-11-24 02:05:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013268 [API:8081]10.0.0.41 - - [2025-11-24 02:05:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.015801 [API:8081]10.0.0.41 - - [2025-11-24 02:05:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14822 0.018064 [API:8081]10.0.0.41 - - [2025-11-24 02:05:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.018530 [API:8081]10.0.0.41 - - [2025-11-24 02:05:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14831 0.023138 [API:8081]10.0.0.41 - - [2025-11-24 02:05:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.017958 [API:8081]10.0.0.41 - - [2025-11-24 02:05:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14829 0.035417 [API:8081]10.0.0.41 - - [2025-11-24 02:05:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.030595 [API:8081]10.0.0.41 - - [2025-11-24 02:05:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.025767 [API:8081]10.0.0.41 - - [2025-11-24 02:05:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20491 0.017305 [API:8081]10.0.0.41 - - [2025-11-24 02:05:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.023709 [API:8081]10.0.0.41 - - [2025-11-24 02:05:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20491 0.017932 [API:8081]10.0.0.41 - - [2025-11-24 02:05:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.039706 [API:8081]10.0.0.41 - - [2025-11-24 02:05:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.014360 [API:8081]10.0.0.41 - - [2025-11-24 02:05:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20491 0.032309 [API:8081]10.0.0.41 - - [2025-11-24 02:05:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3269 0.015744 [API:8081]10.0.0.41 - - [2025-11-24 02:05:12] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.025067 [API:8081]10.0.0.41 - - [2025-11-24 02:05:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14822 0.039207 [API:8081]10.0.0.41 - - [2025-11-24 02:05:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012504 [API:8081]10.0.0.41 - - [2025-11-24 02:05:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.014269 [API:8081]10.0.0.41 - - [2025-11-24 02:05:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14831 0.022911 [API:8081]10.0.0.41 - - [2025-11-24 02:05:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.015335 [API:8081]10.0.0.41 - - [2025-11-24 02:05:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.017784 [API:8081]10.0.0.41 - - [2025-11-24 02:05:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14829 0.023528 [API:8081]10.0.0.41 - - [2025-11-24 02:05:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.022162 [API:8081]10.0.0.41 - - [2025-11-24 02:05:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.022193 [API:8081]10.0.0.41 - - [2025-11-24 02:05:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.016860 [API:8081]10.0.0.41 - - [2025-11-24 02:05:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.018595 [API:8081]10.0.0.41 - - [2025-11-24 02:05:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.017324 [API:8081]10.0.0.41 - - [2025-11-24 02:05:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.020658 [API:8081]10.0.0.41 - - [2025-11-24 02:05:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.022748 [API:8081]10.0.0.41 - - [2025-11-24 02:05:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4620 0.020128 [API:8081]10.0.0.41 - - [2025-11-24 02:05:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4616 0.016046 [API:8081]10.0.0.41 - - [2025-11-24 02:05:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4618 0.012953 [API:8081]10.0.0.41 - - [2025-11-24 02:05:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-1:Control:contrail-control:0?flat HTTP/1.1" 200 38111 0.021654 [API:8081]10.0.0.41 - - [2025-11-24 02:05:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.011414 [API:8081]10.0.0.41 - - [2025-11-24 02:05:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.015845 [API:8081]10.0.0.41 - - [2025-11-24 02:05:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-2:Control:contrail-control:0?flat HTTP/1.1" 200 35669 0.020993 [API:8081]10.0.0.41 - - [2025-11-24 02:05:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.017396 [API:8081]10.0.0.41 - - [2025-11-24 02:05:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.016116 [API:8081]10.0.0.41 - - [2025-11-24 02:05:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-3:Control:contrail-control:0?flat HTTP/1.1" 200 28327 0.017932 [API:8081]10.0.0.41 - - [2025-11-24 02:05:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.013648 [API:8081]10.0.0.41 - - [2025-11-24 02:05:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4803-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13497 0.014655 [API:8081]10.0.0.41 - - [2025-11-24 02:05:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4803-1?flat HTTP/1.1" 200 12022 0.019273 [API:8081]10.0.0.41 - - [2025-11-24 02:05:16] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?flat HTTP/1.1" 200 13891 0.021963 [API:8081]10.0.0.41 - - [2025-11-24 02:05:16] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?flat HTTP/1.1" 200 17732 0.021326 [API:8081]10.0.0.41 - - [2025-11-24 02:05:16] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?flat HTTP/1.1" 200 17133 0.019827 [API:8081]10.0.0.41 - - [2025-11-24 02:05:16] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?flat HTTP/1.1" 200 13891 0.019530 [API:8081]10.0.0.41 - - [2025-11-24 02:05:16] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?flat HTTP/1.1" 200 17732 0.023155 [API:8081]10.0.0.41 - - [2025-11-24 02:05:16] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?flat HTTP/1.1" 200 17133 0.027272 [API:8081]10.0.0.41 - - [2025-11-24 02:05:16] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?flat HTTP/1.1" 200 13891 0.020434 [API:8081]10.0.0.41 - - [2025-11-24 02:05:16] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?flat HTTP/1.1" 200 17732 0.022767 [API:8081]10.0.0.41 - - [2025-11-24 02:05:16] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?flat HTTP/1.1" 200 17133 0.019437 [API:8081]10.0.0.41 - - [2025-11-24 02:05:16] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?flat HTTP/1.1" 200 13891 0.018809 [API:8081]10.0.0.41 - - [2025-11-24 02:05:16] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?flat HTTP/1.1" 200 17732 0.019956 [API:8081]10.0.0.41 - - [2025-11-24 02:05:16] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?flat HTTP/1.1" 200 17133 0.020874 [API:8081]10.0.0.41 - - [2025-11-24 02:05:17] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4803-1?flat HTTP/1.1" 200 7998 0.014793 [API:8081]10.0.0.41 - - [2025-11-24 02:05:18] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4803-2?flat HTTP/1.1" 200 7998 0.018380 [API:8081]10.0.0.41 - - [2025-11-24 02:05:18] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4803-3?flat HTTP/1.1" 200 7998 0.016780 [API:8081]10.0.0.41 - - [2025-11-24 02:05:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.41 - - [2025-11-24 02:05:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.061159 [API:8081]10.0.0.41 - - [2025-11-24 02:05:40] "POST /analytics/query HTTP/1.1" 200 63960 1.097770 [API:8081]10.0.0.41 - - [2025-11-24 02:05:41] "POST /analytics/query HTTP/1.1" 200 5875 1.069207 [API:8081]10.0.0.41 - - [2025-11-24 02:05:42] "POST /analytics/query HTTP/1.1" 200 871 1.023176 [API:8081]10.0.0.41 - - [2025-11-24 02:05:43] "POST /analytics/query HTTP/1.1" 200 5875 1.021348 [API:8081]10.0.0.41 - - [2025-11-24 02:05:44] "POST /analytics/query HTTP/1.1" 200 871 1.024732 [API:8081]10.0.0.41 - - [2025-11-24 02:05:55] "GET /documentation/index.html HTTP/1.1" 200 5407 0.001017 [API:8081]10.0.0.50 - - [2025-11-24 02:06:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067528 [API:8081]10.0.0.50 - - [2025-11-24 02:07:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.50 - - [2025-11-24 02:07:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.27 - - [2025-11-24 02:07:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2025-11-24 02:07:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2025-11-24 02:07:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.27 - - [2025-11-24 02:07:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.50 - - [2025-11-24 02:07:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.080996 [API:8081]10.0.0.50 - - [2025-11-24 02:07:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.50 - - [2025-11-24 02:07:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.41 - - [2025-11-24 02:07:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.41 - - [2025-11-24 02:07:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.41 - - [2025-11-24 02:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.41 - - [2025-11-24 02:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.41 - - [2025-11-24 02:09:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.41 - - [2025-11-24 02:09:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1434 0.064090 [API:8081]10.0.0.41 - - [2025-11-24 02:09:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1666 0.061053 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:09:51] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003356 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:09:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004258 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:09:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003855 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:09:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003653 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:09:51] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004265 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:09:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004826 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:09:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003594 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:09:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003612 [API:8081]10.0.0.50 - - [2025-11-24 02:09:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.091400 [API:8081]10.0.0.50 - - [2025-11-24 02:10:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.060885 [API:8081]10.0.0.41 - - [2025-11-24 02:11:01] "GET /analytics HTTP/1.1" 401 205 0.000387 [API:8081]10.0.0.41 - - [2025-11-24 02:11:01] "GET /analytics HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.50 - - [2025-11-24 02:11:29] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.50 - - [2025-11-24 02:11:29] "GET /analytics HTTP/1.1" 401 205 0.000134 [API:8081]10.0.0.27 - - [2025-11-24 02:11:30] "GET /analytics HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.27 - - [2025-11-24 02:11:30] "GET /analytics HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.50 - - [2025-11-24 02:12:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.50 - - [2025-11-24 02:12:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.27 - - [2025-11-24 02:12:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.27 - - [2025-11-24 02:12:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2025-11-24 02:12:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.27 - - [2025-11-24 02:12:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.50 - - [2025-11-24 02:12:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.50 - - [2025-11-24 02:12:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.41 - - [2025-11-24 02:12:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.41 - - [2025-11-24 02:12:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.41 - - [2025-11-24 02:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.41 - - [2025-11-24 02:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.50 - - [2025-11-24 02:12:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.441073 [API:8081]10.0.0.50 - - [2025-11-24 02:14:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.081478 [API:8081]10.0.0.41 - - [2025-11-24 02:15:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.41 - - [2025-11-24 02:15:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1578 0.111401 [API:8081]10.0.0.41 - - [2025-11-24 02:15:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1578 0.074498 [API:8081]10.0.0.50 - - [2025-11-24 02:16:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074179 [API:8081]10.0.0.41 - - [2025-11-24 02:17:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1586 0.011158 [API:8081]10.0.0.41 - - [2025-11-24 02:17:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1592 0.009327 [API:8081]10.0.0.50 - - [2025-11-24 02:17:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.112225 [API:8081]10.0.0.41 - - [2025-11-24 02:17:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1598 0.009785 [API:8081]10.0.0.41 - - [2025-11-24 02:17:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1826 0.009506 [API:8081]10.0.0.50 - - [2025-11-24 02:17:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.50 - - [2025-11-24 02:17:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2025-11-24 02:17:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.27 - - [2025-11-24 02:17:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000496 [API:8081]10.0.0.27 - - [2025-11-24 02:17:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.27 - - [2025-11-24 02:17:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.50 - - [2025-11-24 02:17:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.50 - - [2025-11-24 02:17:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000566 [API:8081]10.0.0.41 - - [2025-11-24 02:17:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000589 [API:8081]10.0.0.41 - - [2025-11-24 02:17:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.41 - - [2025-11-24 02:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.41 - - [2025-11-24 02:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000767 [API:8081]10.0.0.50 - - [2025-11-24 02:19:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084682 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:19:51] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002413 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:19:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002782 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:19:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002461 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:19:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003041 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:19:51] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003325 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:19:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002569 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:19:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002367 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:19:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002916 [API:8081]10.0.0.50 - - [2025-11-24 02:20:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.083285 [API:8081]10.0.0.41 - - [2025-11-24 02:20:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25182 0.080118 [API:8081]10.0.0.41 - - [2025-11-24 02:20:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25182 0.075761 [API:8081]10.0.0.41 - - [2025-11-24 02:20:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25182 0.084312 [API:8081]10.0.0.41 - - [2025-11-24 02:20:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25182 0.023226 [API:8081]10.0.0.41 - - [2025-11-24 02:20:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25182 0.027488 [API:8081]10.0.0.41 - - [2025-11-24 02:20:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25182 0.024394 [API:8081]10.0.0.41 - - [2025-11-24 02:20:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25182 0.026318 [API:8081]10.0.0.41 - - [2025-11-24 02:20:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-84058021:ctest-vnet1-75382083?flat HTTP/1.1" 200 8246 0.012734 [API:8081]10.0.0.41 - - [2025-11-24 02:20:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010617 [API:8081]10.0.0.41 - - [2025-11-24 02:20:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.018977 [API:8081]10.0.0.41 - - [2025-11-24 02:20:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.019057 [API:8081]10.0.0.41 - - [2025-11-24 02:20:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.016991 [API:8081]10.0.0.41 - - [2025-11-24 02:20:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.019787 [API:8081]10.0.0.41 - - [2025-11-24 02:20:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.018228 [API:8081]10.0.0.41 - - [2025-11-24 02:20:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.036003 [API:8081]10.0.0.41 - - [2025-11-24 02:20:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.019560 [API:8081]10.0.0.41 - - [2025-11-24 02:21:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.017781 [API:8081]10.0.0.41 - - [2025-11-24 02:21:01] "GET /analytics HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.41 - - [2025-11-24 02:21:01] "GET /analytics HTTP/1.1" 401 205 0.000178 [API:8081]10.0.0.41 - - [2025-11-24 02:21:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.019017 [API:8081]10.0.0.41 - - [2025-11-24 02:21:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-84058021:ctest-vnet0-27315651?flat HTTP/1.1" 200 8244 0.014762 [API:8081]10.0.0.41 - - [2025-11-24 02:21:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008915 [API:8081]10.0.0.41 - - [2025-11-24 02:21:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.010754 [API:8081]10.0.0.50 - - [2025-11-24 02:21:29] "GET /analytics HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.50 - - [2025-11-24 02:21:29] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.27 - - [2025-11-24 02:21:30] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.27 - - [2025-11-24 02:21:30] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.50 - - [2025-11-24 02:22:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087795 [API:8081]10.0.0.50 - - [2025-11-24 02:22:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.50 - - [2025-11-24 02:22:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.27 - - [2025-11-24 02:22:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.27 - - [2025-11-24 02:22:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.27 - - [2025-11-24 02:22:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.27 - - [2025-11-24 02:22:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.50 - - [2025-11-24 02:22:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.50 - - [2025-11-24 02:22:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.41 - - [2025-11-24 02:22:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.41 - - [2025-11-24 02:22:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.41 - - [2025-11-24 02:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.41 - - [2025-11-24 02:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.41 - - [2025-11-24 02:23:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.41 - - [2025-11-24 02:23:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.395353 [API:8081]10.0.0.50 - - [2025-11-24 02:23:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.137540 [API:8081]10.0.0.41 - - [2025-11-24 02:24:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.085567 [API:8081]10.0.0.41 - - [2025-11-24 02:24:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-89574022:ctest-vnet0-37104357?flat HTTP/1.1" 200 7200 0.013165 [API:8081]10.0.0.41 - - [2025-11-24 02:24:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.059832 [API:8081]10.0.0.41 - - [2025-11-24 02:24:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.41 - - [2025-11-24 02:24:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.064604 [API:8081]10.0.0.41 - - [2025-11-24 02:25:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.41 - - [2025-11-24 02:25:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.072987 [API:8081]10.0.0.41 - - [2025-11-24 02:25:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.066720 [API:8081]10.0.0.41 - - [2025-11-24 02:25:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.075786 [API:8081]10.0.0.50 - - [2025-11-24 02:25:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076248 [API:8081]10.0.0.41 - - [2025-11-24 02:25:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-60403018:7330d4d2-e5d5-4030-a9e9-2796e5210532?flat HTTP/1.1" 200 5229 0.013248 [API:8081]10.0.0.41 - - [2025-11-24 02:25:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-60403018:7330d4d2-e5d5-4030-a9e9-2796e5210532?flat HTTP/1.1" 200 5229 0.013700 [API:8081]10.0.0.41 - - [2025-11-24 02:25:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-60403018:7330d4d2-e5d5-4030-a9e9-2796e5210532?flat HTTP/1.1" 200 5229 0.018523 [API:8081]10.0.0.41 - - [2025-11-24 02:25:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-60403018:ctest-VN1-06016797?flat HTTP/1.1" 200 8556 0.018370 [API:8081]10.0.0.41 - - [2025-11-24 02:25:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.028958 [API:8081]10.0.0.41 - - [2025-11-24 02:25:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.020885 [API:8081]10.0.0.41 - - [2025-11-24 02:25:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009311 [API:8081]10.0.0.41 - - [2025-11-24 02:26:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-60403018:d5d7a05b-9d89-4ff6-a21c-2cefbcb9df7f?flat HTTP/1.1" 200 5091 0.015910 [API:8081]10.0.0.41 - - [2025-11-24 02:26:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-60403018:d5d7a05b-9d89-4ff6-a21c-2cefbcb9df7f?flat HTTP/1.1" 200 5091 0.015802 [API:8081]10.0.0.41 - - [2025-11-24 02:26:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-60403018:d5d7a05b-9d89-4ff6-a21c-2cefbcb9df7f?flat HTTP/1.1" 200 5091 0.015951 [API:8081]10.0.0.41 - - [2025-11-24 02:26:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-60403018:ctest-VN2-13772081?flat HTTP/1.1" 200 7857 0.019449 [API:8081]10.0.0.41 - - [2025-11-24 02:26:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25192 0.025182 [API:8081]10.0.0.41 - - [2025-11-24 02:26:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25192 0.031131 [API:8081]10.0.0.41 - - [2025-11-24 02:26:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009266 [API:8081]10.0.0.41 - - [2025-11-24 02:26:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-60403018:d1b1bbd6-753e-4eef-b269-7518da29ae8c?flat HTTP/1.1" 200 5100 0.013793 [API:8081]10.0.0.41 - - [2025-11-24 02:26:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-60403018:d1b1bbd6-753e-4eef-b269-7518da29ae8c?flat HTTP/1.1" 200 5100 0.015561 [API:8081]10.0.0.41 - - [2025-11-24 02:26:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-60403018:d1b1bbd6-753e-4eef-b269-7518da29ae8c?flat HTTP/1.1" 200 5100 0.013050 [API:8081]10.0.0.41 - - [2025-11-24 02:26:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-60403018:ctest-VN3-51490021?flat HTTP/1.1" 200 7444 0.013748 [API:8081]10.0.0.41 - - [2025-11-24 02:26:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019736 [API:8081]10.0.0.41 - - [2025-11-24 02:26:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.021763 [API:8081]10.0.0.41 - - [2025-11-24 02:26:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009710 [API:8081]10.0.0.50 - - [2025-11-24 02:26:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.120137 [API:8081]10.0.0.41 - - [2025-11-24 02:26:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.021789 [API:8081]10.0.0.41 - - [2025-11-24 02:26:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.020988 [API:8081]10.0.0.41 - - [2025-11-24 02:26:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.016752 [API:8081]10.0.0.41 - - [2025-11-24 02:26:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.025705 [API:8081]10.0.0.41 - - [2025-11-24 02:26:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019247 [API:8081]10.0.0.41 - - [2025-11-24 02:27:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.026785 [API:8081]10.0.0.41 - - [2025-11-24 02:27:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.041780 [API:8081]10.0.0.41 - - [2025-11-24 02:27:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-60403018:ctest-VN3-51490021?flat HTTP/1.1" 200 6216 0.016266 [API:8081]10.0.0.41 - - [2025-11-24 02:27:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010483 [API:8081]10.0.0.41 - - [2025-11-24 02:27:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25200 0.023126 [API:8081]10.0.0.41 - - [2025-11-24 02:27:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25200 0.022220 [API:8081]10.0.0.41 - - [2025-11-24 02:27:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25200 0.021914 [API:8081]10.0.0.41 - - [2025-11-24 02:27:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25200 0.020566 [API:8081]10.0.0.41 - - [2025-11-24 02:27:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25200 0.020232 [API:8081]10.0.0.41 - - [2025-11-24 02:27:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25200 0.020561 [API:8081]10.0.0.41 - - [2025-11-24 02:27:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25200 0.018573 [API:8081]10.0.0.41 - - [2025-11-24 02:27:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25200 0.023407 [API:8081]10.0.0.41 - - [2025-11-24 02:27:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25200 0.032046 [API:8081]10.0.0.41 - - [2025-11-24 02:27:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25200 0.020944 [API:8081]10.0.0.41 - - [2025-11-24 02:27:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-60403018:ctest-VN2-13772081?flat HTTP/1.1" 200 6551 0.012748 [API:8081]10.0.0.41 - - [2025-11-24 02:27:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008629 [API:8081]10.0.0.41 - - [2025-11-24 02:27:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.026724 [API:8081]10.0.0.41 - - [2025-11-24 02:27:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.017702 [API:8081]10.0.0.41 - - [2025-11-24 02:27:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019992 [API:8081]10.0.0.41 - - [2025-11-24 02:27:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.030637 [API:8081]10.0.0.41 - - [2025-11-24 02:27:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.017638 [API:8081]10.0.0.41 - - [2025-11-24 02:27:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.018495 [API:8081]10.0.0.50 - - [2025-11-24 02:27:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.50 - - [2025-11-24 02:27:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000389 [API:8081]10.0.0.27 - - [2025-11-24 02:27:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.27 - - [2025-11-24 02:27:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.27 - - [2025-11-24 02:27:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.27 - - [2025-11-24 02:27:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.50 - - [2025-11-24 02:27:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.50 - - [2025-11-24 02:27:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.41 - - [2025-11-24 02:27:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.41 - - [2025-11-24 02:27:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000391 [API:8081]10.0.0.41 - - [2025-11-24 02:27:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019737 [API:8081]10.0.0.41 - - [2025-11-24 02:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.41 - - [2025-11-24 02:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.41 - - [2025-11-24 02:27:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019916 [API:8081]10.0.0.41 - - [2025-11-24 02:28:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019663 [API:8081]10.0.0.41 - - [2025-11-24 02:28:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.025340 [API:8081]10.0.0.41 - - [2025-11-24 02:28:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-60403018:ctest-VN1-06016797?flat HTTP/1.1" 200 6770 0.013858 [API:8081]10.0.0.41 - - [2025-11-24 02:28:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010233 [API:8081]10.0.0.50 - - [2025-11-24 02:28:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.111503 [API:8081]10.0.0.41 - - [2025-11-24 02:28:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.41 - - [2025-11-24 02:28:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.063009 [API:8081]10.0.0.41 - - [2025-11-24 02:28:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.065643 [API:8081]10.0.0.41 - - [2025-11-24 02:28:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.075315 [API:8081]10.0.0.50 - - [2025-11-24 02:29:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.079502 [API:8081]10.0.0.41 - - [2025-11-24 02:29:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-39459507:5dd4f903-00a8-4edf-9322-0e9f31544cdc?flat HTTP/1.1" 200 5362 0.017004 [API:8081]10.0.0.41 - - [2025-11-24 02:29:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-39459507:5dd4f903-00a8-4edf-9322-0e9f31544cdc?flat HTTP/1.1" 200 5362 0.016942 [API:8081]10.0.0.41 - - [2025-11-24 02:29:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-39459507:5dd4f903-00a8-4edf-9322-0e9f31544cdc?flat HTTP/1.1" 200 5362 0.024719 [API:8081]10.0.0.41 - - [2025-11-24 02:29:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-39459507:5dd4f903-00a8-4edf-9322-0e9f31544cdc?flat HTTP/1.1" 200 5362 0.018587 [API:8081]10.0.0.41 - - [2025-11-24 02:29:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-39459507:ctest-VN1-41848590?flat HTTP/1.1" 200 9451 0.018529 [API:8081]10.0.0.41 - - [2025-11-24 02:29:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.026278 [API:8081]10.0.0.41 - - [2025-11-24 02:29:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.018247 [API:8081]10.0.0.41 - - [2025-11-24 02:29:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010862 [API:8081]10.0.0.41 - - [2025-11-24 02:29:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-39459507:f2349665-b8f2-4b73-8ea8-09c65bc1bca4?flat HTTP/1.1" 200 5222 0.020231 [API:8081]10.0.0.41 - - [2025-11-24 02:29:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-39459507:f2349665-b8f2-4b73-8ea8-09c65bc1bca4?flat HTTP/1.1" 200 5222 0.017023 [API:8081]10.0.0.41 - - [2025-11-24 02:29:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-39459507:f2349665-b8f2-4b73-8ea8-09c65bc1bca4?flat HTTP/1.1" 200 5222 0.017667 [API:8081]10.0.0.41 - - [2025-11-24 02:29:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-39459507:f2349665-b8f2-4b73-8ea8-09c65bc1bca4?flat HTTP/1.1" 200 5222 0.017479 [API:8081]10.0.0.41 - - [2025-11-24 02:29:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-39459507:ctest-VN2-79077858?flat HTTP/1.1" 200 8636 0.016665 [API:8081]10.0.0.41 - - [2025-11-24 02:29:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.027232 [API:8081]10.0.0.41 - - [2025-11-24 02:29:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.025662 [API:8081]10.0.0.41 - - [2025-11-24 02:29:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010245 [API:8081]10.0.0.41 - - [2025-11-24 02:29:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-39459507:2c5a6c3b-d123-4db8-a15c-7d3b40f75796?flat HTTP/1.1" 200 5226 0.013525 [API:8081]10.0.0.41 - - [2025-11-24 02:29:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-39459507:2c5a6c3b-d123-4db8-a15c-7d3b40f75796?flat HTTP/1.1" 200 5226 0.016168 [API:8081]10.0.0.41 - - [2025-11-24 02:29:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-39459507:2c5a6c3b-d123-4db8-a15c-7d3b40f75796?flat HTTP/1.1" 200 5226 0.016613 [API:8081]10.0.0.41 - - [2025-11-24 02:29:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-39459507:2c5a6c3b-d123-4db8-a15c-7d3b40f75796?flat HTTP/1.1" 200 5226 0.014403 [API:8081]10.0.0.41 - - [2025-11-24 02:29:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-39459507:ctest-VN3-94110386?flat HTTP/1.1" 200 8211 0.012875 [API:8081]10.0.0.41 - - [2025-11-24 02:29:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.018182 [API:8081]10.0.0.41 - - [2025-11-24 02:29:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.032125 [API:8081]10.0.0.41 - - [2025-11-24 02:29:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009874 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:29:51] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.009741 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:29:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004200 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:29:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.005015 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:29:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003526 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:29:51] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004499 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:29:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002896 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:29:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002852 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:29:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002754 [API:8081]10.0.0.41 - - [2025-11-24 02:30:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.021332 [API:8081]10.0.0.41 - - [2025-11-24 02:30:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.020407 [API:8081]10.0.0.41 - - [2025-11-24 02:30:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.017929 [API:8081]10.0.0.41 - - [2025-11-24 02:30:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.020927 [API:8081]10.0.0.41 - - [2025-11-24 02:30:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.028516 [API:8081]10.0.0.41 - - [2025-11-24 02:30:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.020849 [API:8081]10.0.0.41 - - [2025-11-24 02:30:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.023274 [API:8081]10.0.0.41 - - [2025-11-24 02:30:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-39459507:ctest-VN3-94110386?flat HTTP/1.1" 200 6972 0.014951 [API:8081]10.0.0.41 - - [2025-11-24 02:30:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010001 [API:8081]10.0.0.41 - - [2025-11-24 02:30:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.020052 [API:8081]10.0.0.41 - - [2025-11-24 02:30:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.023689 [API:8081]10.0.0.41 - - [2025-11-24 02:30:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.020587 [API:8081]10.0.0.41 - - [2025-11-24 02:30:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.024105 [API:8081]10.0.0.41 - - [2025-11-24 02:30:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.022345 [API:8081]10.0.0.41 - - [2025-11-24 02:30:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.020509 [API:8081]10.0.0.41 - - [2025-11-24 02:30:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.020294 [API:8081]10.0.0.41 - - [2025-11-24 02:30:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.021565 [API:8081]10.0.0.41 - - [2025-11-24 02:31:01] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.41 - - [2025-11-24 02:31:01] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.41 - - [2025-11-24 02:31:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.024409 [API:8081]10.0.0.41 - - [2025-11-24 02:31:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.028033 [API:8081]10.0.0.41 - - [2025-11-24 02:31:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-39459507:ctest-VN2-79077858?flat HTTP/1.1" 200 7312 0.015719 [API:8081]10.0.0.41 - - [2025-11-24 02:31:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.013865 [API:8081]10.0.0.41 - - [2025-11-24 02:31:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.018878 [API:8081]10.0.0.41 - - [2025-11-24 02:31:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.017738 [API:8081]10.0.0.41 - - [2025-11-24 02:31:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.017818 [API:8081]10.0.0.50 - - [2025-11-24 02:31:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066610 [API:8081]10.0.0.41 - - [2025-11-24 02:31:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.020836 [API:8081]10.0.0.41 - - [2025-11-24 02:31:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.017086 [API:8081]10.0.0.41 - - [2025-11-24 02:31:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.019515 [API:8081]10.0.0.41 - - [2025-11-24 02:31:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.018843 [API:8081]10.0.0.41 - - [2025-11-24 02:31:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.019536 [API:8081]10.0.0.50 - - [2025-11-24 02:31:29] "GET /analytics HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.50 - - [2025-11-24 02:31:29] "GET /analytics HTTP/1.1" 401 205 0.000210 [API:8081]10.0.0.27 - - [2025-11-24 02:31:30] "GET /analytics HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.27 - - [2025-11-24 02:31:30] "GET /analytics HTTP/1.1" 401 205 0.000206 [API:8081]10.0.0.41 - - [2025-11-24 02:31:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.017801 [API:8081]10.0.0.41 - - [2025-11-24 02:31:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.017234 [API:8081]10.0.0.41 - - [2025-11-24 02:31:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-39459507:ctest-VN1-41848590?flat HTTP/1.1" 200 7644 0.016983 [API:8081]10.0.0.41 - - [2025-11-24 02:31:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011911 [API:8081]10.0.0.41 - - [2025-11-24 02:31:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.41 - - [2025-11-24 02:31:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.063438 [API:8081]10.0.0.41 - - [2025-11-24 02:31:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.057548 [API:8081]10.0.0.50 - - [2025-11-24 02:32:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.077290 [API:8081]10.0.0.50 - - [2025-11-24 02:32:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.50 - - [2025-11-24 02:32:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.27 - - [2025-11-24 02:32:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.27 - - [2025-11-24 02:32:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.27 - - [2025-11-24 02:32:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.27 - - [2025-11-24 02:32:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.50 - - [2025-11-24 02:32:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.50 - - [2025-11-24 02:32:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.41 - - [2025-11-24 02:32:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.41 - - [2025-11-24 02:32:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.41 - - [2025-11-24 02:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.41 - - [2025-11-24 02:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.41 - - [2025-11-24 02:33:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.41 - - [2025-11-24 02:33:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.068986 [API:8081]10.0.0.50 - - [2025-11-24 02:34:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069851 [API:8081]10.0.0.50 - - [2025-11-24 02:35:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.087173 [API:8081]10.0.0.41 - - [2025-11-24 02:35:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.018409 [API:8081]10.0.0.41 - - [2025-11-24 02:35:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.082464 [API:8081]10.0.0.41 - - [2025-11-24 02:35:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.092965 [API:8081]10.0.0.41 - - [2025-11-24 02:35:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.017026 [API:8081]10.0.0.41 - - [2025-11-24 02:36:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.019326 [API:8081]10.0.0.41 - - [2025-11-24 02:36:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.018806 [API:8081]10.0.0.41 - - [2025-11-24 02:36:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-93177943:ctest-vnet0-13131104?flat HTTP/1.1" 200 7967 0.033312 [API:8081]10.0.0.41 - - [2025-11-24 02:36:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009646 [API:8081]10.0.0.41 - - [2025-11-24 02:36:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.41 - - [2025-11-24 02:36:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.059080 [API:8081]10.0.0.41 - - [2025-11-24 02:36:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1362 0.060731 [API:8081]10.0.0.50 - - [2025-11-24 02:37:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063134 [API:8081]10.0.0.50 - - [2025-11-24 02:37:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.50 - - [2025-11-24 02:37:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.27 - - [2025-11-24 02:37:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.27 - - [2025-11-24 02:37:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.27 - - [2025-11-24 02:37:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.27 - - [2025-11-24 02:37:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.50 - - [2025-11-24 02:37:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.50 - - [2025-11-24 02:37:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.41 - - [2025-11-24 02:37:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.41 - - [2025-11-24 02:37:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.41 - - [2025-11-24 02:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.41 - - [2025-11-24 02:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.50 - - [2025-11-24 02:38:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.076017 [API:8081]10.0.0.41 - - [2025-11-24 02:39:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25219 0.019536 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:39:51] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002454 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:39:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003251 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:39:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003109 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:39:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003011 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:39:51] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002913 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:39:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003126 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:39:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002955 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:39:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002863 [API:8081]10.0.0.41 - - [2025-11-24 02:39:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25219 0.078254 [API:8081]10.0.0.41 - - [2025-11-24 02:39:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25219 0.021519 [API:8081]10.0.0.41 - - [2025-11-24 02:39:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25219 0.020967 [API:8081]10.0.0.41 - - [2025-11-24 02:40:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25219 0.022620 [API:8081]10.0.0.41 - - [2025-11-24 02:40:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25219 0.020041 [API:8081]10.0.0.41 - - [2025-11-24 02:40:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-38215190:ctest-vnet1-93318288?flat HTTP/1.1" 200 7307 0.013744 [API:8081]10.0.0.41 - - [2025-11-24 02:40:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010062 [API:8081]10.0.0.41 - - [2025-11-24 02:40:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24623 0.019007 [API:8081]10.0.0.41 - - [2025-11-24 02:40:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24623 0.022992 [API:8081]10.0.0.41 - - [2025-11-24 02:40:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24623 0.025711 [API:8081]10.0.0.41 - - [2025-11-24 02:40:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24623 0.027018 [API:8081]10.0.0.41 - - [2025-11-24 02:40:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24623 0.019275 [API:8081]10.0.0.41 - - [2025-11-24 02:40:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24623 0.018404 [API:8081]10.0.0.50 - - [2025-11-24 02:40:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064127 [API:8081]10.0.0.41 - - [2025-11-24 02:40:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24623 0.020374 [API:8081]10.0.0.41 - - [2025-11-24 02:40:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24623 0.017564 [API:8081]10.0.0.41 - - [2025-11-24 02:40:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24623 0.020755 [API:8081]10.0.0.41 - - [2025-11-24 02:40:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24624 0.028849 [API:8081]10.0.0.41 - - [2025-11-24 02:40:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-38215190:ctest-vnet0-17758386?flat HTTP/1.1" 200 6959 0.012473 [API:8081]10.0.0.41 - - [2025-11-24 02:40:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.014428 [API:8081]10.0.0.41 - - [2025-11-24 02:40:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.41 - - [2025-11-24 02:40:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.077357 [API:8081]10.0.0.41 - - [2025-11-24 02:40:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1386 0.090279 [API:8081]10.0.0.41 - - [2025-11-24 02:41:01] "GET /analytics HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.41 - - [2025-11-24 02:41:01] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.50 - - [2025-11-24 02:41:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.081029 [API:8081]10.0.0.50 - - [2025-11-24 02:41:29] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.50 - - [2025-11-24 02:41:29] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.27 - - [2025-11-24 02:41:30] "GET /analytics HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.27 - - [2025-11-24 02:41:30] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.50 - - [2025-11-24 02:42:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.50 - - [2025-11-24 02:42:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.27 - - [2025-11-24 02:42:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000406 [API:8081]10.0.0.27 - - [2025-11-24 02:42:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.27 - - [2025-11-24 02:42:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2025-11-24 02:42:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.50 - - [2025-11-24 02:42:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.50 - - [2025-11-24 02:42:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.41 - - [2025-11-24 02:42:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.41 - - [2025-11-24 02:42:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.41 - - [2025-11-24 02:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000439 [API:8081]10.0.0.41 - - [2025-11-24 02:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000424 [API:8081]10.0.0.50 - - [2025-11-24 02:43:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080333 [API:8081]10.0.0.41 - - [2025-11-24 02:43:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.022837 [API:8081]10.0.0.41 - - [2025-11-24 02:44:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.083509 [API:8081]10.0.0.41 - - [2025-11-24 02:44:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.030847 [API:8081]10.0.0.41 - - [2025-11-24 02:44:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.023481 [API:8081]10.0.0.41 - - [2025-11-24 02:44:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-39866718:ctest-vnet1-44739630?flat HTTP/1.1" 200 8069 0.016752 [API:8081]10.0.0.41 - - [2025-11-24 02:44:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.016408 [API:8081]10.0.0.41 - - [2025-11-24 02:44:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.017117 [API:8081]10.0.0.41 - - [2025-11-24 02:44:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.025554 [API:8081]10.0.0.41 - - [2025-11-24 02:44:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.027295 [API:8081]10.0.0.41 - - [2025-11-24 02:44:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.021553 [API:8081]10.0.0.41 - - [2025-11-24 02:44:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.017998 [API:8081]10.0.0.41 - - [2025-11-24 02:44:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.032277 [API:8081]10.0.0.50 - - [2025-11-24 02:44:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.070311 [API:8081]10.0.0.41 - - [2025-11-24 02:44:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.018007 [API:8081]10.0.0.41 - - [2025-11-24 02:44:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.028224 [API:8081]10.0.0.41 - - [2025-11-24 02:44:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.019178 [API:8081]10.0.0.41 - - [2025-11-24 02:44:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-39866718:ctest-vnet0-95432235?flat HTTP/1.1" 200 7706 0.012719 [API:8081]10.0.0.41 - - [2025-11-24 02:44:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009929 [API:8081]10.0.0.50 - - [2025-11-24 02:46:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088748 [API:8081]10.0.0.50 - - [2025-11-24 02:47:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.102133 [API:8081]10.0.0.50 - - [2025-11-24 02:47:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.50 - - [2025-11-24 02:47:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2025-11-24 02:47:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.27 - - [2025-11-24 02:47:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.27 - - [2025-11-24 02:47:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.27 - - [2025-11-24 02:47:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.50 - - [2025-11-24 02:47:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.50 - - [2025-11-24 02:47:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2025-11-24 02:47:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.41 - - [2025-11-24 02:47:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.41 - - [2025-11-24 02:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.41 - - [2025-11-24 02:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.41 - - [2025-11-24 02:48:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2025-11-24 02:48:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.065573 [API:8081]10.0.0.50 - - [2025-11-24 02:49:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071057 [API:8081]10.0.0.41 - - [2025-11-24 02:49:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.067685 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:49:51] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002841 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:49:51] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002867 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:49:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002639 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:49:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002887 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:49:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004136 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:49:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002728 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:49:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003217 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:49:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003301 [API:8081]10.0.0.50 - - [2025-11-24 02:50:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.069618 [API:8081]10.0.0.41 - - [2025-11-24 02:51:01] "GET /analytics HTTP/1.1" 401 205 0.000417 [API:8081]10.0.0.41 - - [2025-11-24 02:51:01] "GET /analytics HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.41 - - [2025-11-24 02:51:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.41 - - [2025-11-24 02:51:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1478 0.127654 [API:8081]10.0.0.50 - - [2025-11-24 02:51:29] "GET /analytics HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.50 - - [2025-11-24 02:51:29] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.27 - - [2025-11-24 02:51:30] "GET /analytics HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.27 - - [2025-11-24 02:51:30] "GET /analytics HTTP/1.1" 401 205 0.000189 [API:8081]10.0.0.41 - - [2025-11-24 02:52:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-27666690:6c6fda80-4f72-4c4b-bd0a-d5cbb9cb2710?flat HTTP/1.1" 200 5838 0.074200 [API:8081]10.0.0.41 - - [2025-11-24 02:52:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-27666690:6c6fda80-4f72-4c4b-bd0a-d5cbb9cb2710?flat HTTP/1.1" 200 5838 0.094380 [API:8081]10.0.0.41 - - [2025-11-24 02:52:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-27666690:6c6fda80-4f72-4c4b-bd0a-d5cbb9cb2710?flat HTTP/1.1" 200 5838 0.026949 [API:8081]10.0.0.41 - - [2025-11-24 02:52:04] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-27666690:ctest-SecurityGroupBasicRegressionTests1Ipv6-27666690-25881819?flat HTTP/1.1" 200 10817 0.026030 [API:8081]10.0.0.41 - - [2025-11-24 02:52:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.020715 [API:8081]10.0.0.41 - - [2025-11-24 02:52:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.020452 [API:8081]10.0.0.41 - - [2025-11-24 02:52:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011515 [API:8081]10.0.0.41 - - [2025-11-24 02:52:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-27666690:b6a4a953-e7be-4372-a02a-29543fa940a5?flat HTTP/1.1" 200 5695 0.024459 [API:8081]10.0.0.41 - - [2025-11-24 02:52:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-27666690:b6a4a953-e7be-4372-a02a-29543fa940a5?flat HTTP/1.1" 200 5695 0.028958 [API:8081]10.0.0.41 - - [2025-11-24 02:52:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-27666690:b6a4a953-e7be-4372-a02a-29543fa940a5?flat HTTP/1.1" 200 5695 0.025198 [API:8081]10.0.0.41 - - [2025-11-24 02:52:30] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-27666690:ctest-SecurityGroupBasicRegressionTests1Ipv6-27666690-25881819?flat HTTP/1.1" 200 10817 0.032998 [API:8081]10.0.0.41 - - [2025-11-24 02:52:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25244 0.035276 [API:8081]10.0.0.41 - - [2025-11-24 02:52:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25244 0.021919 [API:8081]10.0.0.41 - - [2025-11-24 02:52:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011244 [API:8081]10.0.0.50 - - [2025-11-24 02:52:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.092378 [API:8081]10.0.0.50 - - [2025-11-24 02:52:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.50 - - [2025-11-24 02:52:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.27 - - [2025-11-24 02:52:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.27 - - [2025-11-24 02:52:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.27 - - [2025-11-24 02:52:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2025-11-24 02:52:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.50 - - [2025-11-24 02:52:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.50 - - [2025-11-24 02:52:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.41 - - [2025-11-24 02:52:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.41 - - [2025-11-24 02:52:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.41 - - [2025-11-24 02:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.41 - - [2025-11-24 02:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.50 - - [2025-11-24 02:53:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.064344 [API:8081]10.0.0.41 - - [2025-11-24 02:54:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.024455 [API:8081]10.0.0.41 - - [2025-11-24 02:54:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.020970 [API:8081]10.0.0.41 - - [2025-11-24 02:54:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.019475 [API:8081]10.0.0.41 - - [2025-11-24 02:55:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.028962 [API:8081]10.0.0.41 - - [2025-11-24 02:55:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.027138 [API:8081]10.0.0.41 - - [2025-11-24 02:55:04] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-27666690:ctest-SecurityGroupBasicRegressionTests1Ipv6-27666690-25881819?flat HTTP/1.1" 200 11971 0.017890 [API:8081]10.0.0.41 - - [2025-11-24 02:55:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010515 [API:8081]10.0.0.41 - - [2025-11-24 02:55:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.017864 [API:8081]10.0.0.41 - - [2025-11-24 02:55:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.021560 [API:8081]10.0.0.41 - - [2025-11-24 02:55:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.023479 [API:8081]10.0.0.41 - - [2025-11-24 02:55:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.022346 [API:8081]10.0.0.41 - - [2025-11-24 02:55:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.028409 [API:8081]10.0.0.41 - - [2025-11-24 02:55:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019889 [API:8081]10.0.0.41 - - [2025-11-24 02:55:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.017978 [API:8081]10.0.0.41 - - [2025-11-24 02:55:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019045 [API:8081]10.0.0.41 - - [2025-11-24 02:55:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.020670 [API:8081]10.0.0.41 - - [2025-11-24 02:55:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.031053 [API:8081]10.0.0.41 - - [2025-11-24 02:55:35] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-27666690:ctest-SecurityGroupBasicRegressionTests1Ipv6-27666690-25881819?flat HTTP/1.1" 200 8812 0.015628 [API:8081]10.0.0.41 - - [2025-11-24 02:55:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.015609 [API:8081]10.0.0.50 - - [2025-11-24 02:55:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088552 [API:8081]10.0.0.41 - - [2025-11-24 02:55:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.41 - - [2025-11-24 02:55:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1280 0.079404 [API:8081]10.0.0.41 - - [2025-11-24 02:56:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-36206746:321e6aa7-7555-4f00-b356-4a96cdf22019?flat HTTP/1.1" 200 5812 0.068723 [API:8081]10.0.0.41 - - [2025-11-24 02:56:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-36206746:321e6aa7-7555-4f00-b356-4a96cdf22019?flat HTTP/1.1" 200 5812 0.065316 [API:8081]10.0.0.41 - - [2025-11-24 02:56:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-36206746:321e6aa7-7555-4f00-b356-4a96cdf22019?flat HTTP/1.1" 200 5812 0.015656 [API:8081]10.0.0.41 - - [2025-11-24 02:56:32] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-36206746:ctest-SecurityGroupBasicRegressionTests1_contrail-36206746-60245428?flat HTTP/1.1" 200 4452 0.016252 [API:8081]10.0.0.41 - - [2025-11-24 02:56:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.020179 [API:8081]10.0.0.41 - - [2025-11-24 02:56:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019616 [API:8081]10.0.0.41 - - [2025-11-24 02:56:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010598 [API:8081]10.0.0.50 - - [2025-11-24 02:56:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.071426 [API:8081]10.0.0.41 - - [2025-11-24 02:56:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-36206746:ea154597-c0c4-4a75-ac92-9de887ff44b0?flat HTTP/1.1" 200 5679 0.012567 [API:8081]10.0.0.41 - - [2025-11-24 02:56:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-36206746:ea154597-c0c4-4a75-ac92-9de887ff44b0?flat HTTP/1.1" 200 5679 0.012931 [API:8081]10.0.0.41 - - [2025-11-24 02:56:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-36206746:ea154597-c0c4-4a75-ac92-9de887ff44b0?flat HTTP/1.1" 200 5679 0.013220 [API:8081]10.0.0.41 - - [2025-11-24 02:56:57] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-36206746:ctest-SecurityGroupBasicRegressionTests1_contrail-36206746-60245428?flat HTTP/1.1" 200 10459 0.016525 [API:8081]10.0.0.41 - - [2025-11-24 02:56:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.022314 [API:8081]10.0.0.41 - - [2025-11-24 02:56:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.027568 [API:8081]10.0.0.41 - - [2025-11-24 02:56:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011162 [API:8081]10.0.0.50 - - [2025-11-24 02:57:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.50 - - [2025-11-24 02:57:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000394 [API:8081]10.0.0.27 - - [2025-11-24 02:57:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.27 - - [2025-11-24 02:57:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2025-11-24 02:57:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.27 - - [2025-11-24 02:57:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000443 [API:8081]10.0.0.50 - - [2025-11-24 02:57:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.50 - - [2025-11-24 02:57:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.41 - - [2025-11-24 02:57:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.41 - - [2025-11-24 02:57:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.41 - - [2025-11-24 02:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.41 - - [2025-11-24 02:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.41 - - [2025-11-24 02:58:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.037252 [API:8081]10.0.0.50 - - [2025-11-24 02:58:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071011 [API:8081]10.0.0.41 - - [2025-11-24 02:58:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.034755 [API:8081]10.0.0.41 - - [2025-11-24 02:58:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.021508 [API:8081]10.0.0.41 - - [2025-11-24 02:58:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.025624 [API:8081]10.0.0.41 - - [2025-11-24 02:58:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.023529 [API:8081]10.0.0.41 - - [2025-11-24 02:58:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.020753 [API:8081]10.0.0.41 - - [2025-11-24 02:58:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.021539 [API:8081]10.0.0.41 - - [2025-11-24 02:58:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.020657 [API:8081]10.0.0.41 - - [2025-11-24 02:59:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.023598 [API:8081]10.0.0.41 - - [2025-11-24 02:59:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.019749 [API:8081]10.0.0.41 - - [2025-11-24 02:59:04] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-36206746:ctest-SecurityGroupBasicRegressionTests1_contrail-36206746-60245428?flat HTTP/1.1" 200 11660 0.016615 [API:8081]10.0.0.41 - - [2025-11-24 02:59:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009293 [API:8081]10.0.0.41 - - [2025-11-24 02:59:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.017060 [API:8081]10.0.0.41 - - [2025-11-24 02:59:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.021720 [API:8081]10.0.0.41 - - [2025-11-24 02:59:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.020300 [API:8081]10.0.0.41 - - [2025-11-24 02:59:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.023642 [API:8081]10.0.0.41 - - [2025-11-24 02:59:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.018065 [API:8081]10.0.0.41 - - [2025-11-24 02:59:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.021530 [API:8081]10.0.0.41 - - [2025-11-24 02:59:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.018914 [API:8081]10.0.0.41 - - [2025-11-24 02:59:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.018382 [API:8081]10.0.0.41 - - [2025-11-24 02:59:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.023334 [API:8081]10.0.0.41 - - [2025-11-24 02:59:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.018394 [API:8081]10.0.0.41 - - [2025-11-24 02:59:35] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-36206746:ctest-SecurityGroupBasicRegressionTests1_contrail-36206746-60245428?flat HTTP/1.1" 200 8430 0.013336 [API:8081]10.0.0.41 - - [2025-11-24 02:59:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009191 [API:8081]10.0.0.50 - - [2025-11-24 02:59:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.209628 [API:8081]10.0.0.41 - - [2025-11-24 02:59:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.41 - - [2025-11-24 02:59:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1244 0.061413 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:59:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005486 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:59:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003624 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:59:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.008368 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:59:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006099 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:59:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003894 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:59:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002941 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:59:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003266 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 02:59:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004060 [API:8081]10.0.0.41 - - [2025-11-24 03:00:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-37824195:c220e575-236c-41c4-bf7f-ae9c57c467bd?flat HTTP/1.1" 200 5681 0.070875 [API:8081]10.0.0.41 - - [2025-11-24 03:00:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-37824195:c220e575-236c-41c4-bf7f-ae9c57c467bd?flat HTTP/1.1" 200 5681 0.070162 [API:8081]10.0.0.41 - - [2025-11-24 03:00:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-37824195:c220e575-236c-41c4-bf7f-ae9c57c467bd?flat HTTP/1.1" 200 5681 0.016702 [API:8081]10.0.0.41 - - [2025-11-24 03:00:34] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-37824195:ctest-SecurityGroupBasicRegressionTests1-37824195-99093115?flat HTTP/1.1" 200 4338 0.015661 [API:8081]10.0.0.41 - - [2025-11-24 03:00:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.017353 [API:8081]10.0.0.41 - - [2025-11-24 03:00:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.018244 [API:8081]10.0.0.41 - - [2025-11-24 03:00:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011029 [API:8081]10.0.0.41 - - [2025-11-24 03:01:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-37824195:452c72a0-e9ae-42af-8eab-364981199443?flat HTTP/1.1" 200 5533 0.020567 [API:8081]10.0.0.41 - - [2025-11-24 03:01:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-37824195:452c72a0-e9ae-42af-8eab-364981199443?flat HTTP/1.1" 200 5533 0.015669 [API:8081]10.0.0.41 - - [2025-11-24 03:01:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-37824195:452c72a0-e9ae-42af-8eab-364981199443?flat HTTP/1.1" 200 5533 0.017647 [API:8081]10.0.0.41 - - [2025-11-24 03:01:00] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-37824195:ctest-SecurityGroupBasicRegressionTests1-37824195-99093115?flat HTTP/1.1" 200 9927 0.018687 [API:8081]10.0.0.41 - - [2025-11-24 03:01:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25253 0.031992 [API:8081]10.0.0.41 - - [2025-11-24 03:01:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25253 0.025622 [API:8081]10.0.0.41 - - [2025-11-24 03:01:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.016009 [API:8081]10.0.0.41 - - [2025-11-24 03:01:01] "GET /analytics HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.41 - - [2025-11-24 03:01:01] "GET /analytics HTTP/1.1" 401 205 0.000209 [API:8081]10.0.0.50 - - [2025-11-24 03:01:29] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.50 - - [2025-11-24 03:01:29] "GET /analytics HTTP/1.1" 401 205 0.000173 [API:8081]10.0.0.27 - - [2025-11-24 03:01:30] "GET /analytics HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.27 - - [2025-11-24 03:01:30] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.50 - - [2025-11-24 03:01:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070427 [API:8081]10.0.0.50 - - [2025-11-24 03:02:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.079200 [API:8081]10.0.0.50 - - [2025-11-24 03:02:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.50 - - [2025-11-24 03:02:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2025-11-24 03:02:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000389 [API:8081]10.0.0.27 - - [2025-11-24 03:02:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.27 - - [2025-11-24 03:02:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.27 - - [2025-11-24 03:02:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.50 - - [2025-11-24 03:02:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.50 - - [2025-11-24 03:02:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.41 - - [2025-11-24 03:02:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.41 - - [2025-11-24 03:02:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.41 - - [2025-11-24 03:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.41 - - [2025-11-24 03:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000383 [API:8081]10.0.0.41 - - [2025-11-24 03:03:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.039770 [API:8081]10.0.0.41 - - [2025-11-24 03:03:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.025728 [API:8081]10.0.0.41 - - [2025-11-24 03:03:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.030608 [API:8081]10.0.0.41 - - [2025-11-24 03:03:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.022607 [API:8081]10.0.0.41 - - [2025-11-24 03:03:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.023793 [API:8081]10.0.0.41 - - [2025-11-24 03:03:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.027443 [API:8081]10.0.0.41 - - [2025-11-24 03:03:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.022776 [API:8081]10.0.0.41 - - [2025-11-24 03:03:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.022763 [API:8081]10.0.0.41 - - [2025-11-24 03:03:36] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-37824195:ctest-SecurityGroupBasicRegressionTests1-37824195-99093115?flat HTTP/1.1" 200 10811 0.020050 [API:8081]10.0.0.41 - - [2025-11-24 03:03:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009969 [API:8081]10.0.0.41 - - [2025-11-24 03:03:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.018828 [API:8081]10.0.0.41 - - [2025-11-24 03:03:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.018755 [API:8081]10.0.0.41 - - [2025-11-24 03:03:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.017671 [API:8081]10.0.0.41 - - [2025-11-24 03:03:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.033035 [API:8081]10.0.0.41 - - [2025-11-24 03:03:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.017861 [API:8081]10.0.0.41 - - [2025-11-24 03:03:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.019218 [API:8081]10.0.0.41 - - [2025-11-24 03:03:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.023848 [API:8081]10.0.0.41 - - [2025-11-24 03:04:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.018031 [API:8081]10.0.0.41 - - [2025-11-24 03:04:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.016457 [API:8081]10.0.0.41 - - [2025-11-24 03:04:03] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-37824195:ctest-SecurityGroupBasicRegressionTests1-37824195-99093115?flat HTTP/1.1" 200 7947 0.015581 [API:8081]10.0.0.41 - - [2025-11-24 03:04:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009445 [API:8081]10.0.0.41 - - [2025-11-24 03:04:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.41 - - [2025-11-24 03:04:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.065234 [API:8081]10.0.0.41 - - [2025-11-24 03:04:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.066417 [API:8081]10.0.0.41 - - [2025-11-24 03:04:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1766 0.070866 [API:8081]10.0.0.41 - - [2025-11-24 03:04:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.010299 [API:8081]10.0.0.41 - - [2025-11-24 03:04:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.009242 [API:8081]10.0.0.41 - - [2025-11-24 03:04:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.010549 [API:8081]10.0.0.41 - - [2025-11-24 03:04:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1776 0.009700 [API:8081]10.0.0.50 - - [2025-11-24 03:04:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086118 [API:8081]10.0.0.41 - - [2025-11-24 03:04:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2002 0.010105 [API:8081]10.0.0.41 - - [2025-11-24 03:04:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.41 - - [2025-11-24 03:04:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.073411 [API:8081]10.0.0.41 - - [2025-11-24 03:05:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1342 0.082074 [API:8081]10.0.0.41 - - [2025-11-24 03:05:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.085407 [API:8081]10.0.0.41 - - [2025-11-24 03:05:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.013298 [API:8081]10.0.0.41 - - [2025-11-24 03:05:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.009738 [API:8081]10.0.0.41 - - [2025-11-24 03:05:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.010633 [API:8081]10.0.0.41 - - [2025-11-24 03:05:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.41 - - [2025-11-24 03:05:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.083275 [API:8081]10.0.0.41 - - [2025-11-24 03:05:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.077832 [API:8081]10.0.0.41 - - [2025-11-24 03:05:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.064947 [API:8081]10.0.0.50 - - [2025-11-24 03:05:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.083245 [API:8081]10.0.0.41 - - [2025-11-24 03:05:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.009303 [API:8081]10.0.0.41 - - [2025-11-24 03:05:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.009652 [API:8081]10.0.0.41 - - [2025-11-24 03:05:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.008676 [API:8081]10.0.0.41 - - [2025-11-24 03:05:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.009359 [API:8081]10.0.0.41 - - [2025-11-24 03:05:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1982 0.010985 [API:8081]10.0.0.41 - - [2025-11-24 03:06:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.41 - - [2025-11-24 03:06:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.077112 [API:8081]10.0.0.41 - - [2025-11-24 03:06:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.087949 [API:8081]10.0.0.41 - - [2025-11-24 03:06:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1564 0.071268 [API:8081]10.0.0.41 - - [2025-11-24 03:06:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1796 0.009582 [API:8081]10.0.0.41 - - [2025-11-24 03:06:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2030 0.018801 [API:8081]10.0.0.50 - - [2025-11-24 03:07:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074568 [API:8081]10.0.0.50 - - [2025-11-24 03:07:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000427 [API:8081]10.0.0.50 - - [2025-11-24 03:07:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.27 - - [2025-11-24 03:07:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.27 - - [2025-11-24 03:07:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.27 - - [2025-11-24 03:07:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.27 - - [2025-11-24 03:07:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.50 - - [2025-11-24 03:07:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.50 - - [2025-11-24 03:07:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.41 - - [2025-11-24 03:07:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.41 - - [2025-11-24 03:07:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.41 - - [2025-11-24 03:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.41 - - [2025-11-24 03:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.50 - - [2025-11-24 03:08:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.069734 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:09:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003210 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:09:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002757 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:09:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002457 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:09:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002726 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:09:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004171 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:09:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003657 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:09:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002705 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:09:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004377 [API:8081]10.0.0.50 - - [2025-11-24 03:10:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083846 [API:8081]10.0.0.41 - - [2025-11-24 03:11:01] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.41 - - [2025-11-24 03:11:01] "GET /analytics HTTP/1.1" 401 205 0.000207 [API:8081]10.0.0.50 - - [2025-11-24 03:11:29] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.50 - - [2025-11-24 03:11:29] "GET /analytics HTTP/1.1" 401 205 0.000181 [API:8081]10.0.0.27 - - [2025-11-24 03:11:30] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.27 - - [2025-11-24 03:11:30] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.50 - - [2025-11-24 03:11:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.078983 [API:8081]10.0.0.41 - - [2025-11-24 03:12:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.41 - - [2025-11-24 03:12:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.070836 [API:8081]10.0.0.41 - - [2025-11-24 03:12:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.086375 [API:8081]10.0.0.50 - - [2025-11-24 03:12:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.50 - - [2025-11-24 03:12:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.27 - - [2025-11-24 03:12:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.27 - - [2025-11-24 03:12:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.27 - - [2025-11-24 03:12:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2025-11-24 03:12:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.50 - - [2025-11-24 03:12:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.50 - - [2025-11-24 03:12:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.41 - - [2025-11-24 03:12:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.41 - - [2025-11-24 03:12:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.41 - - [2025-11-24 03:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.41 - - [2025-11-24 03:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.50 - - [2025-11-24 03:13:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086964 [API:8081]10.0.0.50 - - [2025-11-24 03:14:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.066823 [API:8081]10.0.0.50 - - [2025-11-24 03:16:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065105 [API:8081]10.0.0.41 - - [2025-11-24 03:17:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.41 - - [2025-11-24 03:17:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1120 0.152245 [API:8081]10.0.0.41 - - [2025-11-24 03:17:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.41 - - [2025-11-24 03:17:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1342 0.065514 [API:8081]10.0.0.50 - - [2025-11-24 03:17:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.076184 [API:8081]10.0.0.50 - - [2025-11-24 03:17:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.50 - - [2025-11-24 03:17:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.27 - - [2025-11-24 03:17:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.27 - - [2025-11-24 03:17:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.27 - - [2025-11-24 03:17:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.27 - - [2025-11-24 03:17:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.50 - - [2025-11-24 03:17:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.50 - - [2025-11-24 03:17:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.41 - - [2025-11-24 03:17:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.41 - - [2025-11-24 03:17:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.41 - - [2025-11-24 03:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.41 - - [2025-11-24 03:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:19:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003046 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:19:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002504 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:19:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002717 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:19:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002341 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:19:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002906 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:19:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002860 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:19:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002534 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:19:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002944 [API:8081]10.0.0.50 - - [2025-11-24 03:19:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069498 [API:8081]10.0.0.50 - - [2025-11-24 03:20:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.064719 [API:8081]10.0.0.41 - - [2025-11-24 03:21:01] "GET /analytics HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.41 - - [2025-11-24 03:21:01] "GET /analytics HTTP/1.1" 401 205 0.000184 [API:8081]10.0.0.50 - - [2025-11-24 03:21:29] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.50 - - [2025-11-24 03:21:29] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.27 - - [2025-11-24 03:21:30] "GET /analytics HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.27 - - [2025-11-24 03:21:30] "GET /analytics HTTP/1.1" 401 205 0.000151 [API:8081]10.0.0.50 - - [2025-11-24 03:22:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.50 - - [2025-11-24 03:22:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.27 - - [2025-11-24 03:22:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000390 [API:8081]10.0.0.27 - - [2025-11-24 03:22:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.27 - - [2025-11-24 03:22:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.27 - - [2025-11-24 03:22:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.50 - - [2025-11-24 03:22:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.50 - - [2025-11-24 03:22:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.41 - - [2025-11-24 03:22:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.41 - - [2025-11-24 03:22:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.50 - - [2025-11-24 03:22:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.128248 [API:8081]10.0.0.41 - - [2025-11-24 03:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.41 - - [2025-11-24 03:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000412 [API:8081]10.0.0.41 - - [2025-11-24 03:23:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.41 - - [2025-11-24 03:23:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.062435 [API:8081]10.0.0.50 - - [2025-11-24 03:23:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.084432 [API:8081]10.0.0.50 - - [2025-11-24 03:25:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075985 [API:8081]10.0.0.50 - - [2025-11-24 03:27:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.085184 [API:8081]10.0.0.50 - - [2025-11-24 03:27:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.50 - - [2025-11-24 03:27:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.27 - - [2025-11-24 03:27:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.27 - - [2025-11-24 03:27:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.27 - - [2025-11-24 03:27:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.27 - - [2025-11-24 03:27:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.50 - - [2025-11-24 03:27:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.50 - - [2025-11-24 03:27:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.41 - - [2025-11-24 03:27:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.41 - - [2025-11-24 03:27:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.41 - - [2025-11-24 03:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.41 - - [2025-11-24 03:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.41 - - [2025-11-24 03:28:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-88364502:cbfc5b60-f104-4ef8-b7c7-2843b51fde84?flat HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.41 - - [2025-11-24 03:28:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-88364502:cbfc5b60-f104-4ef8-b7c7-2843b51fde84?flat HTTP/1.1" 200 5116 0.070970 [API:8081]10.0.0.41 - - [2025-11-24 03:28:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-88364502:cbfc5b60-f104-4ef8-b7c7-2843b51fde84?flat HTTP/1.1" 200 5116 0.075049 [API:8081]10.0.0.41 - - [2025-11-24 03:28:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-88364502:cbfc5b60-f104-4ef8-b7c7-2843b51fde84?flat HTTP/1.1" 200 5116 0.082394 [API:8081]10.0.0.41 - - [2025-11-24 03:28:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-88364502:ctest-random-59827699?flat HTTP/1.1" 200 7604 0.019420 [API:8081]10.0.0.41 - - [2025-11-24 03:28:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.022856 [API:8081]10.0.0.41 - - [2025-11-24 03:28:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.020037 [API:8081]10.0.0.41 - - [2025-11-24 03:28:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.013389 [API:8081]10.0.0.41 - - [2025-11-24 03:28:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.009646 [API:8081]10.0.0.41 - - [2025-11-24 03:28:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.021161 [API:8081]10.0.0.41 - - [2025-11-24 03:28:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.019614 [API:8081]10.0.0.41 - - [2025-11-24 03:28:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.019660 [API:8081]10.0.0.41 - - [2025-11-24 03:28:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.018039 [API:8081]10.0.0.41 - - [2025-11-24 03:28:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.017262 [API:8081]10.0.0.50 - - [2025-11-24 03:29:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073966 [API:8081]10.0.0.41 - - [2025-11-24 03:29:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.025563 [API:8081]10.0.0.41 - - [2025-11-24 03:29:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.017624 [API:8081]10.0.0.41 - - [2025-11-24 03:29:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-88364502:ctest-random-59827699?flat HTTP/1.1" 200 8120 0.017445 [API:8081]10.0.0.41 - - [2025-11-24 03:29:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.012620 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:29:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002666 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:29:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002663 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:29:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002834 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:29:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002260 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:29:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002496 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:29:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002339 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:29:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002871 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:29:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002738 [API:8081]10.0.0.50 - - [2025-11-24 03:30:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.078378 [API:8081]10.0.0.41 - - [2025-11-24 03:31:01] "GET /analytics HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.41 - - [2025-11-24 03:31:01] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.50 - - [2025-11-24 03:31:30] "GET /analytics HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.50 - - [2025-11-24 03:31:30] "GET /analytics HTTP/1.1" 401 205 0.000169 [API:8081]10.0.0.27 - - [2025-11-24 03:31:31] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.27 - - [2025-11-24 03:31:31] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.50 - - [2025-11-24 03:32:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088942 [API:8081]10.0.0.41 - - [2025-11-24 03:32:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000489 [API:8081]10.0.0.41 - - [2025-11-24 03:32:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.074434 [API:8081]10.0.0.50 - - [2025-11-24 03:32:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.50 - - [2025-11-24 03:32:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.27 - - [2025-11-24 03:32:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.27 - - [2025-11-24 03:32:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.27 - - [2025-11-24 03:32:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000454 [API:8081]10.0.0.27 - - [2025-11-24 03:32:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.50 - - [2025-11-24 03:32:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.50 - - [2025-11-24 03:32:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000441 [API:8081]10.0.0.41 - - [2025-11-24 03:32:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.41 - - [2025-11-24 03:32:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.41 - - [2025-11-24 03:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.41 - - [2025-11-24 03:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.50 - - [2025-11-24 03:33:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.066045 [API:8081]10.0.0.50 - - [2025-11-24 03:35:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074945 [API:8081]10.0.0.41 - - [2025-11-24 03:35:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.41 - - [2025-11-24 03:35:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1322 0.069012 [API:8081]10.0.0.50 - - [2025-11-24 03:36:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.078165 [API:8081]10.0.0.41 - - [2025-11-24 03:37:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.41 - - [2025-11-24 03:37:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1148 0.072545 [API:8081]10.0.0.50 - - [2025-11-24 03:37:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.50 - - [2025-11-24 03:37:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000423 [API:8081]10.0.0.27 - - [2025-11-24 03:37:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.27 - - [2025-11-24 03:37:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000392 [API:8081]10.0.0.27 - - [2025-11-24 03:37:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.27 - - [2025-11-24 03:37:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.50 - - [2025-11-24 03:37:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.50 - - [2025-11-24 03:37:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.41 - - [2025-11-24 03:37:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.41 - - [2025-11-24 03:37:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.41 - - [2025-11-24 03:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.41 - - [2025-11-24 03:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.50 - - [2025-11-24 03:38:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068815 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:16] "POST /analytics/query HTTP/1.1" 202 179 0.021807 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:16] "GET /analytics/query/033d9ea2-c8e7-11f0-96d1-00000a000029 HTTP/1.1" 200 221 0.007309 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:17] "GET /analytics/query/033d9ea2-c8e7-11f0-96d1-00000a000029 HTTP/1.1" 200 221 0.002087 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:17] "GET /analytics/query/033d9ea2-c8e7-11f0-96d1-00000a000029 HTTP/1.1" 200 338 0.002106 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:17] "GET /analytics/query/033d9ea2-c8e7-11f0-96d1-00000a000029/chunk-final/0 HTTP/1.1" 200 858 0.002320 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:18] "POST /analytics/query HTTP/1.1" 202 179 0.005919 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:18] "GET /analytics/query/0447263d-c8e7-11f0-ae28-00000a000029 HTTP/1.1" 200 221 0.012826 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:18] "GET /analytics/query/0447263d-c8e7-11f0-ae28-00000a000029 HTTP/1.1" 200 221 0.002114 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:19] "GET /analytics/query/0447263d-c8e7-11f0-ae28-00000a000029 HTTP/1.1" 200 338 0.002035 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:19] "GET /analytics/query/0447263d-c8e7-11f0-ae28-00000a000029/chunk-final/0 HTTP/1.1" 200 858 0.002509 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:20] "POST /analytics/query HTTP/1.1" 202 179 0.005260 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:20] "GET /analytics/query/05499b44-c8e7-11f0-a608-00000a000029 HTTP/1.1" 200 221 0.003453 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:20] "GET /analytics/query/05499b44-c8e7-11f0-a608-00000a000029 HTTP/1.1" 200 339 0.002009 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:20] "GET /analytics/query/05499b44-c8e7-11f0-a608-00000a000029/chunk-final/0 HTTP/1.1" 200 29035 0.004037 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:21] "POST /analytics/query HTTP/1.1" 202 179 0.004780 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:21] "GET /analytics/query/05fb79f2-c8e7-11f0-b9fe-00000a000029 HTTP/1.1" 200 221 0.005215 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:21] "GET /analytics/query/05fb79f2-c8e7-11f0-b9fe-00000a000029 HTTP/1.1" 200 339 0.002245 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:21] "GET /analytics/query/05fb79f2-c8e7-11f0-b9fe-00000a000029/chunk-final/0 HTTP/1.1" 200 30412 0.002819 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:22] "POST /analytics/query HTTP/1.1" 202 179 0.005425 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:22] "GET /analytics/query/06b92659-c8e7-11f0-8a64-00000a000029 HTTP/1.1" 200 221 0.001973 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:22] "GET /analytics/query/06b92659-c8e7-11f0-8a64-00000a000029 HTTP/1.1" 200 221 0.002076 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:23] "GET /analytics/query/06b92659-c8e7-11f0-8a64-00000a000029 HTTP/1.1" 200 339 0.002745 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:23] "GET /analytics/query/06b92659-c8e7-11f0-8a64-00000a000029/chunk-final/0 HTTP/1.1" 200 11934 0.004179 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:27] "GET /analytics/tables HTTP/1.1" 200 76090 0.003901 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:27] "POST /analytics/query HTTP/1.1" 202 179 0.005627 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:27] "GET /analytics/query/09aef7e9-c8e7-11f0-9a3b-00000a000029 HTTP/1.1" 200 221 0.002211 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:27] "GET /analytics/query/09aef7e9-c8e7-11f0-9a3b-00000a000029 HTTP/1.1" 200 340 0.002300 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:27] "GET /analytics/query/09aef7e9-c8e7-11f0-9a3b-00000a000029/chunk-final/0 HTTP/1.1" 200 321157 0.009898 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:28] "GET /analytics/tables HTTP/1.1" 200 76090 0.004073 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:29] "GET /analytics/tables HTTP/1.1" 200 76090 0.009049 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:29] "POST /analytics/query HTTP/1.1" 202 179 0.015801 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:29] "GET /analytics/query/0ad2797f-c8e7-11f0-bc34-00000a000029 HTTP/1.1" 200 221 0.002150 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:29] "GET /analytics/query/0ad2797f-c8e7-11f0-bc34-00000a000029 HTTP/1.1" 200 338 0.002445 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:29] "GET /analytics/query/0ad2797f-c8e7-11f0-bc34-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.001793 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:29] "POST /analytics/query HTTP/1.1" 202 179 0.005808 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:29] "GET /analytics/query/0b253482-c8e7-11f0-9ff0-00000a000029 HTTP/1.1" 200 221 0.002846 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:30] "GET /analytics/query/0b253482-c8e7-11f0-9ff0-00000a000029 HTTP/1.1" 200 338 0.003806 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:30] "GET /analytics/query/0b253482-c8e7-11f0-9ff0-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.002683 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:30] "POST /analytics/query HTTP/1.1" 202 179 0.008721 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:30] "GET /analytics/query/0b775553-c8e7-11f0-a1e0-00000a000029 HTTP/1.1" 200 221 0.015509 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:30] "GET /analytics/query/0b775553-c8e7-11f0-a1e0-00000a000029 HTTP/1.1" 200 338 0.002523 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:30] "GET /analytics/query/0b775553-c8e7-11f0-a1e0-00000a000029/chunk-final/0 HTTP/1.1" 200 9807 0.003119 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:30] "POST /analytics/query HTTP/1.1" 202 179 0.022404 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:30] "GET /analytics/query/0bcbb6de-c8e7-11f0-8012-00000a000029 HTTP/1.1" 200 221 0.007760 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:31] "GET /analytics/query/0bcbb6de-c8e7-11f0-8012-00000a000029 HTTP/1.1" 200 338 0.003533 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:31] "GET /analytics/query/0bcbb6de-c8e7-11f0-8012-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.003788 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:31] "POST /analytics/query HTTP/1.1" 202 179 0.006554 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:31] "GET /analytics/query/0c22c4eb-c8e7-11f0-89b9-00000a000029 HTTP/1.1" 200 221 0.003567 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:32] "GET /analytics/query/0c22c4eb-c8e7-11f0-89b9-00000a000029 HTTP/1.1" 200 338 0.001947 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:32] "GET /analytics/query/0c22c4eb-c8e7-11f0-89b9-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.002713 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:32] "POST /analytics/query HTTP/1.1" 202 179 0.005789 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:32] "GET /analytics/query/0c7693ae-c8e7-11f0-94b2-00000a000029 HTTP/1.1" 200 221 0.015729 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:32] "GET /analytics/query/0c7693ae-c8e7-11f0-94b2-00000a000029 HTTP/1.1" 200 338 0.002568 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:32] "GET /analytics/query/0c7693ae-c8e7-11f0-94b2-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.002308 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:32] "POST /analytics/query HTTP/1.1" 202 179 0.008022 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:32] "GET /analytics/query/0cc9764e-c8e7-11f0-a5e2-00000a000029 HTTP/1.1" 200 221 0.006660 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:33] "GET /analytics/query/0cc9764e-c8e7-11f0-a5e2-00000a000029 HTTP/1.1" 200 338 0.002228 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:33] "GET /analytics/query/0cc9764e-c8e7-11f0-a5e2-00000a000029/chunk-final/0 HTTP/1.1" 200 5945 0.002106 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:33] "POST /analytics/query HTTP/1.1" 202 179 0.004423 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:33] "GET /analytics/query/0d1c456c-c8e7-11f0-b5a6-00000a000029 HTTP/1.1" 200 221 0.001657 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:33] "GET /analytics/query/0d1c456c-c8e7-11f0-b5a6-00000a000029 HTTP/1.1" 200 338 0.002072 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:33] "GET /analytics/query/0d1c456c-c8e7-11f0-b5a6-00000a000029/chunk-final/0 HTTP/1.1" 200 5945 0.002293 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:33] "POST /analytics/query HTTP/1.1" 202 179 0.004596 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:33] "GET /analytics/query/0d6c6192-c8e7-11f0-9698-00000a000029 HTTP/1.1" 200 221 0.005044 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:34] "GET /analytics/query/0d6c6192-c8e7-11f0-9698-00000a000029 HTTP/1.1" 200 338 0.002908 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:34] "GET /analytics/query/0d6c6192-c8e7-11f0-9698-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.004738 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:34] "POST /analytics/query HTTP/1.1" 202 179 0.015181 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:34] "GET /analytics/query/0dbf12de-c8e7-11f0-83b0-00000a000029 HTTP/1.1" 200 221 0.005658 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:34] "GET /analytics/query/0dbf12de-c8e7-11f0-83b0-00000a000029 HTTP/1.1" 200 338 0.002411 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:34] "GET /analytics/query/0dbf12de-c8e7-11f0-83b0-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.001815 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:34] "POST /analytics/query HTTP/1.1" 202 179 0.004928 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:34] "GET /analytics/query/0e1274d6-c8e7-11f0-af4a-00000a000029 HTTP/1.1" 200 221 0.003245 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:35] "GET /analytics/query/0e1274d6-c8e7-11f0-af4a-00000a000029 HTTP/1.1" 200 338 0.002187 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:35] "GET /analytics/query/0e1274d6-c8e7-11f0-af4a-00000a000029/chunk-final/0 HTTP/1.1" 200 7876 0.002827 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:35] "POST /analytics/query HTTP/1.1" 202 179 0.006707 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:35] "GET /analytics/query/0e634a34-c8e7-11f0-9266-00000a000029 HTTP/1.1" 200 221 0.004364 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:35] "GET /analytics/query/0e634a34-c8e7-11f0-9266-00000a000029 HTTP/1.1" 200 338 0.002104 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:35] "GET /analytics/query/0e634a34-c8e7-11f0-9266-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.002180 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:36] "GET /analytics/tables HTTP/1.1" 200 76090 0.003911 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:37] "GET /analytics/tables HTTP/1.1" 200 76090 0.004062 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:37] "POST /analytics/query HTTP/1.1" 202 179 0.019521 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:37] "GET /analytics/query/0f86aa93-c8e7-11f0-b01a-00000a000029 HTTP/1.1" 200 221 0.006430 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:37] "GET /analytics/query/0f86aa93-c8e7-11f0-b01a-00000a000029 HTTP/1.1" 200 340 0.002291 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:37] "GET /analytics/query/0f86aa93-c8e7-11f0-b01a-00000a000029/chunk-final/0 HTTP/1.1" 200 1531811 0.022822 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:37] "POST /analytics/query HTTP/1.1" 202 179 0.008198 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:37] "GET /analytics/query/0fe4ab5b-c8e7-11f0-bf3f-00000a000029 HTTP/1.1" 200 221 0.002355 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:38] "GET /analytics/query/0fe4ab5b-c8e7-11f0-bf3f-00000a000029 HTTP/1.1" 200 340 0.002470 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:38] "GET /analytics/query/0fe4ab5b-c8e7-11f0-bf3f-00000a000029/chunk-final/0 HTTP/1.1" 200 1533185 0.018989 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:39] "GET /analytics/tables HTTP/1.1" 200 76090 0.003722 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:39] "GET /analytics/tables HTTP/1.1" 200 76090 0.005049 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:40] "GET /analytics/tables HTTP/1.1" 200 76090 0.003754 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:41] "GET /analytics/tables HTTP/1.1" 200 76090 0.005197 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:41] "GET /analytics/tables HTTP/1.1" 200 76090 0.003786 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:41] "POST /analytics/query HTTP/1.1" 202 179 0.005228 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:41] "GET /analytics/query/124b504e-c8e7-11f0-ae7e-00000a000029 HTTP/1.1" 200 221 0.001931 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:42] "GET /analytics/query/124b504e-c8e7-11f0-ae7e-00000a000029 HTTP/1.1" 200 339 0.002362 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:42] "GET /analytics/query/124b504e-c8e7-11f0-ae7e-00000a000029/chunk-final/0 HTTP/1.1" 200 61368 0.003869 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:43] "GET /analytics/tables HTTP/1.1" 200 76090 0.003645 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:43] "POST /analytics/query HTTP/1.1" 202 179 0.011767 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:43] "GET /analytics/query/1302e1c2-c8e7-11f0-b47f-00000a000029 HTTP/1.1" 200 221 0.008012 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:43] "GET /analytics/query/1302e1c2-c8e7-11f0-b47f-00000a000029 HTTP/1.1" 200 341 0.002045 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:43] "GET /analytics/query/1302e1c2-c8e7-11f0-b47f-00000a000029/chunk-final/0 HTTP/1.1" 200 910959 0.028580 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:44] "GET /analytics/tables HTTP/1.1" 200 76090 0.004025 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:45] "GET /analytics/tables HTTP/1.1" 200 76090 0.003730 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:48] "GET /analytics/tables HTTP/1.1" 200 76090 0.004465 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:49] "POST /analytics/query HTTP/1.1" 200 145 1.011075 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:49] "GET /analytics/tables HTTP/1.1" 200 76090 0.003649 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:50] "POST /analytics/query HTTP/1.1" 200 2306 1.012370 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:51] "GET /analytics/tables HTTP/1.1" 200 76090 0.004101 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:52] "POST /analytics/query HTTP/1.1" 200 711 1.011294 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:53] "GET /analytics/tables HTTP/1.1" 200 76090 0.003710 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:54] "POST /analytics/query HTTP/1.1" 200 2697 1.011174 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:54] "GET /analytics/tables HTTP/1.1" 200 76090 0.003780 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:55] "POST /analytics/query HTTP/1.1" 200 206 1.014555 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:56] "GET /analytics/tables HTTP/1.1" 200 76090 0.003635 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:57] "POST /analytics/query HTTP/1.1" 200 1338 1.014353 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:58] "GET /analytics/tables HTTP/1.1" 200 76090 0.004116 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:59] "POST /analytics/query HTTP/1.1" 200 2697 1.012292 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:38:59] "GET /analytics/tables HTTP/1.1" 200 76090 0.003798 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:39:00] "POST /analytics/query HTTP/1.1" 200 830 1.011404 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:39:01] "GET /analytics/tables HTTP/1.1" 200 76090 0.004022 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:39:02] "POST /analytics/query HTTP/1.1" 200 141421 1.039497 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:39:03] "GET /analytics/tables HTTP/1.1" 200 76090 0.004863 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:39:04] "POST /analytics/query HTTP/1.1" 200 931 1.011875 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:39:05] "GET /analytics/tables HTTP/1.1" 200 76090 0.003690 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:39:06] "POST /analytics/query HTTP/1.1" 200 258 1.011572 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:39:06] "GET /analytics/tables HTTP/1.1" 200 76090 0.003898 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:39:07] "POST /analytics/query HTTP/1.1" 200 596 1.015164 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:39:08] "GET /analytics/tables HTTP/1.1" 200 76090 0.004328 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:39:09] "POST /analytics/query HTTP/1.1" 200 1431 1.022501 [API:8081]10.0.0.50 - - [2025-11-24 03:39:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.074005 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:39:10] "GET /analytics/tables HTTP/1.1" 200 76090 0.005282 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:39:11] "POST /analytics/query HTTP/1.1" 200 596 1.014613 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:39:11] "GET /analytics/tables HTTP/1.1" 200 76090 0.003984 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:39:13] "POST /analytics/query HTTP/1.1" 200 236 1.040259 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:39:13] "GET /analytics/tables HTTP/1.1" 200 76090 0.003578 [API:8081]10.0.0.41 - - [2025-11-24 03:39:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.41 - - [2025-11-24 03:39:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1392 0.105105 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:39:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002408 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:39:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002606 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:39:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002876 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:39:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002701 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:39:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003262 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:39:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002846 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:39:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002245 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:39:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003292 [API:8081]10.0.0.41 - - [2025-11-24 03:40:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.075598 [API:8081]10.0.0.41 - - [2025-11-24 03:40:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.092154 [API:8081]10.0.0.41 - - [2025-11-24 03:40:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.010393 [API:8081]10.0.0.41 - - [2025-11-24 03:40:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.008452 [API:8081]10.0.0.41 - - [2025-11-24 03:40:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009144 [API:8081]10.0.0.41 - - [2025-11-24 03:40:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.010443 [API:8081]10.0.0.41 - - [2025-11-24 03:40:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.010866 [API:8081]10.0.0.41 - - [2025-11-24 03:40:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009230 [API:8081]10.0.0.41 - - [2025-11-24 03:41:00] "POST /analytics/query HTTP/1.1" 200 222 1.020366 [API:8081]10.0.0.41 - - [2025-11-24 03:41:01] "POST /analytics/query HTTP/1.1" 200 222 1.021182 [API:8081]10.0.0.41 - - [2025-11-24 03:41:01] "GET /analytics HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.41 - - [2025-11-24 03:41:01] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.41 - - [2025-11-24 03:41:02] "POST /analytics/query HTTP/1.1" 200 353 1.019923 [API:8081]10.0.0.50 - - [2025-11-24 03:41:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063394 [API:8081]10.0.0.50 - - [2025-11-24 03:41:30] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.50 - - [2025-11-24 03:41:30] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.27 - - [2025-11-24 03:41:31] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.27 - - [2025-11-24 03:41:31] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.50 - - [2025-11-24 03:42:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.079375 [API:8081]10.0.0.50 - - [2025-11-24 03:42:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.50 - - [2025-11-24 03:42:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.27 - - [2025-11-24 03:42:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.27 - - [2025-11-24 03:42:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.27 - - [2025-11-24 03:42:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.27 - - [2025-11-24 03:42:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.50 - - [2025-11-24 03:42:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.50 - - [2025-11-24 03:42:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.41 - - [2025-11-24 03:42:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.41 - - [2025-11-24 03:42:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2025-11-24 03:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.41 - - [2025-11-24 03:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.50 - - [2025-11-24 03:44:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080492 [API:8081]10.0.0.41 - - [2025-11-24 03:44:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25597 0.021974 [API:8081]10.0.0.41 - - [2025-11-24 03:44:23] "POST /analytics/query HTTP/1.1" 200 507 1.025976 [API:8081]10.0.0.41 - - [2025-11-24 03:44:24] "POST /analytics/query HTTP/1.1" 200 353 1.020536 [API:8081]10.0.0.41 - - [2025-11-24 03:44:25] "POST /analytics/query HTTP/1.1" 200 353 1.030852 [API:8081]10.0.0.50 - - [2025-11-24 03:45:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.124110 [API:8081]10.0.0.50 - - [2025-11-24 03:47:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.147448 [API:8081]10.0.0.50 - - [2025-11-24 03:47:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.50 - - [2025-11-24 03:47:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.27 - - [2025-11-24 03:47:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.27 - - [2025-11-24 03:47:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2025-11-24 03:47:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.27 - - [2025-11-24 03:47:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.50 - - [2025-11-24 03:47:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.50 - - [2025-11-24 03:47:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.41 - - [2025-11-24 03:47:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.41 - - [2025-11-24 03:47:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000382 [API:8081]10.0.0.41 - - [2025-11-24 03:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.41 - - [2025-11-24 03:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.50 - - [2025-11-24 03:48:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.079885 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:49:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002726 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:49:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002745 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:49:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002474 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:49:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002687 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:49:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003940 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:49:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002790 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:49:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002955 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:49:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003429 [API:8081]10.0.0.50 - - [2025-11-24 03:50:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073982 [API:8081]10.0.0.41 - - [2025-11-24 03:51:01] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.41 - - [2025-11-24 03:51:01] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.50 - - [2025-11-24 03:51:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.072746 [API:8081]10.0.0.50 - - [2025-11-24 03:51:30] "GET /analytics HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.50 - - [2025-11-24 03:51:30] "GET /analytics HTTP/1.1" 401 205 0.000130 [API:8081]10.0.0.27 - - [2025-11-24 03:51:31] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.27 - - [2025-11-24 03:51:31] "GET /analytics HTTP/1.1" 401 205 0.000200 [API:8081]10.0.0.50 - - [2025-11-24 03:52:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.50 - - [2025-11-24 03:52:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.27 - - [2025-11-24 03:52:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.27 - - [2025-11-24 03:52:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000683 [API:8081]10.0.0.27 - - [2025-11-24 03:52:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000432 [API:8081]10.0.0.27 - - [2025-11-24 03:52:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.50 - - [2025-11-24 03:52:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.50 - - [2025-11-24 03:52:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.41 - - [2025-11-24 03:52:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.41 - - [2025-11-24 03:52:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.41 - - [2025-11-24 03:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.41 - - [2025-11-24 03:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.50 - - [2025-11-24 03:53:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085980 [API:8081]10.0.0.50 - - [2025-11-24 03:54:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.064136 [API:8081]10.0.0.50 - - [2025-11-24 03:56:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075876 [API:8081]10.0.0.41 - - [2025-11-24 03:57:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.41 - - [2025-11-24 03:57:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.087836 [API:8081]10.0.0.50 - - [2025-11-24 03:57:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.073370 [API:8081]10.0.0.41 - - [2025-11-24 03:57:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-65738226:f4b42d4a-dedc-472f-a75e-96e85d555231?flat HTTP/1.1" 200 5201 0.065758 [API:8081]10.0.0.41 - - [2025-11-24 03:57:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-65738226:f4b42d4a-dedc-472f-a75e-96e85d555231?flat HTTP/1.1" 200 5201 0.014623 [API:8081]10.0.0.41 - - [2025-11-24 03:57:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-65738226:f4b42d4a-dedc-472f-a75e-96e85d555231?flat HTTP/1.1" 200 5201 0.071240 [API:8081]10.0.0.41 - - [2025-11-24 03:57:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-65738226:EVPN-VN1?flat HTTP/1.1" 200 7820 0.021291 [API:8081]10.0.0.41 - - [2025-11-24 03:57:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26215 0.020216 [API:8081]10.0.0.41 - - [2025-11-24 03:57:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26215 0.019455 [API:8081]10.0.0.41 - - [2025-11-24 03:57:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009739 [API:8081]10.0.0.50 - - [2025-11-24 03:57:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.50 - - [2025-11-24 03:57:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.41 - - [2025-11-24 03:57:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-65738226:ba8ea558-a2bb-481a-956e-093f57ad5e84?flat HTTP/1.1" 200 5066 0.014577 [API:8081]10.0.0.41 - - [2025-11-24 03:57:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-65738226:ba8ea558-a2bb-481a-956e-093f57ad5e84?flat HTTP/1.1" 200 5066 0.015681 [API:8081]10.0.0.41 - - [2025-11-24 03:57:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-65738226:ba8ea558-a2bb-481a-956e-093f57ad5e84?flat HTTP/1.1" 200 5066 0.013856 [API:8081]10.0.0.41 - - [2025-11-24 03:57:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-65738226:EVPN-VN1?flat HTTP/1.1" 200 7820 0.016423 [API:8081]10.0.0.41 - - [2025-11-24 03:57:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26210 0.025618 [API:8081]10.0.0.27 - - [2025-11-24 03:57:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.27 - - [2025-11-24 03:57:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.41 - - [2025-11-24 03:57:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26210 0.042833 [API:8081]10.0.0.41 - - [2025-11-24 03:57:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010937 [API:8081]10.0.0.27 - - [2025-11-24 03:57:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.27 - - [2025-11-24 03:57:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.50 - - [2025-11-24 03:57:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.50 - - [2025-11-24 03:57:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.41 - - [2025-11-24 03:57:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.41 - - [2025-11-24 03:57:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.41 - - [2025-11-24 03:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.41 - - [2025-11-24 03:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.50 - - [2025-11-24 03:59:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079727 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:59:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002606 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:59:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002998 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:59:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002530 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:59:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002713 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:59:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002664 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:59:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002537 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:59:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002463 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 03:59:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002308 [API:8081]10.0.0.41 - - [2025-11-24 04:00:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-65738226:f4b42d4a-dedc-472f-a75e-96e85d555231?flat HTTP/1.1" 200 5212 0.013529 [API:8081]10.0.0.41 - - [2025-11-24 04:00:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-65738226:f4b42d4a-dedc-472f-a75e-96e85d555231?flat HTTP/1.1" 200 5212 0.015584 [API:8081]10.0.0.41 - - [2025-11-24 04:00:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-65738226:f4b42d4a-dedc-472f-a75e-96e85d555231?flat HTTP/1.1" 200 5212 0.016999 [API:8081]10.0.0.41 - - [2025-11-24 04:00:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-65738226:EVPN-VN1?flat HTTP/1.1" 200 8758 0.024485 [API:8081]10.0.0.41 - - [2025-11-24 04:00:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21046 0.017743 [API:8081]10.0.0.41 - - [2025-11-24 04:00:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21046 0.030421 [API:8081]10.0.0.41 - - [2025-11-24 04:00:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011959 [API:8081]10.0.0.50 - - [2025-11-24 04:00:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.077974 [API:8081]10.0.0.41 - - [2025-11-24 04:00:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-65738226:ba8ea558-a2bb-481a-956e-093f57ad5e84?flat HTTP/1.1" 200 5219 0.014709 [API:8081]10.0.0.41 - - [2025-11-24 04:00:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-65738226:ba8ea558-a2bb-481a-956e-093f57ad5e84?flat HTTP/1.1" 200 5219 0.013344 [API:8081]10.0.0.41 - - [2025-11-24 04:00:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-65738226:ba8ea558-a2bb-481a-956e-093f57ad5e84?flat HTTP/1.1" 200 5219 0.013466 [API:8081]10.0.0.41 - - [2025-11-24 04:00:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-65738226:EVPN-VN1?flat HTTP/1.1" 200 8758 0.017097 [API:8081]10.0.0.41 - - [2025-11-24 04:00:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 27859 0.027209 [API:8081]10.0.0.41 - - [2025-11-24 04:00:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 27859 0.024513 [API:8081]10.0.0.41 - - [2025-11-24 04:00:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.015337 [API:8081]10.0.0.41 - - [2025-11-24 04:01:01] "GET /analytics HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.41 - - [2025-11-24 04:01:01] "GET /analytics HTTP/1.1" 401 205 0.000173 [API:8081]10.0.0.50 - - [2025-11-24 04:01:30] "GET /analytics HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.50 - - [2025-11-24 04:01:30] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.27 - - [2025-11-24 04:01:31] "GET /analytics HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.27 - - [2025-11-24 04:01:31] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.41 - - [2025-11-24 04:01:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32479 0.022120 [API:8081]10.0.0.41 - - [2025-11-24 04:01:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-65738226:EVPN-VN1?flat HTTP/1.1" 200 8543 0.015580 [API:8081]10.0.0.41 - - [2025-11-24 04:01:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010778 [API:8081]10.0.0.41 - - [2025-11-24 04:01:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24665 0.017763 [API:8081]10.0.0.41 - - [2025-11-24 04:01:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24665 0.022193 [API:8081]10.0.0.41 - - [2025-11-24 04:01:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24665 0.017715 [API:8081]10.0.0.41 - - [2025-11-24 04:01:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24665 0.019969 [API:8081]10.0.0.41 - - [2025-11-24 04:01:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-65738226:EVPN-VN1?flat HTTP/1.1" 200 5989 0.013542 [API:8081]10.0.0.41 - - [2025-11-24 04:01:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008730 [API:8081]10.0.0.50 - - [2025-11-24 04:02:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.097544 [API:8081]10.0.0.50 - - [2025-11-24 04:02:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.50 - - [2025-11-24 04:02:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.27 - - [2025-11-24 04:02:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.27 - - [2025-11-24 04:02:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.27 - - [2025-11-24 04:02:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.27 - - [2025-11-24 04:02:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000409 [API:8081]10.0.0.50 - - [2025-11-24 04:02:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.50 - - [2025-11-24 04:02:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.41 - - [2025-11-24 04:02:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000411 [API:8081]10.0.0.41 - - [2025-11-24 04:02:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000396 [API:8081]10.0.0.41 - - [2025-11-24 04:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.41 - - [2025-11-24 04:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000396 [API:8081]10.0.0.50 - - [2025-11-24 04:03:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.084222 [API:8081]10.0.0.41 - - [2025-11-24 04:04:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-61734557:ctest-TestRbac-61734557-99043293?flat HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.41 - - [2025-11-24 04:04:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-61734557:ctest-TestRbac-61734557-99043293?flat HTTP/1.1" 200 2076 0.437787 [API:8081]10.0.0.41 - - [2025-11-24 04:04:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.140075 [API:8081]10.0.0.41 - - [2025-11-24 04:04:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-61734557:ctest-TestRbac-61734557-99043293?flat HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.41 - - [2025-11-24 04:04:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-61734557:ctest-TestRbac-61734557-99043293?flat HTTP/1.1" 200 2076 0.182547 [API:8081]10.0.0.41 - - [2025-11-24 04:04:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.103561 [API:8081]10.0.0.41 - - [2025-11-24 04:04:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-63663120:3cc0f453-f9de-4996-92f7-d84ccd64651f?flat HTTP/1.1" 200 5320 0.145595 [API:8081]10.0.0.41 - - [2025-11-24 04:04:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-63663120:3cc0f453-f9de-4996-92f7-d84ccd64651f?flat HTTP/1.1" 200 5320 0.059950 [API:8081]10.0.0.41 - - [2025-11-24 04:04:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-63663120:3cc0f453-f9de-4996-92f7-d84ccd64651f?flat HTTP/1.1" 200 5320 0.055418 [API:8081]10.0.0.41 - - [2025-11-24 04:04:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-61734557:ctest-TestRbac-61734557-99043293?flat HTTP/1.1" 200 8372 0.093989 [API:8081]10.0.0.41 - - [2025-11-24 04:04:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.031883 [API:8081]10.0.0.41 - - [2025-11-24 04:04:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.162251 [API:8081]10.0.0.41 - - [2025-11-24 04:04:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.41 - - [2025-11-24 04:04:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32544 0.097257 [API:8081]10.0.0.41 - - [2025-11-24 04:04:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.040242 [API:8081]10.0.0.41 - - [2025-11-24 04:04:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.132031 [API:8081]10.0.0.41 - - [2025-11-24 04:04:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32544 0.078113 [API:8081]10.0.0.41 - - [2025-11-24 04:04:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.042980 [API:8081]10.0.0.41 - - [2025-11-24 04:04:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.120160 [API:8081]10.0.0.41 - - [2025-11-24 04:04:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.175309 [API:8081]10.0.0.41 - - [2025-11-24 04:04:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32544 0.024628 [API:8081]10.0.0.41 - - [2025-11-24 04:04:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32544 0.082982 [API:8081]10.0.0.41 - - [2025-11-24 04:04:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32544 0.022437 [API:8081]10.0.0.41 - - [2025-11-24 04:05:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32544 0.024855 [API:8081]10.0.0.41 - - [2025-11-24 04:05:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32556 0.030624 [API:8081]10.0.0.41 - - [2025-11-24 04:05:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32556 0.046857 [API:8081]10.0.0.41 - - [2025-11-24 04:05:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32556 0.023194 [API:8081]10.0.0.41 - - [2025-11-24 04:05:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32556 0.033691 [API:8081]10.0.0.41 - - [2025-11-24 04:05:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32557 0.023936 [API:8081]10.0.0.41 - - [2025-11-24 04:05:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-61734557:ctest-TestRbac-61734557-99043293?flat HTTP/1.1" 200 6494 0.013647 [API:8081]10.0.0.41 - - [2025-11-24 04:05:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010292 [API:8081]10.0.0.50 - - [2025-11-24 04:05:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.421125 [API:8081]10.0.0.41 - - [2025-11-24 04:05:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-09459323:ctest-TestRbacBasic-09459323-54340187?flat HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.41 - - [2025-11-24 04:05:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-09459323:ctest-TestRbacBasic-09459323-54340187?flat HTTP/1.1" 200 3763 0.127305 [API:8081]10.0.0.41 - - [2025-11-24 04:05:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-09459323:ctest-TestRbacBasic-09459323-54340187?flat HTTP/1.1" 401 205 0.000274 --- 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-43728348'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-24881182' RBAC: ctest-TestRbacBasic-02792710 doesn't have read permission in project '0188593b1cee46759746b0be801e6a78' 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-09459323', 'ctest-TestRbacBasic-09459323-54340187'], 'virtual_network', '35e69561-465f-4451-a311-1775b2767cb3', "Permission Denied for ['ctest-TestRbacBasic-43728348'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-24881182' RBAC: ctest-TestRbacBasic-02792710 doesn't have read permission in project '0188593b1cee46759746b0be801e6a78'"),) [API:8081]10.0.0.41 - - [2025-11-24 04:05:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-09459323:ctest-TestRbacBasic-09459323-54340187?flat HTTP/1.1" 403 198 0.123804 [API:8081]10.0.0.41 - - [2025-11-24 04:05:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-09459323:ctest-TestRbacBasic-09459323-54340187?flat HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.41 - - [2025-11-24 04:05:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-09459323:ctest-TestRbacBasic-09459323-54340187?flat HTTP/1.1" 200 6754 0.080318 [API:8081]10.0.0.41 - - [2025-11-24 04:05:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.098550 [API:8081]10.0.0.41 - - [2025-11-24 04:05:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.070734 [API:8081]10.0.0.41 - - [2025-11-24 04:05:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1406 0.068113 --- 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-43728348'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-09459323' RBAC: ctest-TestRbacBasic-02792710 doesn't have read permission in project 'e7b3a8068db24e4c904c395e02279f87' 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-09459323', 'ctest-TestRbacBasic-09459323-54340187'], 'virtual_network', '35e69561-465f-4451-a311-1775b2767cb3', "Permission Denied for ['ctest-TestRbacBasic-43728348'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-09459323' RBAC: ctest-TestRbacBasic-02792710 doesn't have read permission in project 'e7b3a8068db24e4c904c395e02279f87'"),) [API:8081]10.0.0.41 - - [2025-11-24 04:05:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-09459323:ctest-TestRbacBasic-09459323-54340187?flat HTTP/1.1" 403 198 0.050669 --- 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-43728348'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-09459323' RBAC: ctest-TestRbacBasic-02792710 doesn't have read permission in project 'e7b3a8068db24e4c904c395e02279f87' 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-09459323', 'ctest-TestRbacBasic-09459323-54340187'], 'virtual_network', '35e69561-465f-4451-a311-1775b2767cb3', "Permission Denied for ['ctest-TestRbacBasic-43728348'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-09459323' RBAC: ctest-TestRbacBasic-02792710 doesn't have read permission in project 'e7b3a8068db24e4c904c395e02279f87'"),) [API:8081]10.0.0.41 - - [2025-11-24 04:05:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-09459323:ctest-TestRbacBasic-09459323-54340187?flat HTTP/1.1" 403 198 0.095241 [API:8081]10.0.0.41 - - [2025-11-24 04:05:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-09459323:ctest-TestRbacBasic-09459323-54340187?flat HTTP/1.1" 200 6758 0.052308 [API:8081]10.0.0.41 - - [2025-11-24 04:05:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-09459323:ctest-TestRbacBasic-09459323-54340187?flat HTTP/1.1" 200 6758 0.014792 [API:8081]10.0.0.41 - - [2025-11-24 04:05:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.077032 [API:8081]10.0.0.41 - - [2025-11-24 04:05:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.052347 [API:8081]10.0.0.41 - - [2025-11-24 04:05:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1406 0.009859 [API:8081]10.0.0.41 - - [2025-11-24 04:05:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.015087 [API:8081]10.0.0.41 - - [2025-11-24 04:05:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-85419645:ctest-TestRbacBasic-85419645-39773542?flat HTTP/1.1" 401 205 0.000294 --- 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-25113343 as ['ctest-TestRbacBasic-93408795'] to R virtual-network in ctest-TestRbacBasic-85419645 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-85419645', 'ctest-TestRbacBasic-85419645-39773542'], 'virtual_network', '2a2434b3-46a7-435f-8699-e3631fc4d407', "Permission Denied for ctest-TestRbacBasic-25113343 as ['ctest-TestRbacBasic-93408795'] to R virtual-network in ctest-TestRbacBasic-85419645"),) [API:8081]10.0.0.41 - - [2025-11-24 04:05:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-85419645:ctest-TestRbacBasic-85419645-39773542?flat HTTP/1.1" 403 198 0.136663 [API:8081]10.0.0.41 - - [2025-11-24 04:05:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.076427 [API:8081]10.0.0.41 - - [2025-11-24 04:05:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-85419645:ctest-TestRbacBasic-85419645-39773542?flat HTTP/1.1" 200 2119 0.067192 [API:8081]10.0.0.41 - - [2025-11-24 04:05:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.072096 --- 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-25113343 as ['ctest-TestRbacBasic-93408795'] to R virtual-network in ctest-TestRbacBasic-85419645 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-85419645', 'ctest-TestRbacBasic-85419645-39773542'], 'virtual_network', '2a2434b3-46a7-435f-8699-e3631fc4d407', "Permission Denied for ctest-TestRbacBasic-25113343 as ['ctest-TestRbacBasic-93408795'] to R virtual-network in ctest-TestRbacBasic-85419645"),) [API:8081]10.0.0.41 - - [2025-11-24 04:05:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-85419645:ctest-TestRbacBasic-85419645-39773542?flat HTTP/1.1" 403 198 0.048203 --- 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-25113343 as ['ctest-TestRbacBasic-93408795'] to R virtual-network in ctest-TestRbacBasic-85419645 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-85419645', 'ctest-TestRbacBasic-85419645-39773542'], 'virtual_network', '2a2434b3-46a7-435f-8699-e3631fc4d407', "Permission Denied for ctest-TestRbacBasic-25113343 as ['ctest-TestRbacBasic-93408795'] to R virtual-network in ctest-TestRbacBasic-85419645"),) [API:8081]10.0.0.41 - - [2025-11-24 04:05:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-85419645:ctest-TestRbacBasic-85419645-39773542?flat HTTP/1.1" 403 198 0.094032 [API:8081]10.0.0.41 - - [2025-11-24 04:05:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.068322 [API:8081]10.0.0.41 - - [2025-11-24 04:05:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-85419645:ctest-TestRbacBasic-85419645-39773542?flat HTTP/1.1" 200 2119 0.077555 [API:8081]10.0.0.41 - - [2025-11-24 04:05:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.059427 [API:8081]10.0.0.41 - - [2025-11-24 04:05:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-85419645:ctest-TestRbacBasic-85419645-39773542?flat HTTP/1.1" 401 205 0.000384 --- 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-02792710 as ['ctest-TestRbacBasic-43728348'] to R virtual-network in ctest-TestRbacBasic-85419645 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-85419645', 'ctest-TestRbacBasic-85419645-39773542'], 'virtual_network', '2a2434b3-46a7-435f-8699-e3631fc4d407', "Permission Denied for ctest-TestRbacBasic-02792710 as ['ctest-TestRbacBasic-43728348'] to R virtual-network in ctest-TestRbacBasic-85419645"),) [API:8081]10.0.0.41 - - [2025-11-24 04:06:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-85419645:ctest-TestRbacBasic-85419645-39773542?flat HTTP/1.1" 403 198 0.115963 [API:8081]10.0.0.41 - - [2025-11-24 04:06:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.084967 [API:8081]10.0.0.41 - - [2025-11-24 04:06:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-85419645:ctest-TestRbacBasic-85419645-39773542?flat HTTP/1.1" 200 2119 0.057853 [API:8081]10.0.0.41 - - [2025-11-24 04:06:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.062437 [API:8081]10.0.0.41 - - [2025-11-24 04:06:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.069186 [API:8081]10.0.0.41 - - [2025-11-24 04:06:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1406 0.009176 [API:8081]10.0.0.50 - - [2025-11-24 04:06:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.096346 [API:8081]10.0.0.41 - - [2025-11-24 04:06:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-85419645:3b96c850-2eb2-45c1-8ad9-f8c3e24accb4?flat HTTP/1.1" 200 5387 0.053750 [API:8081]10.0.0.41 - - [2025-11-24 04:06:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-85419645:3b96c850-2eb2-45c1-8ad9-f8c3e24accb4?flat HTTP/1.1" 200 5387 0.057813 [API:8081]10.0.0.41 - - [2025-11-24 04:06:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-85419645:3b96c850-2eb2-45c1-8ad9-f8c3e24accb4?flat HTTP/1.1" 200 5387 0.049831 [API:8081]10.0.0.41 - - [2025-11-24 04:06:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-85419645:ctest-TestRbacBasic-85419645-44048571?flat HTTP/1.1" 200 8775 0.063978 [API:8081]10.0.0.41 - - [2025-11-24 04:06:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.032073 [API:8081]10.0.0.41 - - [2025-11-24 04:06:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.105035 [API:8081]10.0.0.41 - - [2025-11-24 04:06:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32557 0.022451 [API:8081]10.0.0.41 - - [2025-11-24 04:06:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.033042 [API:8081]10.0.0.41 - - [2025-11-24 04:06:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.093111 [API:8081]10.0.0.41 - - [2025-11-24 04:06:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32557 0.024853 [API:8081]10.0.0.41 - - [2025-11-24 04:06:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.038275 [API:8081]10.0.0.41 - - [2025-11-24 04:06:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-85419645:ctest-TestRbacBasic-85419645-44048571?flat HTTP/1.1" 200 8775 0.080075 [API:8081]10.0.0.41 - - [2025-11-24 04:06:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.055693 [API:8081]10.0.0.41 - - [2025-11-24 04:06:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.033692 [API:8081]10.0.0.41 - - [2025-11-24 04:06:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.109010 [API:8081]10.0.0.41 - - [2025-11-24 04:06:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32557 0.032008 [API:8081]10.0.0.41 - - [2025-11-24 04:06:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32557 0.026378 [API:8081]10.0.0.41 - - [2025-11-24 04:06:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32557 0.023813 [API:8081]10.0.0.41 - - [2025-11-24 04:07:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32557 0.038605 [API:8081]10.0.0.41 - - [2025-11-24 04:07:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.022999 [API:8081]10.0.0.41 - - [2025-11-24 04:07:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.032431 [API:8081]10.0.0.41 - - [2025-11-24 04:07:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.029477 [API:8081]10.0.0.41 - - [2025-11-24 04:07:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.038124 [API:8081]10.0.0.41 - - [2025-11-24 04:07:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-85419645:ctest-TestRbacBasic-85419645-44048571?flat HTTP/1.1" 200 6881 0.013636 [API:8081]10.0.0.41 - - [2025-11-24 04:07:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009844 [Introspect:8090]10.0.0.41 - - [2025-11-24 04:07:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001133 [API:8081]10.0.0.41 - - [2025-11-24 04:07:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.41 - - [2025-11-24 04:07:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.153718 [API:8081]10.0.0.50 - - [2025-11-24 04:07:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.50 - - [2025-11-24 04:07:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.27 - - [2025-11-24 04:07:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.27 - - [2025-11-24 04:07:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.27 - - [2025-11-24 04:07:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.27 - - [2025-11-24 04:07:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.50 - - [2025-11-24 04:07:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000401 [API:8081]10.0.0.50 - - [2025-11-24 04:07:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.41 - - [2025-11-24 04:07:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.41 - - [2025-11-24 04:07:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.41 - - [2025-11-24 04:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.41 - - [2025-11-24 04:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.50 - - [2025-11-24 04:08:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070744 [API:8081]10.0.0.50 - - [2025-11-24 04:09:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.061150 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:09:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002835 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:09:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002653 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:09:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002766 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:09:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002563 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:09:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002642 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:09:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002545 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:09:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002684 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:09:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003107 [API:8081]10.0.0.41 - - [2025-11-24 04:10:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-39892146:3ec00e20-6d06-44a9-a1ae-7c9ccd65362e?flat HTTP/1.1" 200 5444 0.022642 [API:8081]10.0.0.41 - - [2025-11-24 04:10:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-39892146:3ec00e20-6d06-44a9-a1ae-7c9ccd65362e?flat HTTP/1.1" 200 5444 0.092827 [API:8081]10.0.0.41 - - [2025-11-24 04:10:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-39892146:3ec00e20-6d06-44a9-a1ae-7c9ccd65362e?flat HTTP/1.1" 200 5444 0.072413 [API:8081]10.0.0.41 - - [2025-11-24 04:10:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-39892146:ctest-vn1-41156396?flat HTTP/1.1" 200 9486 0.028360 [API:8081]10.0.0.41 - - [2025-11-24 04:10:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.017581 [API:8081]10.0.0.41 - - [2025-11-24 04:10:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.018094 [API:8081]10.0.0.41 - - [2025-11-24 04:10:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010266 [API:8081]10.0.0.41 - - [2025-11-24 04:10:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-39892146:fa919a9f-b650-4df1-badb-3bfa2cae6215?flat HTTP/1.1" 200 5363 0.013699 [API:8081]10.0.0.41 - - [2025-11-24 04:10:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-39892146:fa919a9f-b650-4df1-badb-3bfa2cae6215?flat HTTP/1.1" 200 5363 0.013592 [API:8081]10.0.0.41 - - [2025-11-24 04:10:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-39892146:fa919a9f-b650-4df1-badb-3bfa2cae6215?flat HTTP/1.1" 200 5363 0.016424 [API:8081]10.0.0.41 - - [2025-11-24 04:10:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-39892146:ctest-vn1-41156396?flat HTTP/1.1" 200 9486 0.017219 [API:8081]10.0.0.41 - - [2025-11-24 04:10:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.022130 [API:8081]10.0.0.41 - - [2025-11-24 04:10:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.029667 [API:8081]10.0.0.41 - - [2025-11-24 04:10:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009248 [API:8081]10.0.0.41 - - [2025-11-24 04:10:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.023722 [API:8081]10.0.0.41 - - [2025-11-24 04:10:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.038269 [API:8081]10.0.0.41 - - [2025-11-24 04:10:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-39892146:ctest-vn1-41156396?flat HTTP/1.1" 200 7675 0.014535 [API:8081]10.0.0.41 - - [2025-11-24 04:10:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009500 [API:8081]10.0.0.41 - - [2025-11-24 04:10:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.028191 [API:8081]10.0.0.41 - - [2025-11-24 04:10:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.019822 [API:8081]10.0.0.41 - - [2025-11-24 04:10:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.019141 [API:8081]10.0.0.41 - - [2025-11-24 04:10:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-39892146:ctest-vn1-41156396?flat HTTP/1.1" 200 4922 0.014858 [API:8081]10.0.0.41 - - [2025-11-24 04:10:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011590 [API:8081]10.0.0.41 - - [2025-11-24 04:10:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.010384 [API:8081]10.0.0.41 - - [2025-11-24 04:11:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.009628 [API:8081]10.0.0.41 - - [2025-11-24 04:11:01] "GET /analytics HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.41 - - [2025-11-24 04:11:01] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.50 - - [2025-11-24 04:11:30] "GET /analytics HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.50 - - [2025-11-24 04:11:30] "GET /analytics HTTP/1.1" 401 205 0.000164 [API:8081]10.0.0.27 - - [2025-11-24 04:11:31] "GET /analytics HTTP/1.1" 401 205 0.000399 [API:8081]10.0.0.27 - - [2025-11-24 04:11:31] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.50 - - [2025-11-24 04:11:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066383 [API:8081]10.0.0.50 - - [2025-11-24 04:12:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 1752 0.083971 [API:8081]10.0.0.50 - - [2025-11-24 04:12:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.50 - - [2025-11-24 04:12:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000620 [API:8081]10.0.0.27 - - [2025-11-24 04:12:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.27 - - [2025-11-24 04:12:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.27 - - [2025-11-24 04:12:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.27 - - [2025-11-24 04:12:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.50 - - [2025-11-24 04:12:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.50 - - [2025-11-24 04:12:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.41 - - [2025-11-24 04:12:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.41 - - [2025-11-24 04:12:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.41 - - [2025-11-24 04:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000429 [API:8081]10.0.0.41 - - [2025-11-24 04:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [Introspect:8090]10.0.0.41 - - [2025-11-24 04:13:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001183 [API:8081]10.0.0.41 - - [2025-11-24 04:13:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4803-1?flat HTTP/1.1" 200 11935 0.073858 [API:8081]10.0.0.41 - - [2025-11-24 04:13:56] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4803-1?flat HTTP/1.1" 200 6056 0.396472 [API:8081]10.0.0.41 - - [2025-11-24 04:13:56] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4803-2?flat HTTP/1.1" 200 6055 0.078828 [API:8081]10.0.0.41 - - [2025-11-24 04:13:56] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4803-3?flat HTTP/1.1" 200 3948 0.017738 [API:8081]10.0.0.41 - - [2025-11-24 04:13:57] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?flat HTTP/1.1" 200 6129 0.014393 [API:8081]10.0.0.41 - - [2025-11-24 04:13:57] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?flat HTTP/1.1" 200 7613 0.014831 [API:8081]10.0.0.41 - - [2025-11-24 04:13:57] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?flat HTTP/1.1" 200 6129 0.012840 [API:8081]10.0.0.41 - - [2025-11-24 04:13:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.009487 [API:8081]10.0.0.50 - - [2025-11-24 04:14:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064577 [API:8081]10.0.0.41 - - [2025-11-24 04:14:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-39892146:c4b02c98-b478-4c49-a9f1-b6e3097525f7?flat HTTP/1.1" 200 5244 0.016554 [API:8081]10.0.0.41 - - [2025-11-24 04:14:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-39892146:c4b02c98-b478-4c49-a9f1-b6e3097525f7?flat HTTP/1.1" 200 5244 0.013976 [API:8081]10.0.0.41 - - [2025-11-24 04:14:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-39892146:c4b02c98-b478-4c49-a9f1-b6e3097525f7?flat HTTP/1.1" 200 5244 0.013730 [API:8081]10.0.0.41 - - [2025-11-24 04:14:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-39892146:ctest-vn1-33190066?flat HTTP/1.1" 200 7098 0.015434 [API:8081]10.0.0.41 - - [2025-11-24 04:14:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24673 0.026258 [API:8081]10.0.0.41 - - [2025-11-24 04:14:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24673 0.016288 [API:8081]10.0.0.41 - - [2025-11-24 04:14:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009551 [API:8081]10.0.0.41 - - [2025-11-24 04:15:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-39892146:70d043ac-c1ad-420a-a1b5-a10c55cd40ab?flat HTTP/1.1" 200 5243 0.017749 [API:8081]10.0.0.41 - - [2025-11-24 04:15:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-39892146:70d043ac-c1ad-420a-a1b5-a10c55cd40ab?flat HTTP/1.1" 200 5243 0.017296 [API:8081]10.0.0.41 - - [2025-11-24 04:15:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-39892146:70d043ac-c1ad-420a-a1b5-a10c55cd40ab?flat HTTP/1.1" 200 5243 0.015523 [API:8081]10.0.0.41 - - [2025-11-24 04:15:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-39892146:ctest-vn2-98319904?flat HTTP/1.1" 200 7107 0.015751 [API:8081]10.0.0.41 - - [2025-11-24 04:15:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32301 0.029905 [API:8081]10.0.0.41 - - [2025-11-24 04:15:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32301 0.033901 [API:8081]10.0.0.41 - - [2025-11-24 04:15:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009869 [API:8081]10.0.0.50 - - [2025-11-24 04:15:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.070242 [API:8081]10.0.0.41 - - [2025-11-24 04:16:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32309 0.046502 [API:8081]10.0.0.41 - - [2025-11-24 04:16:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32309 0.026378 [API:8081]10.0.0.41 - - [2025-11-24 04:16:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32309 0.030771 [API:8081]10.0.0.41 - - [2025-11-24 04:16:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32309 0.046447 [API:8081]10.0.0.41 - - [2025-11-24 04:16:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32309 0.038060 [API:8081]10.0.0.41 - - [2025-11-24 04:16:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32309 0.024215 [API:8081]10.0.0.41 - - [2025-11-24 04:17:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32309 0.024884 [API:8081]10.0.0.41 - - [2025-11-24 04:17:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32314 0.026917 [API:8081]10.0.0.41 - - [2025-11-24 04:17:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32314 0.028478 [API:8081]10.0.0.41 - - [2025-11-24 04:17:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32315 0.025263 [API:8081]10.0.0.41 - - [2025-11-24 04:17:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-39892146:ctest-vn2-98319904?flat HTTP/1.1" 200 7838 0.016160 [API:8081]10.0.0.41 - - [2025-11-24 04:17:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008212 [API:8081]10.0.0.41 - - [2025-11-24 04:17:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24701 0.033341 [API:8081]10.0.0.41 - - [2025-11-24 04:17:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24701 0.018116 [API:8081]10.0.0.41 - - [2025-11-24 04:17:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-39892146:ctest-vn1-33190066?flat HTTP/1.1" 200 7797 0.028043 [API:8081]10.0.0.41 - - [2025-11-24 04:17:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011534 [API:8081]10.0.0.50 - - [2025-11-24 04:17:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065744 [API:8081]10.0.0.50 - - [2025-11-24 04:17:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.50 - - [2025-11-24 04:17:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2025-11-24 04:17:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.27 - - [2025-11-24 04:17:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.27 - - [2025-11-24 04:17:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.27 - - [2025-11-24 04:17:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.50 - - [2025-11-24 04:17:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.50 - - [2025-11-24 04:17:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.41 - - [2025-11-24 04:17:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.41 - - [2025-11-24 04:17:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.41 - - [2025-11-24 04:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.41 - - [2025-11-24 04:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2025-11-24 04:18:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-84592174:de46b26e-230a-41b4-ac42-df4b4ae63018?flat HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.41 - - [2025-11-24 04:18:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-84592174:de46b26e-230a-41b4-ac42-df4b4ae63018?flat HTTP/1.1" 200 5228 0.064405 [API:8081]10.0.0.41 - - [2025-11-24 04:18:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-84592174:de46b26e-230a-41b4-ac42-df4b4ae63018?flat HTTP/1.1" 200 5228 0.066698 [API:8081]10.0.0.41 - - [2025-11-24 04:18:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-84592174:de46b26e-230a-41b4-ac42-df4b4ae63018?flat HTTP/1.1" 200 5228 0.071944 [API:8081]10.0.0.41 - - [2025-11-24 04:18:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-84592174:ctest-vn-75286550?flat HTTP/1.1" 200 6735 0.015541 [API:8081]10.0.0.41 - - [2025-11-24 04:18:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32328 0.024360 [API:8081]10.0.0.41 - - [2025-11-24 04:18:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32328 0.027321 [API:8081]10.0.0.41 - - [2025-11-24 04:18:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009476 [API:8081]10.0.0.41 - - [2025-11-24 04:18:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-84592174:b62380b4-e716-442c-8f16-26d965d35e64?flat HTTP/1.1" 200 5235 0.012648 [API:8081]10.0.0.41 - - [2025-11-24 04:18:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-84592174:b62380b4-e716-442c-8f16-26d965d35e64?flat HTTP/1.1" 200 5235 0.014075 [API:8081]10.0.0.41 - - [2025-11-24 04:18:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-84592174:b62380b4-e716-442c-8f16-26d965d35e64?flat HTTP/1.1" 200 5235 0.013111 [API:8081]10.0.0.41 - - [2025-11-24 04:18:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-84592174:ctest-vn-24070527?flat HTTP/1.1" 200 6748 0.015240 [API:8081]10.0.0.41 - - [2025-11-24 04:18:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24715 0.018500 [API:8081]10.0.0.41 - - [2025-11-24 04:18:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24715 0.018699 [API:8081]10.0.0.41 - - [2025-11-24 04:18:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009314 [API:8081]10.0.0.41 - - [2025-11-24 04:18:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24715 0.028113 [API:8081]10.0.0.50 - - [2025-11-24 04:18:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.080480 [API:8081]10.0.0.41 - - [2025-11-24 04:18:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24715 0.019035 [API:8081]10.0.0.41 - - [2025-11-24 04:18:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24717 0.033860 [API:8081]10.0.0.41 - - [2025-11-24 04:18:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-84592174:ctest-vn-24070527?flat HTTP/1.1" 200 4882 0.065652 [API:8081]10.0.0.41 - - [2025-11-24 04:18:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009542 [API:8081]10.0.0.41 - - [2025-11-24 04:18:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32330 0.025072 [API:8081]10.0.0.41 - - [2025-11-24 04:18:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32330 0.025361 [API:8081]10.0.0.41 - - [2025-11-24 04:18:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32330 0.024180 [API:8081]10.0.0.41 - - [2025-11-24 04:19:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32330 0.023912 [API:8081]10.0.0.41 - - [2025-11-24 04:19:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32331 0.024957 [API:8081]10.0.0.41 - - [2025-11-24 04:19:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32331 0.025503 [API:8081]10.0.0.41 - - [2025-11-24 04:19:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4803-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32331 0.038583 [API:8081]10.0.0.41 - - [2025-11-24 04:19:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-84592174:ctest-vn-75286550?flat HTTP/1.1" 200 6183 0.013036 [API:8081]10.0.0.41 - - [2025-11-24 04:19:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009140 [API:8081]10.0.0.41 - - [2025-11-24 04:19:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.41 - - [2025-11-24 04:19:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.070723 [API:8081]10.0.0.41 - - [2025-11-24 04:19:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.067327 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:19:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004570 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:19:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004301 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:19:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002598 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:19:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002466 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:19:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002360 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:19:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002360 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:19:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002799 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:19:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002522 [API:8081]10.0.0.50 - - [2025-11-24 04:20:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068013 [API:8081]10.0.0.41 - - [2025-11-24 04:21:01] "GET /analytics HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.41 - - [2025-11-24 04:21:01] "GET /analytics HTTP/1.1" 401 205 0.000175 [API:8081]10.0.0.50 - - [2025-11-24 04:21:30] "GET /analytics HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.50 - - [2025-11-24 04:21:30] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.27 - - [2025-11-24 04:21:31] "GET /analytics HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.27 - - [2025-11-24 04:21:31] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.50 - - [2025-11-24 04:21:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.079990 [API:8081]10.0.0.50 - - [2025-11-24 04:22:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.50 - - [2025-11-24 04:22:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2025-11-24 04:22:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.27 - - [2025-11-24 04:22:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.27 - - [2025-11-24 04:22:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.27 - - [2025-11-24 04:22:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.50 - - [2025-11-24 04:22:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.50 - - [2025-11-24 04:22:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.41 - - [2025-11-24 04:22:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.41 - - [2025-11-24 04:22:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.41 - - [2025-11-24 04:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.41 - - [2025-11-24 04:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.50 - - [2025-11-24 04:23:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065682 [API:8081]10.0.0.50 - - [2025-11-24 04:24:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.086013 [API:8081]10.0.0.50 - - [2025-11-24 04:26:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073892 [API:8081]10.0.0.50 - - [2025-11-24 04:27:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.083961 [API:8081]10.0.0.50 - - [2025-11-24 04:27:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.50 - - [2025-11-24 04:27:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.27 - - [2025-11-24 04:27:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.27 - - [2025-11-24 04:27:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.27 - - [2025-11-24 04:27:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.27 - - [2025-11-24 04:27:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.50 - - [2025-11-24 04:27:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.50 - - [2025-11-24 04:27:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.41 - - [2025-11-24 04:27:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.41 - - [2025-11-24 04:27:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.41 - - [2025-11-24 04:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001302 [API:8081]10.0.0.41 - - [2025-11-24 04:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.50 - - [2025-11-24 04:29:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076294 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:29:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002900 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:29:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003849 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:29:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.006272 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:29:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003178 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:29:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004300 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:29:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002840 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:29:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.006304 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:29:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002466 [API:8081]10.0.0.50 - - [2025-11-24 04:30:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.074688 [API:8081]10.0.0.41 - - [2025-11-24 04:31:01] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.41 - - [2025-11-24 04:31:01] "GET /analytics HTTP/1.1" 401 205 0.000186 [API:8081]10.0.0.50 - - [2025-11-24 04:31:30] "GET /analytics HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.50 - - [2025-11-24 04:31:30] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.27 - - [2025-11-24 04:31:31] "GET /analytics HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.27 - - [2025-11-24 04:31:31] "GET /analytics HTTP/1.1" 401 205 0.000175 [API:8081]10.0.0.50 - - [2025-11-24 04:32:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075124 [API:8081]10.0.0.50 - - [2025-11-24 04:32:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.50 - - [2025-11-24 04:32:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000388 [API:8081]10.0.0.27 - - [2025-11-24 04:32:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.27 - - [2025-11-24 04:32:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.27 - - [2025-11-24 04:32:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.27 - - [2025-11-24 04:32:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.50 - - [2025-11-24 04:32:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.50 - - [2025-11-24 04:32:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.41 - - [2025-11-24 04:32:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.41 - - [2025-11-24 04:32:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.41 - - [2025-11-24 04:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000489 [API:8081]10.0.0.41 - - [2025-11-24 04:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.50 - - [2025-11-24 04:33:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.076344 [API:8081]10.0.0.50 - - [2025-11-24 04:35:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069411 [API:8081]10.0.0.50 - - [2025-11-24 04:36:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.086602 [API:8081]10.0.0.50 - - [2025-11-24 04:37:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.50 - - [2025-11-24 04:37:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2025-11-24 04:37:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.27 - - [2025-11-24 04:37:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.27 - - [2025-11-24 04:37:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.27 - - [2025-11-24 04:37:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.50 - - [2025-11-24 04:37:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.50 - - [2025-11-24 04:37:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.41 - - [2025-11-24 04:37:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.41 - - [2025-11-24 04:37:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.41 - - [2025-11-24 04:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.41 - - [2025-11-24 04:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.50 - - [2025-11-24 04:38:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072747 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:39:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003486 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:39:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003719 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:39:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003145 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:39:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003346 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:39:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003243 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:39:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004840 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:39:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005829 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:39:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002961 [API:8081]10.0.0.50 - - [2025-11-24 04:39:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.085194 [API:8081]10.0.0.41 - - [2025-11-24 04:41:01] "GET /analytics HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.41 - - [2025-11-24 04:41:01] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.50 - - [2025-11-24 04:41:30] "GET /analytics HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.50 - - [2025-11-24 04:41:30] "GET /analytics HTTP/1.1" 401 205 0.000126 [API:8081]10.0.0.27 - - [2025-11-24 04:41:31] "GET /analytics HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.27 - - [2025-11-24 04:41:31] "GET /analytics HTTP/1.1" 401 205 0.000176 [API:8081]10.0.0.50 - - [2025-11-24 04:41:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073529 [API:8081]10.0.0.50 - - [2025-11-24 04:42:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.50 - - [2025-11-24 04:42:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.27 - - [2025-11-24 04:42:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.27 - - [2025-11-24 04:42:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.27 - - [2025-11-24 04:42:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.27 - - [2025-11-24 04:42:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.50 - - [2025-11-24 04:42:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.50 - - [2025-11-24 04:42:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.41 - - [2025-11-24 04:42:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.41 - - [2025-11-24 04:42:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.41 - - [2025-11-24 04:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.41 - - [2025-11-24 04:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.50 - - [2025-11-24 04:43:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.076015 [API:8081]10.0.0.50 - - [2025-11-24 04:45:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079614 [API:8081]10.0.0.50 - - [2025-11-24 04:46:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.076439 [API:8081]10.0.0.50 - - [2025-11-24 04:47:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.50 - - [2025-11-24 04:47:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2025-11-24 04:47:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2025-11-24 04:47:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.27 - - [2025-11-24 04:47:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.27 - - [2025-11-24 04:47:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.50 - - [2025-11-24 04:47:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.50 - - [2025-11-24 04:47:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.41 - - [2025-11-24 04:47:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.41 - - [2025-11-24 04:47:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.41 - - [2025-11-24 04:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.41 - - [2025-11-24 04:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000414 [API:8081]10.0.0.50 - - [2025-11-24 04:48:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083408 [API:8081]10.0.0.50 - - [2025-11-24 04:49:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.072565 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:49:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003785 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:49:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003174 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:49:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002938 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:49:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003567 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:49:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003044 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:49:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003533 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:49:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003122 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:49:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004112 [API:8081]10.0.0.41 - - [2025-11-24 04:51:01] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.41 - - [2025-11-24 04:51:01] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.50 - - [2025-11-24 04:51:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074146 [API:8081]10.0.0.50 - - [2025-11-24 04:51:30] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.50 - - [2025-11-24 04:51:30] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.27 - - [2025-11-24 04:51:31] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.27 - - [2025-11-24 04:51:31] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.50 - - [2025-11-24 04:52:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.110701 [API:8081]10.0.0.50 - - [2025-11-24 04:52:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.50 - - [2025-11-24 04:52:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.27 - - [2025-11-24 04:52:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.27 - - [2025-11-24 04:52:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.27 - - [2025-11-24 04:52:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000383 [API:8081]10.0.0.27 - - [2025-11-24 04:52:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.50 - - [2025-11-24 04:52:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.50 - - [2025-11-24 04:52:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.41 - - [2025-11-24 04:52:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.41 - - [2025-11-24 04:52:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000406 [API:8081]10.0.0.41 - - [2025-11-24 04:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.41 - - [2025-11-24 04:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000391 [API:8081]10.0.0.50 - - [2025-11-24 04:54:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.089335 [API:8081]10.0.0.50 - - [2025-11-24 04:55:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.079082 [API:8081]10.0.0.50 - - [2025-11-24 04:57:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064508 [API:8081]10.0.0.50 - - [2025-11-24 04:57:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.50 - - [2025-11-24 04:57:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.27 - - [2025-11-24 04:57:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.27 - - [2025-11-24 04:57:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.27 - - [2025-11-24 04:57:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.27 - - [2025-11-24 04:57:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.50 - - [2025-11-24 04:57:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.50 - - [2025-11-24 04:57:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.41 - - [2025-11-24 04:57:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.41 - - [2025-11-24 04:57:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.41 - - [2025-11-24 04:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000388 [API:8081]10.0.0.41 - - [2025-11-24 04:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.50 - - [2025-11-24 04:58:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.072431 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:59:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002339 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:59:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002552 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:59:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002799 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:59:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003591 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:59:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003957 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:59:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003817 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:59:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002920 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 04:59:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002590 [API:8081]10.0.0.50 - - [2025-11-24 05:00:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087594 [API:8081]10.0.0.41 - - [2025-11-24 05:01:01] "GET /analytics HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.41 - - [2025-11-24 05:01:01] "GET /analytics HTTP/1.1" 401 205 0.000197 [API:8081]10.0.0.50 - - [2025-11-24 05:01:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.086640 [API:8081]10.0.0.50 - - [2025-11-24 05:01:30] "GET /analytics HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.50 - - [2025-11-24 05:01:30] "GET /analytics HTTP/1.1" 401 205 0.000169 [API:8081]10.0.0.27 - - [2025-11-24 05:01:31] "GET /analytics HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.27 - - [2025-11-24 05:01:31] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.50 - - [2025-11-24 05:02:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.50 - - [2025-11-24 05:02:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.27 - - [2025-11-24 05:02:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.27 - - [2025-11-24 05:02:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.27 - - [2025-11-24 05:02:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.27 - - [2025-11-24 05:02:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.50 - - [2025-11-24 05:02:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.50 - - [2025-11-24 05:02:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000398 [API:8081]10.0.0.41 - - [2025-11-24 05:02:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.41 - - [2025-11-24 05:02:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.41 - - [2025-11-24 05:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.41 - - [2025-11-24 05:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000415 [API:8081]10.0.0.50 - - [2025-11-24 05:03:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071447 [API:8081]10.0.0.50 - - [2025-11-24 05:04:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.077891 [API:8081]10.0.0.50 - - [2025-11-24 05:06:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070935 [API:8081]10.0.0.50 - - [2025-11-24 05:07:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.080418 [API:8081]10.0.0.50 - - [2025-11-24 05:07:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.50 - - [2025-11-24 05:07:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2025-11-24 05:07:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.27 - - [2025-11-24 05:07:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.27 - - [2025-11-24 05:07:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.27 - - [2025-11-24 05:07:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.50 - - [2025-11-24 05:07:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.50 - - [2025-11-24 05:07:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.41 - - [2025-11-24 05:07:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.41 - - [2025-11-24 05:07:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.41 - - [2025-11-24 05:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000383 [API:8081]10.0.0.41 - - [2025-11-24 05:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.50 - - [2025-11-24 05:09:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081725 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:09:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002795 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:09:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003481 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:09:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003331 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:09:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003198 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:09:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003053 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:09:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004504 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:09:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002385 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:09:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002927 [API:8081]10.0.0.50 - - [2025-11-24 05:10:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.089925 [API:8081]10.0.0.41 - - [2025-11-24 05:11:01] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.41 - - [2025-11-24 05:11:01] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.50 - - [2025-11-24 05:11:30] "GET /analytics HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.50 - - [2025-11-24 05:11:30] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.27 - - [2025-11-24 05:11:31] "GET /analytics HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.27 - - [2025-11-24 05:11:31] "GET /analytics HTTP/1.1" 401 205 0.000178 [API:8081]10.0.0.50 - - [2025-11-24 05:12:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076070 [API:8081]10.0.0.50 - - [2025-11-24 05:12:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.50 - - [2025-11-24 05:12:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.27 - - [2025-11-24 05:12:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.27 - - [2025-11-24 05:12:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.27 - - [2025-11-24 05:12:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.27 - - [2025-11-24 05:12:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.50 - - [2025-11-24 05:12:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.50 - - [2025-11-24 05:12:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2025-11-24 05:12:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.41 - - [2025-11-24 05:12:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.41 - - [2025-11-24 05:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.41 - - [2025-11-24 05:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.50 - - [2025-11-24 05:13:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.075850 [API:8081]10.0.0.50 - - [2025-11-24 05:15:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065967 [API:8081]10.0.0.50 - - [2025-11-24 05:16:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.068604 [API:8081]10.0.0.50 - - [2025-11-24 05:17:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.50 - - [2025-11-24 05:17:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000544 [API:8081]10.0.0.27 - - [2025-11-24 05:17:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.27 - - [2025-11-24 05:17:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.27 - - [2025-11-24 05:17:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.27 - - [2025-11-24 05:17:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.50 - - [2025-11-24 05:17:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.50 - - [2025-11-24 05:17:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.41 - - [2025-11-24 05:17:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.41 - - [2025-11-24 05:17:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.41 - - [2025-11-24 05:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.41 - - [2025-11-24 05:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.50 - - [2025-11-24 05:18:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070306 [API:8081]10.0.0.50 - - [2025-11-24 05:19:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.076104 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:19:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002735 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:19:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002957 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:19:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002663 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:19:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002834 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:19:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003038 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:19:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002824 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:19:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002764 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:19:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002818 [API:8081]10.0.0.41 - - [2025-11-24 05:21:01] "GET /analytics HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.41 - - [2025-11-24 05:21:01] "GET /analytics HTTP/1.1" 401 205 0.000184 [API:8081]10.0.0.50 - - [2025-11-24 05:21:30] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.50 - - [2025-11-24 05:21:30] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.50 - - [2025-11-24 05:21:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077571 [API:8081]10.0.0.27 - - [2025-11-24 05:21:31] "GET /analytics HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.27 - - [2025-11-24 05:21:31] "GET /analytics HTTP/1.1" 401 205 0.000137 [API:8081]10.0.0.50 - - [2025-11-24 05:22:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.083075 [API:8081]10.0.0.50 - - [2025-11-24 05:22:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.50 - - [2025-11-24 05:22:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.27 - - [2025-11-24 05:22:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2025-11-24 05:22:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.27 - - [2025-11-24 05:22:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.27 - - [2025-11-24 05:22:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.50 - - [2025-11-24 05:22:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.50 - - [2025-11-24 05:22:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.41 - - [2025-11-24 05:22:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.41 - - [2025-11-24 05:22:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.41 - - [2025-11-24 05:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.41 - - [2025-11-24 05:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.50 - - [2025-11-24 05:24:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083798 [API:8081]10.0.0.50 - - [2025-11-24 05:25:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.085605 [API:8081]10.0.0.50 - - [2025-11-24 05:27:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067117 [API:8081]10.0.0.50 - - [2025-11-24 05:27:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000405 [API:8081]10.0.0.50 - - [2025-11-24 05:27:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.27 - - [2025-11-24 05:27:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.27 - - [2025-11-24 05:27:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.27 - - [2025-11-24 05:27:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000384 [API:8081]10.0.0.27 - - [2025-11-24 05:27:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.50 - - [2025-11-24 05:27:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.50 - - [2025-11-24 05:27:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.41 - - [2025-11-24 05:27:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.41 - - [2025-11-24 05:27:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.41 - - [2025-11-24 05:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.41 - - [2025-11-24 05:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.50 - - [2025-11-24 05:28:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.071908 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:29:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002361 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:29:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002953 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:29:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002807 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:29:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002585 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:29:53] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003126 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:29:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002996 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:29:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002879 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:29:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002605 [API:8081]10.0.0.50 - - [2025-11-24 05:30:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.089512 [API:8081]10.0.0.41 - - [2025-11-24 05:31:01] "GET /analytics HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.41 - - [2025-11-24 05:31:01] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.50 - - [2025-11-24 05:31:30] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.50 - - [2025-11-24 05:31:30] "GET /analytics HTTP/1.1" 401 205 0.000151 [API:8081]10.0.0.27 - - [2025-11-24 05:31:31] "GET /analytics HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2025-11-24 05:31:31] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.50 - - [2025-11-24 05:31:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.083329 [API:8081]10.0.0.50 - - [2025-11-24 05:32:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000441 [API:8081]10.0.0.50 - - [2025-11-24 05:32:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2025-11-24 05:32:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.27 - - [2025-11-24 05:32:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.27 - - [2025-11-24 05:32:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2025-11-24 05:32:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.50 - - [2025-11-24 05:32:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.50 - - [2025-11-24 05:32:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.41 - - [2025-11-24 05:32:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.41 - - [2025-11-24 05:32:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.41 - - [2025-11-24 05:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.41 - - [2025-11-24 05:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.50 - - [2025-11-24 05:33:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072148 [API:8081]10.0.0.50 - - [2025-11-24 05:34:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.087998 [API:8081]10.0.0.50 - - [2025-11-24 05:36:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070077 [API:8081]10.0.0.50 - - [2025-11-24 05:37:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.065409 [API:8081]10.0.0.50 - - [2025-11-24 05:37:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.50 - - [2025-11-24 05:37:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.27 - - [2025-11-24 05:37:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.27 - - [2025-11-24 05:37:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.27 - - [2025-11-24 05:37:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.27 - - [2025-11-24 05:37:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.50 - - [2025-11-24 05:37:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.50 - - [2025-11-24 05:37:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.41 - - [2025-11-24 05:37:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.41 - - [2025-11-24 05:37:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.41 - - [2025-11-24 05:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000456 [API:8081]10.0.0.41 - - [2025-11-24 05:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.50 - - [2025-11-24 05:39:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087680 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:39:53] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002443 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:39:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002787 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:39:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003303 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:39:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002500 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:39:53] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002617 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:39:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002460 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:39:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002532 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:39:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002747 [API:8081]10.0.0.50 - - [2025-11-24 05:40:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.063752 [API:8081]10.0.0.41 - - [2025-11-24 05:41:01] "GET /analytics HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.41 - - [2025-11-24 05:41:01] "GET /analytics HTTP/1.1" 401 205 0.000178 [API:8081]10.0.0.50 - - [2025-11-24 05:41:30] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.50 - - [2025-11-24 05:41:30] "GET /analytics HTTP/1.1" 401 205 0.000151 [API:8081]10.0.0.27 - - [2025-11-24 05:41:31] "GET /analytics HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.27 - - [2025-11-24 05:41:31] "GET /analytics HTTP/1.1" 401 205 0.000151 [API:8081]10.0.0.50 - - [2025-11-24 05:42:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075167 [API:8081]10.0.0.50 - - [2025-11-24 05:42:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.50 - - [2025-11-24 05:42:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.27 - - [2025-11-24 05:42:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.27 - - [2025-11-24 05:42:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.27 - - [2025-11-24 05:42:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.27 - - [2025-11-24 05:42:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.50 - - [2025-11-24 05:42:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.50 - - [2025-11-24 05:42:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.41 - - [2025-11-24 05:42:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.41 - - [2025-11-24 05:42:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.41 - - [2025-11-24 05:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.41 - - [2025-11-24 05:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.50 - - [2025-11-24 05:43:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.077632 [API:8081]10.0.0.50 - - [2025-11-24 05:45:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074410 [API:8081]10.0.0.50 - - [2025-11-24 05:46:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.066617 [API:8081]10.0.0.50 - - [2025-11-24 05:47:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.50 - - [2025-11-24 05:47:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.27 - - [2025-11-24 05:47:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.27 - - [2025-11-24 05:47:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000382 [API:8081]10.0.0.27 - - [2025-11-24 05:47:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.27 - - [2025-11-24 05:47:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.50 - - [2025-11-24 05:47:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.50 - - [2025-11-24 05:47:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.41 - - [2025-11-24 05:47:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.41 - - [2025-11-24 05:47:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.41 - - [2025-11-24 05:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.41 - - [2025-11-24 05:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.50 - - [2025-11-24 05:48:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067916 [API:8081]10.0.0.50 - - [2025-11-24 05:49:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.069914 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:49:53] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002356 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:49:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002431 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:49:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002406 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:49:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002501 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:49:53] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002491 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:49:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002524 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:49:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002557 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:49:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002706 [API:8081]10.0.0.41 - - [2025-11-24 05:51:01] "GET /analytics HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.41 - - [2025-11-24 05:51:01] "GET /analytics HTTP/1.1" 401 205 0.000142 [API:8081]10.0.0.50 - - [2025-11-24 05:51:30] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.50 - - [2025-11-24 05:51:30] "GET /analytics HTTP/1.1" 401 205 0.000168 [API:8081]10.0.0.27 - - [2025-11-24 05:51:31] "GET /analytics HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.27 - - [2025-11-24 05:51:31] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.50 - - [2025-11-24 05:51:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071073 [API:8081]10.0.0.50 - - [2025-11-24 05:52:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.085344 [API:8081]10.0.0.50 - - [2025-11-24 05:52:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.50 - - [2025-11-24 05:52:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.27 - - [2025-11-24 05:52:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.27 - - [2025-11-24 05:52:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.27 - - [2025-11-24 05:52:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.27 - - [2025-11-24 05:52:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.50 - - [2025-11-24 05:52:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.50 - - [2025-11-24 05:52:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.41 - - [2025-11-24 05:52:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.41 - - [2025-11-24 05:52:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.41 - - [2025-11-24 05:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2025-11-24 05:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.50 - - [2025-11-24 05:54:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083210 [API:8081]10.0.0.50 - - [2025-11-24 05:55:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.067854 [API:8081]10.0.0.50 - - [2025-11-24 05:57:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.50 - - [2025-11-24 05:57:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.27 - - [2025-11-24 05:57:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.27 - - [2025-11-24 05:57:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.27 - - [2025-11-24 05:57:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.27 - - [2025-11-24 05:57:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.50 - - [2025-11-24 05:57:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.50 - - [2025-11-24 05:57:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.41 - - [2025-11-24 05:57:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.41 - - [2025-11-24 05:57:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.41 - - [2025-11-24 05:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.41 - - [2025-11-24 05:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.50 - - [2025-11-24 05:57:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074758 [API:8081]10.0.0.50 - - [2025-11-24 05:58:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.117579 [API:8081]10.0.0.41 - - [2025-11-24 05:59:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.41 - - [2025-11-24 05:59:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1572 0.075963 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:59:53] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003854 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:59:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.004229 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:59:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003505 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:59:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.007057 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:59:53] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002848 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:59:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002497 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:59:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003585 [LOCAL API:8181]127.0.0.1 - - [2025-11-24 05:59:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4803-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003669 [API:8081]10.0.0.50 - - [2025-11-24 06:01:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069215 [API:8081]10.0.0.41 - - [2025-11-24 06:01:01] "GET /analytics HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.41 - - [2025-11-24 06:01:01] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.50 - - [2025-11-24 06:01:30] "GET /analytics HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.50 - - [2025-11-24 06:01:30] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.27 - - [2025-11-24 06:01:31] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.27 - - [2025-11-24 06:01:31] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.50 - - [2025-11-24 06:02:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.072722 [API:8081]10.0.0.50 - - [2025-11-24 06:02:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.50 - - [2025-11-24 06:02:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.27 - - [2025-11-24 06:02:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.27 - - [2025-11-24 06:02:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.27 - - [2025-11-24 06:02:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000402 [API:8081]10.0.0.27 - - [2025-11-24 06:02:55] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.50 - - [2025-11-24 06:02:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.50 - - [2025-11-24 06:02:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.41 - - [2025-11-24 06:02:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.41 - - [2025-11-24 06:02:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.41 - - [2025-11-24 06:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.41 - - [2025-11-24 06:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.50 - - [2025-11-24 06:04:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072634 [Introspect:8090]10.0.0.41 - - [2025-11-24 06:04:29] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001279