++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Thu Nov 20 01:56:41 AM UTC 2025 ===================' INFO: =================== Thu Nov 20 01:56:41 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ grep 'inet ' +++ ip addr show dev ens3 +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 +++ mount -t hugetlbfs ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.23,10.0.0.50,10.0.0.22 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.50,10.0.0.22 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.50,10.0.0.22 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.50,10.0.0.22 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ '[' -n '10.0.0.23:8081 10.0.0.50:8081 10.0.0.22:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.50:8081 10.0.0.22:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.50:8081 10.0.0.22:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ '[' -n '10.0.0.23:9042 10.0.0.50:9042 10.0.0.22:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.50:9042 10.0.0.22:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.50:9042 10.0.0.22:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.50,10.0.0.22 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ '[' -n '10.0.0.23:8086 10.0.0.50:8086 10.0.0.22:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.50:8086 10.0.0.22:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.50:8086 10.0.0.22:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.23,10.0.0.50,10.0.0.22 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.50,10.0.0.22 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ '[' -n '10.0.0.23:8082 10.0.0.50:8082 10.0.0.22:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.50:8082 10.0.0.22:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.50:8082 10.0.0.22:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ '[' -n '10.0.0.23:9161 10.0.0.50:9161 10.0.0.22:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.50:9161 10.0.0.22:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.50:9161 10.0.0.22:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ '[' -n '10.0.0.23:9041 10.0.0.50:9041 10.0.0.22:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.50:9041 10.0.0.22:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.50:9041 10.0.0.22:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.129,10.20.0.18,10.20.0.201 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.129,10.20.0.18,10.20.0.201 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.50,10.0.0.22 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ '[' -n 10.0.0.23:2181,10.0.0.50:2181,10.0.0.22:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.50:2181,10.0.0.22:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.50:2181,10.0.0.22:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ '[' -n '10.0.0.23:2181 10.0.0.50:2181 10.0.0.22:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.50:2181 10.0.0.22:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.50:2181 10.0.0.22:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.50,10.0.0.22 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ '[' -n 10.0.0.23:5673,10.0.0.50:5673,10.0.0.22:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.50:5673,10.0.0.22:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.50:5673,10.0.0.22:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ '[' -n '10.0.0.23:6379 10.0.0.50:6379 10.0.0.22:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.50:6379 10.0.0.22:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.50:6379 10.0.0.22:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.23,10.0.0.50,10.0.0.22 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ '[' -n '10.0.0.23:9092 10.0.0.50:9092 10.0.0.22:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.50:9092 10.0.0.22:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.50:9092 10.0.0.22:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.23 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.23,10.0.0.50,10.0.0.22 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.23,10.0.0.50,10.0.0.22 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.23,10.0.0.50,10.0.0.22 ++ cut -d , -f 1 + local cassandra=10.0.0.23 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.23 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.23,10.0.0.50,10.0.0.22 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.23,10.0.0.50,10.0.0.22 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ tr '\n' , ++++ sort ++++ grep -vi host ++++ uniq +++ local local_ips=,10.0.0.23,10.20.0.129,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 1 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ cut -d = -f 1 ++ sort ++ sed 's/^ANALYTICS_API__//g' ++ grep '^ANALYTICS_API__.*__.*=.*$' + 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/20/2025 01:56:49.609 7fa949899f80 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 11/20/2025 01:56:49.857 7fa949899f80 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 11/20/2025 01:56:49.873 7fa949899f80 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 11/20/2025 01:56:49.873 7fa949899f80 [contrail-analytics-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/analytics-api/contrail-analytics-api.log] Bottle v0.12.25 server starting up (using ContrailGeventServer())... Listening on http://10.0.0.23:8081/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer())... Listening on http://localhost:8181/ Hit Ctrl-C to quit. [API:8081]10.0.0.23 - - [2025-11-20 01:57:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.511769 [API:8081]10.0.0.50 - - [2025-11-20 01:57:23] "GET /analytics HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.50 - - [2025-11-20 01:57:23] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.22 - - [2025-11-20 01:57:23] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.22 - - [2025-11-20 01:57:23] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.23 - - [2025-11-20 01:57:23] "GET /analytics HTTP/1.1" 401 205 0.000408 [API:8081]10.0.0.23 - - [2025-11-20 01:57:23] "GET /analytics HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.50 - - [2025-11-20 01:57:54] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.50 - - [2025-11-20 01:57:54] "GET /analytics HTTP/1.1" 401 205 0.000142 [API:8081]10.0.0.22 - - [2025-11-20 01:57:54] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.22 - - [2025-11-20 01:57:54] "GET /analytics HTTP/1.1" 401 205 0.000203 [API:8081]10.0.0.23 - - [2025-11-20 01:57:54] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.23 - - [2025-11-20 01:57:54] "GET /analytics HTTP/1.1" 401 205 0.000162 [API:8081]10.0.0.50 - - [2025-11-20 01:58:24] "GET /analytics HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.50 - - [2025-11-20 01:58:24] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.22 - - [2025-11-20 01:58:24] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.22 - - [2025-11-20 01:58:24] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.23 - - [2025-11-20 01:59:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.057647 [API:8081]10.0.0.50 - - [2025-11-20 02:00:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.50 - - [2025-11-20 02:00:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.50 - - [2025-11-20 02:00:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.50 - - [2025-11-20 02:00:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.22 - - [2025-11-20 02:00:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.22 - - [2025-11-20 02:00:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.23 - - [2025-11-20 02:00:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2025-11-20 02:00:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.23 - - [2025-11-20 02:00:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.22 - - [2025-11-20 02:00:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2025-11-20 02:00:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2025-11-20 02:00:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2025-11-20 02:00:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.065750 [Introspect:8090]10.0.0.23 - - [2025-11-20 02:00:17] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001005 [Introspect:8090]10.0.0.23 - - [2025-11-20 02:00:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001021 [Introspect:8090]10.0.0.23 - - [2025-11-20 02:01:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001006 [Introspect:8090]10.0.0.23 - - [2025-11-20 02:01:58] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000553 [API:8081]10.0.0.23 - - [2025-11-20 02:01:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-1:Control:contrail-control:0?flat HTTP/1.1" 200 38723 0.070761 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.071980 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-2:Control:contrail-control:0?flat HTTP/1.1" 200 27605 0.064888 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.014704 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-3:Control:contrail-control:0?flat HTTP/1.1" 200 38616 0.054996 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13497 0.016645 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20486 0.019211 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.019794 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3709 0.012785 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3375 0.011424 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.009573 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4620 0.014464 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4314 0.010996 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4614 0.012731 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.009762 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012811 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.016642 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013264 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011932 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011554 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011549 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.012866 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.013318 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.012399 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14826 0.015751 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.017608 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14838 0.015412 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.021936 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14821 0.013677 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.016387 [API:8081]10.0.0.23 - - [2025-11-20 02:01:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.019146 [API:8081]10.0.0.23 - - [2025-11-20 02:02:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.020300 [API:8081]10.0.0.23 - - [2025-11-20 02:02:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.020127 [API:8081]10.0.0.23 - - [2025-11-20 02:02:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.022569 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.028923 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3269 0.023420 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.039732 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.016058 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.011845 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14829 0.023216 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3995 0.019565 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.024562 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14838 0.021059 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.014441 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.011314 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14827 0.017747 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.011965 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.018801 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3985 0.012908 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.019089 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.014435 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.016990 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.013535 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4622 0.015065 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4616 0.017743 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4621 0.013878 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-1:Control:contrail-control:0?flat HTTP/1.1" 200 38726 0.029918 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.012088 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.020816 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-2:Control:contrail-control:0?flat HTTP/1.1" 200 27605 0.017370 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.012266 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.015234 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-3:Control:contrail-control:0?flat HTTP/1.1" 200 38620 0.018722 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.012380 [API:8081]10.0.0.23 - - [2025-11-20 02:02:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4768-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13497 0.015837 [API:8081]10.0.0.23 - - [2025-11-20 02:02:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4768-1?flat HTTP/1.1" 200 12053 0.020747 [API:8081]10.0.0.23 - - [2025-11-20 02:02:05] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?flat HTTP/1.1" 200 15888 0.034970 [API:8081]10.0.0.23 - - [2025-11-20 02:02:05] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?flat HTTP/1.1" 200 17802 0.030316 [API:8081]10.0.0.23 - - [2025-11-20 02:02:05] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?flat HTTP/1.1" 200 15385 0.027564 [API:8081]10.0.0.23 - - [2025-11-20 02:02:05] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?flat HTTP/1.1" 200 15888 0.022837 [API:8081]10.0.0.23 - - [2025-11-20 02:02:05] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?flat HTTP/1.1" 200 17802 0.024250 [API:8081]10.0.0.23 - - [2025-11-20 02:02:05] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?flat HTTP/1.1" 200 15385 0.018013 [API:8081]10.0.0.23 - - [2025-11-20 02:02:05] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?flat HTTP/1.1" 200 15888 0.026795 [API:8081]10.0.0.23 - - [2025-11-20 02:02:05] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?flat HTTP/1.1" 200 17802 0.023008 [API:8081]10.0.0.23 - - [2025-11-20 02:02:05] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?flat HTTP/1.1" 200 15385 0.024852 [API:8081]10.0.0.23 - - [2025-11-20 02:02:05] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?flat HTTP/1.1" 200 15888 0.022622 [API:8081]10.0.0.23 - - [2025-11-20 02:02:05] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?flat HTTP/1.1" 200 17802 0.029866 [API:8081]10.0.0.23 - - [2025-11-20 02:02:06] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?flat HTTP/1.1" 200 15385 0.027822 [API:8081]10.0.0.23 - - [2025-11-20 02:02:07] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4768-1?flat HTTP/1.1" 200 7998 0.015995 [API:8081]10.0.0.23 - - [2025-11-20 02:02:07] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4768-2?flat HTTP/1.1" 200 7993 0.019181 [API:8081]10.0.0.23 - - [2025-11-20 02:02:07] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4768-3?flat HTTP/1.1" 200 7996 0.015259 [API:8081]10.0.0.23 - - [2025-11-20 02:02:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064180 [API:8081]10.0.0.23 - - [2025-11-20 02:02:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.23 - - [2025-11-20 02:02:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.058192 [API:8081]10.0.0.23 - - [2025-11-20 02:02:29] "POST /analytics/query HTTP/1.1" 200 54681 1.068174 [API:8081]10.0.0.23 - - [2025-11-20 02:02:30] "POST /analytics/query HTTP/1.1" 200 5875 1.066352 [API:8081]10.0.0.23 - - [2025-11-20 02:02:31] "POST /analytics/query HTTP/1.1" 200 871 1.023772 [API:8081]10.0.0.23 - - [2025-11-20 02:02:32] "POST /analytics/query HTTP/1.1" 200 5875 1.016803 [API:8081]10.0.0.23 - - [2025-11-20 02:02:33] "POST /analytics/query HTTP/1.1" 200 871 1.016656 [API:8081]10.0.0.23 - - [2025-11-20 02:02:44] "GET /documentation/index.html HTTP/1.1" 200 5407 0.001091 [API:8081]10.0.0.23 - - [2025-11-20 02:03:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.079489 [API:8081]10.0.0.50 - - [2025-11-20 02:05:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.50 - - [2025-11-20 02:05:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.50 - - [2025-11-20 02:05:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.50 - - [2025-11-20 02:05:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.22 - - [2025-11-20 02:05:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.22 - - [2025-11-20 02:05:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2025-11-20 02:05:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000597 [API:8081]10.0.0.22 - - [2025-11-20 02:05:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2025-11-20 02:05:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.22 - - [2025-11-20 02:05:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2025-11-20 02:05:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2025-11-20 02:05:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000555 [API:8081]10.0.0.23 - - [2025-11-20 02:05:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075418 [API:8081]10.0.0.23 - - [2025-11-20 02:06:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.070157 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:06:49] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002598 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:06:49] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002905 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:06:49] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002850 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:06:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002959 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:06:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003286 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:06:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002765 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:06:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002677 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:06:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002547 [API:8081]10.0.0.23 - - [2025-11-20 02:07:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.23 - - [2025-11-20 02:07:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1736 0.081669 [API:8081]10.0.0.23 - - [2025-11-20 02:07:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1968 0.065542 [API:8081]10.0.0.23 - - [2025-11-20 02:07:54] "GET /analytics HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.23 - - [2025-11-20 02:07:54] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.23 - - [2025-11-20 02:08:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.139831 [API:8081]10.0.0.50 - - [2025-11-20 02:08:24] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.50 - - [2025-11-20 02:08:24] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.22 - - [2025-11-20 02:08:24] "GET /analytics HTTP/1.1" 401 205 0.000208 [API:8081]10.0.0.22 - - [2025-11-20 02:08:24] "GET /analytics HTTP/1.1" 401 205 0.000151 [API:8081]10.0.0.23 - - [2025-11-20 02:09:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.078854 [API:8081]10.0.0.50 - - [2025-11-20 02:10:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.50 - - [2025-11-20 02:10:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.50 - - [2025-11-20 02:10:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.50 - - [2025-11-20 02:10:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.22 - - [2025-11-20 02:10:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.22 - - [2025-11-20 02:10:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.23 - - [2025-11-20 02:10:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.22 - - [2025-11-20 02:10:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2025-11-20 02:10:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.22 - - [2025-11-20 02:10:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.23 - - [2025-11-20 02:10:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.23 - - [2025-11-20 02:10:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.23 - - [2025-11-20 02:11:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074398 [API:8081]10.0.0.23 - - [2025-11-20 02:12:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.064939 [API:8081]10.0.0.23 - - [2025-11-20 02:13:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2025-11-20 02:13:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2238 0.064435 [API:8081]10.0.0.23 - - [2025-11-20 02:13:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2238 0.054015 [API:8081]10.0.0.23 - - [2025-11-20 02:14:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060789 [API:8081]10.0.0.23 - - [2025-11-20 02:14:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1886 0.008666 [API:8081]10.0.0.23 - - [2025-11-20 02:14:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2114 0.010858 [API:8081]10.0.0.23 - - [2025-11-20 02:14:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2342 0.071595 [API:8081]10.0.0.23 - - [2025-11-20 02:14:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2570 0.009131 [API:8081]10.0.0.50 - - [2025-11-20 02:15:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.50 - - [2025-11-20 02:15:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.50 - - [2025-11-20 02:15:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.50 - - [2025-11-20 02:15:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.22 - - [2025-11-20 02:15:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.22 - - [2025-11-20 02:15:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2025-11-20 02:15:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2025-11-20 02:15:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.22 - - [2025-11-20 02:15:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2025-11-20 02:15:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2025-11-20 02:15:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2025-11-20 02:15:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.23 - - [2025-11-20 02:15:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.069181 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:16:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003029 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:16:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003075 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:16:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002633 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:16:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002600 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:16:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003180 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:16:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002751 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:16:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002864 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:16:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002949 [API:8081]10.0.0.23 - - [2025-11-20 02:17:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064260 [API:8081]10.0.0.23 - - [2025-11-20 02:17:54] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2025-11-20 02:17:54] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.23 - - [2025-11-20 02:18:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.019791 [API:8081]10.0.0.23 - - [2025-11-20 02:18:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.069037 [API:8081]10.0.0.23 - - [2025-11-20 02:18:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.030039 [API:8081]10.0.0.23 - - [2025-11-20 02:18:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.077634 [API:8081]10.0.0.23 - - [2025-11-20 02:18:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.018477 [API:8081]10.0.0.23 - - [2025-11-20 02:18:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.067723 [API:8081]10.0.0.23 - - [2025-11-20 02:18:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.031034 [API:8081]10.0.0.50 - - [2025-11-20 02:18:24] "GET /analytics HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.50 - - [2025-11-20 02:18:24] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.22 - - [2025-11-20 02:18:24] "GET /analytics HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.22 - - [2025-11-20 02:18:24] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.23 - - [2025-11-20 02:18:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.021727 [API:8081]10.0.0.23 - - [2025-11-20 02:18:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.020595 [API:8081]10.0.0.23 - - [2025-11-20 02:18:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-98767008:ctest-vnet1-11592497?flat HTTP/1.1" 200 8246 0.012207 [API:8081]10.0.0.23 - - [2025-11-20 02:18:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007974 [API:8081]10.0.0.23 - - [2025-11-20 02:18:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.021575 [API:8081]10.0.0.23 - - [2025-11-20 02:18:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.022060 [API:8081]10.0.0.23 - - [2025-11-20 02:18:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.019293 [API:8081]10.0.0.23 - - [2025-11-20 02:18:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-98767008:ctest-vnet0-83886727?flat HTTP/1.1" 200 8242 0.016000 [API:8081]10.0.0.23 - - [2025-11-20 02:18:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009352 [API:8081]10.0.0.23 - - [2025-11-20 02:18:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.008239 [API:8081]10.0.0.50 - - [2025-11-20 02:20:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.50 - - [2025-11-20 02:20:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.50 - - [2025-11-20 02:20:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000418 [API:8081]10.0.0.50 - - [2025-11-20 02:20:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.22 - - [2025-11-20 02:20:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.22 - - [2025-11-20 02:20:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2025-11-20 02:20:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.22 - - [2025-11-20 02:20:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2025-11-20 02:20:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.22 - - [2025-11-20 02:20:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2025-11-20 02:20:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.23 - - [2025-11-20 02:20:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.23 - - [2025-11-20 02:20:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078773 [API:8081]10.0.0.23 - - [2025-11-20 02:20:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-11-20 02:20:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.069151 [API:8081]10.0.0.23 - - [2025-11-20 02:21:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.068321 [API:8081]10.0.0.23 - - [2025-11-20 02:21:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.079592 [API:8081]10.0.0.23 - - [2025-11-20 02:21:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019312 [API:8081]10.0.0.23 - - [2025-11-20 02:21:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.066695 [API:8081]10.0.0.23 - - [2025-11-20 02:22:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.022256 [API:8081]10.0.0.23 - - [2025-11-20 02:22:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.022722 [API:8081]10.0.0.23 - - [2025-11-20 02:22:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-66606928:ctest-vnet0-49325618?flat HTTP/1.1" 200 7202 0.015288 [API:8081]10.0.0.23 - - [2025-11-20 02:22:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010526 [API:8081]10.0.0.23 - - [2025-11-20 02:22:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2025-11-20 02:22:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.079604 [API:8081]10.0.0.23 - - [2025-11-20 02:22:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2025-11-20 02:22:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.059273 [API:8081]10.0.0.23 - - [2025-11-20 02:22:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.058532 [API:8081]10.0.0.23 - - [2025-11-20 02:22:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.060630 [API:8081]10.0.0.23 - - [2025-11-20 02:23:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057800 [API:8081]10.0.0.23 - - [2025-11-20 02:23:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-19961934:1af76c99-fccf-4c99-8fd3-b694c17beac8?flat HTTP/1.1" 200 5229 0.013401 [API:8081]10.0.0.23 - - [2025-11-20 02:23:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-19961934:1af76c99-fccf-4c99-8fd3-b694c17beac8?flat HTTP/1.1" 200 5229 0.013685 [API:8081]10.0.0.23 - - [2025-11-20 02:23:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-19961934:1af76c99-fccf-4c99-8fd3-b694c17beac8?flat HTTP/1.1" 200 5229 0.016969 [API:8081]10.0.0.23 - - [2025-11-20 02:23:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-19961934:ctest-VN1-28564088?flat HTTP/1.1" 200 8556 0.020810 [API:8081]10.0.0.23 - - [2025-11-20 02:23:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.026399 [API:8081]10.0.0.23 - - [2025-11-20 02:23:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.018975 [API:8081]10.0.0.23 - - [2025-11-20 02:23:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009236 [API:8081]10.0.0.23 - - [2025-11-20 02:23:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-19961934:e2c681c0-b5f9-44b2-8206-3321b6621a7c?flat HTTP/1.1" 200 5346 0.016264 [API:8081]10.0.0.23 - - [2025-11-20 02:23:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-19961934:e2c681c0-b5f9-44b2-8206-3321b6621a7c?flat HTTP/1.1" 200 5346 0.012746 [API:8081]10.0.0.23 - - [2025-11-20 02:23:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-19961934:e2c681c0-b5f9-44b2-8206-3321b6621a7c?flat HTTP/1.1" 200 5346 0.014422 [API:8081]10.0.0.23 - - [2025-11-20 02:23:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-19961934:ctest-VN2-64356319?flat HTTP/1.1" 200 8929 0.019115 [API:8081]10.0.0.23 - - [2025-11-20 02:23:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24583 0.023109 [API:8081]10.0.0.23 - - [2025-11-20 02:23:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24583 0.023273 [API:8081]10.0.0.23 - - [2025-11-20 02:23:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009933 [API:8081]10.0.0.23 - - [2025-11-20 02:23:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-19961934:bb803ab4-166e-43c1-89c9-6ff565553cee?flat HTTP/1.1" 200 5091 0.012036 [API:8081]10.0.0.23 - - [2025-11-20 02:23:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-19961934:bb803ab4-166e-43c1-89c9-6ff565553cee?flat HTTP/1.1" 200 5091 0.012398 [API:8081]10.0.0.23 - - [2025-11-20 02:23:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-19961934:bb803ab4-166e-43c1-89c9-6ff565553cee?flat HTTP/1.1" 200 5091 0.013139 [API:8081]10.0.0.23 - - [2025-11-20 02:23:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-19961934:ctest-VN3-94979466?flat HTTP/1.1" 200 7442 0.013968 [API:8081]10.0.0.23 - - [2025-11-20 02:23:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.023997 [API:8081]10.0.0.23 - - [2025-11-20 02:23:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.028996 [API:8081]10.0.0.23 - - [2025-11-20 02:23:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008616 [API:8081]10.0.0.23 - - [2025-11-20 02:24:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.021927 [API:8081]10.0.0.23 - - [2025-11-20 02:24:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.033164 [API:8081]10.0.0.23 - - [2025-11-20 02:24:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.037629 [API:8081]10.0.0.23 - - [2025-11-20 02:24:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.019188 [API:8081]10.0.0.23 - - [2025-11-20 02:24:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.019735 [API:8081]10.0.0.23 - - [2025-11-20 02:24:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.066667 [API:8081]10.0.0.23 - - [2025-11-20 02:24:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.019856 [API:8081]10.0.0.23 - - [2025-11-20 02:24:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.018504 [API:8081]10.0.0.23 - - [2025-11-20 02:24:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.021629 [API:8081]10.0.0.23 - - [2025-11-20 02:24:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.020128 [API:8081]10.0.0.23 - - [2025-11-20 02:24:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-19961934:ctest-VN3-94979466?flat HTTP/1.1" 200 6215 0.013640 [API:8081]10.0.0.23 - - [2025-11-20 02:24:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008699 [API:8081]10.0.0.23 - - [2025-11-20 02:24:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.022372 [API:8081]10.0.0.23 - - [2025-11-20 02:24:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.024585 [API:8081]10.0.0.23 - - [2025-11-20 02:24:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.036432 [API:8081]10.0.0.23 - - [2025-11-20 02:24:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019680 [API:8081]10.0.0.23 - - [2025-11-20 02:24:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019945 [API:8081]10.0.0.23 - - [2025-11-20 02:24:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.023636 [API:8081]10.0.0.23 - - [2025-11-20 02:24:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.021895 [API:8081]10.0.0.23 - - [2025-11-20 02:24:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-19961934:ctest-VN2-64356319?flat HTTP/1.1" 200 6548 0.012180 [API:8081]10.0.0.23 - - [2025-11-20 02:24:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007822 [API:8081]10.0.0.23 - - [2025-11-20 02:25:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.021288 [API:8081]10.0.0.23 - - [2025-11-20 02:25:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.021680 [API:8081]10.0.0.50 - - [2025-11-20 02:25:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.50 - - [2025-11-20 02:25:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.50 - - [2025-11-20 02:25:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.50 - - [2025-11-20 02:25:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.22 - - [2025-11-20 02:25:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.22 - - [2025-11-20 02:25:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2025-11-20 02:25:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.22 - - [2025-11-20 02:25:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.23 - - [2025-11-20 02:25:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.22 - - [2025-11-20 02:25:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2025-11-20 02:25:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2025-11-20 02:25:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.23 - - [2025-11-20 02:25:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.032233 [API:8081]10.0.0.23 - - [2025-11-20 02:25:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-19961934:ctest-VN1-28564088?flat HTTP/1.1" 200 6770 0.014153 [API:8081]10.0.0.23 - - [2025-11-20 02:25:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010882 [API:8081]10.0.0.23 - - [2025-11-20 02:25:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2025-11-20 02:25:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.060425 [API:8081]10.0.0.23 - - [2025-11-20 02:25:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.056357 [API:8081]10.0.0.23 - - [2025-11-20 02:25:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.061521 [API:8081]10.0.0.23 - - [2025-11-20 02:26:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-17471734:3aaf2b52-6265-4ebb-8e1b-4727ffe1a802?flat HTTP/1.1" 200 5363 0.012195 [API:8081]10.0.0.23 - - [2025-11-20 02:26:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-17471734:3aaf2b52-6265-4ebb-8e1b-4727ffe1a802?flat HTTP/1.1" 200 5363 0.016417 [API:8081]10.0.0.23 - - [2025-11-20 02:26:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-17471734:3aaf2b52-6265-4ebb-8e1b-4727ffe1a802?flat HTTP/1.1" 200 5363 0.018311 [API:8081]10.0.0.23 - - [2025-11-20 02:26:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-17471734:3aaf2b52-6265-4ebb-8e1b-4727ffe1a802?flat HTTP/1.1" 200 5363 0.016364 [API:8081]10.0.0.23 - - [2025-11-20 02:26:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-17471734:ctest-VN1-74520368?flat HTTP/1.1" 200 9452 0.013837 [API:8081]10.0.0.23 - - [2025-11-20 02:26:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.022662 [API:8081]10.0.0.23 - - [2025-11-20 02:26:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.026401 [API:8081]10.0.0.23 - - [2025-11-20 02:26:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008786 [API:8081]10.0.0.23 - - [2025-11-20 02:26:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-17471734:96e81a24-abd3-4435-bfa8-faa775a9b58c?flat HTTP/1.1" 200 5226 0.013230 [API:8081]10.0.0.23 - - [2025-11-20 02:26:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-17471734:96e81a24-abd3-4435-bfa8-faa775a9b58c?flat HTTP/1.1" 200 5226 0.012326 [API:8081]10.0.0.23 - - [2025-11-20 02:26:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-17471734:96e81a24-abd3-4435-bfa8-faa775a9b58c?flat HTTP/1.1" 200 5226 0.012514 [API:8081]10.0.0.23 - - [2025-11-20 02:26:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-17471734:96e81a24-abd3-4435-bfa8-faa775a9b58c?flat HTTP/1.1" 200 5226 0.012522 [API:8081]10.0.0.23 - - [2025-11-20 02:26:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-17471734:ctest-VN2-43392479?flat HTTP/1.1" 200 8642 0.016787 [API:8081]10.0.0.23 - - [2025-11-20 02:26:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020151 [API:8081]10.0.0.23 - - [2025-11-20 02:26:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019644 [API:8081]10.0.0.23 - - [2025-11-20 02:26:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008056 [API:8081]10.0.0.23 - - [2025-11-20 02:26:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-17471734:d354a18c-426b-4a97-8a37-34bcfe25988e?flat HTTP/1.1" 200 5225 0.013360 [API:8081]10.0.0.23 - - [2025-11-20 02:26:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-17471734:d354a18c-426b-4a97-8a37-34bcfe25988e?flat HTTP/1.1" 200 5225 0.013780 [API:8081]10.0.0.23 - - [2025-11-20 02:26:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-17471734:d354a18c-426b-4a97-8a37-34bcfe25988e?flat HTTP/1.1" 200 5225 0.012466 [API:8081]10.0.0.23 - - [2025-11-20 02:26:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-17471734:d354a18c-426b-4a97-8a37-34bcfe25988e?flat HTTP/1.1" 200 5225 0.014142 [API:8081]10.0.0.23 - - [2025-11-20 02:26:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-17471734:ctest-VN3-77358486?flat HTTP/1.1" 200 8206 0.014880 [API:8081]10.0.0.23 - - [2025-11-20 02:26:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.017363 [API:8081]10.0.0.23 - - [2025-11-20 02:26:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.017679 [API:8081]10.0.0.23 - - [2025-11-20 02:26:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010067 [API:8081]10.0.0.23 - - [2025-11-20 02:26:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065557 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:26:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002718 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:26:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004966 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:26:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002621 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:26:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002707 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:26:50] "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-20 02:26:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002995 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:26:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002930 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:26:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002660 [API:8081]10.0.0.23 - - [2025-11-20 02:27:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.019534 [API:8081]10.0.0.23 - - [2025-11-20 02:27:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.019481 [API:8081]10.0.0.23 - - [2025-11-20 02:27:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-17471734:ctest-VN3-77358486?flat HTTP/1.1" 200 6967 0.012668 [API:8081]10.0.0.23 - - [2025-11-20 02:27:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010372 [API:8081]10.0.0.23 - - [2025-11-20 02:27:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.024380 [API:8081]10.0.0.23 - - [2025-11-20 02:27:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019699 [API:8081]10.0.0.23 - - [2025-11-20 02:27:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.022834 [API:8081]10.0.0.23 - - [2025-11-20 02:27:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.026733 [API:8081]10.0.0.23 - - [2025-11-20 02:27:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020549 [API:8081]10.0.0.23 - - [2025-11-20 02:27:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.026556 [API:8081]10.0.0.23 - - [2025-11-20 02:27:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.022677 [API:8081]10.0.0.23 - - [2025-11-20 02:27:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-17471734:ctest-VN2-43392479?flat HTTP/1.1" 200 7318 0.015064 [API:8081]10.0.0.23 - - [2025-11-20 02:27:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.099992 [API:8081]10.0.0.23 - - [2025-11-20 02:27:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009723 [API:8081]10.0.0.23 - - [2025-11-20 02:27:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.020523 [API:8081]10.0.0.23 - - [2025-11-20 02:27:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.033438 [API:8081]10.0.0.23 - - [2025-11-20 02:27:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.019494 [API:8081]10.0.0.23 - - [2025-11-20 02:27:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-17471734:ctest-VN1-74520368?flat HTTP/1.1" 200 7645 0.012779 [API:8081]10.0.0.23 - - [2025-11-20 02:27:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007704 [API:8081]10.0.0.23 - - [2025-11-20 02:27:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2025-11-20 02:27:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.066189 [API:8081]10.0.0.23 - - [2025-11-20 02:27:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.066454 [API:8081]10.0.0.23 - - [2025-11-20 02:27:54] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2025-11-20 02:27:54] "GET /analytics HTTP/1.1" 401 205 0.000168 [API:8081]10.0.0.50 - - [2025-11-20 02:28:24] "GET /analytics HTTP/1.1" 401 205 0.000420 [API:8081]10.0.0.50 - - [2025-11-20 02:28:24] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.22 - - [2025-11-20 02:28:25] "GET /analytics HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.22 - - [2025-11-20 02:28:25] "GET /analytics HTTP/1.1" 401 205 0.000183 [API:8081]10.0.0.23 - - [2025-11-20 02:29:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081324 [API:8081]10.0.0.23 - - [2025-11-20 02:29:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2025-11-20 02:29:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.093012 [API:8081]10.0.0.50 - - [2025-11-20 02:30:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.50 - - [2025-11-20 02:30:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.50 - - [2025-11-20 02:30:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.50 - - [2025-11-20 02:30:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.22 - - [2025-11-20 02:30:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.22 - - [2025-11-20 02:30:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.23 - - [2025-11-20 02:30:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.22 - - [2025-11-20 02:30:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2025-11-20 02:30:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.22 - - [2025-11-20 02:30:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2025-11-20 02:30:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.23 - - [2025-11-20 02:30:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2025-11-20 02:30:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.058391 [API:8081]10.0.0.23 - - [2025-11-20 02:31:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.080137 [API:8081]10.0.0.23 - - [2025-11-20 02:31:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.019332 [API:8081]10.0.0.23 - - [2025-11-20 02:31:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.077261 [API:8081]10.0.0.23 - - [2025-11-20 02:31:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.032657 [API:8081]10.0.0.23 - - [2025-11-20 02:31:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.020621 [API:8081]10.0.0.23 - - [2025-11-20 02:31:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.020991 [API:8081]10.0.0.23 - - [2025-11-20 02:31:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.021289 [API:8081]10.0.0.23 - - [2025-11-20 02:32:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.019632 [API:8081]10.0.0.23 - - [2025-11-20 02:32:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.017840 [API:8081]10.0.0.23 - - [2025-11-20 02:32:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.037012 [API:8081]10.0.0.23 - - [2025-11-20 02:32:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-74516806:ctest-vnet0-29814942?flat HTTP/1.1" 200 7968 0.014878 [API:8081]10.0.0.23 - - [2025-11-20 02:32:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.012405 [API:8081]10.0.0.23 - - [2025-11-20 02:32:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2025-11-20 02:32:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.061279 [API:8081]10.0.0.23 - - [2025-11-20 02:32:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1662 0.064191 [API:8081]10.0.0.23 - - [2025-11-20 02:32:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.124997 [API:8081]10.0.0.23 - - [2025-11-20 02:33:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.056800 [API:8081]10.0.0.23 - - [2025-11-20 02:35:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.032432 [API:8081]10.0.0.50 - - [2025-11-20 02:35:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.50 - - [2025-11-20 02:35:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.50 - - [2025-11-20 02:35:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000384 [API:8081]10.0.0.50 - - [2025-11-20 02:35:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.22 - - [2025-11-20 02:35:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.22 - - [2025-11-20 02:35:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2025-11-20 02:35:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.077609 [API:8081]10.0.0.23 - - [2025-11-20 02:35:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.22 - - [2025-11-20 02:35:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2025-11-20 02:35:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.22 - - [2025-11-20 02:35:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2025-11-20 02:35:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2025-11-20 02:35:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.23 - - [2025-11-20 02:35:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.021103 [API:8081]10.0.0.23 - - [2025-11-20 02:35:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.023140 [API:8081]10.0.0.23 - - [2025-11-20 02:35:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.020910 [API:8081]10.0.0.23 - - [2025-11-20 02:35:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.022059 [API:8081]10.0.0.23 - - [2025-11-20 02:35:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.019391 [API:8081]10.0.0.23 - - [2025-11-20 02:35:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.018525 [API:8081]10.0.0.23 - - [2025-11-20 02:35:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.025061 [API:8081]10.0.0.23 - - [2025-11-20 02:35:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-26183244:ctest-vnet1-97596884?flat HTTP/1.1" 200 7306 0.012452 [API:8081]10.0.0.23 - - [2025-11-20 02:35:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007450 [API:8081]10.0.0.23 - - [2025-11-20 02:35:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.020590 [API:8081]10.0.0.23 - - [2025-11-20 02:35:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.021260 [API:8081]10.0.0.23 - - [2025-11-20 02:35:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063444 [API:8081]10.0.0.23 - - [2025-11-20 02:35:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.021781 [API:8081]10.0.0.23 - - [2025-11-20 02:35:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-26183244:ctest-vnet0-31618997?flat HTTP/1.1" 200 6960 0.013535 [API:8081]10.0.0.23 - - [2025-11-20 02:35:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008485 [API:8081]10.0.0.23 - - [2025-11-20 02:35:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.23 - - [2025-11-20 02:35:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.062271 [API:8081]10.0.0.23 - - [2025-11-20 02:35:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.061406 [API:8081]10.0.0.23 - - [2025-11-20 02:36:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.073158 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:36:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004420 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:36:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003514 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:36:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003139 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:36:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003474 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:36:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004825 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:36:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002573 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:36:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002668 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:36:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002584 [API:8081]10.0.0.23 - - [2025-11-20 02:37:54] "GET /analytics HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2025-11-20 02:37:54] "GET /analytics HTTP/1.1" 401 205 0.000138 [API:8081]10.0.0.50 - - [2025-11-20 02:38:24] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.50 - - [2025-11-20 02:38:24] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.22 - - [2025-11-20 02:38:25] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.22 - - [2025-11-20 02:38:25] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.23 - - [2025-11-20 02:38:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063801 [API:8081]10.0.0.23 - - [2025-11-20 02:38:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.019269 [API:8081]10.0.0.23 - - [2025-11-20 02:38:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.086187 [API:8081]10.0.0.23 - - [2025-11-20 02:38:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.034963 [API:8081]10.0.0.23 - - [2025-11-20 02:38:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-81386476:ctest-vnet1-37195418?flat HTTP/1.1" 200 8068 0.013051 [API:8081]10.0.0.23 - - [2025-11-20 02:38:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012039 [API:8081]10.0.0.23 - - [2025-11-20 02:39:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.024219 [API:8081]10.0.0.23 - - [2025-11-20 02:39:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.032131 [API:8081]10.0.0.23 - - [2025-11-20 02:39:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.019950 [API:8081]10.0.0.23 - - [2025-11-20 02:39:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-81386476:ctest-vnet0-05885974?flat HTTP/1.1" 200 7709 0.014457 [API:8081]10.0.0.23 - - [2025-11-20 02:39:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009768 [API:8081]10.0.0.23 - - [2025-11-20 02:39:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.065334 [API:8081]10.0.0.50 - - [2025-11-20 02:40:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.50 - - [2025-11-20 02:40:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.50 - - [2025-11-20 02:40:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.50 - - [2025-11-20 02:40:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.22 - - [2025-11-20 02:40:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.22 - - [2025-11-20 02:40:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.23 - - [2025-11-20 02:40:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.22 - - [2025-11-20 02:40:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2025-11-20 02:40:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.22 - - [2025-11-20 02:40:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2025-11-20 02:40:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000628 [API:8081]10.0.0.23 - - [2025-11-20 02:40:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.23 - - [2025-11-20 02:41:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066052 [API:8081]10.0.0.23 - - [2025-11-20 02:42:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.070735 [API:8081]10.0.0.23 - - [2025-11-20 02:43:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.23 - - [2025-11-20 02:43:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.078509 [API:8081]10.0.0.23 - - [2025-11-20 02:44:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1432 0.075918 [API:8081]10.0.0.23 - - [2025-11-20 02:44:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067538 [API:8081]10.0.0.50 - - [2025-11-20 02:45:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.50 - - [2025-11-20 02:45:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.50 - - [2025-11-20 02:45:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.50 - - [2025-11-20 02:45:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.22 - - [2025-11-20 02:45:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.22 - - [2025-11-20 02:45:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000907 [API:8081]10.0.0.23 - - [2025-11-20 02:45:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.22 - - [2025-11-20 02:45:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.23 - - [2025-11-20 02:45:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.22 - - [2025-11-20 02:45:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2025-11-20 02:45:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.23 - - [2025-11-20 02:45:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2025-11-20 02:45:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.064829 [API:8081]10.0.0.23 - - [2025-11-20 02:46:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2025-11-20 02:46:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.082673 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:46:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002757 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:46:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003068 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:46:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002723 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:46:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003192 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:46:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003317 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:46:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002649 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:46:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002842 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:46:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002399 [API:8081]10.0.0.23 - - [2025-11-20 02:46:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-93258190:98bcb418-aaf5-4335-8e6f-5ae358aa9fbb?flat HTTP/1.1" 200 5821 0.084990 [API:8081]10.0.0.23 - - [2025-11-20 02:46:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-93258190:98bcb418-aaf5-4335-8e6f-5ae358aa9fbb?flat HTTP/1.1" 200 5821 0.070495 [API:8081]10.0.0.23 - - [2025-11-20 02:46:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-93258190:98bcb418-aaf5-4335-8e6f-5ae358aa9fbb?flat HTTP/1.1" 200 5821 0.015333 [API:8081]10.0.0.23 - - [2025-11-20 02:46:53] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-93258190:ctest-SecurityGroupBasicRegressionTests1Ipv6-93258190-52642344?flat HTTP/1.1" 200 10791 0.017857 [API:8081]10.0.0.23 - - [2025-11-20 02:46:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019094 [API:8081]10.0.0.23 - - [2025-11-20 02:46:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.023390 [API:8081]10.0.0.23 - - [2025-11-20 02:46:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010482 [API:8081]10.0.0.23 - - [2025-11-20 02:47:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-93258190:abbea783-43e3-48b6-915f-d8e505873500?flat HTTP/1.1" 200 5690 0.016171 [API:8081]10.0.0.23 - - [2025-11-20 02:47:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-93258190:abbea783-43e3-48b6-915f-d8e505873500?flat HTTP/1.1" 200 5690 0.016627 [API:8081]10.0.0.23 - - [2025-11-20 02:47:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-93258190:abbea783-43e3-48b6-915f-d8e505873500?flat HTTP/1.1" 200 5690 0.014414 [API:8081]10.0.0.23 - - [2025-11-20 02:47:13] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-93258190:ctest-SecurityGroupBasicRegressionTests1Ipv6-93258190-52642344?flat HTTP/1.1" 200 11791 0.024855 [API:8081]10.0.0.23 - - [2025-11-20 02:47:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24626 0.023355 [API:8081]10.0.0.23 - - [2025-11-20 02:47:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24626 0.019983 [API:8081]10.0.0.23 - - [2025-11-20 02:47:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008708 [API:8081]10.0.0.23 - - [2025-11-20 02:47:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063134 [API:8081]10.0.0.23 - - [2025-11-20 02:47:54] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2025-11-20 02:47:54] "GET /analytics HTTP/1.1" 401 205 0.000187 [API:8081]10.0.0.50 - - [2025-11-20 02:48:24] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.50 - - [2025-11-20 02:48:24] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.22 - - [2025-11-20 02:48:25] "GET /analytics HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.22 - - [2025-11-20 02:48:25] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.23 - - [2025-11-20 02:48:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.019285 [API:8081]10.0.0.23 - - [2025-11-20 02:48:28] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-93258190:ctest-SecurityGroupBasicRegressionTests1Ipv6-93258190-52642344?flat HTTP/1.1" 200 11634 0.014970 [API:8081]10.0.0.23 - - [2025-11-20 02:48:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007817 [API:8081]10.0.0.23 - - [2025-11-20 02:48:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.030258 [API:8081]10.0.0.23 - - [2025-11-20 02:48:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.018646 [API:8081]10.0.0.23 - - [2025-11-20 02:48:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.022635 [API:8081]10.0.0.23 - - [2025-11-20 02:48:37] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-93258190:ctest-SecurityGroupBasicRegressionTests1Ipv6-93258190-52642344?flat HTTP/1.1" 200 8802 0.014155 [API:8081]10.0.0.23 - - [2025-11-20 02:48:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007712 [API:8081]10.0.0.23 - - [2025-11-20 02:48:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.071607 [API:8081]10.0.0.23 - - [2025-11-20 02:48:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2025-11-20 02:48:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1580 0.072930 [API:8081]10.0.0.23 - - [2025-11-20 02:49:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-90505285:4df272c3-58ec-4e96-bf97-1a4f3abbfe37?flat HTTP/1.1" 200 5797 0.064677 [API:8081]10.0.0.23 - - [2025-11-20 02:49:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-90505285:4df272c3-58ec-4e96-bf97-1a4f3abbfe37?flat HTTP/1.1" 200 5797 0.072380 [API:8081]10.0.0.23 - - [2025-11-20 02:49:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-90505285:4df272c3-58ec-4e96-bf97-1a4f3abbfe37?flat HTTP/1.1" 200 5797 0.013374 [API:8081]10.0.0.23 - - [2025-11-20 02:49:30] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-90505285:ctest-SecurityGroupBasicRegressionTests1_contrail-90505285-42854724?flat HTTP/1.1" 200 4438 0.015881 [API:8081]10.0.0.23 - - [2025-11-20 02:49:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.021228 [API:8081]10.0.0.23 - - [2025-11-20 02:49:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.019125 [API:8081]10.0.0.23 - - [2025-11-20 02:49:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008773 [API:8081]10.0.0.23 - - [2025-11-20 02:49:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-90505285:2060937e-f8ea-482f-b32f-ca25bf08cdc3?flat HTTP/1.1" 200 5659 0.012924 [API:8081]10.0.0.23 - - [2025-11-20 02:49:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-90505285:2060937e-f8ea-482f-b32f-ca25bf08cdc3?flat HTTP/1.1" 200 5659 0.013119 [API:8081]10.0.0.23 - - [2025-11-20 02:49:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-90505285:2060937e-f8ea-482f-b32f-ca25bf08cdc3?flat HTTP/1.1" 200 5659 0.013461 [API:8081]10.0.0.23 - - [2025-11-20 02:49:51] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-90505285:ctest-SecurityGroupBasicRegressionTests1_contrail-90505285-42854724?flat HTTP/1.1" 200 11510 0.030598 [API:8081]10.0.0.23 - - [2025-11-20 02:49:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.030925 [API:8081]10.0.0.23 - - [2025-11-20 02:49:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.021355 [API:8081]10.0.0.23 - - [2025-11-20 02:49:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.012065 [API:8081]10.0.0.50 - - [2025-11-20 02:50:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.50 - - [2025-11-20 02:50:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.50 - - [2025-11-20 02:50:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.50 - - [2025-11-20 02:50:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.22 - - [2025-11-20 02:50:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.22 - - [2025-11-20 02:50:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2025-11-20 02:50:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000426 [API:8081]10.0.0.22 - - [2025-11-20 02:50:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-11-20 02:50:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.22 - - [2025-11-20 02:50:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000382 [API:8081]10.0.0.23 - - [2025-11-20 02:50:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.23 - - [2025-11-20 02:50:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2025-11-20 02:50:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084317 [API:8081]10.0.0.23 - - [2025-11-20 02:51:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.021229 [API:8081]10.0.0.23 - - [2025-11-20 02:51:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.019803 [API:8081]10.0.0.23 - - [2025-11-20 02:51:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.020388 [API:8081]10.0.0.23 - - [2025-11-20 02:51:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.020797 [API:8081]10.0.0.23 - - [2025-11-20 02:51:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.030136 [API:8081]10.0.0.23 - - [2025-11-20 02:51:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.019334 [API:8081]10.0.0.23 - - [2025-11-20 02:51:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.031017 [API:8081]10.0.0.23 - - [2025-11-20 02:51:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.022609 [API:8081]10.0.0.23 - - [2025-11-20 02:51:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.023227 [API:8081]10.0.0.23 - - [2025-11-20 02:51:26] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-90505285:ctest-SecurityGroupBasicRegressionTests1_contrail-90505285-42854724?flat HTTP/1.1" 200 11648 0.016282 [API:8081]10.0.0.23 - - [2025-11-20 02:51:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009321 [API:8081]10.0.0.23 - - [2025-11-20 02:51:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.020475 [API:8081]10.0.0.23 - - [2025-11-20 02:51:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.025120 [API:8081]10.0.0.23 - - [2025-11-20 02:51:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019464 [API:8081]10.0.0.23 - - [2025-11-20 02:51:35] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-90505285:ctest-SecurityGroupBasicRegressionTests1_contrail-90505285-42854724?flat HTTP/1.1" 200 8418 0.012605 [API:8081]10.0.0.23 - - [2025-11-20 02:51:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009370 [API:8081]10.0.0.23 - - [2025-11-20 02:51:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.062935 [API:8081]10.0.0.23 - - [2025-11-20 02:51:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2025-11-20 02:51:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.059407 [API:8081]10.0.0.23 - - [2025-11-20 02:52:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-10720282:2d4a5c46-22f1-41b8-97b1-9d7f6fc11eec?flat HTTP/1.1" 200 5683 0.071231 [API:8081]10.0.0.23 - - [2025-11-20 02:52:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-10720282:2d4a5c46-22f1-41b8-97b1-9d7f6fc11eec?flat HTTP/1.1" 200 5683 0.073576 [API:8081]10.0.0.23 - - [2025-11-20 02:52:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-10720282:2d4a5c46-22f1-41b8-97b1-9d7f6fc11eec?flat HTTP/1.1" 200 5683 0.017751 [API:8081]10.0.0.23 - - [2025-11-20 02:52:31] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-10720282:ctest-SecurityGroupBasicRegressionTests1-10720282-22804557?flat HTTP/1.1" 200 4341 0.020163 [API:8081]10.0.0.23 - - [2025-11-20 02:52:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.025377 [API:8081]10.0.0.23 - - [2025-11-20 02:52:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.039468 [API:8081]10.0.0.23 - - [2025-11-20 02:52:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008916 [API:8081]10.0.0.23 - - [2025-11-20 02:52:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-10720282:e04169fe-dbe8-487b-866a-d02832a3eafe?flat HTTP/1.1" 200 5545 0.015483 [API:8081]10.0.0.23 - - [2025-11-20 02:52:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-10720282:e04169fe-dbe8-487b-866a-d02832a3eafe?flat HTTP/1.1" 200 5545 0.013684 [API:8081]10.0.0.23 - - [2025-11-20 02:52:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-10720282:e04169fe-dbe8-487b-866a-d02832a3eafe?flat HTTP/1.1" 200 5545 0.012432 [API:8081]10.0.0.23 - - [2025-11-20 02:52:51] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-10720282:ctest-SecurityGroupBasicRegressionTests1-10720282-22804557?flat HTTP/1.1" 200 10073 0.019526 [API:8081]10.0.0.23 - - [2025-11-20 02:52:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.019131 [API:8081]10.0.0.23 - - [2025-11-20 02:52:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.023110 [API:8081]10.0.0.23 - - [2025-11-20 02:52:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009553 [API:8081]10.0.0.23 - - [2025-11-20 02:53:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064888 [API:8081]10.0.0.23 - - [2025-11-20 02:54:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.018897 [API:8081]10.0.0.23 - - [2025-11-20 02:54:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.029256 [API:8081]10.0.0.23 - - [2025-11-20 02:54:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.019825 [API:8081]10.0.0.23 - - [2025-11-20 02:54:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.020489 [API:8081]10.0.0.23 - - [2025-11-20 02:54:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.018723 [API:8081]10.0.0.23 - - [2025-11-20 02:54:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.030683 [API:8081]10.0.0.23 - - [2025-11-20 02:54:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.020526 [API:8081]10.0.0.23 - - [2025-11-20 02:54:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.020243 [API:8081]10.0.0.23 - - [2025-11-20 02:54:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.020349 [API:8081]10.0.0.23 - - [2025-11-20 02:54:26] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-10720282:ctest-SecurityGroupBasicRegressionTests1-10720282-22804557?flat HTTP/1.1" 200 10837 0.015189 [API:8081]10.0.0.23 - - [2025-11-20 02:54:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008346 [API:8081]10.0.0.23 - - [2025-11-20 02:54:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019989 [API:8081]10.0.0.23 - - [2025-11-20 02:54:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.020648 [API:8081]10.0.0.23 - - [2025-11-20 02:54:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.018779 [API:8081]10.0.0.23 - - [2025-11-20 02:54:35] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-10720282:ctest-SecurityGroupBasicRegressionTests1-10720282-22804557?flat HTTP/1.1" 200 7961 0.012358 [API:8081]10.0.0.23 - - [2025-11-20 02:54:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007943 [API:8081]10.0.0.23 - - [2025-11-20 02:54:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.070268 [API:8081]10.0.0.23 - - [2025-11-20 02:54:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.23 - - [2025-11-20 02:54:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1640 0.059508 [API:8081]10.0.0.23 - - [2025-11-20 02:54:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.056303 [API:8081]10.0.0.23 - - [2025-11-20 02:54:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2066 0.058987 [API:8081]10.0.0.50 - - [2025-11-20 02:55:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.50 - - [2025-11-20 02:55:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.50 - - [2025-11-20 02:55:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.50 - - [2025-11-20 02:55:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.22 - - [2025-11-20 02:55:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.22 - - [2025-11-20 02:55:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2025-11-20 02:55:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.22 - - [2025-11-20 02:55:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.23 - - [2025-11-20 02:55:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.22 - - [2025-11-20 02:55:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2025-11-20 02:55:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2025-11-20 02:55:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2025-11-20 02:55:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.009986 [API:8081]10.0.0.23 - - [2025-11-20 02:55:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.010587 [API:8081]10.0.0.23 - - [2025-11-20 02:55:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.010406 [API:8081]10.0.0.23 - - [2025-11-20 02:55:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2076 0.009601 [API:8081]10.0.0.23 - - [2025-11-20 02:55:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2302 0.008473 [API:8081]10.0.0.23 - - [2025-11-20 02:55:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.23 - - [2025-11-20 02:55:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.054912 [API:8081]10.0.0.23 - - [2025-11-20 02:55:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.051156 [API:8081]10.0.0.23 - - [2025-11-20 02:55:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1860 0.055627 [API:8081]10.0.0.23 - - [2025-11-20 02:55:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.008794 [API:8081]10.0.0.23 - - [2025-11-20 02:55:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.010091 [API:8081]10.0.0.23 - - [2025-11-20 02:55:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.009115 [API:8081]10.0.0.23 - - [2025-11-20 02:55:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-11-20 02:55:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.081243 [API:8081]10.0.0.23 - - [2025-11-20 02:56:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.061280 [API:8081]10.0.0.23 - - [2025-11-20 02:56:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.067460 [API:8081]10.0.0.23 - - [2025-11-20 02:56:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.009548 [API:8081]10.0.0.23 - - [2025-11-20 02:56:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.009321 [API:8081]10.0.0.23 - - [2025-11-20 02:56:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.008381 [API:8081]10.0.0.23 - - [2025-11-20 02:56:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.009355 [API:8081]10.0.0.23 - - [2025-11-20 02:56:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2282 0.008745 [API:8081]10.0.0.23 - - [2025-11-20 02:56:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2025-11-20 02:56:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1428 0.056957 [API:8081]10.0.0.23 - - [2025-11-20 02:56:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.067617 [API:8081]10.0.0.23 - - [2025-11-20 02:56:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1864 0.061443 [API:8081]10.0.0.23 - - [2025-11-20 02:56:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2096 0.007970 [API:8081]10.0.0.23 - - [2025-11-20 02:56:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2330 0.013646 [API:8081]10.0.0.23 - - [2025-11-20 02:56:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059076 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:56:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002836 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:56:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003507 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:56:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002616 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:56:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002617 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:56:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002685 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:56:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003098 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:56:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002742 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 02:56:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002619 [API:8081]10.0.0.23 - - [2025-11-20 02:57:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.071128 [API:8081]10.0.0.23 - - [2025-11-20 02:57:54] "GET /analytics HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.23 - - [2025-11-20 02:57:54] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.50 - - [2025-11-20 02:58:24] "GET /analytics HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.50 - - [2025-11-20 02:58:24] "GET /analytics HTTP/1.1" 401 205 0.000164 [API:8081]10.0.0.22 - - [2025-11-20 02:58:25] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.22 - - [2025-11-20 02:58:25] "GET /analytics HTTP/1.1" 401 205 0.000125 [API:8081]10.0.0.23 - - [2025-11-20 02:59:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074016 [API:8081]10.0.0.50 - - [2025-11-20 03:00:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.50 - - [2025-11-20 03:00:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.50 - - [2025-11-20 03:00:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.50 - - [2025-11-20 03:00:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.22 - - [2025-11-20 03:00:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.22 - - [2025-11-20 03:00:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000398 [API:8081]10.0.0.23 - - [2025-11-20 03:00:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.22 - - [2025-11-20 03:00:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.23 - - [2025-11-20 03:00:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000383 [API:8081]10.0.0.22 - - [2025-11-20 03:00:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-11-20 03:00:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.23 - - [2025-11-20 03:00:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2025-11-20 03:00:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.067242 [API:8081]10.0.0.23 - - [2025-11-20 03:02:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000382 [API:8081]10.0.0.23 - - [2025-11-20 03:02:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.063366 [API:8081]10.0.0.23 - - [2025-11-20 03:02:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.071019 [API:8081]10.0.0.23 - - [2025-11-20 03:02:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071267 [API:8081]10.0.0.23 - - [2025-11-20 03:03:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.062913 [API:8081]10.0.0.50 - - [2025-11-20 03:05:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.50 - - [2025-11-20 03:05:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.50 - - [2025-11-20 03:05:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.50 - - [2025-11-20 03:05:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.22 - - [2025-11-20 03:05:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000557 [API:8081]10.0.0.22 - - [2025-11-20 03:05:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.23 - - [2025-11-20 03:05:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.22 - - [2025-11-20 03:05:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2025-11-20 03:05:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.22 - - [2025-11-20 03:05:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-11-20 03:05:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.23 - - [2025-11-20 03:05:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.23 - - [2025-11-20 03:05:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.082698 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:06:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003377 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:06:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002927 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:06:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002797 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:06:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002879 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:06:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003090 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:06:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002778 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:06:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002633 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:06:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003078 [API:8081]10.0.0.23 - - [2025-11-20 03:06:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.082589 [API:8081]10.0.0.23 - - [2025-11-20 03:07:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2025-11-20 03:07:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1420 0.069531 [API:8081]10.0.0.23 - - [2025-11-20 03:07:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.23 - - [2025-11-20 03:07:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.062057 [API:8081]10.0.0.23 - - [2025-11-20 03:07:54] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2025-11-20 03:07:54] "GET /analytics HTTP/1.1" 401 205 0.000176 [API:8081]10.0.0.50 - - [2025-11-20 03:08:24] "GET /analytics HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.50 - - [2025-11-20 03:08:24] "GET /analytics HTTP/1.1" 401 205 0.000136 [API:8081]10.0.0.22 - - [2025-11-20 03:08:25] "GET /analytics HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.22 - - [2025-11-20 03:08:25] "GET /analytics HTTP/1.1" 401 205 0.000188 [API:8081]10.0.0.23 - - [2025-11-20 03:08:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062873 [API:8081]10.0.0.23 - - [2025-11-20 03:09:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.062742 [API:8081]10.0.0.50 - - [2025-11-20 03:10:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.50 - - [2025-11-20 03:10:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.50 - - [2025-11-20 03:10:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.50 - - [2025-11-20 03:10:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.22 - - [2025-11-20 03:10:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.22 - - [2025-11-20 03:10:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.22 - - [2025-11-20 03:10:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2025-11-20 03:10:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.22 - - [2025-11-20 03:10:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2025-11-20 03:10:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2025-11-20 03:10:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2025-11-20 03:10:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2025-11-20 03:12:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.093131 [API:8081]10.0.0.23 - - [2025-11-20 03:13:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.357735 [API:8081]10.0.0.23 - - [2025-11-20 03:13:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.23 - - [2025-11-20 03:13:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.068241 [API:8081]10.0.0.23 - - [2025-11-20 03:15:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062638 [API:8081]10.0.0.50 - - [2025-11-20 03:15:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.50 - - [2025-11-20 03:15:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.50 - - [2025-11-20 03:15:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.50 - - [2025-11-20 03:15:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.22 - - [2025-11-20 03:15:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.22 - - [2025-11-20 03:15:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000403 [API:8081]10.0.0.23 - - [2025-11-20 03:15:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.22 - - [2025-11-20 03:15:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.23 - - [2025-11-20 03:15:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.22 - - [2025-11-20 03:15:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2025-11-20 03:15:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.23 - - [2025-11-20 03:15:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2025-11-20 03:16:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.094252 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:16:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003342 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:16:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004892 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:16:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004424 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:16:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003509 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:16:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003737 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:16:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002958 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:16:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002888 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:16:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002905 [API:8081]10.0.0.23 - - [2025-11-20 03:17:54] "GET /analytics HTTP/1.1" 401 205 0.000398 [API:8081]10.0.0.23 - - [2025-11-20 03:17:54] "GET /analytics HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.23 - - [2025-11-20 03:18:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.352961 [API:8081]10.0.0.50 - - [2025-11-20 03:18:24] "GET /analytics HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.50 - - [2025-11-20 03:18:24] "GET /analytics HTTP/1.1" 401 205 0.000168 [API:8081]10.0.0.22 - - [2025-11-20 03:18:25] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.22 - - [2025-11-20 03:18:25] "GET /analytics HTTP/1.1" 401 205 0.000132 [API:8081]10.0.0.23 - - [2025-11-20 03:18:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-27745096:da5ae551-c842-4146-b8ca-726161b2016f?flat HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2025-11-20 03:18:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-27745096:da5ae551-c842-4146-b8ca-726161b2016f?flat HTTP/1.1" 200 5277 0.059232 [API:8081]10.0.0.23 - - [2025-11-20 03:18:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-27745096:da5ae551-c842-4146-b8ca-726161b2016f?flat HTTP/1.1" 200 5277 0.062529 [API:8081]10.0.0.23 - - [2025-11-20 03:18:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-27745096:da5ae551-c842-4146-b8ca-726161b2016f?flat HTTP/1.1" 200 5277 0.055244 [API:8081]10.0.0.23 - - [2025-11-20 03:18:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-27745096:ctest-random-05108181?flat HTTP/1.1" 200 4975 0.015054 [API:8081]10.0.0.23 - - [2025-11-20 03:18:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.019254 [API:8081]10.0.0.23 - - [2025-11-20 03:18:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.029171 [API:8081]10.0.0.23 - - [2025-11-20 03:18:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010580 [API:8081]10.0.0.23 - - [2025-11-20 03:18:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.008747 [API:8081]10.0.0.23 - - [2025-11-20 03:18:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.020999 [API:8081]10.0.0.23 - - [2025-11-20 03:18:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.030724 [API:8081]10.0.0.23 - - [2025-11-20 03:18:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.020379 [API:8081]10.0.0.23 - - [2025-11-20 03:18:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.018127 [API:8081]10.0.0.23 - - [2025-11-20 03:18:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.019799 [API:8081]10.0.0.23 - - [2025-11-20 03:18:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.020080 [API:8081]10.0.0.23 - - [2025-11-20 03:19:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.022655 [API:8081]10.0.0.23 - - [2025-11-20 03:19:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.019357 [API:8081]10.0.0.23 - - [2025-11-20 03:19:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.025757 [API:8081]10.0.0.23 - - [2025-11-20 03:19:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-27745096:ctest-random-05108181?flat HTTP/1.1" 200 8122 0.016531 [API:8081]10.0.0.23 - - [2025-11-20 03:19:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008127 [API:8081]10.0.0.23 - - [2025-11-20 03:19:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.070244 [API:8081]10.0.0.50 - - [2025-11-20 03:20:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.50 - - [2025-11-20 03:20:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.50 - - [2025-11-20 03:20:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.50 - - [2025-11-20 03:20:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.22 - - [2025-11-20 03:20:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.22 - - [2025-11-20 03:20:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.22 - - [2025-11-20 03:20:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2025-11-20 03:20:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.22 - - [2025-11-20 03:20:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.23 - - [2025-11-20 03:20:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.23 - - [2025-11-20 03:20:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2025-11-20 03:20:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-11-20 03:21:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054700 [API:8081]10.0.0.23 - - [2025-11-20 03:22:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2025-11-20 03:22:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.078452 [API:8081]10.0.0.23 - - [2025-11-20 03:22:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.061073 [API:8081]10.0.0.23 - - [2025-11-20 03:24:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066638 [API:8081]10.0.0.23 - - [2025-11-20 03:25:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.23 - - [2025-11-20 03:25:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1622 0.076987 [API:8081]10.0.0.50 - - [2025-11-20 03:25:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.50 - - [2025-11-20 03:25:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000500 [API:8081]10.0.0.50 - - [2025-11-20 03:25:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.50 - - [2025-11-20 03:25:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.22 - - [2025-11-20 03:25:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.22 - - [2025-11-20 03:25:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.23 - - [2025-11-20 03:25:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.22 - - [2025-11-20 03:25:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2025-11-20 03:25:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.22 - - [2025-11-20 03:25:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2025-11-20 03:25:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2025-11-20 03:25:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2025-11-20 03:25:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.072398 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:26:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003224 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:26:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003387 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:26:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002854 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:26:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002950 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:26:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003248 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:26:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002428 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:26:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002673 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:26:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002417 [API:8081]10.0.0.23 - - [2025-11-20 03:27:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076888 [API:8081]10.0.0.23 - - [2025-11-20 03:27:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.23 - - [2025-11-20 03:27:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1448 0.058173 [API:8081]10.0.0.23 - - [2025-11-20 03:27:54] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2025-11-20 03:27:54] "GET /analytics HTTP/1.1" 401 205 0.000185 [API:8081]10.0.0.23 - - [2025-11-20 03:28:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.079876 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:23] "POST /analytics/query HTTP/1.1" 202 179 0.018751 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:23] "GET /analytics/query/f7f79c22-c5c0-11f0-b5e1-00000a000017 HTTP/1.1" 200 221 0.002873 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:23] "GET /analytics/query/f7f79c22-c5c0-11f0-b5e1-00000a000017 HTTP/1.1" 200 221 0.001909 [API:8081]10.0.0.50 - - [2025-11-20 03:28:24] "GET /analytics HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.50 - - [2025-11-20 03:28:24] "GET /analytics HTTP/1.1" 401 205 0.000247 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:24] "GET /analytics/query/f7f79c22-c5c0-11f0-b5e1-00000a000017 HTTP/1.1" 200 338 0.003271 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:24] "GET /analytics/query/f7f79c22-c5c0-11f0-b5e1-00000a000017/chunk-final/0 HTTP/1.1" 200 858 0.006396 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:25] "POST /analytics/query HTTP/1.1" 202 179 0.005172 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:25] "GET /analytics/query/f901161a-c5c0-11f0-a2e3-00000a000017 HTTP/1.1" 200 221 0.001704 [API:8081]10.0.0.22 - - [2025-11-20 03:28:25] "GET /analytics HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.22 - - [2025-11-20 03:28:25] "GET /analytics HTTP/1.1" 401 205 0.000215 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:25] "GET /analytics/query/f901161a-c5c0-11f0-a2e3-00000a000017 HTTP/1.1" 200 221 0.001993 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:26] "GET /analytics/query/f901161a-c5c0-11f0-a2e3-00000a000017 HTTP/1.1" 200 338 0.003190 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:26] "GET /analytics/query/f901161a-c5c0-11f0-a2e3-00000a000017/chunk-final/0 HTTP/1.1" 200 858 0.002566 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:26] "POST /analytics/query HTTP/1.1" 202 179 0.004811 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:26] "GET /analytics/query/f9f8a123-c5c0-11f0-b539-00000a000017 HTTP/1.1" 200 221 0.013443 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:27] "GET /analytics/query/f9f8a123-c5c0-11f0-b539-00000a000017 HTTP/1.1" 200 339 0.002048 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:27] "GET /analytics/query/f9f8a123-c5c0-11f0-b539-00000a000017/chunk-final/0 HTTP/1.1" 200 24745 0.002951 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:27] "POST /analytics/query HTTP/1.1" 202 179 0.021502 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:27] "GET /analytics/query/faaa29fa-c5c0-11f0-955f-00000a000017 HTTP/1.1" 200 221 0.003864 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:28] "GET /analytics/query/faaa29fa-c5c0-11f0-955f-00000a000017 HTTP/1.1" 200 339 0.001970 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:28] "GET /analytics/query/faaa29fa-c5c0-11f0-955f-00000a000017/chunk-final/0 HTTP/1.1" 200 24745 0.002620 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:29] "POST /analytics/query HTTP/1.1" 202 179 0.005455 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:29] "GET /analytics/query/fb5b6ccd-c5c0-11f0-a37b-00000a000017 HTTP/1.1" 200 221 0.002580 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:29] "GET /analytics/query/fb5b6ccd-c5c0-11f0-a37b-00000a000017 HTTP/1.1" 200 339 0.002387 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:29] "GET /analytics/query/fb5b6ccd-c5c0-11f0-a37b-00000a000017/chunk-final/0 HTTP/1.1" 200 10499 0.002168 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:33] "GET /analytics/tables HTTP/1.1" 200 76090 0.004029 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:33] "POST /analytics/query HTTP/1.1" 202 179 0.005136 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:33] "GET /analytics/query/fde7d97f-c5c0-11f0-9061-00000a000017 HTTP/1.1" 200 221 0.003181 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:33] "GET /analytics/query/fde7d97f-c5c0-11f0-9061-00000a000017 HTTP/1.1" 200 340 0.002598 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:33] "GET /analytics/query/fde7d97f-c5c0-11f0-9061-00000a000017/chunk-final/0 HTTP/1.1" 200 322938 0.015130 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:34] "GET /analytics/tables HTTP/1.1" 200 76090 0.003728 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:35] "GET /analytics/tables HTTP/1.1" 200 76090 0.003587 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:35] "POST /analytics/query HTTP/1.1" 202 179 0.024494 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:35] "GET /analytics/query/ff0862de-c5c0-11f0-a15b-00000a000017 HTTP/1.1" 200 221 0.002034 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:35] "GET /analytics/query/ff0862de-c5c0-11f0-a15b-00000a000017 HTTP/1.1" 200 338 0.002072 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:35] "GET /analytics/query/ff0862de-c5c0-11f0-a15b-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.001854 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:35] "POST /analytics/query HTTP/1.1" 202 179 0.004721 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:35] "GET /analytics/query/ff5da1e2-c5c0-11f0-a34f-00000a000017 HTTP/1.1" 200 221 0.008379 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:36] "GET /analytics/query/ff5da1e2-c5c0-11f0-a34f-00000a000017 HTTP/1.1" 200 338 0.002704 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:36] "GET /analytics/query/ff5da1e2-c5c0-11f0-a34f-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.001568 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:36] "POST /analytics/query HTTP/1.1" 202 179 0.004568 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:36] "GET /analytics/query/ffaeef0a-c5c0-11f0-bcf4-00000a000017 HTTP/1.1" 200 221 0.003780 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:36] "GET /analytics/query/ffaeef0a-c5c0-11f0-bcf4-00000a000017 HTTP/1.1" 200 338 0.002373 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:36] "GET /analytics/query/ffaeef0a-c5c0-11f0-bcf4-00000a000017/chunk-final/0 HTTP/1.1" 200 14680 0.002858 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:36] "POST /analytics/query HTTP/1.1" 202 179 0.005074 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:36] "GET /analytics/query/fffff55a-c5c0-11f0-9ffc-00000a000017 HTTP/1.1" 200 221 0.002480 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:37] "GET /analytics/query/fffff55a-c5c0-11f0-9ffc-00000a000017 HTTP/1.1" 200 338 0.002130 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:37] "GET /analytics/query/fffff55a-c5c0-11f0-9ffc-00000a000017/chunk-final/0 HTTP/1.1" 200 4013 0.002111 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:37] "POST /analytics/query HTTP/1.1" 202 179 0.006399 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:37] "GET /analytics/query/00514ee0-c5c1-11f0-afaf-00000a000017 HTTP/1.1" 200 221 0.006946 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:37] "GET /analytics/query/00514ee0-c5c1-11f0-afaf-00000a000017 HTTP/1.1" 200 338 0.002501 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:37] "GET /analytics/query/00514ee0-c5c1-11f0-afaf-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.002065 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:37] "POST /analytics/query HTTP/1.1" 202 179 0.004658 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:37] "GET /analytics/query/00a47499-c5c1-11f0-9db2-00000a000017 HTTP/1.1" 200 221 0.001806 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:38] "GET /analytics/query/00a47499-c5c1-11f0-9db2-00000a000017 HTTP/1.1" 200 338 0.001915 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:38] "GET /analytics/query/00a47499-c5c1-11f0-9db2-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.001698 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:38] "POST /analytics/query HTTP/1.1" 202 179 0.003519 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:38] "GET /analytics/query/00f4422b-c5c1-11f0-b08c-00000a000017 HTTP/1.1" 200 221 0.003299 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:38] "GET /analytics/query/00f4422b-c5c1-11f0-b08c-00000a000017 HTTP/1.1" 200 338 0.002066 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:38] "GET /analytics/query/00f4422b-c5c1-11f0-b08c-00000a000017/chunk-final/0 HTTP/1.1" 200 5945 0.002309 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:38] "POST /analytics/query HTTP/1.1" 202 179 0.004795 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:38] "GET /analytics/query/01459b4f-c5c1-11f0-830d-00000a000017 HTTP/1.1" 200 221 0.001770 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:39] "GET /analytics/query/01459b4f-c5c1-11f0-830d-00000a000017 HTTP/1.1" 200 338 0.001862 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:39] "GET /analytics/query/01459b4f-c5c1-11f0-830d-00000a000017/chunk-final/0 HTTP/1.1" 200 5945 0.002122 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:39] "POST /analytics/query HTTP/1.1" 202 179 0.004658 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:39] "GET /analytics/query/0195b38a-c5c1-11f0-9247-00000a000017 HTTP/1.1" 200 221 0.004070 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:39] "GET /analytics/query/0195b38a-c5c1-11f0-9247-00000a000017 HTTP/1.1" 200 338 0.001944 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:39] "GET /analytics/query/0195b38a-c5c1-11f0-9247-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.001604 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:39] "POST /analytics/query HTTP/1.1" 202 179 0.004487 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:39] "GET /analytics/query/01e6800e-c5c1-11f0-8b1b-00000a000017 HTTP/1.1" 200 221 0.001966 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:40] "GET /analytics/query/01e6800e-c5c1-11f0-8b1b-00000a000017 HTTP/1.1" 200 338 0.002102 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:40] "GET /analytics/query/01e6800e-c5c1-11f0-8b1b-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.001738 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:40] "POST /analytics/query HTTP/1.1" 202 179 0.005609 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:40] "GET /analytics/query/02385238-c5c1-11f0-a271-00000a000017 HTTP/1.1" 200 221 0.002776 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:41] "GET /analytics/query/02385238-c5c1-11f0-a271-00000a000017 HTTP/1.1" 200 338 0.002595 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:41] "GET /analytics/query/02385238-c5c1-11f0-a271-00000a000017/chunk-final/0 HTTP/1.1" 200 4013 0.002005 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:41] "POST /analytics/query HTTP/1.1" 202 179 0.004515 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:41] "GET /analytics/query/02895f1f-c5c1-11f0-ba66-00000a000017 HTTP/1.1" 200 221 0.002694 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:41] "GET /analytics/query/02895f1f-c5c1-11f0-ba66-00000a000017 HTTP/1.1" 200 338 0.002285 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:41] "GET /analytics/query/02895f1f-c5c1-11f0-ba66-00000a000017/chunk-final/0 HTTP/1.1" 200 4013 0.002123 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:42] "GET /analytics/tables HTTP/1.1" 200 76090 0.003761 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:42] "GET /analytics/tables HTTP/1.1" 200 76090 0.003827 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:42] "POST /analytics/query HTTP/1.1" 202 179 0.016824 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:42] "GET /analytics/query/039452e3-c5c1-11f0-a331-00000a000017 HTTP/1.1" 200 221 0.003156 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:43] "GET /analytics/query/039452e3-c5c1-11f0-a331-00000a000017 HTTP/1.1" 200 340 0.002062 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:43] "GET /analytics/query/039452e3-c5c1-11f0-a331-00000a000017/chunk-final/0 HTTP/1.1" 200 1505163 0.013796 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:43] "POST /analytics/query HTTP/1.1" 202 179 0.005261 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:43] "GET /analytics/query/03ef8f12-c5c1-11f0-a3fb-00000a000017 HTTP/1.1" 200 221 0.001830 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:43] "GET /analytics/query/03ef8f12-c5c1-11f0-a3fb-00000a000017 HTTP/1.1" 200 340 0.001900 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:43] "GET /analytics/query/03ef8f12-c5c1-11f0-a3fb-00000a000017/chunk-final/0 HTTP/1.1" 200 1506553 0.013767 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:44] "GET /analytics/tables HTTP/1.1" 200 76090 0.005443 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:45] "GET /analytics/tables HTTP/1.1" 200 76090 0.004178 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:46] "GET /analytics/tables HTTP/1.1" 200 76090 0.003339 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:46] "GET /analytics/tables HTTP/1.1" 200 76090 0.005072 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:47] "GET /analytics/tables HTTP/1.1" 200 76090 0.005277 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:47] "POST /analytics/query HTTP/1.1" 202 179 0.005398 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:47] "GET /analytics/query/0654d99b-c5c1-11f0-bca7-00000a000017 HTTP/1.1" 200 221 0.002184 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:47] "GET /analytics/query/0654d99b-c5c1-11f0-bca7-00000a000017 HTTP/1.1" 200 339 0.002036 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:47] "GET /analytics/query/0654d99b-c5c1-11f0-bca7-00000a000017/chunk-final/0 HTTP/1.1" 200 61372 0.004354 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:48] "GET /analytics/tables HTTP/1.1" 200 76090 0.004078 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:48] "POST /analytics/query HTTP/1.1" 202 179 0.014253 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:48] "GET /analytics/query/0707f4b9-c5c1-11f0-8ee3-00000a000017 HTTP/1.1" 200 221 0.001960 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:49] "GET /analytics/query/0707f4b9-c5c1-11f0-8ee3-00000a000017 HTTP/1.1" 200 341 0.001788 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:49] "GET /analytics/query/0707f4b9-c5c1-11f0-8ee3-00000a000017/chunk-final/0 HTTP/1.1" 200 1012588 0.042383 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:49] "GET /analytics/tables HTTP/1.1" 200 76090 0.004021 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:50] "GET /analytics/tables HTTP/1.1" 200 76090 0.003300 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:53] "GET /analytics/tables HTTP/1.1" 200 76090 0.003460 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:54] "POST /analytics/query HTTP/1.1" 200 145 1.010855 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:55] "GET /analytics/tables HTTP/1.1" 200 76090 0.005002 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:56] "POST /analytics/query HTTP/1.1" 200 2318 1.012685 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:56] "GET /analytics/tables HTTP/1.1" 200 76090 0.004217 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:58] "POST /analytics/query HTTP/1.1" 200 707 1.014125 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:58] "GET /analytics/tables HTTP/1.1" 200 76090 0.004099 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:28:59] "POST /analytics/query HTTP/1.1" 200 2764 1.014927 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:29:00] "GET /analytics/tables HTTP/1.1" 200 76090 0.003744 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:29:01] "POST /analytics/query HTTP/1.1" 200 206 1.010993 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:29:01] "GET /analytics/tables HTTP/1.1" 200 76090 0.003678 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:29:02] "POST /analytics/query HTTP/1.1" 200 1337 1.021058 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:29:03] "GET /analytics/tables HTTP/1.1" 200 76090 0.004088 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:29:04] "POST /analytics/query HTTP/1.1" 200 2897 1.012485 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:29:05] "GET /analytics/tables HTTP/1.1" 200 76090 0.005618 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:29:06] "POST /analytics/query HTTP/1.1" 200 829 1.013659 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:29:06] "GET /analytics/tables HTTP/1.1" 200 76090 0.004152 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:29:07] "POST /analytics/query HTTP/1.1" 200 141383 1.018177 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:29:08] "GET /analytics/tables HTTP/1.1" 200 76090 0.003708 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:29:09] "POST /analytics/query HTTP/1.1" 200 631 1.010715 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:29:10] "GET /analytics/tables HTTP/1.1" 200 76090 0.004179 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:29:11] "POST /analytics/query HTTP/1.1" 200 258 1.011931 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:29:11] "GET /analytics/tables HTTP/1.1" 200 76090 0.004339 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:29:12] "POST /analytics/query HTTP/1.1" 200 596 1.018203 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:29:13] "GET /analytics/tables HTTP/1.1" 200 76090 0.003889 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:29:14] "POST /analytics/query HTTP/1.1" 200 1431 1.013232 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:29:15] "GET /analytics/tables HTTP/1.1" 200 76090 0.004367 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:29:16] "POST /analytics/query HTTP/1.1" 200 596 1.014915 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:29:16] "GET /analytics/tables HTTP/1.1" 200 76090 0.004631 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:29:17] "POST /analytics/query HTTP/1.1" 200 236 1.021652 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:29:18] "GET /analytics/tables HTTP/1.1" 200 76090 0.004775 [API:8081]10.0.0.23 - - [2025-11-20 03:29:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-11-20 03:29:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1692 0.057651 [API:8081]10.0.0.50 - - [2025-11-20 03:30:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.50 - - [2025-11-20 03:30:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.50 - - [2025-11-20 03:30:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.50 - - [2025-11-20 03:30:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.22 - - [2025-11-20 03:30:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.22 - - [2025-11-20 03:30:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2025-11-20 03:30:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.271494 [API:8081]10.0.0.22 - - [2025-11-20 03:30:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2025-11-20 03:30:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.22 - - [2025-11-20 03:30:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2025-11-20 03:30:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.23 - - [2025-11-20 03:30:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.23 - - [2025-11-20 03:30:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2025-11-20 03:30:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.067147 [API:8081]10.0.0.23 - - [2025-11-20 03:30:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.008083 [API:8081]10.0.0.23 - - [2025-11-20 03:30:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075402 [API:8081]10.0.0.23 - - [2025-11-20 03:30:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.009078 [API:8081]10.0.0.23 - - [2025-11-20 03:30:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.009147 [API:8081]10.0.0.23 - - [2025-11-20 03:30:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.009142 [API:8081]10.0.0.23 - - [2025-11-20 03:30:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.010036 [API:8081]10.0.0.23 - - [2025-11-20 03:30:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.008964 [API:8081]10.0.0.23 - - [2025-11-20 03:31:02] "POST /analytics/query HTTP/1.1" 200 222 1.017026 [API:8081]10.0.0.23 - - [2025-11-20 03:31:03] "POST /analytics/query HTTP/1.1" 200 222 1.020365 [API:8081]10.0.0.23 - - [2025-11-20 03:31:04] "POST /analytics/query HTTP/1.1" 200 353 1.019801 [API:8081]10.0.0.23 - - [2025-11-20 03:31:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.070096 [API:8081]10.0.0.23 - - [2025-11-20 03:33:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070591 [API:8081]10.0.0.23 - - [2025-11-20 03:34:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.067171 [API:8081]10.0.0.23 - - [2025-11-20 03:34:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25594 0.027883 [API:8081]10.0.0.23 - - [2025-11-20 03:34:25] "POST /analytics/query HTTP/1.1" 200 507 1.017429 [API:8081]10.0.0.23 - - [2025-11-20 03:34:26] "POST /analytics/query HTTP/1.1" 200 353 1.025062 [API:8081]10.0.0.23 - - [2025-11-20 03:34:27] "POST /analytics/query HTTP/1.1" 200 353 1.024160 [API:8081]10.0.0.50 - - [2025-11-20 03:35:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.50 - - [2025-11-20 03:35:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.50 - - [2025-11-20 03:35:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.50 - - [2025-11-20 03:35:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.22 - - [2025-11-20 03:35:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.22 - - [2025-11-20 03:35:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.23 - - [2025-11-20 03:35:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.22 - - [2025-11-20 03:35:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2025-11-20 03:35:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.22 - - [2025-11-20 03:35:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.23 - - [2025-11-20 03:35:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2025-11-20 03:35:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.23 - - [2025-11-20 03:36:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068884 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:36:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003392 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:36:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002927 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:36:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003145 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:36:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002636 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:36:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002995 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:36:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002691 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:36:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002883 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:36:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002396 [API:8081]10.0.0.23 - - [2025-11-20 03:37:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.064335 [API:8081]10.0.0.23 - - [2025-11-20 03:37:54] "GET /analytics HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.23 - - [2025-11-20 03:37:54] "GET /analytics HTTP/1.1" 401 205 0.000125 [API:8081]10.0.0.50 - - [2025-11-20 03:38:24] "GET /analytics HTTP/1.1" 401 205 0.000210 [API:8081]10.0.0.50 - - [2025-11-20 03:38:24] "GET /analytics HTTP/1.1" 401 205 0.000137 [API:8081]10.0.0.22 - - [2025-11-20 03:38:25] "GET /analytics HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.22 - - [2025-11-20 03:38:25] "GET /analytics HTTP/1.1" 401 205 0.000202 [API:8081]10.0.0.23 - - [2025-11-20 03:39:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062647 [API:8081]10.0.0.50 - - [2025-11-20 03:40:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.50 - - [2025-11-20 03:40:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.50 - - [2025-11-20 03:40:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.50 - - [2025-11-20 03:40:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.22 - - [2025-11-20 03:40:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.22 - - [2025-11-20 03:40:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2025-11-20 03:40:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.22 - - [2025-11-20 03:40:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.23 - - [2025-11-20 03:40:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.22 - - [2025-11-20 03:40:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2025-11-20 03:40:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.23 - - [2025-11-20 03:40:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.23 - - [2025-11-20 03:40:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.076955 [API:8081]10.0.0.23 - - [2025-11-20 03:42:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062052 [API:8081]10.0.0.23 - - [2025-11-20 03:43:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.070735 [API:8081]10.0.0.50 - - [2025-11-20 03:45:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.50 - - [2025-11-20 03:45:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.50 - - [2025-11-20 03:45:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.50 - - [2025-11-20 03:45:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.22 - - [2025-11-20 03:45:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.22 - - [2025-11-20 03:45:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.22 - - [2025-11-20 03:45:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.23 - - [2025-11-20 03:45:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.22 - - [2025-11-20 03:45:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-11-20 03:45:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.23 - - [2025-11-20 03:45:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2025-11-20 03:45:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2025-11-20 03:45:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077720 [API:8081]10.0.0.23 - - [2025-11-20 03:46:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2025-11-20 03:46:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.066548 [API:8081]10.0.0.23 - - [2025-11-20 03:46:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.063157 [API:8081]10.0.0.23 - - [2025-11-20 03:46:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-05776432:e9a5b456-935e-4963-b998-8a89255503fb?flat HTTP/1.1" 200 5203 0.068755 [API:8081]10.0.0.23 - - [2025-11-20 03:46:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-05776432:e9a5b456-935e-4963-b998-8a89255503fb?flat HTTP/1.1" 200 5203 0.017786 [API:8081]10.0.0.23 - - [2025-11-20 03:46:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-05776432:e9a5b456-935e-4963-b998-8a89255503fb?flat HTTP/1.1" 200 5203 0.075910 [API:8081]10.0.0.23 - - [2025-11-20 03:46:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-05776432:EVPN-VN1?flat HTTP/1.1" 200 7823 0.026486 [API:8081]10.0.0.23 - - [2025-11-20 03:46:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25597 0.033390 [API:8081]10.0.0.23 - - [2025-11-20 03:46:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25597 0.021158 [API:8081]10.0.0.23 - - [2025-11-20 03:46:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009800 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:46:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002557 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:46:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003312 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:46:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003083 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:46:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003230 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:46:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003272 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:46:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002721 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:46:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002751 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:46:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002564 [API:8081]10.0.0.23 - - [2025-11-20 03:46:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-05776432:838a4d86-8e9f-43b8-b7fd-4e88ce9e1fd7?flat HTTP/1.1" 200 5063 0.015233 [API:8081]10.0.0.23 - - [2025-11-20 03:46:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-05776432:838a4d86-8e9f-43b8-b7fd-4e88ce9e1fd7?flat HTTP/1.1" 200 5063 0.013761 [API:8081]10.0.0.23 - - [2025-11-20 03:46:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-05776432:838a4d86-8e9f-43b8-b7fd-4e88ce9e1fd7?flat HTTP/1.1" 200 5063 0.018667 [API:8081]10.0.0.23 - - [2025-11-20 03:46:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-05776432:EVPN-VN1?flat HTTP/1.1" 200 7823 0.015753 [API:8081]10.0.0.23 - - [2025-11-20 03:46:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.020400 [API:8081]10.0.0.23 - - [2025-11-20 03:46:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.024156 [API:8081]10.0.0.23 - - [2025-11-20 03:46:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009756 [API:8081]10.0.0.23 - - [2025-11-20 03:47:55] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2025-11-20 03:47:55] "GET /analytics HTTP/1.1" 401 205 0.000128 [API:8081]10.0.0.50 - - [2025-11-20 03:48:24] "GET /analytics HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.50 - - [2025-11-20 03:48:24] "GET /analytics HTTP/1.1" 401 205 0.000137 [API:8081]10.0.0.22 - - [2025-11-20 03:48:25] "GET /analytics HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.22 - - [2025-11-20 03:48:25] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.23 - - [2025-11-20 03:48:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069691 [API:8081]10.0.0.23 - - [2025-11-20 03:49:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-05776432:e9a5b456-935e-4963-b998-8a89255503fb?flat HTTP/1.1" 200 5318 0.014069 [API:8081]10.0.0.23 - - [2025-11-20 03:49:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-05776432:e9a5b456-935e-4963-b998-8a89255503fb?flat HTTP/1.1" 200 5318 0.013252 [API:8081]10.0.0.23 - - [2025-11-20 03:49:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-05776432:e9a5b456-935e-4963-b998-8a89255503fb?flat HTTP/1.1" 200 5318 0.012572 [API:8081]10.0.0.23 - - [2025-11-20 03:49:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-05776432:EVPN-VN1?flat HTTP/1.1" 200 9307 0.017421 [API:8081]10.0.0.23 - - [2025-11-20 03:49:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 27862 0.023152 [API:8081]10.0.0.23 - - [2025-11-20 03:49:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 27862 0.019919 [API:8081]10.0.0.23 - - [2025-11-20 03:49:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009579 [API:8081]10.0.0.23 - - [2025-11-20 03:49:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-05776432:838a4d86-8e9f-43b8-b7fd-4e88ce9e1fd7?flat HTTP/1.1" 200 5213 0.012063 [API:8081]10.0.0.23 - - [2025-11-20 03:49:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-05776432:838a4d86-8e9f-43b8-b7fd-4e88ce9e1fd7?flat HTTP/1.1" 200 5213 0.012394 [API:8081]10.0.0.23 - - [2025-11-20 03:49:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-05776432:838a4d86-8e9f-43b8-b7fd-4e88ce9e1fd7?flat HTTP/1.1" 200 5213 0.012042 [API:8081]10.0.0.23 - - [2025-11-20 03:49:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-05776432:EVPN-VN1?flat HTTP/1.1" 200 9307 0.014489 [API:8081]10.0.0.23 - - [2025-11-20 03:49:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 27858 0.021014 [API:8081]10.0.0.23 - - [2025-11-20 03:49:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 27858 0.021412 [API:8081]10.0.0.23 - - [2025-11-20 03:49:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009410 [API:8081]10.0.0.23 - - [2025-11-20 03:49:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.069604 [API:8081]10.0.0.50 - - [2025-11-20 03:50:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.50 - - [2025-11-20 03:50:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.50 - - [2025-11-20 03:50:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.50 - - [2025-11-20 03:50:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.22 - - [2025-11-20 03:50:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.22 - - [2025-11-20 03:50:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.23 - - [2025-11-20 03:50:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.22 - - [2025-11-20 03:50:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2025-11-20 03:50:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.22 - - [2025-11-20 03:50:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.23 - - [2025-11-20 03:50:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.23 - - [2025-11-20 03:50:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2025-11-20 03:50:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32485 0.032891 [API:8081]10.0.0.23 - - [2025-11-20 03:50:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-05776432:EVPN-VN1?flat HTTP/1.1" 200 8534 0.015920 [API:8081]10.0.0.23 - - [2025-11-20 03:50:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010534 [API:8081]10.0.0.23 - - [2025-11-20 03:50:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32481 0.025117 [API:8081]10.0.0.23 - - [2025-11-20 03:50:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32481 0.023094 [API:8081]10.0.0.23 - - [2025-11-20 03:50:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32481 0.024668 [API:8081]10.0.0.23 - - [2025-11-20 03:50:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32482 0.022733 [API:8081]10.0.0.23 - - [2025-11-20 03:50:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-05776432:EVPN-VN1?flat HTTP/1.1" 200 5989 0.025775 [API:8081]10.0.0.23 - - [2025-11-20 03:50:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.017669 [API:8081]10.0.0.23 - - [2025-11-20 03:51:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074515 [API:8081]10.0.0.23 - - [2025-11-20 03:52:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.101743 [API:8081]10.0.0.23 - - [2025-11-20 03:52:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-20521633:ctest-TestRbac-20521633-95943211?flat HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.23 - - [2025-11-20 03:52:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-20521633:ctest-TestRbac-20521633-95943211?flat HTTP/1.1" 200 2081 0.478243 [API:8081]10.0.0.23 - - [2025-11-20 03:52:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.205922 [API:8081]10.0.0.23 - - [2025-11-20 03:52:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-20521633:ctest-TestRbac-20521633-95943211?flat HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.23 - - [2025-11-20 03:52:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-20521633:ctest-TestRbac-20521633-95943211?flat HTTP/1.1" 200 2081 0.159313 [API:8081]10.0.0.23 - - [2025-11-20 03:52:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.087949 [API:8081]10.0.0.23 - - [2025-11-20 03:53:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-33958982:7d717978-9d1f-4194-ae53-e37051e28941?flat HTTP/1.1" 200 5173 0.120756 [API:8081]10.0.0.23 - - [2025-11-20 03:53:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-33958982:7d717978-9d1f-4194-ae53-e37051e28941?flat HTTP/1.1" 200 5173 0.059224 [API:8081]10.0.0.23 - - [2025-11-20 03:53:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-33958982:7d717978-9d1f-4194-ae53-e37051e28941?flat HTTP/1.1" 200 5173 0.054321 [API:8081]10.0.0.23 - - [2025-11-20 03:53:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-20521633:ctest-TestRbac-20521633-95943211?flat HTTP/1.1" 200 3327 0.050346 [API:8081]10.0.0.23 - - [2025-11-20 03:53:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.040800 [API:8081]10.0.0.23 - - [2025-11-20 03:53:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.129395 [API:8081]10.0.0.23 - - [2025-11-20 03:53:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.23 - - [2025-11-20 03:53:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32544 0.068970 [API:8081]10.0.0.23 - - [2025-11-20 03:53:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.033790 [API:8081]10.0.0.23 - - [2025-11-20 03:53:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.149918 [API:8081]10.0.0.23 - - [2025-11-20 03:53:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32544 0.074942 [API:8081]10.0.0.23 - - [2025-11-20 03:53:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.042453 [API:8081]10.0.0.23 - - [2025-11-20 03:53:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.085789 [API:8081]10.0.0.23 - - [2025-11-20 03:53:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.131904 [API:8081]10.0.0.23 - - [2025-11-20 03:53:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32544 0.036214 [API:8081]10.0.0.23 - - [2025-11-20 03:53:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32544 0.100012 [API:8081]10.0.0.23 - - [2025-11-20 03:53:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32544 0.025791 [API:8081]10.0.0.23 - - [2025-11-20 03:53:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32544 0.028282 [API:8081]10.0.0.23 - - [2025-11-20 03:53:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32544 0.024056 [API:8081]10.0.0.23 - - [2025-11-20 03:53:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32544 0.022628 [API:8081]10.0.0.23 - - [2025-11-20 03:53:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32546 0.026360 [API:8081]10.0.0.23 - - [2025-11-20 03:53:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-20521633:ctest-TestRbac-20521633-95943211?flat HTTP/1.1" 200 2081 0.010645 [API:8081]10.0.0.23 - - [2025-11-20 03:53:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011167 [API:8081]10.0.0.23 - - [2025-11-20 03:53:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-89752539:ctest-TestRbacBasic-89752539-82667884?flat HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2025-11-20 03:53:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-89752539:ctest-TestRbacBasic-89752539-82667884?flat HTTP/1.1" 200 2117 0.093888 [API:8081]10.0.0.23 - - [2025-11-20 03:53:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-89752539:ctest-TestRbacBasic-89752539-82667884?flat HTTP/1.1" 401 205 0.000205 --- 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-35156591'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-83791620' RBAC: ctest-TestRbacBasic-28589493 doesn't have read permission in project '2df81ec4a5474b8499fb611c540a18d8' 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-89752539', 'ctest-TestRbacBasic-89752539-82667884'], 'virtual_network', '0ceef705-e8bd-40fb-a153-b99163257955', "Permission Denied for ['ctest-TestRbacBasic-35156591'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-83791620' RBAC: ctest-TestRbacBasic-28589493 doesn't have read permission in project '2df81ec4a5474b8499fb611c540a18d8'"),) [API:8081]10.0.0.23 - - [2025-11-20 03:53:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-89752539:ctest-TestRbacBasic-89752539-82667884?flat HTTP/1.1" 403 198 0.108502 [API:8081]10.0.0.23 - - [2025-11-20 03:53:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-89752539:ctest-TestRbacBasic-89752539-82667884?flat HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-11-20 03:53:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-89752539:ctest-TestRbacBasic-89752539-82667884?flat HTTP/1.1" 200 2117 0.067264 [API:8081]10.0.0.23 - - [2025-11-20 03:53:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.081997 [API:8081]10.0.0.23 - - [2025-11-20 03:53:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.076197 [API:8081]10.0.0.23 - - [2025-11-20 03:53:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.070369 --- 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-35156591'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-89752539' RBAC: ctest-TestRbacBasic-28589493 doesn't have read permission in project '05d8da988af248cea7c59e2851af70f2' 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-89752539', 'ctest-TestRbacBasic-89752539-82667884'], 'virtual_network', '0ceef705-e8bd-40fb-a153-b99163257955', "Permission Denied for ['ctest-TestRbacBasic-35156591'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-89752539' RBAC: ctest-TestRbacBasic-28589493 doesn't have read permission in project '05d8da988af248cea7c59e2851af70f2'"),) [API:8081]10.0.0.23 - - [2025-11-20 03:53:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-89752539:ctest-TestRbacBasic-89752539-82667884?flat HTTP/1.1" 403 198 0.036046 --- 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-35156591'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-89752539' RBAC: ctest-TestRbacBasic-28589493 doesn't have read permission in project '05d8da988af248cea7c59e2851af70f2' 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-89752539', 'ctest-TestRbacBasic-89752539-82667884'], 'virtual_network', '0ceef705-e8bd-40fb-a153-b99163257955', "Permission Denied for ['ctest-TestRbacBasic-35156591'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-89752539' RBAC: ctest-TestRbacBasic-28589493 doesn't have read permission in project '05d8da988af248cea7c59e2851af70f2'"),) [API:8081]10.0.0.23 - - [2025-11-20 03:53:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-89752539:ctest-TestRbacBasic-89752539-82667884?flat HTTP/1.1" 403 198 0.082307 [API:8081]10.0.0.23 - - [2025-11-20 03:53:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-89752539:ctest-TestRbacBasic-89752539-82667884?flat HTTP/1.1" 200 2121 0.052139 [API:8081]10.0.0.23 - - [2025-11-20 03:53:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-89752539:ctest-TestRbacBasic-89752539-82667884?flat HTTP/1.1" 200 2121 0.010561 [API:8081]10.0.0.23 - - [2025-11-20 03:53:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.073403 [API:8081]10.0.0.23 - - [2025-11-20 03:53:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.058404 [API:8081]10.0.0.23 - - [2025-11-20 03:53:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.010018 [API:8081]10.0.0.23 - - [2025-11-20 03:54:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.009719 [API:8081]10.0.0.23 - - [2025-11-20 03:54:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-99856823:ctest-TestRbacBasic-99856823-07112299?flat HTTP/1.1" 401 205 0.000243 --- 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-70666265 as ['ctest-TestRbacBasic-60668234'] to R virtual-network in ctest-TestRbacBasic-99856823 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-99856823', 'ctest-TestRbacBasic-99856823-07112299'], 'virtual_network', '7b72ba1b-2322-414f-bfa2-1dc491dc12c9', "Permission Denied for ctest-TestRbacBasic-70666265 as ['ctest-TestRbacBasic-60668234'] to R virtual-network in ctest-TestRbacBasic-99856823"),) [API:8081]10.0.0.23 - - [2025-11-20 03:54:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-99856823:ctest-TestRbacBasic-99856823-07112299?flat HTTP/1.1" 403 198 0.103756 [API:8081]10.0.0.23 - - [2025-11-20 03:54:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.158932 [API:8081]10.0.0.23 - - [2025-11-20 03:54:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-99856823:ctest-TestRbacBasic-99856823-07112299?flat HTTP/1.1" 200 2117 0.066948 [API:8081]10.0.0.23 - - [2025-11-20 03:54:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.061459 --- 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-70666265 as ['ctest-TestRbacBasic-60668234'] to R virtual-network in ctest-TestRbacBasic-99856823 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-99856823', 'ctest-TestRbacBasic-99856823-07112299'], 'virtual_network', '7b72ba1b-2322-414f-bfa2-1dc491dc12c9', "Permission Denied for ctest-TestRbacBasic-70666265 as ['ctest-TestRbacBasic-60668234'] to R virtual-network in ctest-TestRbacBasic-99856823"),) [API:8081]10.0.0.23 - - [2025-11-20 03:54:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-99856823:ctest-TestRbacBasic-99856823-07112299?flat HTTP/1.1" 403 198 0.039617 --- 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-70666265 as ['ctest-TestRbacBasic-60668234'] to R virtual-network in ctest-TestRbacBasic-99856823 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-99856823', 'ctest-TestRbacBasic-99856823-07112299'], 'virtual_network', '7b72ba1b-2322-414f-bfa2-1dc491dc12c9', "Permission Denied for ctest-TestRbacBasic-70666265 as ['ctest-TestRbacBasic-60668234'] to R virtual-network in ctest-TestRbacBasic-99856823"),) [API:8081]10.0.0.23 - - [2025-11-20 03:54:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-99856823:ctest-TestRbacBasic-99856823-07112299?flat HTTP/1.1" 403 198 0.104214 [API:8081]10.0.0.23 - - [2025-11-20 03:54:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.064174 [API:8081]10.0.0.23 - - [2025-11-20 03:54:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-99856823:ctest-TestRbacBasic-99856823-07112299?flat HTTP/1.1" 200 2117 0.053769 [API:8081]10.0.0.23 - - [2025-11-20 03:54:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.049597 [API:8081]10.0.0.23 - - [2025-11-20 03:54:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-99856823:ctest-TestRbacBasic-99856823-07112299?flat HTTP/1.1" 401 205 0.000239 --- 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-28589493 as ['ctest-TestRbacBasic-35156591'] to R virtual-network in ctest-TestRbacBasic-99856823 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-99856823', 'ctest-TestRbacBasic-99856823-07112299'], 'virtual_network', '7b72ba1b-2322-414f-bfa2-1dc491dc12c9', "Permission Denied for ctest-TestRbacBasic-28589493 as ['ctest-TestRbacBasic-35156591'] to R virtual-network in ctest-TestRbacBasic-99856823"),) [API:8081]10.0.0.23 - - [2025-11-20 03:54:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-99856823:ctest-TestRbacBasic-99856823-07112299?flat HTTP/1.1" 403 198 0.086883 [API:8081]10.0.0.23 - - [2025-11-20 03:54:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.058550 [API:8081]10.0.0.23 - - [2025-11-20 03:54:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-99856823:ctest-TestRbacBasic-99856823-07112299?flat HTTP/1.1" 200 2117 0.043022 [API:8081]10.0.0.23 - - [2025-11-20 03:54:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.051315 [API:8081]10.0.0.23 - - [2025-11-20 03:54:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.065064 [API:8081]10.0.0.23 - - [2025-11-20 03:54:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.014547 [API:8081]10.0.0.23 - - [2025-11-20 03:54:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063155 [API:8081]10.0.0.23 - - [2025-11-20 03:54:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-99856823:43bba424-0091-4cdf-841e-a181b14b27ef?flat HTTP/1.1" 200 5395 0.062930 [API:8081]10.0.0.23 - - [2025-11-20 03:54:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-99856823:43bba424-0091-4cdf-841e-a181b14b27ef?flat HTTP/1.1" 200 5395 0.053606 [API:8081]10.0.0.23 - - [2025-11-20 03:54:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-99856823:43bba424-0091-4cdf-841e-a181b14b27ef?flat HTTP/1.1" 200 5395 0.059169 [API:8081]10.0.0.23 - - [2025-11-20 03:54:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-99856823:ctest-TestRbacBasic-99856823-82857654?flat HTTP/1.1" 200 8788 0.052981 [API:8081]10.0.0.23 - - [2025-11-20 03:54:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.033936 [API:8081]10.0.0.23 - - [2025-11-20 03:54:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.078715 [API:8081]10.0.0.23 - - [2025-11-20 03:54:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.020735 [API:8081]10.0.0.23 - - [2025-11-20 03:54:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.038877 [API:8081]10.0.0.23 - - [2025-11-20 03:54:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.096904 [API:8081]10.0.0.23 - - [2025-11-20 03:54:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.026525 [API:8081]10.0.0.23 - - [2025-11-20 03:54:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.048490 [API:8081]10.0.0.23 - - [2025-11-20 03:54:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-99856823:ctest-TestRbacBasic-99856823-82857654?flat HTTP/1.1" 200 8788 0.092012 [API:8081]10.0.0.23 - - [2025-11-20 03:54:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.083581 [API:8081]10.0.0.23 - - [2025-11-20 03:54:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.035729 [API:8081]10.0.0.23 - - [2025-11-20 03:54:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.081620 [API:8081]10.0.0.23 - - [2025-11-20 03:54:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.022865 [API:8081]10.0.0.23 - - [2025-11-20 03:54:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.022614 [API:8081]10.0.0.23 - - [2025-11-20 03:54:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.023208 [API:8081]10.0.0.23 - - [2025-11-20 03:54:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.038576 [API:8081]10.0.0.23 - - [2025-11-20 03:55:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.022720 [API:8081]10.0.0.50 - - [2025-11-20 03:55:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.50 - - [2025-11-20 03:55:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.50 - - [2025-11-20 03:55:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.50 - - [2025-11-20 03:55:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.22 - - [2025-11-20 03:55:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.22 - - [2025-11-20 03:55:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2025-11-20 03:55:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.22 - - [2025-11-20 03:55:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.23 - - [2025-11-20 03:55:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.22 - - [2025-11-20 03:55:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.23 - - [2025-11-20 03:55:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.036905 [API:8081]10.0.0.23 - - [2025-11-20 03:55:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.23 - - [2025-11-20 03:55:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.23 - - [2025-11-20 03:55:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.035456 [API:8081]10.0.0.23 - - [2025-11-20 03:55:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.023795 [API:8081]10.0.0.23 - - [2025-11-20 03:55:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.036321 [API:8081]10.0.0.23 - - [2025-11-20 03:55:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-99856823:ctest-TestRbacBasic-99856823-82857654?flat HTTP/1.1" 200 6890 0.021728 [API:8081]10.0.0.23 - - [2025-11-20 03:55:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011873 [Introspect:8090]10.0.0.23 - - [2025-11-20 03:55:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001104 [API:8081]10.0.0.23 - - [2025-11-20 03:55:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2025-11-20 03:55:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.065504 [API:8081]10.0.0.23 - - [2025-11-20 03:55:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.066445 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:56:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002715 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:56:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003109 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:56:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004502 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:56:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004798 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:56:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003840 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:56:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002650 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:56:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003172 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 03:56:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002462 [API:8081]10.0.0.23 - - [2025-11-20 03:57:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060488 [API:8081]10.0.0.23 - - [2025-11-20 03:57:55] "GET /analytics HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.23 - - [2025-11-20 03:57:55] "GET /analytics HTTP/1.1" 401 205 0.000186 [API:8081]10.0.0.23 - - [2025-11-20 03:57:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-17624131:9da5ba90-570d-4544-9d68-0cd08fcc0f84?flat HTTP/1.1" 200 5374 0.017875 [API:8081]10.0.0.23 - - [2025-11-20 03:57:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-17624131:9da5ba90-570d-4544-9d68-0cd08fcc0f84?flat HTTP/1.1" 200 5374 0.075715 [API:8081]10.0.0.23 - - [2025-11-20 03:57:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-17624131:9da5ba90-570d-4544-9d68-0cd08fcc0f84?flat HTTP/1.1" 200 5374 0.062581 [API:8081]10.0.0.23 - - [2025-11-20 03:57:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-17624131:ctest-vn1-56878927?flat HTTP/1.1" 200 9550 0.018903 [API:8081]10.0.0.23 - - [2025-11-20 03:57:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.033774 [API:8081]10.0.0.23 - - [2025-11-20 03:57:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.032541 [API:8081]10.0.0.23 - - [2025-11-20 03:57:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009143 [API:8081]10.0.0.23 - - [2025-11-20 03:57:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-17624131:e3ec460b-2fa8-42e8-8e74-fc87d3394e32?flat HTTP/1.1" 200 5500 0.013464 [API:8081]10.0.0.23 - - [2025-11-20 03:57:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-17624131:e3ec460b-2fa8-42e8-8e74-fc87d3394e32?flat HTTP/1.1" 200 5500 0.014874 [API:8081]10.0.0.23 - - [2025-11-20 03:57:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-17624131:e3ec460b-2fa8-42e8-8e74-fc87d3394e32?flat HTTP/1.1" 200 5500 0.015234 [API:8081]10.0.0.23 - - [2025-11-20 03:57:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-17624131:ctest-vn1-56878927?flat HTTP/1.1" 200 9550 0.020176 [API:8081]10.0.0.23 - - [2025-11-20 03:57:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.038352 [API:8081]10.0.0.23 - - [2025-11-20 03:57:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.026798 [API:8081]10.0.0.23 - - [2025-11-20 03:57:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.013973 [API:8081]10.0.0.23 - - [2025-11-20 03:58:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.022035 [API:8081]10.0.0.23 - - [2025-11-20 03:58:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.028957 [API:8081]10.0.0.23 - - [2025-11-20 03:58:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.026909 [API:8081]10.0.0.23 - - [2025-11-20 03:58:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.026936 [API:8081]10.0.0.23 - - [2025-11-20 03:58:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.022402 [API:8081]10.0.0.23 - - [2025-11-20 03:58:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.024113 [API:8081]10.0.0.50 - - [2025-11-20 03:58:24] "GET /analytics HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.50 - - [2025-11-20 03:58:24] "GET /analytics HTTP/1.1" 401 205 0.000127 [API:8081]10.0.0.22 - - [2025-11-20 03:58:25] "GET /analytics HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.22 - - [2025-11-20 03:58:25] "GET /analytics HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.23 - - [2025-11-20 03:58:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.041669 [API:8081]10.0.0.23 - - [2025-11-20 03:58:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.022766 [API:8081]10.0.0.23 - - [2025-11-20 03:58:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.022598 [API:8081]10.0.0.23 - - [2025-11-20 03:58:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.023593 [API:8081]10.0.0.23 - - [2025-11-20 03:58:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-17624131:ctest-vn1-56878927?flat HTTP/1.1" 200 7738 0.023768 [API:8081]10.0.0.23 - - [2025-11-20 03:58:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.015048 [API:8081]10.0.0.23 - - [2025-11-20 03:58:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.042512 [API:8081]10.0.0.23 - - [2025-11-20 03:58:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.061732 [API:8081]10.0.0.23 - - [2025-11-20 03:58:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.022785 [API:8081]10.0.0.23 - - [2025-11-20 03:58:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.021683 [API:8081]10.0.0.23 - - [2025-11-20 03:58:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-17624131:ctest-vn1-56878927?flat HTTP/1.1" 200 4921 0.014055 [API:8081]10.0.0.23 - - [2025-11-20 03:58:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009743 [API:8081]10.0.0.23 - - [2025-11-20 03:58:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.008328 [API:8081]10.0.0.23 - - [2025-11-20 03:58:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.011157 [API:8081]10.0.0.50 - - [2025-11-20 04:00:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.50 - - [2025-11-20 04:00:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.50 - - [2025-11-20 04:00:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.50 - - [2025-11-20 04:00:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.22 - - [2025-11-20 04:00:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.22 - - [2025-11-20 04:00:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.23 - - [2025-11-20 04:00:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.22 - - [2025-11-20 04:00:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.23 - - [2025-11-20 04:00:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.22 - - [2025-11-20 04:00:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.23 - - [2025-11-20 04:00:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000450 [API:8081]10.0.0.23 - - [2025-11-20 04:00:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.23 - - [2025-11-20 04:00:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066494 [API:8081]10.0.0.23 - - [2025-11-20 04:01:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.079651 [Introspect:8090]10.0.0.23 - - [2025-11-20 04:03:28] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.000976 [API:8081]10.0.0.23 - - [2025-11-20 04:03:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4768-1?flat HTTP/1.1" 200 12075 0.404820 [API:8081]10.0.0.23 - - [2025-11-20 04:03:29] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4768-1?flat HTTP/1.1" 200 6057 0.416292 [API:8081]10.0.0.23 - - [2025-11-20 04:03:30] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4768-2?flat HTTP/1.1" 200 6053 0.384446 [API:8081]10.0.0.23 - - [2025-11-20 04:03:30] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4768-3?flat HTTP/1.1" 200 3949 0.012476 [API:8081]10.0.0.23 - - [2025-11-20 04:03:30] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?flat HTTP/1.1" 200 6696 0.016940 [API:8081]10.0.0.23 - - [2025-11-20 04:03:30] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?flat HTTP/1.1" 200 7049 0.014396 [API:8081]10.0.0.23 - - [2025-11-20 04:03:30] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?flat HTTP/1.1" 200 6129 0.016297 [API:8081]10.0.0.23 - - [2025-11-20 04:03:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.009686 [API:8081]10.0.0.23 - - [2025-11-20 04:03:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057909 [API:8081]10.0.0.23 - - [2025-11-20 04:04:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-17624131:51d726ac-093b-4d31-b0a6-79e13854daf7?flat HTTP/1.1" 200 5243 0.020690 [API:8081]10.0.0.23 - - [2025-11-20 04:04:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-17624131:51d726ac-093b-4d31-b0a6-79e13854daf7?flat HTTP/1.1" 200 5243 0.015432 [API:8081]10.0.0.23 - - [2025-11-20 04:04:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-17624131:51d726ac-093b-4d31-b0a6-79e13854daf7?flat HTTP/1.1" 200 5243 0.027244 [API:8081]10.0.0.23 - - [2025-11-20 04:04:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-17624131:ctest-vn1-60419904?flat HTTP/1.1" 200 7077 0.026311 [API:8081]10.0.0.23 - - [2025-11-20 04:04:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39865 0.049170 [API:8081]10.0.0.23 - - [2025-11-20 04:04:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4768-2?flat HTTP/1.1" 200 12370 0.021189 [API:8081]10.0.0.23 - - [2025-11-20 04:04:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39865 0.038481 [API:8081]10.0.0.23 - - [2025-11-20 04:04:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4768-2?flat HTTP/1.1" 200 12370 0.020975 [API:8081]10.0.0.23 - - [2025-11-20 04:04:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009399 [API:8081]10.0.0.23 - - [2025-11-20 04:04:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.064889 [API:8081]10.0.0.50 - - [2025-11-20 04:05:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.50 - - [2025-11-20 04:05:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.50 - - [2025-11-20 04:05:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.50 - - [2025-11-20 04:05:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.22 - - [2025-11-20 04:05:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.22 - - [2025-11-20 04:05:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2025-11-20 04:05:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-17624131:0f82e5bb-5664-4154-94f7-cc7007d048f7?flat HTTP/1.1" 200 5243 0.015156 [API:8081]10.0.0.23 - - [2025-11-20 04:05:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-17624131:0f82e5bb-5664-4154-94f7-cc7007d048f7?flat HTTP/1.1" 200 5243 0.013506 [API:8081]10.0.0.23 - - [2025-11-20 04:05:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-17624131:0f82e5bb-5664-4154-94f7-cc7007d048f7?flat HTTP/1.1" 200 5243 0.014294 [API:8081]10.0.0.23 - - [2025-11-20 04:05:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-17624131:ctest-vn2-02050304?flat HTTP/1.1" 200 6980 0.017003 [API:8081]10.0.0.23 - - [2025-11-20 04:05:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32544 0.022104 [API:8081]10.0.0.23 - - [2025-11-20 04:05:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32544 0.023209 [API:8081]10.0.0.23 - - [2025-11-20 04:05:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.22 - - [2025-11-20 04:05:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2025-11-20 04:05:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009202 [API:8081]10.0.0.23 - - [2025-11-20 04:05:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001134 [API:8081]10.0.0.22 - - [2025-11-20 04:05:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.23 - - [2025-11-20 04:05:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.23 - - [2025-11-20 04:05:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2025-11-20 04:06:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32552 0.032240 [API:8081]10.0.0.23 - - [2025-11-20 04:06:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32552 0.024436 [API:8081]10.0.0.23 - - [2025-11-20 04:06:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-17624131:ctest-vn2-02050304?flat HTTP/1.1" 200 7859 0.039427 [API:8081]10.0.0.23 - - [2025-11-20 04:06:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.014848 [API:8081]10.0.0.23 - - [2025-11-20 04:06:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39890 0.044690 [API:8081]10.0.0.23 - - [2025-11-20 04:06:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4768-2?flat HTTP/1.1" 200 12912 0.021819 [API:8081]10.0.0.23 - - [2025-11-20 04:06:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39890 0.051735 [API:8081]10.0.0.23 - - [2025-11-20 04:06:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4768-2?flat HTTP/1.1" 200 12912 0.023565 [API:8081]10.0.0.23 - - [2025-11-20 04:06:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39893 0.032803 [API:8081]10.0.0.23 - - [2025-11-20 04:06:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4768-2?flat HTTP/1.1" 200 12823 0.021467 [API:8081]10.0.0.23 - - [2025-11-20 04:06:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-17624131:ctest-vn1-60419904?flat HTTP/1.1" 200 7925 0.017577 [API:8081]10.0.0.23 - - [2025-11-20 04:06:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008757 [API:8081]10.0.0.23 - - [2025-11-20 04:06:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053106 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 04:06:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002949 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 04:06:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002969 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 04:06:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.005812 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 04:06:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.011703 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 04:06:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004312 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 04:06:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004372 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 04:06:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.006913 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 04:06:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003589 [API:8081]10.0.0.23 - - [2025-11-20 04:07:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-45939425:70959492-a100-4f3a-9aa8-ce30c32ec1bc?flat HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2025-11-20 04:07:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-45939425:70959492-a100-4f3a-9aa8-ce30c32ec1bc?flat HTTP/1.1" 200 5229 0.065152 [API:8081]10.0.0.23 - - [2025-11-20 04:07:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-45939425:70959492-a100-4f3a-9aa8-ce30c32ec1bc?flat HTTP/1.1" 200 5229 0.077499 [API:8081]10.0.0.23 - - [2025-11-20 04:07:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-45939425:70959492-a100-4f3a-9aa8-ce30c32ec1bc?flat HTTP/1.1" 200 5229 0.069653 [API:8081]10.0.0.23 - - [2025-11-20 04:07:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-45939425:ctest-vn-20782975?flat HTTP/1.1" 200 3994 0.019091 [API:8081]10.0.0.23 - - [2025-11-20 04:07:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.034447 [API:8081]10.0.0.23 - - [2025-11-20 04:07:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.023236 [API:8081]10.0.0.23 - - [2025-11-20 04:07:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010962 [API:8081]10.0.0.23 - - [2025-11-20 04:07:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-45939425:79df58e5-c869-41fd-850b-a9ff0c45acb2?flat HTTP/1.1" 200 5240 0.015926 [API:8081]10.0.0.23 - - [2025-11-20 04:07:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-45939425:79df58e5-c869-41fd-850b-a9ff0c45acb2?flat HTTP/1.1" 200 5240 0.018301 [API:8081]10.0.0.23 - - [2025-11-20 04:07:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-45939425:79df58e5-c869-41fd-850b-a9ff0c45acb2?flat HTTP/1.1" 200 5240 0.016966 [API:8081]10.0.0.23 - - [2025-11-20 04:07:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-45939425:ctest-vn-87461027?flat HTTP/1.1" 200 4011 0.017828 [API:8081]10.0.0.23 - - [2025-11-20 04:07:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39909 0.030106 [API:8081]10.0.0.23 - - [2025-11-20 04:07:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4768-2?flat HTTP/1.1" 200 12799 0.021351 [API:8081]10.0.0.23 - - [2025-11-20 04:07:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39909 0.033695 [API:8081]10.0.0.23 - - [2025-11-20 04:07:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4768-2?flat HTTP/1.1" 200 12799 0.023412 [API:8081]10.0.0.23 - - [2025-11-20 04:07:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010255 [API:8081]10.0.0.23 - - [2025-11-20 04:07:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39909 0.034856 [API:8081]10.0.0.23 - - [2025-11-20 04:07:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4768-2?flat HTTP/1.1" 200 12799 0.020555 [API:8081]10.0.0.23 - - [2025-11-20 04:07:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.070258 [API:8081]10.0.0.23 - - [2025-11-20 04:07:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39909 0.042382 [API:8081]10.0.0.23 - - [2025-11-20 04:07:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4768-2?flat HTTP/1.1" 200 12799 0.029999 [API:8081]10.0.0.23 - - [2025-11-20 04:07:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39911 0.032142 [API:8081]10.0.0.23 - - [2025-11-20 04:07:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4768-2?flat HTTP/1.1" 200 12508 0.022670 [API:8081]10.0.0.23 - - [2025-11-20 04:07:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-45939425:ctest-vn-87461027?flat HTTP/1.1" 200 6180 0.011972 [API:8081]10.0.0.23 - - [2025-11-20 04:07:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008902 [API:8081]10.0.0.23 - - [2025-11-20 04:07:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32569 0.026608 [API:8081]10.0.0.23 - - [2025-11-20 04:07:55] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2025-11-20 04:07:55] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.23 - - [2025-11-20 04:07:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32569 0.023006 [API:8081]10.0.0.23 - - [2025-11-20 04:07:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32569 0.025615 [API:8081]10.0.0.23 - - [2025-11-20 04:08:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32572 0.024735 [API:8081]10.0.0.23 - - [2025-11-20 04:08:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32572 0.034538 [API:8081]10.0.0.23 - - [2025-11-20 04:08:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32572 0.025576 [API:8081]10.0.0.23 - - [2025-11-20 04:08:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4768-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32572 0.024045 [API:8081]10.0.0.23 - - [2025-11-20 04:08:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-45939425:ctest-vn-20782975?flat HTTP/1.1" 200 6181 0.012486 [API:8081]10.0.0.23 - - [2025-11-20 04:08:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009313 [API:8081]10.0.0.23 - - [2025-11-20 04:08:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2025-11-20 04:08:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.064254 [API:8081]10.0.0.23 - - [2025-11-20 04:08:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.058872 [API:8081]10.0.0.50 - - [2025-11-20 04:08:24] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.50 - - [2025-11-20 04:08:24] "GET /analytics HTTP/1.1" 401 205 0.000122 [API:8081]10.0.0.22 - - [2025-11-20 04:08:25] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.22 - - [2025-11-20 04:08:25] "GET /analytics HTTP/1.1" 401 205 0.000127 [API:8081]10.0.0.23 - - [2025-11-20 04:09:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066236 [API:8081]10.0.0.50 - - [2025-11-20 04:10:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000485 [API:8081]10.0.0.50 - - [2025-11-20 04:10:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.50 - - [2025-11-20 04:10:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.50 - - [2025-11-20 04:10:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2025-11-20 04:10:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.22 - - [2025-11-20 04:10:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.23 - - [2025-11-20 04:10:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.22 - - [2025-11-20 04:10:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.23 - - [2025-11-20 04:10:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000445 [API:8081]10.0.0.22 - - [2025-11-20 04:10:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2025-11-20 04:10:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000431 [API:8081]10.0.0.23 - - [2025-11-20 04:10:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2025-11-20 04:10:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.104379 [API:8081]10.0.0.23 - - [2025-11-20 04:12:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060541 [API:8081]10.0.0.23 - - [2025-11-20 04:13:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.066549 [API:8081]10.0.0.23 - - [2025-11-20 04:14:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2025-11-20 04:14:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.065807 [API:8081]10.0.0.50 - - [2025-11-20 04:15:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.50 - - [2025-11-20 04:15:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.50 - - [2025-11-20 04:15:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.50 - - [2025-11-20 04:15:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.22 - - [2025-11-20 04:15:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.22 - - [2025-11-20 04:15:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2025-11-20 04:15:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.22 - - [2025-11-20 04:15:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.23 - - [2025-11-20 04:15:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.22 - - [2025-11-20 04:15:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2025-11-20 04:15:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-11-20 04:15:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2025-11-20 04:15:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063351 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 04:16:50] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002976 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 04:16:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003094 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 04:16:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002514 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 04:16:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002389 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 04:16:50] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004004 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 04:16:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002633 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 04:16:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.006062 [LOCAL API:8181]127.0.0.1 - - [2025-11-20 04:16:50] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4768-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002265 [API:8081]10.0.0.23 - - [2025-11-20 04:16:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.092817 [API:8081]10.0.0.23 - - [2025-11-20 04:17:55] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2025-11-20 04:17:55] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.50 - - [2025-11-20 04:18:24] "GET /analytics HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.50 - - [2025-11-20 04:18:24] "GET /analytics HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.22 - - [2025-11-20 04:18:25] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.22 - - [2025-11-20 04:18:25] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2025-11-20 04:18:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066144 [API:8081]10.0.0.23 - - [2025-11-20 04:19:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.106712 [API:8081]10.0.0.50 - - [2025-11-20 04:20:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.50 - - [2025-11-20 04:20:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.50 - - [2025-11-20 04:20:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.50 - - [2025-11-20 04:20:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.22 - - [2025-11-20 04:20:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.22 - - [2025-11-20 04:20:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2025-11-20 04:20:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.22 - - [2025-11-20 04:20:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2025-11-20 04:20:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.22 - - [2025-11-20 04:20:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2025-11-20 04:20:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.23 - - [2025-11-20 04:20:05] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [Introspect:8090]10.0.0.23 - - [2025-11-20 04:20:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001510