++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Mon Dec 15 02:15:26 AM UTC 2025 ===================' INFO: =================== Mon Dec 15 02:15:26 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ grep 'inet ' +++ head -n 1 +++ ip addr show dev ens3 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.23:8081 10.0.0.50:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.50:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.50:8081 10.0.0.65:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.23:9042 10.0.0.50:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.50:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.50:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.23:8086 10.0.0.50:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.50:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.50:8086 10.0.0.65:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.23:8082 10.0.0.50:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.50:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.50:8082 10.0.0.65:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.23:9161 10.0.0.50:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.50:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.50:9161 10.0.0.65:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.129,10.20.0.254,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.129,10.20.0.254,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.23:2181,10.0.0.50:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.50:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.50:2181,10.0.0.65:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.23:2181 10.0.0.50:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.50:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.50:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.23:5673,10.0.0.50:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.50:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.50:5673,10.0.0.65:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.23:6379 10.0.0.50:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.50:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.50:6379 10.0.0.65:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.23:9092 10.0.0.50:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.50:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.50:9092 10.0.0.65:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.23 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.23,10.0.0.50,10.0.0.65 ++ cut -d , -f 1 + local cassandra=10.0.0.23 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.23 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.23,10.0.0.50,10.0.0.65 +++ local servers=10.0.0.23,10.0.0.50,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips +++ cut -d ' ' -f 1 ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ cat /proc/net/fib_trie ++++ sort ++++ 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 ++ sed 's/^ANALYTICS_API__//g' ++ cut -d = -f 1 ++ sort ++ 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 12/15/2025 02:15:34.457 7f73fb6b2e00 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/15/2025 02:15:34.633 7f73fb6b2e00 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 12/15/2025 02:15:34.648 7f73fb6b2e00 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/15/2025 02:15:34.648 7f73fb6b2e00 [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-12-15 02:15:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.058559 [API:8081]10.0.0.50 - - [2025-12-15 02:16:10] "GET /analytics HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.50 - - [2025-12-15 02:16:10] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.65 - - [2025-12-15 02:16:10] "GET /analytics HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.65 - - [2025-12-15 02:16:10] "GET /analytics HTTP/1.1" 401 205 0.000399 [API:8081]10.0.0.23 - - [2025-12-15 02:16:10] "GET /analytics HTTP/1.1" 401 205 0.000446 [API:8081]10.0.0.23 - - [2025-12-15 02:16:10] "GET /analytics HTTP/1.1" 401 205 0.000168 [API:8081]10.0.0.50 - - [2025-12-15 02:16:41] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.50 - - [2025-12-15 02:16:41] "GET /analytics HTTP/1.1" 401 205 0.000182 [API:8081]10.0.0.65 - - [2025-12-15 02:16:41] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.65 - - [2025-12-15 02:16:41] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.23 - - [2025-12-15 02:16:41] "GET /analytics HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.23 - - [2025-12-15 02:16:41] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.50 - - [2025-12-15 02:17:11] "GET /analytics HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.50 - - [2025-12-15 02:17:11] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.65 - - [2025-12-15 02:17:11] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.65 - - [2025-12-15 02:17:11] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.23 - - [2025-12-15 02:17:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.056433 [API:8081]10.0.0.23 - - [2025-12-15 02:18:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 1345 0.057069 [API:8081]10.0.0.65 - - [2025-12-15 02:18:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.65 - - [2025-12-15 02:18:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000375 [API:8081]10.0.0.65 - - [2025-12-15 02:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.65 - - [2025-12-15 02:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.50 - - [2025-12-15 02:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.23 - - [2025-12-15 02:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.50 - - [2025-12-15 02:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.23 - - [2025-12-15 02:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-12-15 02:18:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.50 - - [2025-12-15 02:18:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2025-12-15 02:18:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.50 - - [2025-12-15 02:18:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000195 [Introspect:8090]10.0.0.23 - - [2025-12-15 02:19:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001049 [Introspect:8090]10.0.0.23 - - [2025-12-15 02:19:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001228 [API:8081]10.0.0.23 - - [2025-12-15 02:20:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081074 [Introspect:8090]10.0.0.23 - - [2025-12-15 02:20:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001200 [Introspect:8090]10.0.0.23 - - [2025-12-15 02:20:49] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000738 [API:8081]10.0.0.23 - - [2025-12-15 02:20:49] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.23 - - [2025-12-15 02:20:49] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-1:Control:contrail-control:0?flat HTTP/1.1" 200 35557 0.066558 [API:8081]10.0.0.23 - - [2025-12-15 02:20:49] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.058814 [API:8081]10.0.0.23 - - [2025-12-15 02:20:49] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-2:Control:contrail-control:0?flat HTTP/1.1" 200 38620 0.072349 [API:8081]10.0.0.23 - - [2025-12-15 02:20:49] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.020987 [API:8081]10.0.0.23 - - [2025-12-15 02:20:49] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-3:Control:contrail-control:0?flat HTTP/1.1" 200 35561 0.024745 [API:8081]10.0.0.23 - - [2025-12-15 02:20:50] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13597 0.015986 [API:8081]10.0.0.23 - - [2025-12-15 02:20:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.019935 [API:8081]10.0.0.23 - - [2025-12-15 02:20:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.055860 [API:8081]10.0.0.23 - - [2025-12-15 02:20:50] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3709 0.012936 [API:8081]10.0.0.23 - - [2025-12-15 02:20:50] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3375 0.011528 [API:8081]10.0.0.23 - - [2025-12-15 02:20:50] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.010561 [API:8081]10.0.0.23 - - [2025-12-15 02:20:50] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4621 0.014388 [API:8081]10.0.0.23 - - [2025-12-15 02:20:50] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4616 0.015629 [API:8081]10.0.0.23 - - [2025-12-15 02:20:50] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4620 0.015845 [API:8081]10.0.0.23 - - [2025-12-15 02:20:50] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.012684 [API:8081]10.0.0.23 - - [2025-12-15 02:20:50] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.014870 [API:8081]10.0.0.23 - - [2025-12-15 02:20:50] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011532 [API:8081]10.0.0.23 - - [2025-12-15 02:20:50] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012486 [API:8081]10.0.0.23 - - [2025-12-15 02:20:50] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011626 [API:8081]10.0.0.23 - - [2025-12-15 02:20:50] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.010854 [API:8081]10.0.0.23 - - [2025-12-15 02:20:50] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011332 [API:8081]10.0.0.23 - - [2025-12-15 02:20:50] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011929 [API:8081]10.0.0.23 - - [2025-12-15 02:20:50] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.010505 [API:8081]10.0.0.23 - - [2025-12-15 02:20:50] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.010564 [API:8081]10.0.0.23 - - [2025-12-15 02:20:50] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14827 0.015816 [API:8081]10.0.0.23 - - [2025-12-15 02:20:50] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.014258 [API:8081]10.0.0.23 - - [2025-12-15 02:20:50] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14823 0.016233 [API:8081]10.0.0.23 - - [2025-12-15 02:20:50] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.016814 [API:8081]10.0.0.23 - - [2025-12-15 02:20:50] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14830 0.017111 [API:8081]10.0.0.23 - - [2025-12-15 02:20:50] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.017104 [API:8081]10.0.0.23 - - [2025-12-15 02:20:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.017697 [API:8081]10.0.0.23 - - [2025-12-15 02:20:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.020116 [API:8081]10.0.0.23 - - [2025-12-15 02:20:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.019888 [API:8081]10.0.0.23 - - [2025-12-15 02:20:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.022934 [API:8081]10.0.0.23 - - [2025-12-15 02:20:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.017980 [API:8081]10.0.0.23 - - [2025-12-15 02:20:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.012212 [API:8081]10.0.0.23 - - [2025-12-15 02:20:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20495 0.019187 [API:8081]10.0.0.23 - - [2025-12-15 02:20:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.011847 [API:8081]10.0.0.23 - - [2025-12-15 02:20:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.012920 [API:8081]10.0.0.23 - - [2025-12-15 02:20:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14827 0.016469 [API:8081]10.0.0.23 - - [2025-12-15 02:20:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.015522 [API:8081]10.0.0.23 - - [2025-12-15 02:20:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.025664 [API:8081]10.0.0.23 - - [2025-12-15 02:20:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14823 0.029723 [API:8081]10.0.0.23 - - [2025-12-15 02:20:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.015117 [API:8081]10.0.0.23 - - [2025-12-15 02:20:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.011566 [API:8081]10.0.0.23 - - [2025-12-15 02:20:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14830 0.014922 [API:8081]10.0.0.23 - - [2025-12-15 02:20:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011607 [API:8081]10.0.0.23 - - [2025-12-15 02:20:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.014678 [API:8081]10.0.0.23 - - [2025-12-15 02:20:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.011521 [API:8081]10.0.0.23 - - [2025-12-15 02:20:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.016077 [API:8081]10.0.0.23 - - [2025-12-15 02:20:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.019517 [API:8081]10.0.0.23 - - [2025-12-15 02:20:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.016406 [API:8081]10.0.0.23 - - [2025-12-15 02:20:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.015063 [API:8081]10.0.0.23 - - [2025-12-15 02:20:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4621 0.011609 [API:8081]10.0.0.23 - - [2025-12-15 02:20:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4616 0.012782 [API:8081]10.0.0.23 - - [2025-12-15 02:20:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4620 0.011952 [API:8081]10.0.0.23 - - [2025-12-15 02:20:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-1:Control:contrail-control:0?flat HTTP/1.1" 200 35557 0.019806 [API:8081]10.0.0.23 - - [2025-12-15 02:20:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.011879 [API:8081]10.0.0.23 - - [2025-12-15 02:20:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.021372 [API:8081]10.0.0.23 - - [2025-12-15 02:20:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-2:Control:contrail-control:0?flat HTTP/1.1" 200 38620 0.022342 [API:8081]10.0.0.23 - - [2025-12-15 02:20:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.012790 [API:8081]10.0.0.23 - - [2025-12-15 02:20:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.019939 [API:8081]10.0.0.23 - - [2025-12-15 02:20:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-3:Control:contrail-control:0?flat HTTP/1.1" 200 35561 0.019341 [API:8081]10.0.0.23 - - [2025-12-15 02:20:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.013734 [API:8081]10.0.0.23 - - [2025-12-15 02:20:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4894-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13597 0.014902 [API:8081]10.0.0.23 - - [2025-12-15 02:20:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4894-1?flat HTTP/1.1" 200 12037 0.020271 [API:8081]10.0.0.23 - - [2025-12-15 02:20:56] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?flat HTTP/1.1" 200 14507 0.027232 [API:8081]10.0.0.23 - - [2025-12-15 02:20:56] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?flat HTTP/1.1" 200 15359 0.020619 [API:8081]10.0.0.23 - - [2025-12-15 02:20:56] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?flat HTTP/1.1" 200 18764 0.024908 [API:8081]10.0.0.23 - - [2025-12-15 02:20:56] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?flat HTTP/1.1" 200 14507 0.023019 [API:8081]10.0.0.23 - - [2025-12-15 02:20:56] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?flat HTTP/1.1" 200 15359 0.030504 [API:8081]10.0.0.23 - - [2025-12-15 02:20:56] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?flat HTTP/1.1" 200 18764 0.028683 [API:8081]10.0.0.23 - - [2025-12-15 02:20:56] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?flat HTTP/1.1" 200 14507 0.033241 [API:8081]10.0.0.23 - - [2025-12-15 02:20:56] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?flat HTTP/1.1" 200 15359 0.027532 [API:8081]10.0.0.23 - - [2025-12-15 02:20:56] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?flat HTTP/1.1" 200 18764 0.023496 [API:8081]10.0.0.23 - - [2025-12-15 02:20:56] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?flat HTTP/1.1" 200 14507 0.020869 [API:8081]10.0.0.23 - - [2025-12-15 02:20:56] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?flat HTTP/1.1" 200 15359 0.026037 [API:8081]10.0.0.23 - - [2025-12-15 02:20:56] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?flat HTTP/1.1" 200 18764 0.027646 [API:8081]10.0.0.23 - - [2025-12-15 02:20:57] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4894-1?flat HTTP/1.1" 200 7997 0.013996 [API:8081]10.0.0.23 - - [2025-12-15 02:20:57] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4894-2?flat HTTP/1.1" 200 7995 0.021284 [API:8081]10.0.0.23 - - [2025-12-15 02:20:57] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4894-3?flat HTTP/1.1" 200 7996 0.013152 [API:8081]10.0.0.23 - - [2025-12-15 02:21:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2025-12-15 02:21:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.063107 [API:8081]10.0.0.23 - - [2025-12-15 02:21:19] "POST /analytics/query HTTP/1.1" 200 54701 1.064425 [API:8081]10.0.0.23 - - [2025-12-15 02:21:20] "POST /analytics/query HTTP/1.1" 200 5872 1.065581 [API:8081]10.0.0.23 - - [2025-12-15 02:21:21] "POST /analytics/query HTTP/1.1" 200 871 1.017474 [API:8081]10.0.0.23 - - [2025-12-15 02:21:22] "POST /analytics/query HTTP/1.1" 200 5872 1.029663 [API:8081]10.0.0.23 - - [2025-12-15 02:21:23] "POST /analytics/query HTTP/1.1" 200 871 1.037305 [API:8081]10.0.0.23 - - [2025-12-15 02:21:33] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000893 [API:8081]10.0.0.23 - - [2025-12-15 02:21:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.076286 [API:8081]10.0.0.23 - - [2025-12-15 02:23:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061707 [API:8081]10.0.0.65 - - [2025-12-15 02:23:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.65 - - [2025-12-15 02:23:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.65 - - [2025-12-15 02:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.65 - - [2025-12-15 02:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.50 - - [2025-12-15 02:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-12-15 02:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.50 - - [2025-12-15 02:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2025-12-15 02:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000599 [API:8081]10.0.0.23 - - [2025-12-15 02:23:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.50 - - [2025-12-15 02:23:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2025-12-15 02:23:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.50 - - [2025-12-15 02:23:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2025-12-15 02:24:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.072646 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:25:34] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004016 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:25:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004863 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:25:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.005206 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:25:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003421 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:25:34] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003680 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:25:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002659 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:25:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.017952 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:25:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004422 [API:8081]10.0.0.23 - - [2025-12-15 02:26:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.23 - - [2025-12-15 02:26:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1446 0.053369 [API:8081]10.0.0.23 - - [2025-12-15 02:26:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1678 0.046628 [API:8081]10.0.0.23 - - [2025-12-15 02:26:41] "GET /analytics HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2025-12-15 02:26:41] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.23 - - [2025-12-15 02:26:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068951 [API:8081]10.0.0.50 - - [2025-12-15 02:27:11] "GET /analytics HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.50 - - [2025-12-15 02:27:11] "GET /analytics HTTP/1.1" 401 205 0.000113 [API:8081]10.0.0.65 - - [2025-12-15 02:27:11] "GET /analytics HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.65 - - [2025-12-15 02:27:11] "GET /analytics HTTP/1.1" 401 205 0.000129 [API:8081]10.0.0.23 - - [2025-12-15 02:27:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.082810 [API:8081]10.0.0.65 - - [2025-12-15 02:28:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.65 - - [2025-12-15 02:28:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.65 - - [2025-12-15 02:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.65 - - [2025-12-15 02:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.50 - - [2025-12-15 02:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2025-12-15 02:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.50 - - [2025-12-15 02:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001050 [API:8081]10.0.0.23 - - [2025-12-15 02:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.23 - - [2025-12-15 02:28:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.50 - - [2025-12-15 02:28:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.23 - - [2025-12-15 02:28:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.50 - - [2025-12-15 02:28:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.23 - - [2025-12-15 02:29:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060818 [API:8081]10.0.0.23 - - [2025-12-15 02:30:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.071187 [API:8081]10.0.0.23 - - [2025-12-15 02:32:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069086 [API:8081]10.0.0.23 - - [2025-12-15 02:33:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.23 - - [2025-12-15 02:33:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.087732 [API:8081]10.0.0.23 - - [2025-12-15 02:33:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.058690 [API:8081]10.0.0.65 - - [2025-12-15 02:33:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000384 [API:8081]10.0.0.65 - - [2025-12-15 02:33:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.65 - - [2025-12-15 02:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.65 - - [2025-12-15 02:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.50 - - [2025-12-15 02:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.23 - - [2025-12-15 02:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.50 - - [2025-12-15 02:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.23 - - [2025-12-15 02:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.23 - - [2025-12-15 02:33:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.50 - - [2025-12-15 02:33:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.23 - - [2025-12-15 02:33:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.50 - - [2025-12-15 02:33:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.23 - - [2025-12-15 02:33:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.065055 [API:8081]10.0.0.23 - - [2025-12-15 02:34:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1886 0.009712 [API:8081]10.0.0.23 - - [2025-12-15 02:34:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1892 0.010414 [API:8081]10.0.0.23 - - [2025-12-15 02:34:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2120 0.055248 [API:8081]10.0.0.23 - - [2025-12-15 02:34:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2348 0.007766 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:35:34] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.027635 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:35:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.014352 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:35:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.013735 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:35:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.020745 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:35:34] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.033131 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:35:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.014511 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:35:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.014624 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:35:34] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.020779 [API:8081]10.0.0.23 - - [2025-12-15 02:35:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.131521 [API:8081]10.0.0.23 - - [2025-12-15 02:36:41] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2025-12-15 02:36:41] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.23 - - [2025-12-15 02:36:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.064454 [API:8081]10.0.0.50 - - [2025-12-15 02:37:11] "GET /analytics HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.50 - - [2025-12-15 02:37:11] "GET /analytics HTTP/1.1" 401 205 0.000130 [API:8081]10.0.0.65 - - [2025-12-15 02:37:11] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.65 - - [2025-12-15 02:37:11] "GET /analytics HTTP/1.1" 401 205 0.000162 [API:8081]10.0.0.23 - - [2025-12-15 02:38:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24568 0.066033 [API:8081]10.0.0.23 - - [2025-12-15 02:38:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24568 0.063605 [API:8081]10.0.0.23 - - [2025-12-15 02:38:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24568 0.019428 [API:8081]10.0.0.23 - - [2025-12-15 02:38:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24568 0.017967 [API:8081]10.0.0.23 - - [2025-12-15 02:38:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-33205292:ctest-vnet1-10474993?flat HTTP/1.1" 200 8247 0.012468 [API:8081]10.0.0.23 - - [2025-12-15 02:38:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008787 [API:8081]10.0.0.23 - - [2025-12-15 02:38:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.016831 [API:8081]10.0.0.23 - - [2025-12-15 02:38:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.017826 [API:8081]10.0.0.23 - - [2025-12-15 02:38:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-33205292:ctest-vnet0-45376106?flat HTTP/1.1" 200 8244 0.017428 [API:8081]10.0.0.23 - - [2025-12-15 02:38:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008178 [API:8081]10.0.0.23 - - [2025-12-15 02:38:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.008388 [API:8081]10.0.0.65 - - [2025-12-15 02:38:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.65 - - [2025-12-15 02:38:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.65 - - [2025-12-15 02:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.65 - - [2025-12-15 02:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.50 - - [2025-12-15 02:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2025-12-15 02:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.50 - - [2025-12-15 02:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2025-12-15 02:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.23 - - [2025-12-15 02:38:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.50 - - [2025-12-15 02:38:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2025-12-15 02:38:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.50 - - [2025-12-15 02:38:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.23 - - [2025-12-15 02:38:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059948 [API:8081]10.0.0.23 - - [2025-12-15 02:39:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.059579 [API:8081]10.0.0.23 - - [2025-12-15 02:40:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.23 - - [2025-12-15 02:40:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.054722 [API:8081]10.0.0.23 - - [2025-12-15 02:41:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.062051 [API:8081]10.0.0.23 - - [2025-12-15 02:41:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.056726 [API:8081]10.0.0.23 - - [2025-12-15 02:41:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.017810 [API:8081]10.0.0.23 - - [2025-12-15 02:41:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019711 [API:8081]10.0.0.23 - - [2025-12-15 02:41:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-07210962:ctest-vnet0-70496556?flat HTTP/1.1" 200 7203 0.014074 [API:8081]10.0.0.23 - - [2025-12-15 02:41:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009519 [API:8081]10.0.0.23 - - [2025-12-15 02:41:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065986 [API:8081]10.0.0.23 - - [2025-12-15 02:42:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2025-12-15 02:42:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.055006 [API:8081]10.0.0.23 - - [2025-12-15 02:42:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.23 - - [2025-12-15 02:42:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.059492 [API:8081]10.0.0.23 - - [2025-12-15 02:42:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.068915 [API:8081]10.0.0.23 - - [2025-12-15 02:42:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.089157 [API:8081]10.0.0.23 - - [2025-12-15 02:42:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.058640 [API:8081]10.0.0.23 - - [2025-12-15 02:43:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-95919502:6aebc286-a70a-4483-b198-2e165ca948cd?flat HTTP/1.1" 200 5238 0.014154 [API:8081]10.0.0.23 - - [2025-12-15 02:43:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-95919502:6aebc286-a70a-4483-b198-2e165ca948cd?flat HTTP/1.1" 200 5238 0.013211 [API:8081]10.0.0.23 - - [2025-12-15 02:43:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-95919502:6aebc286-a70a-4483-b198-2e165ca948cd?flat HTTP/1.1" 200 5238 0.012833 [API:8081]10.0.0.23 - - [2025-12-15 02:43:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-95919502:ctest-VN1-06429328?flat HTTP/1.1" 200 8563 0.013196 [API:8081]10.0.0.23 - - [2025-12-15 02:43:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.017348 [API:8081]10.0.0.23 - - [2025-12-15 02:43:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.017300 [API:8081]10.0.0.23 - - [2025-12-15 02:43:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009615 [API:8081]10.0.0.23 - - [2025-12-15 02:43:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-95919502:7bdae491-eb79-46ad-b565-61d0b7bc271e?flat HTTP/1.1" 200 5360 0.014099 [API:8081]10.0.0.23 - - [2025-12-15 02:43:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-95919502:7bdae491-eb79-46ad-b565-61d0b7bc271e?flat HTTP/1.1" 200 5360 0.014364 [API:8081]10.0.0.23 - - [2025-12-15 02:43:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-95919502:7bdae491-eb79-46ad-b565-61d0b7bc271e?flat HTTP/1.1" 200 5360 0.017655 [API:8081]10.0.0.23 - - [2025-12-15 02:43:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-95919502:ctest-VN2-39839366?flat HTTP/1.1" 200 8688 0.018506 [API:8081]10.0.0.23 - - [2025-12-15 02:43:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.020876 [API:8081]10.0.0.23 - - [2025-12-15 02:43:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.022023 [API:8081]10.0.0.23 - - [2025-12-15 02:43:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009476 [API:8081]10.0.0.23 - - [2025-12-15 02:43:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-95919502:6f6975b5-5254-4a27-9467-47dbf787d9f0?flat HTTP/1.1" 200 5244 0.013870 [API:8081]10.0.0.23 - - [2025-12-15 02:43:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-95919502:6f6975b5-5254-4a27-9467-47dbf787d9f0?flat HTTP/1.1" 200 5244 0.014211 [API:8081]10.0.0.23 - - [2025-12-15 02:43:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-95919502:6f6975b5-5254-4a27-9467-47dbf787d9f0?flat HTTP/1.1" 200 5244 0.012078 [API:8081]10.0.0.23 - - [2025-12-15 02:43:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-95919502:ctest-VN3-41370326?flat HTTP/1.1" 200 8120 0.018662 [API:8081]10.0.0.23 - - [2025-12-15 02:43:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019509 [API:8081]10.0.0.23 - - [2025-12-15 02:43:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.016344 [API:8081]10.0.0.23 - - [2025-12-15 02:43:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008896 [API:8081]10.0.0.65 - - [2025-12-15 02:43:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.65 - - [2025-12-15 02:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.65 - - [2025-12-15 02:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.65 - - [2025-12-15 02:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.50 - - [2025-12-15 02:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.23 - - [2025-12-15 02:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.50 - - [2025-12-15 02:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2025-12-15 02:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.23 - - [2025-12-15 02:43:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.50 - - [2025-12-15 02:43:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.23 - - [2025-12-15 02:43:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.50 - - [2025-12-15 02:43:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.23 - - [2025-12-15 02:44:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.018816 [API:8081]10.0.0.23 - - [2025-12-15 02:44:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.016481 [API:8081]10.0.0.23 - - [2025-12-15 02:44:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.017915 [API:8081]10.0.0.23 - - [2025-12-15 02:44:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.023589 [API:8081]10.0.0.23 - - [2025-12-15 02:44:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.017244 [API:8081]10.0.0.23 - - [2025-12-15 02:44:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.017954 [API:8081]10.0.0.23 - - [2025-12-15 02:44:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-95919502:ctest-VN3-41370326?flat HTTP/1.1" 200 6220 0.015731 [API:8081]10.0.0.23 - - [2025-12-15 02:44:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010355 [API:8081]10.0.0.23 - - [2025-12-15 02:44:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020605 [API:8081]10.0.0.23 - - [2025-12-15 02:44:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019208 [API:8081]10.0.0.23 - - [2025-12-15 02:44:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019094 [API:8081]10.0.0.23 - - [2025-12-15 02:44:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.024315 [API:8081]10.0.0.23 - - [2025-12-15 02:44:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019175 [API:8081]10.0.0.23 - - [2025-12-15 02:44:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.025039 [API:8081]10.0.0.23 - - [2025-12-15 02:44:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019855 [API:8081]10.0.0.23 - - [2025-12-15 02:44:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-95919502:ctest-VN2-39839366?flat HTTP/1.1" 200 6556 0.011575 [API:8081]10.0.0.23 - - [2025-12-15 02:44:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007598 [API:8081]10.0.0.23 - - [2025-12-15 02:44:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.017825 [API:8081]10.0.0.23 - - [2025-12-15 02:44:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.017751 [API:8081]10.0.0.23 - - [2025-12-15 02:44:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.020599 [API:8081]10.0.0.23 - - [2025-12-15 02:44:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-95919502:ctest-VN1-06429328?flat HTTP/1.1" 200 6779 0.012172 [API:8081]10.0.0.23 - - [2025-12-15 02:44:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010493 [API:8081]10.0.0.23 - - [2025-12-15 02:45:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.123846 [API:8081]10.0.0.23 - - [2025-12-15 02:45:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2025-12-15 02:45:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.052130 [API:8081]10.0.0.23 - - [2025-12-15 02:45:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.053359 [API:8081]10.0.0.23 - - [2025-12-15 02:45:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.059377 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:45:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002571 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:45:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002552 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:45:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002635 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:45:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002949 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:45:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002472 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:45:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002137 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:45:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002343 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:45:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002475 [API:8081]10.0.0.23 - - [2025-12-15 02:46:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.069684 [API:8081]10.0.0.23 - - [2025-12-15 02:46:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-99364654:3fbad784-fbf3-4c04-b58d-22b602ad848e?flat HTTP/1.1" 200 5359 0.013785 [API:8081]10.0.0.23 - - [2025-12-15 02:46:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-99364654:3fbad784-fbf3-4c04-b58d-22b602ad848e?flat HTTP/1.1" 200 5359 0.011951 [API:8081]10.0.0.23 - - [2025-12-15 02:46:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-99364654:3fbad784-fbf3-4c04-b58d-22b602ad848e?flat HTTP/1.1" 200 5359 0.012401 [API:8081]10.0.0.23 - - [2025-12-15 02:46:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-99364654:3fbad784-fbf3-4c04-b58d-22b602ad848e?flat HTTP/1.1" 200 5359 0.011859 [API:8081]10.0.0.23 - - [2025-12-15 02:46:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-99364654:ctest-VN1-00107366?flat HTTP/1.1" 200 9448 0.012285 [API:8081]10.0.0.23 - - [2025-12-15 02:46:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.017869 [API:8081]10.0.0.23 - - [2025-12-15 02:46:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.017201 [API:8081]10.0.0.23 - - [2025-12-15 02:46:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008883 [API:8081]10.0.0.23 - - [2025-12-15 02:46:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-99364654:2ff05e85-b796-49aa-88c0-883a9e468bdc?flat HTTP/1.1" 200 5604 0.013292 [API:8081]10.0.0.23 - - [2025-12-15 02:46:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-99364654:2ff05e85-b796-49aa-88c0-883a9e468bdc?flat HTTP/1.1" 200 5604 0.015651 [API:8081]10.0.0.23 - - [2025-12-15 02:46:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-99364654:2ff05e85-b796-49aa-88c0-883a9e468bdc?flat HTTP/1.1" 200 5604 0.014018 [API:8081]10.0.0.23 - - [2025-12-15 02:46:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-99364654:2ff05e85-b796-49aa-88c0-883a9e468bdc?flat HTTP/1.1" 200 5604 0.014240 [API:8081]10.0.0.23 - - [2025-12-15 02:46:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-99364654:ctest-VN2-50643407?flat HTTP/1.1" 200 10322 0.016245 [API:8081]10.0.0.23 - - [2025-12-15 02:46:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019091 [API:8081]10.0.0.23 - - [2025-12-15 02:46:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020725 [API:8081]10.0.0.23 - - [2025-12-15 02:46:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010964 [API:8081]10.0.0.23 - - [2025-12-15 02:46:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-99364654:2e7f0aab-41b7-41cc-ac92-2534da082c5d?flat HTTP/1.1" 200 5595 0.014420 [API:8081]10.0.0.23 - - [2025-12-15 02:46:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-99364654:2e7f0aab-41b7-41cc-ac92-2534da082c5d?flat HTTP/1.1" 200 5595 0.018691 [API:8081]10.0.0.23 - - [2025-12-15 02:46:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-99364654:2e7f0aab-41b7-41cc-ac92-2534da082c5d?flat HTTP/1.1" 200 5595 0.015898 [API:8081]10.0.0.23 - - [2025-12-15 02:46:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-99364654:2e7f0aab-41b7-41cc-ac92-2534da082c5d?flat HTTP/1.1" 200 5595 0.012267 [API:8081]10.0.0.23 - - [2025-12-15 02:46:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-99364654:ctest-VN3-83860196?flat HTTP/1.1" 200 9817 0.026269 [API:8081]10.0.0.23 - - [2025-12-15 02:46:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.017642 [API:8081]10.0.0.23 - - [2025-12-15 02:46:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.017792 [API:8081]10.0.0.23 - - [2025-12-15 02:46:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009024 [API:8081]10.0.0.23 - - [2025-12-15 02:46:41] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2025-12-15 02:46:41] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.23 - - [2025-12-15 02:47:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.018904 [API:8081]10.0.0.50 - - [2025-12-15 02:47:11] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.50 - - [2025-12-15 02:47:11] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.65 - - [2025-12-15 02:47:11] "GET /analytics HTTP/1.1" 401 205 0.000210 [API:8081]10.0.0.65 - - [2025-12-15 02:47:11] "GET /analytics HTTP/1.1" 401 205 0.000130 [API:8081]10.0.0.23 - - [2025-12-15 02:47:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.018175 [API:8081]10.0.0.23 - - [2025-12-15 02:47:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.018576 [API:8081]10.0.0.23 - - [2025-12-15 02:47:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.019411 [API:8081]10.0.0.23 - - [2025-12-15 02:47:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.017642 [API:8081]10.0.0.23 - - [2025-12-15 02:47:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-99364654:ctest-VN3-83860196?flat HTTP/1.1" 200 6961 0.013008 [API:8081]10.0.0.23 - - [2025-12-15 02:47:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009236 [API:8081]10.0.0.23 - - [2025-12-15 02:47:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020818 [API:8081]10.0.0.23 - - [2025-12-15 02:47:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020461 [API:8081]10.0.0.23 - - [2025-12-15 02:47:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.032568 [API:8081]10.0.0.23 - - [2025-12-15 02:47:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019097 [API:8081]10.0.0.23 - - [2025-12-15 02:47:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019008 [API:8081]10.0.0.23 - - [2025-12-15 02:47:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.018945 [API:8081]10.0.0.23 - - [2025-12-15 02:47:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.018608 [API:8081]10.0.0.23 - - [2025-12-15 02:47:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-99364654:ctest-VN2-50643407?flat HTTP/1.1" 200 7312 0.011997 [API:8081]10.0.0.23 - - [2025-12-15 02:47:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008328 [API:8081]10.0.0.23 - - [2025-12-15 02:47:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.016495 [API:8081]10.0.0.23 - - [2025-12-15 02:47:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.018552 [API:8081]10.0.0.23 - - [2025-12-15 02:47:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.017533 [API:8081]10.0.0.23 - - [2025-12-15 02:47:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-99364654:ctest-VN1-00107366?flat HTTP/1.1" 200 7641 0.011315 [API:8081]10.0.0.23 - - [2025-12-15 02:47:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008666 [API:8081]10.0.0.23 - - [2025-12-15 02:48:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074224 [API:8081]10.0.0.23 - - [2025-12-15 02:48:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2025-12-15 02:48:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.057064 [API:8081]10.0.0.23 - - [2025-12-15 02:48:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.048263 [API:8081]10.0.0.65 - - [2025-12-15 02:48:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.65 - - [2025-12-15 02:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.65 - - [2025-12-15 02:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.65 - - [2025-12-15 02:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.50 - - [2025-12-15 02:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2025-12-15 02:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.50 - - [2025-12-15 02:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2025-12-15 02:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2025-12-15 02:48:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.50 - - [2025-12-15 02:48:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2025-12-15 02:48:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.50 - - [2025-12-15 02:48:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2025-12-15 02:49:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.059561 [API:8081]10.0.0.23 - - [2025-12-15 02:49:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2025-12-15 02:49:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.056386 [API:8081]10.0.0.23 - - [2025-12-15 02:51:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060833 [API:8081]10.0.0.23 - - [2025-12-15 02:52:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.075664 [API:8081]10.0.0.23 - - [2025-12-15 02:52:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.016910 [API:8081]10.0.0.23 - - [2025-12-15 02:52:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.055437 [API:8081]10.0.0.23 - - [2025-12-15 02:52:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.016859 [API:8081]10.0.0.23 - - [2025-12-15 02:52:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.019826 [API:8081]10.0.0.23 - - [2025-12-15 02:52:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.064383 [API:8081]10.0.0.23 - - [2025-12-15 02:52:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.018046 [API:8081]10.0.0.23 - - [2025-12-15 02:52:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.016914 [API:8081]10.0.0.23 - - [2025-12-15 02:52:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.017848 [API:8081]10.0.0.23 - - [2025-12-15 02:52:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-37083789:ctest-vnet0-34899371?flat HTTP/1.1" 200 7968 0.014256 [API:8081]10.0.0.23 - - [2025-12-15 02:52:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008708 [API:8081]10.0.0.23 - - [2025-12-15 02:52:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.23 - - [2025-12-15 02:52:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.052540 [API:8081]10.0.0.23 - - [2025-12-15 02:52:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1662 0.051148 [API:8081]10.0.0.65 - - [2025-12-15 02:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.65 - - [2025-12-15 02:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.65 - - [2025-12-15 02:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.65 - - [2025-12-15 02:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.50 - - [2025-12-15 02:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.23 - - [2025-12-15 02:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.50 - - [2025-12-15 02:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2025-12-15 02:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.23 - - [2025-12-15 02:53:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.50 - - [2025-12-15 02:53:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2025-12-15 02:53:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.50 - - [2025-12-15 02:53:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.23 - - [2025-12-15 02:54:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053440 [API:8081]10.0.0.23 - - [2025-12-15 02:55:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.058988 [API:8081]10.0.0.23 - - [2025-12-15 02:55:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.020072 [API:8081]10.0.0.23 - - [2025-12-15 02:55:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.079115 [API:8081]10.0.0.23 - - [2025-12-15 02:55:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.022482 [API:8081]10.0.0.23 - - [2025-12-15 02:55:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.019033 [API:8081]10.0.0.23 - - [2025-12-15 02:55:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.080627 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:55:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002946 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:55:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002771 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:55:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002630 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:55:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002643 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:55:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003171 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:55:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002369 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:55:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002215 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 02:55:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002480 [API:8081]10.0.0.23 - - [2025-12-15 02:55:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.019547 [API:8081]10.0.0.23 - - [2025-12-15 02:55:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.033190 [API:8081]10.0.0.23 - - [2025-12-15 02:55:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.018219 [API:8081]10.0.0.23 - - [2025-12-15 02:55:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.018609 [API:8081]10.0.0.23 - - [2025-12-15 02:55:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-74306972:ctest-vnet1-11936855?flat HTTP/1.1" 200 7305 0.014228 [API:8081]10.0.0.23 - - [2025-12-15 02:55:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007694 [API:8081]10.0.0.23 - - [2025-12-15 02:55:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.018581 [API:8081]10.0.0.23 - - [2025-12-15 02:55:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.018160 [API:8081]10.0.0.23 - - [2025-12-15 02:55:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24624 0.017116 [API:8081]10.0.0.23 - - [2025-12-15 02:55:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-74306972:ctest-vnet0-46685669?flat HTTP/1.1" 200 6960 0.012725 [API:8081]10.0.0.23 - - [2025-12-15 02:55:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011868 [API:8081]10.0.0.23 - - [2025-12-15 02:56:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2025-12-15 02:56:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.050203 [API:8081]10.0.0.23 - - [2025-12-15 02:56:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.052402 [API:8081]10.0.0.23 - - [2025-12-15 02:56:41] "GET /analytics HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2025-12-15 02:56:41] "GET /analytics HTTP/1.1" 401 205 0.000204 [API:8081]10.0.0.23 - - [2025-12-15 02:57:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055974 [API:8081]10.0.0.50 - - [2025-12-15 02:57:11] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.50 - - [2025-12-15 02:57:11] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.65 - - [2025-12-15 02:57:11] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.65 - - [2025-12-15 02:57:11] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.23 - - [2025-12-15 02:58:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.057022 [API:8081]10.0.0.65 - - [2025-12-15 02:58:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.65 - - [2025-12-15 02:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.65 - - [2025-12-15 02:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.65 - - [2025-12-15 02:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.50 - - [2025-12-15 02:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.23 - - [2025-12-15 02:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000401 [API:8081]10.0.0.50 - - [2025-12-15 02:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.23 - - [2025-12-15 02:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.23 - - [2025-12-15 02:58:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-12-15 02:58:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.50 - - [2025-12-15 02:58:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.50 - - [2025-12-15 02:58:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2025-12-15 02:59:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.030793 [API:8081]10.0.0.23 - - [2025-12-15 02:59:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.068024 [API:8081]10.0.0.23 - - [2025-12-15 02:59:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-17081621:ctest-vnet1-64071105?flat HTTP/1.1" 200 8065 0.014121 [API:8081]10.0.0.23 - - [2025-12-15 02:59:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010077 [API:8081]10.0.0.23 - - [2025-12-15 02:59:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.020497 [API:8081]10.0.0.23 - - [2025-12-15 02:59:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.020248 [API:8081]10.0.0.23 - - [2025-12-15 02:59:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.017285 [API:8081]10.0.0.23 - - [2025-12-15 02:59:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-17081621:ctest-vnet0-75055607?flat HTTP/1.1" 200 7709 0.017657 [API:8081]10.0.0.23 - - [2025-12-15 02:59:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009063 [API:8081]10.0.0.23 - - [2025-12-15 03:00:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077209 [API:8081]10.0.0.23 - - [2025-12-15 03:01:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.055410 [API:8081]10.0.0.23 - - [2025-12-15 03:03:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2025-12-15 03:03:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.052163 [API:8081]10.0.0.23 - - [2025-12-15 03:03:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057004 [API:8081]10.0.0.65 - - [2025-12-15 03:03:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.65 - - [2025-12-15 03:03:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.65 - - [2025-12-15 03:03:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.65 - - [2025-12-15 03:03:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.50 - - [2025-12-15 03:03:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2025-12-15 03:03:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.50 - - [2025-12-15 03:03:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2025-12-15 03:03:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2025-12-15 03:03:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-12-15 03:03:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000375 [API:8081]10.0.0.50 - - [2025-12-15 03:03:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.50 - - [2025-12-15 03:03:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2025-12-15 03:04:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.071584 [API:8081]10.0.0.23 - - [2025-12-15 03:04:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1432 0.009078 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:05:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002620 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:05:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002703 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:05:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002640 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:05:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002551 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:05:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002839 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:05:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002310 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:05:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002162 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:05:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002352 [API:8081]10.0.0.23 - - [2025-12-15 03:05:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2025-12-15 03:05:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.057783 [API:8081]10.0.0.23 - - [2025-12-15 03:06:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056456 [API:8081]10.0.0.23 - - [2025-12-15 03:06:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-69314957:8f88237f-8bbf-4c08-868e-88f94907b203?flat HTTP/1.1" 200 5814 0.066383 [API:8081]10.0.0.23 - - [2025-12-15 03:06:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-69314957:8f88237f-8bbf-4c08-868e-88f94907b203?flat HTTP/1.1" 200 5814 0.011790 [API:8081]10.0.0.23 - - [2025-12-15 03:06:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-69314957:8f88237f-8bbf-4c08-868e-88f94907b203?flat HTTP/1.1" 200 5814 0.064139 [API:8081]10.0.0.23 - - [2025-12-15 03:06:39] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-69314957:ctest-SecurityGroupBasicRegressionTests1Ipv6-69314957-72042572?flat HTTP/1.1" 200 10789 0.018222 [API:8081]10.0.0.23 - - [2025-12-15 03:06:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.017487 [API:8081]10.0.0.23 - - [2025-12-15 03:06:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.018700 [API:8081]10.0.0.23 - - [2025-12-15 03:06:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010915 [API:8081]10.0.0.23 - - [2025-12-15 03:06:41] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2025-12-15 03:06:41] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.23 - - [2025-12-15 03:07:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-69314957:0c067251-9c46-4993-b822-4d43fd6c3fa8?flat HTTP/1.1" 200 5683 0.014822 [API:8081]10.0.0.23 - - [2025-12-15 03:07:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-69314957:0c067251-9c46-4993-b822-4d43fd6c3fa8?flat HTTP/1.1" 200 5683 0.014328 [API:8081]10.0.0.23 - - [2025-12-15 03:07:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-69314957:0c067251-9c46-4993-b822-4d43fd6c3fa8?flat HTTP/1.1" 200 5683 0.021873 [API:8081]10.0.0.23 - - [2025-12-15 03:07:05] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-69314957:ctest-SecurityGroupBasicRegressionTests1Ipv6-69314957-72042572?flat HTTP/1.1" 200 11801 0.016366 [API:8081]10.0.0.23 - - [2025-12-15 03:07:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.023071 [API:8081]10.0.0.23 - - [2025-12-15 03:07:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.017501 [API:8081]10.0.0.23 - - [2025-12-15 03:07:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009375 [API:8081]10.0.0.50 - - [2025-12-15 03:07:11] "GET /analytics HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.50 - - [2025-12-15 03:07:11] "GET /analytics HTTP/1.1" 401 205 0.000125 [API:8081]10.0.0.65 - - [2025-12-15 03:07:11] "GET /analytics HTTP/1.1" 401 205 0.000210 [API:8081]10.0.0.65 - - [2025-12-15 03:07:11] "GET /analytics HTTP/1.1" 401 205 0.000124 [API:8081]10.0.0.23 - - [2025-12-15 03:07:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.058714 [API:8081]10.0.0.23 - - [2025-12-15 03:08:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.018831 [API:8081]10.0.0.23 - - [2025-12-15 03:08:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.020802 [API:8081]10.0.0.23 - - [2025-12-15 03:08:46] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-69314957:ctest-SecurityGroupBasicRegressionTests1Ipv6-69314957-72042572?flat HTTP/1.1" 200 11629 0.014803 [API:8081]10.0.0.23 - - [2025-12-15 03:08:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008367 [API:8081]10.0.0.65 - - [2025-12-15 03:08:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.65 - - [2025-12-15 03:08:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.65 - - [2025-12-15 03:08:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.65 - - [2025-12-15 03:08:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.50 - - [2025-12-15 03:08:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2025-12-15 03:08:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.50 - - [2025-12-15 03:08:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2025-12-15 03:08:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.23 - - [2025-12-15 03:08:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.50 - - [2025-12-15 03:08:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.23 - - [2025-12-15 03:08:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.50 - - [2025-12-15 03:08:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2025-12-15 03:08:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.017684 [API:8081]10.0.0.23 - - [2025-12-15 03:08:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.018135 [API:8081]10.0.0.23 - - [2025-12-15 03:08:52] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-69314957:ctest-SecurityGroupBasicRegressionTests1Ipv6-69314957-72042572?flat HTTP/1.1" 200 8798 0.011308 [API:8081]10.0.0.23 - - [2025-12-15 03:08:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008261 [API:8081]10.0.0.23 - - [2025-12-15 03:09:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2025-12-15 03:09:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1580 0.056557 [API:8081]10.0.0.23 - - [2025-12-15 03:09:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054163 [API:8081]10.0.0.23 - - [2025-12-15 03:09:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-97453394:7de39fcf-2c8e-4db4-8da4-ec085de9b2ed?flat HTTP/1.1" 200 5808 0.051828 [API:8081]10.0.0.23 - - [2025-12-15 03:09:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-97453394:7de39fcf-2c8e-4db4-8da4-ec085de9b2ed?flat HTTP/1.1" 200 5808 0.011666 [API:8081]10.0.0.23 - - [2025-12-15 03:09:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-97453394:7de39fcf-2c8e-4db4-8da4-ec085de9b2ed?flat HTTP/1.1" 200 5808 0.051544 [API:8081]10.0.0.23 - - [2025-12-15 03:09:47] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-97453394:ctest-SecurityGroupBasicRegressionTests1_contrail-97453394-87064714?flat HTTP/1.1" 200 10445 0.015122 [API:8081]10.0.0.23 - - [2025-12-15 03:09:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.018826 [API:8081]10.0.0.23 - - [2025-12-15 03:09:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.016170 [API:8081]10.0.0.23 - - [2025-12-15 03:09:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008450 [API:8081]10.0.0.23 - - [2025-12-15 03:10:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-97453394:0033ea67-ed82-42fd-ba9c-c79a7ca5eb2d?flat HTTP/1.1" 200 5674 0.013734 [API:8081]10.0.0.23 - - [2025-12-15 03:10:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-97453394:0033ea67-ed82-42fd-ba9c-c79a7ca5eb2d?flat HTTP/1.1" 200 5674 0.014019 [API:8081]10.0.0.23 - - [2025-12-15 03:10:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-97453394:0033ea67-ed82-42fd-ba9c-c79a7ca5eb2d?flat HTTP/1.1" 200 5674 0.013417 [API:8081]10.0.0.23 - - [2025-12-15 03:10:08] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-97453394:ctest-SecurityGroupBasicRegressionTests1_contrail-97453394-87064714?flat HTTP/1.1" 200 11761 0.016033 [API:8081]10.0.0.23 - - [2025-12-15 03:10:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.018107 [API:8081]10.0.0.23 - - [2025-12-15 03:10:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.018409 [API:8081]10.0.0.23 - - [2025-12-15 03:10:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009101 [API:8081]10.0.0.23 - - [2025-12-15 03:10:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.056319 [API:8081]10.0.0.23 - - [2025-12-15 03:11:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.027124 [API:8081]10.0.0.23 - - [2025-12-15 03:11:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.022642 [API:8081]10.0.0.23 - - [2025-12-15 03:11:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.018976 [API:8081]10.0.0.23 - - [2025-12-15 03:11:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.032375 [API:8081]10.0.0.23 - - [2025-12-15 03:11:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.020158 [API:8081]10.0.0.23 - - [2025-12-15 03:12:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.020153 [API:8081]10.0.0.23 - - [2025-12-15 03:12:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.019118 [API:8081]10.0.0.23 - - [2025-12-15 03:12:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.021456 [API:8081]10.0.0.23 - - [2025-12-15 03:12:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.021619 [API:8081]10.0.0.23 - - [2025-12-15 03:12:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.019570 [API:8081]10.0.0.23 - - [2025-12-15 03:12:15] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-97453394:ctest-SecurityGroupBasicRegressionTests1_contrail-97453394-87064714?flat HTTP/1.1" 200 11638 0.015547 [API:8081]10.0.0.23 - - [2025-12-15 03:12:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009012 [API:8081]10.0.0.23 - - [2025-12-15 03:12:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019922 [API:8081]10.0.0.23 - - [2025-12-15 03:12:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058419 [API:8081]10.0.0.23 - - [2025-12-15 03:12:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019321 [API:8081]10.0.0.23 - - [2025-12-15 03:12:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.029800 [API:8081]10.0.0.23 - - [2025-12-15 03:12:24] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-97453394:ctest-SecurityGroupBasicRegressionTests1_contrail-97453394-87064714?flat HTTP/1.1" 200 8431 0.016495 [API:8081]10.0.0.23 - - [2025-12-15 03:12:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.015049 [API:8081]10.0.0.23 - - [2025-12-15 03:12:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-12-15 03:12:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.059345 [API:8081]10.0.0.23 - - [2025-12-15 03:13:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.058865 [API:8081]10.0.0.23 - - [2025-12-15 03:13:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-74568609:16de4af7-ee2d-4a21-94ce-5e5ac71d91e0?flat HTTP/1.1" 200 5685 0.057592 [API:8081]10.0.0.23 - - [2025-12-15 03:13:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-74568609:16de4af7-ee2d-4a21-94ce-5e5ac71d91e0?flat HTTP/1.1" 200 5685 0.013270 [API:8081]10.0.0.23 - - [2025-12-15 03:13:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-74568609:16de4af7-ee2d-4a21-94ce-5e5ac71d91e0?flat HTTP/1.1" 200 5685 0.054070 [API:8081]10.0.0.23 - - [2025-12-15 03:13:21] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-74568609:ctest-SecurityGroupBasicRegressionTests1-74568609-47163888?flat HTTP/1.1" 200 4344 0.013513 [API:8081]10.0.0.23 - - [2025-12-15 03:13:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019114 [API:8081]10.0.0.23 - - [2025-12-15 03:13:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.018286 [API:8081]10.0.0.23 - - [2025-12-15 03:13:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008296 [API:8081]10.0.0.65 - - [2025-12-15 03:13:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.65 - - [2025-12-15 03:13:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.65 - - [2025-12-15 03:13:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.65 - - [2025-12-15 03:13:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.23 - - [2025-12-15 03:13:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-74568609:ef8c8577-a2d0-4851-8f58-1c78e30f8baf?flat HTTP/1.1" 200 5837 0.013368 [API:8081]10.0.0.23 - - [2025-12-15 03:13:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-74568609:ef8c8577-a2d0-4851-8f58-1c78e30f8baf?flat HTTP/1.1" 200 5837 0.016963 [API:8081]10.0.0.50 - - [2025-12-15 03:13:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000198 [API:8081]10.0.0.23 - - [2025-12-15 03:13:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.002145 [API:8081]10.0.0.23 - - [2025-12-15 03:13:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-74568609:ef8c8577-a2d0-4851-8f58-1c78e30f8baf?flat HTTP/1.1" 200 5837 0.018669 [API:8081]10.0.0.23 - - [2025-12-15 03:13:47] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-74568609:ctest-SecurityGroupBasicRegressionTests1-74568609-47163888?flat HTTP/1.1" 200 11361 0.020025 [API:8081]10.0.0.50 - - [2025-12-15 03:13:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.23 - - [2025-12-15 03:13:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.021240 [API:8081]10.0.0.23 - - [2025-12-15 03:13:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000845 [API:8081]10.0.0.23 - - [2025-12-15 03:13:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.018249 [API:8081]10.0.0.23 - - [2025-12-15 03:13:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009711 [API:8081]10.0.0.23 - - [2025-12-15 03:13:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.23 - - [2025-12-15 03:13:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.50 - - [2025-12-15 03:13:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.50 - - [2025-12-15 03:13:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2025-12-15 03:15:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058935 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:15:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002728 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:15:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002640 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:15:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002781 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:15:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002507 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:15:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002723 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:15:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002450 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:15:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002374 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:15:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002826 [API:8081]10.0.0.23 - - [2025-12-15 03:15:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.032717 [API:8081]10.0.0.23 - - [2025-12-15 03:16:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.028920 [API:8081]10.0.0.23 - - [2025-12-15 03:16:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019511 [API:8081]10.0.0.23 - - [2025-12-15 03:16:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019974 [API:8081]10.0.0.23 - - [2025-12-15 03:16:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019697 [API:8081]10.0.0.23 - - [2025-12-15 03:16:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019704 [API:8081]10.0.0.23 - - [2025-12-15 03:16:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.020928 [API:8081]10.0.0.23 - - [2025-12-15 03:16:17] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-74568609:ctest-SecurityGroupBasicRegressionTests1-74568609-47163888?flat HTTP/1.1" 200 10737 0.014189 [API:8081]10.0.0.23 - - [2025-12-15 03:16:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008541 [API:8081]10.0.0.23 - - [2025-12-15 03:16:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.017020 [API:8081]10.0.0.23 - - [2025-12-15 03:16:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.017843 [API:8081]10.0.0.23 - - [2025-12-15 03:16:22] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-74568609:ctest-SecurityGroupBasicRegressionTests1-74568609-47163888?flat HTTP/1.1" 200 7965 0.014218 [API:8081]10.0.0.23 - - [2025-12-15 03:16:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.015165 [API:8081]10.0.0.23 - - [2025-12-15 03:16:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.155126 [API:8081]10.0.0.23 - - [2025-12-15 03:16:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-12-15 03:16:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1640 0.062125 [API:8081]10.0.0.23 - - [2025-12-15 03:16:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.056543 [API:8081]10.0.0.23 - - [2025-12-15 03:16:41] "GET /analytics HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.23 - - [2025-12-15 03:16:41] "GET /analytics HTTP/1.1" 401 205 0.000190 [API:8081]10.0.0.23 - - [2025-12-15 03:16:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2066 0.063866 [API:8081]10.0.0.23 - - [2025-12-15 03:16:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.010016 [API:8081]10.0.0.23 - - [2025-12-15 03:16:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1850 0.008948 [API:8081]10.0.0.23 - - [2025-12-15 03:16:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2064 0.009510 [API:8081]10.0.0.23 - - [2025-12-15 03:16:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2288 0.009310 [API:8081]10.0.0.23 - - [2025-12-15 03:16:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2514 0.009211 [API:8081]10.0.0.50 - - [2025-12-15 03:17:11] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.50 - - [2025-12-15 03:17:11] "GET /analytics HTTP/1.1" 401 205 0.000132 [API:8081]10.0.0.65 - - [2025-12-15 03:17:11] "GET /analytics HTTP/1.1" 401 205 0.000188 [API:8081]10.0.0.65 - - [2025-12-15 03:17:11] "GET /analytics HTTP/1.1" 401 205 0.000117 [API:8081]10.0.0.23 - - [2025-12-15 03:17:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2025-12-15 03:17:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.055238 [API:8081]10.0.0.23 - - [2025-12-15 03:17:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.086650 [API:8081]10.0.0.23 - - [2025-12-15 03:17:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1860 0.055333 [API:8081]10.0.0.23 - - [2025-12-15 03:17:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.009385 [API:8081]10.0.0.23 - - [2025-12-15 03:17:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.012476 [API:8081]10.0.0.23 - - [2025-12-15 03:17:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.007958 [API:8081]10.0.0.23 - - [2025-12-15 03:17:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2025-12-15 03:17:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.052644 [API:8081]10.0.0.23 - - [2025-12-15 03:17:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.051444 [API:8081]10.0.0.23 - - [2025-12-15 03:17:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.061740 [API:8081]10.0.0.23 - - [2025-12-15 03:18:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.010886 [API:8081]10.0.0.23 - - [2025-12-15 03:18:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.008641 [API:8081]10.0.0.23 - - [2025-12-15 03:18:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.009423 [API:8081]10.0.0.23 - - [2025-12-15 03:18:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.012309 [API:8081]10.0.0.23 - - [2025-12-15 03:18:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2282 0.009556 [API:8081]10.0.0.23 - - [2025-12-15 03:18:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.23 - - [2025-12-15 03:18:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1428 0.058534 [API:8081]10.0.0.23 - - [2025-12-15 03:18:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.063855 [API:8081]10.0.0.23 - - [2025-12-15 03:18:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1864 0.288312 [API:8081]10.0.0.23 - - [2025-12-15 03:18:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.120578 [API:8081]10.0.0.23 - - [2025-12-15 03:18:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2096 0.010218 [API:8081]10.0.0.23 - - [2025-12-15 03:18:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2330 0.009887 [API:8081]10.0.0.65 - - [2025-12-15 03:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.65 - - [2025-12-15 03:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.65 - - [2025-12-15 03:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.65 - - [2025-12-15 03:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.50 - - [2025-12-15 03:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.23 - - [2025-12-15 03:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.50 - - [2025-12-15 03:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.23 - - [2025-12-15 03:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.23 - - [2025-12-15 03:18:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.50 - - [2025-12-15 03:18:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2025-12-15 03:18:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.50 - - [2025-12-15 03:18:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.23 - - [2025-12-15 03:19:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.061774 [API:8081]10.0.0.23 - - [2025-12-15 03:21:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070815 [API:8081]10.0.0.23 - - [2025-12-15 03:22:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.064814 [API:8081]10.0.0.65 - - [2025-12-15 03:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.65 - - [2025-12-15 03:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.65 - - [2025-12-15 03:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.65 - - [2025-12-15 03:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.50 - - [2025-12-15 03:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2025-12-15 03:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.50 - - [2025-12-15 03:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2025-12-15 03:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.23 - - [2025-12-15 03:23:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.50 - - [2025-12-15 03:23:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-12-15 03:23:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.50 - - [2025-12-15 03:23:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2025-12-15 03:24:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055643 [API:8081]10.0.0.23 - - [2025-12-15 03:24:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2025-12-15 03:24:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.059171 [API:8081]10.0.0.23 - - [2025-12-15 03:24:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.059627 [API:8081]10.0.0.23 - - [2025-12-15 03:25:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.054076 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:25:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003057 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:25:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002791 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:25:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002705 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:25:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003306 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:25:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002901 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:25:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002711 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:25:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002267 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:25:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003012 [API:8081]10.0.0.23 - - [2025-12-15 03:26:41] "GET /analytics HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.23 - - [2025-12-15 03:26:41] "GET /analytics HTTP/1.1" 401 205 0.000132 [API:8081]10.0.0.50 - - [2025-12-15 03:27:11] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.50 - - [2025-12-15 03:27:11] "GET /analytics HTTP/1.1" 401 205 0.000127 [API:8081]10.0.0.65 - - [2025-12-15 03:27:11] "GET /analytics HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.65 - - [2025-12-15 03:27:11] "GET /analytics HTTP/1.1" 401 205 0.000196 [API:8081]10.0.0.23 - - [2025-12-15 03:27:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054552 [API:8081]10.0.0.23 - - [2025-12-15 03:28:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.056788 [API:8081]10.0.0.65 - - [2025-12-15 03:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.65 - - [2025-12-15 03:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.65 - - [2025-12-15 03:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.65 - - [2025-12-15 03:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.50 - - [2025-12-15 03:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.50 - - [2025-12-15 03:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2025-12-15 03:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2025-12-15 03:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2025-12-15 03:28:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2025-12-15 03:28:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.50 - - [2025-12-15 03:28:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.50 - - [2025-12-15 03:28:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.23 - - [2025-12-15 03:29:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.23 - - [2025-12-15 03:29:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1626 0.093353 [API:8081]10.0.0.23 - - [2025-12-15 03:30:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2025-12-15 03:30:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.056951 [API:8081]10.0.0.23 - - [2025-12-15 03:30:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054693 [API:8081]10.0.0.23 - - [2025-12-15 03:31:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.059675 [API:8081]10.0.0.23 - - [2025-12-15 03:33:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058971 [API:8081]10.0.0.65 - - [2025-12-15 03:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.65 - - [2025-12-15 03:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.65 - - [2025-12-15 03:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.65 - - [2025-12-15 03:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.50 - - [2025-12-15 03:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2025-12-15 03:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.50 - - [2025-12-15 03:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2025-12-15 03:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2025-12-15 03:33:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.50 - - [2025-12-15 03:33:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2025-12-15 03:33:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.50 - - [2025-12-15 03:33:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2025-12-15 03:34:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.059108 [API:8081]10.0.0.23 - - [2025-12-15 03:35:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.23 - - [2025-12-15 03:35:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.051809 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:35:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002853 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:35:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002709 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:35:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002683 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:35:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003301 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:35:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003392 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:35:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002327 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:35:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002680 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:35:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002746 [API:8081]10.0.0.23 - - [2025-12-15 03:36:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055252 [API:8081]10.0.0.23 - - [2025-12-15 03:36:41] "GET /analytics HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2025-12-15 03:36:41] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.50 - - [2025-12-15 03:37:11] "GET /analytics HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.50 - - [2025-12-15 03:37:11] "GET /analytics HTTP/1.1" 401 205 0.000126 [API:8081]10.0.0.65 - - [2025-12-15 03:37:11] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.65 - - [2025-12-15 03:37:11] "GET /analytics HTTP/1.1" 401 205 0.000122 [API:8081]10.0.0.23 - - [2025-12-15 03:37:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.066194 [API:8081]10.0.0.65 - - [2025-12-15 03:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.65 - - [2025-12-15 03:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.65 - - [2025-12-15 03:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.65 - - [2025-12-15 03:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.50 - - [2025-12-15 03:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2025-12-15 03:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.50 - - [2025-12-15 03:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.23 - - [2025-12-15 03:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2025-12-15 03:38:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2025-12-15 03:38:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.50 - - [2025-12-15 03:38:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000211 [API:8081]10.0.0.50 - - [2025-12-15 03:38:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2025-12-15 03:39:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053584 [API:8081]10.0.0.23 - - [2025-12-15 03:40:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.060019 [API:8081]10.0.0.23 - - [2025-12-15 03:42:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-50859045:384207a0-c312-42e6-a044-5ef89b303fb1?flat HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.23 - - [2025-12-15 03:42:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-50859045:384207a0-c312-42e6-a044-5ef89b303fb1?flat HTTP/1.1" 200 5260 0.073961 [API:8081]10.0.0.23 - - [2025-12-15 03:42:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-50859045:384207a0-c312-42e6-a044-5ef89b303fb1?flat HTTP/1.1" 200 5260 0.075032 [API:8081]10.0.0.23 - - [2025-12-15 03:42:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-50859045:384207a0-c312-42e6-a044-5ef89b303fb1?flat HTTP/1.1" 200 5260 0.084146 [API:8081]10.0.0.23 - - [2025-12-15 03:42:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-50859045:ctest-random-41327736?flat HTTP/1.1" 200 4970 0.025804 [API:8081]10.0.0.23 - - [2025-12-15 03:42:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.045306 [API:8081]10.0.0.23 - - [2025-12-15 03:42:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.023785 [API:8081]10.0.0.23 - - [2025-12-15 03:42:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009718 [API:8081]10.0.0.23 - - [2025-12-15 03:42:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.009058 [API:8081]10.0.0.23 - - [2025-12-15 03:42:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.023583 [API:8081]10.0.0.23 - - [2025-12-15 03:42:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.019924 [API:8081]10.0.0.23 - - [2025-12-15 03:42:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.017021 [API:8081]10.0.0.23 - - [2025-12-15 03:42:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.018222 [API:8081]10.0.0.23 - - [2025-12-15 03:42:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.017352 [API:8081]10.0.0.23 - - [2025-12-15 03:42:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056565 [API:8081]10.0.0.23 - - [2025-12-15 03:42:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.017935 [API:8081]10.0.0.23 - - [2025-12-15 03:42:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.017817 [API:8081]10.0.0.23 - - [2025-12-15 03:42:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.019033 [API:8081]10.0.0.23 - - [2025-12-15 03:42:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.019194 [API:8081]10.0.0.23 - - [2025-12-15 03:42:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-50859045:ctest-random-41327736?flat HTTP/1.1" 200 8127 0.016982 [API:8081]10.0.0.23 - - [2025-12-15 03:42:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010168 [API:8081]10.0.0.23 - - [2025-12-15 03:43:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.065558 [API:8081]10.0.0.65 - - [2025-12-15 03:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.65 - - [2025-12-15 03:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.65 - - [2025-12-15 03:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.65 - - [2025-12-15 03:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.50 - - [2025-12-15 03:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2025-12-15 03:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.50 - - [2025-12-15 03:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.23 - - [2025-12-15 03:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.23 - - [2025-12-15 03:43:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.23 - - [2025-12-15 03:43:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.50 - - [2025-12-15 03:43:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.50 - - [2025-12-15 03:43:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:45:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002985 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:45:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002799 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:45:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003288 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:45:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003271 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:45:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003522 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:45:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002409 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:45:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002360 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:45:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002489 [API:8081]10.0.0.23 - - [2025-12-15 03:45:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061977 [API:8081]10.0.0.23 - - [2025-12-15 03:46:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2025-12-15 03:46:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.057827 [API:8081]10.0.0.23 - - [2025-12-15 03:46:41] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2025-12-15 03:46:41] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.23 - - [2025-12-15 03:46:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.057211 [API:8081]10.0.0.50 - - [2025-12-15 03:47:11] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.50 - - [2025-12-15 03:47:11] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.65 - - [2025-12-15 03:47:11] "GET /analytics HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.65 - - [2025-12-15 03:47:11] "GET /analytics HTTP/1.1" 401 205 0.000190 [API:8081]10.0.0.65 - - [2025-12-15 03:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.65 - - [2025-12-15 03:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.65 - - [2025-12-15 03:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000208 [API:8081]10.0.0.65 - - [2025-12-15 03:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.23 - - [2025-12-15 03:48:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.140608 [API:8081]10.0.0.50 - - [2025-12-15 03:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2025-12-15 03:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.50 - - [2025-12-15 03:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.23 - - [2025-12-15 03:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.23 - - [2025-12-15 03:48:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-12-15 03:48:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.50 - - [2025-12-15 03:48:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.50 - - [2025-12-15 03:48:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2025-12-15 03:49:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2025-12-15 03:49:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1622 0.053680 [API:8081]10.0.0.23 - - [2025-12-15 03:49:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.070587 [API:8081]10.0.0.23 - - [2025-12-15 03:51:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069984 [API:8081]10.0.0.23 - - [2025-12-15 03:52:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000392 [API:8081]10.0.0.23 - - [2025-12-15 03:52:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1448 0.107702 [API:8081]10.0.0.23 - - [2025-12-15 03:52:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.061707 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:13] "POST /analytics/query HTTP/1.1" 202 179 0.005368 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:13] "GET /analytics/query/94c2956c-d969-11f0-8d10-00000a000017 HTTP/1.1" 200 221 0.002954 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:14] "GET /analytics/query/94c2956c-d969-11f0-8d10-00000a000017 HTTP/1.1" 200 221 0.002724 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:14] "GET /analytics/query/94c2956c-d969-11f0-8d10-00000a000017 HTTP/1.1" 200 338 0.001783 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:14] "GET /analytics/query/94c2956c-d969-11f0-8d10-00000a000017/chunk-final/0 HTTP/1.1" 200 856 0.002201 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:15] "POST /analytics/query HTTP/1.1" 202 179 0.012138 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:15] "GET /analytics/query/95b98527-d969-11f0-af1f-00000a000017 HTTP/1.1" 200 221 0.001827 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:16] "GET /analytics/query/95b98527-d969-11f0-af1f-00000a000017 HTTP/1.1" 200 221 0.001945 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:16] "GET /analytics/query/95b98527-d969-11f0-af1f-00000a000017 HTTP/1.1" 200 338 0.001899 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:16] "GET /analytics/query/95b98527-d969-11f0-af1f-00000a000017/chunk-final/0 HTTP/1.1" 200 856 0.001887 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:17] "POST /analytics/query HTTP/1.1" 202 179 0.005647 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:17] "GET /analytics/query/96ad62ad-d969-11f0-b193-00000a000017 HTTP/1.1" 200 221 0.002449 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:17] "GET /analytics/query/96ad62ad-d969-11f0-b193-00000a000017 HTTP/1.1" 200 339 0.001873 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:17] "GET /analytics/query/96ad62ad-d969-11f0-b193-00000a000017/chunk-final/0 HTTP/1.1" 200 32049 0.002824 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:18] "POST /analytics/query HTTP/1.1" 202 179 0.005266 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:18] "GET /analytics/query/975532fd-d969-11f0-81d0-00000a000017 HTTP/1.1" 200 221 0.004180 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:18] "GET /analytics/query/975532fd-d969-11f0-81d0-00000a000017 HTTP/1.1" 200 339 0.001777 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:18] "GET /analytics/query/975532fd-d969-11f0-81d0-00000a000017/chunk-final/0 HTTP/1.1" 200 32045 0.003847 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:19] "POST /analytics/query HTTP/1.1" 202 179 0.026216 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:19] "GET /analytics/query/97fc8ec4-d969-11f0-8f31-00000a000017 HTTP/1.1" 200 221 0.002117 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:19] "GET /analytics/query/97fc8ec4-d969-11f0-8f31-00000a000017 HTTP/1.1" 200 339 0.001703 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:19] "GET /analytics/query/97fc8ec4-d969-11f0-8f31-00000a000017/chunk-final/0 HTTP/1.1" 200 11213 0.003378 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:23] "GET /analytics/tables HTTP/1.1" 200 76090 0.004456 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:23] "POST /analytics/query HTTP/1.1" 202 179 0.004473 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:23] "GET /analytics/query/9aa322ee-d969-11f0-857d-00000a000017 HTTP/1.1" 200 221 0.018876 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:24] "GET /analytics/query/9aa322ee-d969-11f0-857d-00000a000017 HTTP/1.1" 200 340 0.001780 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:24] "GET /analytics/query/9aa322ee-d969-11f0-857d-00000a000017/chunk-final/0 HTTP/1.1" 200 319978 0.011999 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:24] "GET /analytics/tables HTTP/1.1" 200 76090 0.003711 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:25] "GET /analytics/tables HTTP/1.1" 200 76090 0.003362 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:25] "POST /analytics/query HTTP/1.1" 202 179 0.004972 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:25] "GET /analytics/query/9bbd92dc-d969-11f0-b6d5-00000a000017 HTTP/1.1" 200 221 0.014803 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:26] "GET /analytics/query/9bbd92dc-d969-11f0-b6d5-00000a000017 HTTP/1.1" 200 338 0.001694 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:26] "GET /analytics/query/9bbd92dc-d969-11f0-b6d5-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.001526 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:26] "POST /analytics/query HTTP/1.1" 202 179 0.007484 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:26] "GET /analytics/query/9c0f5469-d969-11f0-bdc7-00000a000017 HTTP/1.1" 200 221 0.003991 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:26] "GET /analytics/query/9c0f5469-d969-11f0-bdc7-00000a000017 HTTP/1.1" 200 338 0.002010 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:26] "GET /analytics/query/9c0f5469-d969-11f0-bdc7-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.001879 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:26] "POST /analytics/query HTTP/1.1" 202 179 0.004839 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:26] "GET /analytics/query/9c6121e6-d969-11f0-9b6c-00000a000017 HTTP/1.1" 200 221 0.002448 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:27] "GET /analytics/query/9c6121e6-d969-11f0-9b6c-00000a000017 HTTP/1.1" 200 338 0.002683 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:27] "GET /analytics/query/9c6121e6-d969-11f0-9b6c-00000a000017/chunk-final/0 HTTP/1.1" 200 5945 0.001931 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:27] "POST /analytics/query HTTP/1.1" 202 179 0.005504 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:27] "GET /analytics/query/9cb14d40-d969-11f0-a3fe-00000a000017 HTTP/1.1" 200 221 0.003171 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:27] "GET /analytics/query/9cb14d40-d969-11f0-a3fe-00000a000017 HTTP/1.1" 200 338 0.001974 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:27] "GET /analytics/query/9cb14d40-d969-11f0-a3fe-00000a000017/chunk-final/0 HTTP/1.1" 200 2082 0.003416 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:27] "POST /analytics/query HTTP/1.1" 202 179 0.010640 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:27] "GET /analytics/query/9d024f99-d969-11f0-9a48-00000a000017 HTTP/1.1" 200 221 0.003169 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:28] "GET /analytics/query/9d024f99-d969-11f0-9a48-00000a000017 HTTP/1.1" 200 338 0.002187 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:28] "GET /analytics/query/9d024f99-d969-11f0-9a48-00000a000017/chunk-final/0 HTTP/1.1" 200 2082 0.001866 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:28] "POST /analytics/query HTTP/1.1" 202 179 0.004319 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:28] "GET /analytics/query/9d543529-d969-11f0-8fda-00000a000017 HTTP/1.1" 200 221 0.001552 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:28] "GET /analytics/query/9d543529-d969-11f0-8fda-00000a000017 HTTP/1.1" 200 338 0.001846 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:28] "GET /analytics/query/9d543529-d969-11f0-8fda-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.001598 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:28] "POST /analytics/query HTTP/1.1" 202 179 0.004893 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:28] "GET /analytics/query/9da4096e-d969-11f0-b473-00000a000017 HTTP/1.1" 200 221 0.009039 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:29] "GET /analytics/query/9da4096e-d969-11f0-b473-00000a000017 HTTP/1.1" 200 338 0.001869 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:29] "GET /analytics/query/9da4096e-d969-11f0-b473-00000a000017/chunk-final/0 HTTP/1.1" 200 2082 0.001870 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:29] "POST /analytics/query HTTP/1.1" 202 179 0.011908 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:29] "GET /analytics/query/9df4fc12-d969-11f0-b161-00000a000017 HTTP/1.1" 200 221 0.002163 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:29] "GET /analytics/query/9df4fc12-d969-11f0-b161-00000a000017 HTTP/1.1" 200 338 0.001758 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:29] "GET /analytics/query/9df4fc12-d969-11f0-b161-00000a000017/chunk-final/0 HTTP/1.1" 200 2082 0.002168 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:29] "POST /analytics/query HTTP/1.1" 202 179 0.008106 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:29] "GET /analytics/query/9e48121e-d969-11f0-8911-00000a000017 HTTP/1.1" 200 221 0.001530 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:30] "GET /analytics/query/9e48121e-d969-11f0-8911-00000a000017 HTTP/1.1" 200 338 0.001760 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:30] "GET /analytics/query/9e48121e-d969-11f0-8911-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.001632 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:30] "POST /analytics/query HTTP/1.1" 202 179 0.005637 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:30] "GET /analytics/query/9e9806bf-d969-11f0-b837-00000a000017 HTTP/1.1" 200 221 0.001762 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:30] "GET /analytics/query/9e9806bf-d969-11f0-b837-00000a000017 HTTP/1.1" 200 338 0.001927 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:30] "GET /analytics/query/9e9806bf-d969-11f0-b837-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.002013 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:30] "POST /analytics/query HTTP/1.1" 202 179 0.004214 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:30] "GET /analytics/query/9ee867f7-d969-11f0-a482-00000a000017 HTTP/1.1" 200 221 0.004379 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:31] "GET /analytics/query/9ee867f7-d969-11f0-a482-00000a000017 HTTP/1.1" 200 338 0.001790 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:31] "GET /analytics/query/9ee867f7-d969-11f0-a482-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.001586 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:31] "POST /analytics/query HTTP/1.1" 202 179 0.004205 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:31] "GET /analytics/query/9f39db1a-d969-11f0-bd14-00000a000017 HTTP/1.1" 200 221 0.004256 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:31] "GET /analytics/query/9f39db1a-d969-11f0-bd14-00000a000017 HTTP/1.1" 200 338 0.002040 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:31] "GET /analytics/query/9f39db1a-d969-11f0-bd14-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.001753 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:32] "GET /analytics/tables HTTP/1.1" 200 76090 0.004824 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:33] "GET /analytics/tables HTTP/1.1" 200 76090 0.003624 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:33] "POST /analytics/query HTTP/1.1" 202 179 0.004840 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:33] "GET /analytics/query/a04a041e-d969-11f0-97d3-00000a000017 HTTP/1.1" 200 221 0.002949 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:33] "GET /analytics/query/a04a041e-d969-11f0-97d3-00000a000017 HTTP/1.1" 200 340 0.001912 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:33] "GET /analytics/query/a04a041e-d969-11f0-97d3-00000a000017/chunk-final/0 HTTP/1.1" 200 1505191 0.014568 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:33] "POST /analytics/query HTTP/1.1" 202 179 0.021186 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:33] "GET /analytics/query/a0a29b0e-d969-11f0-8451-00000a000017 HTTP/1.1" 200 221 0.003484 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:34] "GET /analytics/query/a0a29b0e-d969-11f0-8451-00000a000017 HTTP/1.1" 200 340 0.001868 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:34] "GET /analytics/query/a0a29b0e-d969-11f0-8451-00000a000017/chunk-final/0 HTTP/1.1" 200 1506587 0.015565 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:35] "GET /analytics/tables HTTP/1.1" 200 76090 0.004457 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:35] "GET /analytics/tables HTTP/1.1" 200 76090 0.003701 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:36] "GET /analytics/tables HTTP/1.1" 200 76090 0.003726 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:37] "GET /analytics/tables HTTP/1.1" 200 76090 0.003810 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:37] "GET /analytics/tables HTTP/1.1" 200 76090 0.004341 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:37] "POST /analytics/query HTTP/1.1" 202 179 0.007197 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:37] "GET /analytics/query/a2f1e97d-d969-11f0-b277-00000a000017 HTTP/1.1" 200 221 0.003338 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:38] "GET /analytics/query/a2f1e97d-d969-11f0-b277-00000a000017 HTTP/1.1" 200 339 0.002447 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:38] "GET /analytics/query/a2f1e97d-d969-11f0-b277-00000a000017/chunk-final/0 HTTP/1.1" 200 43905 0.003685 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:38] "GET /analytics/tables HTTP/1.1" 200 76090 0.003444 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:38] "POST /analytics/query HTTP/1.1" 202 179 0.006095 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:38] "GET /analytics/query/a39f972f-d969-11f0-8083-00000a000017 HTTP/1.1" 200 221 0.002241 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:39] "GET /analytics/query/a39f972f-d969-11f0-8083-00000a000017 HTTP/1.1" 200 341 0.002361 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:39] "GET /analytics/query/a39f972f-d969-11f0-8083-00000a000017/chunk-final/0 HTTP/1.1" 200 904505 0.027759 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:40] "GET /analytics/tables HTTP/1.1" 200 76090 0.004139 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:40] "GET /analytics/tables HTTP/1.1" 200 76090 0.003869 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:43] "GET /analytics/tables HTTP/1.1" 200 76090 0.003612 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:44] "POST /analytics/query HTTP/1.1" 200 145 1.012969 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:45] "GET /analytics/tables HTTP/1.1" 200 76090 0.003413 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:46] "POST /analytics/query HTTP/1.1" 200 2186 1.011893 [API:8081]10.0.0.65 - - [2025-12-15 03:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:47] "GET /analytics/tables HTTP/1.1" 200 76090 0.004217 [API:8081]10.0.0.65 - - [2025-12-15 03:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.65 - - [2025-12-15 03:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.65 - - [2025-12-15 03:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.50 - - [2025-12-15 03:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2025-12-15 03:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.50 - - [2025-12-15 03:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2025-12-15 03:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:48] "POST /analytics/query HTTP/1.1" 200 764 1.014134 [API:8081]10.0.0.23 - - [2025-12-15 03:53:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2025-12-15 03:53:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.50 - - [2025-12-15 03:53:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.50 - - [2025-12-15 03:53:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:48] "GET /analytics/tables HTTP/1.1" 200 76090 0.005999 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:49] "POST /analytics/query HTTP/1.1" 200 2830 1.023908 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:50] "GET /analytics/tables HTTP/1.1" 200 76090 0.004752 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:51] "POST /analytics/query HTTP/1.1" 200 258 1.014872 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:51] "GET /analytics/tables HTTP/1.1" 200 76090 0.004762 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:52] "POST /analytics/query HTTP/1.1" 200 1204 1.012093 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:53] "GET /analytics/tables HTTP/1.1" 200 76090 0.004694 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:54] "POST /analytics/query HTTP/1.1" 200 2830 1.010139 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:55] "GET /analytics/tables HTTP/1.1" 200 76090 0.003741 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:56] "POST /analytics/query HTTP/1.1" 200 825 1.009959 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:56] "GET /analytics/tables HTTP/1.1" 200 76090 0.003465 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:57] "POST /analytics/query HTTP/1.1" 200 141369 1.015909 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:58] "GET /analytics/tables HTTP/1.1" 200 76090 0.005242 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:53:59] "POST /analytics/query HTTP/1.1" 200 631 1.012816 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:54:00] "GET /analytics/tables HTTP/1.1" 200 76090 0.003902 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:54:01] "POST /analytics/query HTTP/1.1" 200 258 1.011745 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:54:01] "GET /analytics/tables HTTP/1.1" 200 76090 0.003716 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:54:02] "POST /analytics/query HTTP/1.1" 200 596 1.016136 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:54:03] "GET /analytics/tables HTTP/1.1" 200 76090 0.003863 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:54:04] "POST /analytics/query HTTP/1.1" 200 1427 1.026284 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:54:05] "GET /analytics/tables HTTP/1.1" 200 76090 0.003917 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:54:06] "POST /analytics/query HTTP/1.1" 200 596 1.010180 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:54:06] "GET /analytics/tables HTTP/1.1" 200 76090 0.003566 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:54:07] "POST /analytics/query HTTP/1.1" 200 236 1.011824 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:54:08] "GET /analytics/tables HTTP/1.1" 200 76090 0.003771 [API:8081]10.0.0.23 - - [2025-12-15 03:54:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.23 - - [2025-12-15 03:54:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1692 0.059831 [API:8081]10.0.0.23 - - [2025-12-15 03:54:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080717 [API:8081]10.0.0.23 - - [2025-12-15 03:55:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.086664 [API:8081]10.0.0.23 - - [2025-12-15 03:55:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.011353 [API:8081]10.0.0.23 - - [2025-12-15 03:55:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.055103 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:55:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002769 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:55:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002686 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:55:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002778 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:55:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002647 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:55:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002700 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:55:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002357 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:55:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002327 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 03:55:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002539 [API:8081]10.0.0.23 - - [2025-12-15 03:55:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.008872 [API:8081]10.0.0.23 - - [2025-12-15 03:55:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.008725 [API:8081]10.0.0.23 - - [2025-12-15 03:55:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.008770 [API:8081]10.0.0.23 - - [2025-12-15 03:55:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.009693 [API:8081]10.0.0.23 - - [2025-12-15 03:55:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.011531 [API:8081]10.0.0.23 - - [2025-12-15 03:55:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.077819 [API:8081]10.0.0.23 - - [2025-12-15 03:55:54] "POST /analytics/query HTTP/1.1" 200 222 1.016610 [API:8081]10.0.0.23 - - [2025-12-15 03:55:56] "POST /analytics/query HTTP/1.1" 200 222 1.018709 [API:8081]10.0.0.23 - - [2025-12-15 03:55:57] "POST /analytics/query HTTP/1.1" 200 353 1.018872 [API:8081]10.0.0.23 - - [2025-12-15 03:56:41] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.23 - - [2025-12-15 03:56:41] "GET /analytics HTTP/1.1" 401 205 0.000136 [API:8081]10.0.0.50 - - [2025-12-15 03:57:11] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.50 - - [2025-12-15 03:57:11] "GET /analytics HTTP/1.1" 401 205 0.000125 [API:8081]10.0.0.65 - - [2025-12-15 03:57:11] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.65 - - [2025-12-15 03:57:11] "GET /analytics HTTP/1.1" 401 205 0.000121 [API:8081]10.0.0.23 - - [2025-12-15 03:57:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057569 [API:8081]10.0.0.65 - - [2025-12-15 03:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.65 - - [2025-12-15 03:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.65 - - [2025-12-15 03:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.65 - - [2025-12-15 03:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.50 - - [2025-12-15 03:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2025-12-15 03:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.50 - - [2025-12-15 03:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.23 - - [2025-12-15 03:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2025-12-15 03:58:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.23 - - [2025-12-15 03:58:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.50 - - [2025-12-15 03:58:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.50 - - [2025-12-15 03:58:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2025-12-15 03:58:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.064154 [API:8081]10.0.0.23 - - [2025-12-15 03:59:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25595 0.017266 [API:8081]10.0.0.23 - - [2025-12-15 03:59:18] "POST /analytics/query HTTP/1.1" 200 507 1.021461 [API:8081]10.0.0.23 - - [2025-12-15 03:59:19] "POST /analytics/query HTTP/1.1" 200 353 1.017470 [API:8081]10.0.0.23 - - [2025-12-15 03:59:20] "POST /analytics/query HTTP/1.1" 200 353 1.019081 [API:8081]10.0.0.23 - - [2025-12-15 04:00:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061902 [API:8081]10.0.0.23 - - [2025-12-15 04:01:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.062346 [API:8081]10.0.0.65 - - [2025-12-15 04:03:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.65 - - [2025-12-15 04:03:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.65 - - [2025-12-15 04:03:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.65 - - [2025-12-15 04:03:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.50 - - [2025-12-15 04:03:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.23 - - [2025-12-15 04:03:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.50 - - [2025-12-15 04:03:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.23 - - [2025-12-15 04:03:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.23 - - [2025-12-15 04:03:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2025-12-15 04:03:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.50 - - [2025-12-15 04:03:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000203 [API:8081]10.0.0.50 - - [2025-12-15 04:03:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2025-12-15 04:03:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059195 [API:8081]10.0.0.23 - - [2025-12-15 04:05:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.074364 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:05:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003893 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:05:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002963 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:05:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002544 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:05:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002723 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:05:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002968 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:05:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002360 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:05:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002494 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:05:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002637 [API:8081]10.0.0.23 - - [2025-12-15 04:06:41] "GET /analytics HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2025-12-15 04:06:41] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.23 - - [2025-12-15 04:07:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070555 [API:8081]10.0.0.50 - - [2025-12-15 04:07:11] "GET /analytics HTTP/1.1" 401 205 0.000209 [API:8081]10.0.0.50 - - [2025-12-15 04:07:11] "GET /analytics HTTP/1.1" 401 205 0.000111 [API:8081]10.0.0.65 - - [2025-12-15 04:07:11] "GET /analytics HTTP/1.1" 401 205 0.000204 [API:8081]10.0.0.65 - - [2025-12-15 04:07:11] "GET /analytics HTTP/1.1" 401 205 0.000126 [API:8081]10.0.0.23 - - [2025-12-15 04:08:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.087348 [API:8081]10.0.0.65 - - [2025-12-15 04:08:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.65 - - [2025-12-15 04:08:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.65 - - [2025-12-15 04:08:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.65 - - [2025-12-15 04:08:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.50 - - [2025-12-15 04:08:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-12-15 04:08:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.50 - - [2025-12-15 04:08:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2025-12-15 04:08:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-12-15 04:08:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2025-12-15 04:08:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.50 - - [2025-12-15 04:08:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.50 - - [2025-12-15 04:08:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.23 - - [2025-12-15 04:10:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067474 [API:8081]10.0.0.23 - - [2025-12-15 04:11:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.066977 [API:8081]10.0.0.23 - - [2025-12-15 04:12:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2025-12-15 04:12:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.051961 [API:8081]10.0.0.23 - - [2025-12-15 04:12:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-80346006:30a71765-827c-460c-913d-fbe3abd8f58f?flat HTTP/1.1" 200 5202 0.070391 [API:8081]10.0.0.23 - - [2025-12-15 04:12:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-80346006:30a71765-827c-460c-913d-fbe3abd8f58f?flat HTTP/1.1" 200 5202 0.060624 [API:8081]10.0.0.23 - - [2025-12-15 04:12:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-80346006:30a71765-827c-460c-913d-fbe3abd8f58f?flat HTTP/1.1" 200 5202 0.012510 [API:8081]10.0.0.23 - - [2025-12-15 04:12:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-80346006:EVPN-VN1?flat HTTP/1.1" 200 7819 0.015759 [API:8081]10.0.0.23 - - [2025-12-15 04:12:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25599 0.019460 [API:8081]10.0.0.23 - - [2025-12-15 04:12:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25599 0.018144 [API:8081]10.0.0.23 - - [2025-12-15 04:12:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010009 [API:8081]10.0.0.23 - - [2025-12-15 04:12:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-80346006:55428b20-33bc-41e2-9445-ac7d06b0f1b1?flat HTTP/1.1" 200 5066 0.015147 [API:8081]10.0.0.23 - - [2025-12-15 04:12:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-80346006:55428b20-33bc-41e2-9445-ac7d06b0f1b1?flat HTTP/1.1" 200 5066 0.013603 [API:8081]10.0.0.23 - - [2025-12-15 04:12:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-80346006:55428b20-33bc-41e2-9445-ac7d06b0f1b1?flat HTTP/1.1" 200 5066 0.014066 [API:8081]10.0.0.23 - - [2025-12-15 04:12:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-80346006:EVPN-VN1?flat HTTP/1.1" 200 8488 0.016953 [API:8081]10.0.0.23 - - [2025-12-15 04:12:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25594 0.022702 [API:8081]10.0.0.23 - - [2025-12-15 04:12:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25594 0.029273 [API:8081]10.0.0.23 - - [2025-12-15 04:12:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.016112 [API:8081]10.0.0.23 - - [2025-12-15 04:13:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051588 [API:8081]10.0.0.65 - - [2025-12-15 04:13:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.65 - - [2025-12-15 04:13:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.65 - - [2025-12-15 04:13:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.65 - - [2025-12-15 04:13:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.50 - - [2025-12-15 04:13:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2025-12-15 04:13:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.50 - - [2025-12-15 04:13:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2025-12-15 04:13:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2025-12-15 04:13:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2025-12-15 04:13:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.50 - - [2025-12-15 04:13:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000207 [API:8081]10.0.0.50 - - [2025-12-15 04:13:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2025-12-15 04:14:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.066682 [API:8081]10.0.0.23 - - [2025-12-15 04:15:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-80346006:30a71765-827c-460c-913d-fbe3abd8f58f?flat HTTP/1.1" 200 5314 0.012631 [API:8081]10.0.0.23 - - [2025-12-15 04:15:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-80346006:30a71765-827c-460c-913d-fbe3abd8f58f?flat HTTP/1.1" 200 5314 0.011973 [API:8081]10.0.0.23 - - [2025-12-15 04:15:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-80346006:30a71765-827c-460c-913d-fbe3abd8f58f?flat HTTP/1.1" 200 5314 0.012300 [API:8081]10.0.0.23 - - [2025-12-15 04:15:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-80346006:EVPN-VN1?flat HTTP/1.1" 200 9254 0.015953 [API:8081]10.0.0.23 - - [2025-12-15 04:15:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 13706 0.013685 [API:8081]10.0.0.23 - - [2025-12-15 04:15:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23717 0.017225 [API:8081]10.0.0.23 - - [2025-12-15 04:15:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009433 [API:8081]10.0.0.23 - - [2025-12-15 04:15:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-80346006:55428b20-33bc-41e2-9445-ac7d06b0f1b1?flat HTTP/1.1" 200 5217 0.011678 [API:8081]10.0.0.23 - - [2025-12-15 04:15:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-80346006:55428b20-33bc-41e2-9445-ac7d06b0f1b1?flat HTTP/1.1" 200 5217 0.013000 [API:8081]10.0.0.23 - - [2025-12-15 04:15:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-80346006:55428b20-33bc-41e2-9445-ac7d06b0f1b1?flat HTTP/1.1" 200 5217 0.011968 [API:8081]10.0.0.23 - - [2025-12-15 04:15:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-80346006:EVPN-VN1?flat HTTP/1.1" 200 9254 0.015541 [API:8081]10.0.0.23 - - [2025-12-15 04:15:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 27859 0.021055 [API:8081]10.0.0.23 - - [2025-12-15 04:15:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 27859 0.022254 [API:8081]10.0.0.23 - - [2025-12-15 04:15:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009645 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:15:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003231 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:15:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002867 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:15:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002339 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:15:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002909 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:15:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003348 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:15:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002665 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:15:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002245 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:15:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002321 [API:8081]10.0.0.23 - - [2025-12-15 04:16:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081038 [API:8081]10.0.0.23 - - [2025-12-15 04:16:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32478 0.025145 [API:8081]10.0.0.23 - - [2025-12-15 04:16:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-80346006:EVPN-VN1?flat HTTP/1.1" 200 8512 0.019464 [API:8081]10.0.0.23 - - [2025-12-15 04:16:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009623 [API:8081]10.0.0.23 - - [2025-12-15 04:16:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25080 0.017836 [API:8081]10.0.0.23 - - [2025-12-15 04:16:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25080 0.016751 [API:8081]10.0.0.23 - - [2025-12-15 04:16:41] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2025-12-15 04:16:41] "GET /analytics HTTP/1.1" 401 205 0.000130 [API:8081]10.0.0.23 - - [2025-12-15 04:16:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25080 0.027863 [API:8081]10.0.0.23 - - [2025-12-15 04:16:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25289 0.017268 [API:8081]10.0.0.23 - - [2025-12-15 04:16:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25289 0.018462 [API:8081]10.0.0.23 - - [2025-12-15 04:16:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-80346006:EVPN-VN1?flat HTTP/1.1" 200 5989 0.012087 [API:8081]10.0.0.23 - - [2025-12-15 04:16:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010447 [API:8081]10.0.0.23 - - [2025-12-15 04:17:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.102825 [API:8081]10.0.0.50 - - [2025-12-15 04:17:11] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.50 - - [2025-12-15 04:17:11] "GET /analytics HTTP/1.1" 401 205 0.000133 [API:8081]10.0.0.65 - - [2025-12-15 04:17:11] "GET /analytics HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.65 - - [2025-12-15 04:17:11] "GET /analytics HTTP/1.1" 401 205 0.000121 [API:8081]10.0.0.65 - - [2025-12-15 04:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.65 - - [2025-12-15 04:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.65 - - [2025-12-15 04:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.65 - - [2025-12-15 04:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.50 - - [2025-12-15 04:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.23 - - [2025-12-15 04:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000523 [API:8081]10.0.0.50 - - [2025-12-15 04:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.23 - - [2025-12-15 04:18:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2025-12-15 04:18:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.50 - - [2025-12-15 04:18:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.23 - - [2025-12-15 04:18:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.50 - - [2025-12-15 04:18:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.23 - - [2025-12-15 04:19:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-86565311:ctest-TestRbac-86565311-12108082?flat HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.23 - - [2025-12-15 04:19:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-86565311:ctest-TestRbac-86565311-12108082?flat HTTP/1.1" 200 2081 0.427346 [API:8081]10.0.0.23 - - [2025-12-15 04:19:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.130236 [API:8081]10.0.0.23 - - [2025-12-15 04:19:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-86565311:ctest-TestRbac-86565311-12108082?flat HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.23 - - [2025-12-15 04:19:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-86565311:ctest-TestRbac-86565311-12108082?flat HTTP/1.1" 200 2081 0.149437 [API:8081]10.0.0.23 - - [2025-12-15 04:19:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.100734 [API:8081]10.0.0.23 - - [2025-12-15 04:19:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056127 [API:8081]10.0.0.23 - - [2025-12-15 04:19:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-48338772:3bfcd6f9-2bc6-4ef8-b0da-53942b49b319?flat HTTP/1.1" 200 5325 0.059320 [API:8081]10.0.0.23 - - [2025-12-15 04:19:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-48338772:3bfcd6f9-2bc6-4ef8-b0da-53942b49b319?flat HTTP/1.1" 200 5325 0.065038 [API:8081]10.0.0.23 - - [2025-12-15 04:19:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-48338772:3bfcd6f9-2bc6-4ef8-b0da-53942b49b319?flat HTTP/1.1" 200 5325 0.066524 [API:8081]10.0.0.23 - - [2025-12-15 04:19:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-86565311:ctest-TestRbac-86565311-12108082?flat HTTP/1.1" 200 8381 0.055315 [API:8081]10.0.0.23 - - [2025-12-15 04:19:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.065162 [API:8081]10.0.0.23 - - [2025-12-15 04:19:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.130081 [API:8081]10.0.0.23 - - [2025-12-15 04:19:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2025-12-15 04:19:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32548 0.066661 [API:8081]10.0.0.23 - - [2025-12-15 04:19:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.043625 [API:8081]10.0.0.23 - - [2025-12-15 04:19:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.134764 [API:8081]10.0.0.23 - - [2025-12-15 04:19:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32548 0.068212 [API:8081]10.0.0.23 - - [2025-12-15 04:19:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.051443 [API:8081]10.0.0.23 - - [2025-12-15 04:19:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.097388 [API:8081]10.0.0.23 - - [2025-12-15 04:19:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.137909 [API:8081]10.0.0.23 - - [2025-12-15 04:19:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32556 0.024102 [API:8081]10.0.0.23 - - [2025-12-15 04:19:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32556 0.068113 [API:8081]10.0.0.23 - - [2025-12-15 04:19:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32556 0.022257 [API:8081]10.0.0.23 - - [2025-12-15 04:19:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32556 0.023501 [API:8081]10.0.0.23 - - [2025-12-15 04:19:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32556 0.035366 [API:8081]10.0.0.23 - - [2025-12-15 04:20:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32556 0.023314 [API:8081]10.0.0.23 - - [2025-12-15 04:20:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32556 0.028032 [API:8081]10.0.0.23 - - [2025-12-15 04:20:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32556 0.024683 [API:8081]10.0.0.23 - - [2025-12-15 04:20:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32557 0.024394 [API:8081]10.0.0.23 - - [2025-12-15 04:20:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-86565311:ctest-TestRbac-86565311-12108082?flat HTTP/1.1" 200 6499 0.013295 [API:8081]10.0.0.23 - - [2025-12-15 04:20:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008533 [API:8081]10.0.0.23 - - [2025-12-15 04:20:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.169383 [API:8081]10.0.0.23 - - [2025-12-15 04:20:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-04787062:ctest-TestRbacBasic-04787062-77409212?flat HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2025-12-15 04:20:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-04787062:ctest-TestRbacBasic-04787062-77409212?flat HTTP/1.1" 200 3771 0.100389 [API:8081]10.0.0.23 - - [2025-12-15 04:20:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-04787062:ctest-TestRbacBasic-04787062-77409212?flat HTTP/1.1" 401 205 0.000456 --- 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-44958103'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-20185461' RBAC: ctest-TestRbacBasic-26190766 doesn't have read permission in project 'd5d77a9b6e0940e2b0fd1290af68c9d3' 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-04787062', 'ctest-TestRbacBasic-04787062-77409212'], 'virtual_network', '34b212fc-7c81-4918-8a82-240ff7ba3c53', "Permission Denied for ['ctest-TestRbacBasic-44958103'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-20185461' RBAC: ctest-TestRbacBasic-26190766 doesn't have read permission in project 'd5d77a9b6e0940e2b0fd1290af68c9d3'"),) [API:8081]10.0.0.23 - - [2025-12-15 04:20:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-04787062:ctest-TestRbacBasic-04787062-77409212?flat HTTP/1.1" 403 198 0.104166 [API:8081]10.0.0.23 - - [2025-12-15 04:20:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-04787062:ctest-TestRbacBasic-04787062-77409212?flat HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-12-15 04:20:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-04787062:ctest-TestRbacBasic-04787062-77409212?flat HTTP/1.1" 200 3771 0.057030 [API:8081]10.0.0.23 - - [2025-12-15 04:20:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.076888 [API:8081]10.0.0.23 - - [2025-12-15 04:20:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.078068 [API:8081]10.0.0.23 - - [2025-12-15 04:20:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.054702 --- 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-44958103'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-04787062' RBAC: ctest-TestRbacBasic-26190766 doesn't have read permission in project 'bcb87ab608e1487eabbf841445fc26ce' 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-04787062', 'ctest-TestRbacBasic-04787062-77409212'], 'virtual_network', '34b212fc-7c81-4918-8a82-240ff7ba3c53', "Permission Denied for ['ctest-TestRbacBasic-44958103'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-04787062' RBAC: ctest-TestRbacBasic-26190766 doesn't have read permission in project 'bcb87ab608e1487eabbf841445fc26ce'"),) [API:8081]10.0.0.23 - - [2025-12-15 04:20:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-04787062:ctest-TestRbacBasic-04787062-77409212?flat HTTP/1.1" 403 198 0.045461 --- 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-44958103'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-04787062' RBAC: ctest-TestRbacBasic-26190766 doesn't have read permission in project 'bcb87ab608e1487eabbf841445fc26ce' 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-04787062', 'ctest-TestRbacBasic-04787062-77409212'], 'virtual_network', '34b212fc-7c81-4918-8a82-240ff7ba3c53', "Permission Denied for ['ctest-TestRbacBasic-44958103'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-04787062' RBAC: ctest-TestRbacBasic-26190766 doesn't have read permission in project 'bcb87ab608e1487eabbf841445fc26ce'"),) [API:8081]10.0.0.23 - - [2025-12-15 04:20:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-04787062:ctest-TestRbacBasic-04787062-77409212?flat HTTP/1.1" 403 198 0.090863 [API:8081]10.0.0.23 - - [2025-12-15 04:20:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-04787062:ctest-TestRbacBasic-04787062-77409212?flat HTTP/1.1" 200 3775 0.054574 [API:8081]10.0.0.23 - - [2025-12-15 04:20:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-04787062:ctest-TestRbacBasic-04787062-77409212?flat HTTP/1.1" 200 3775 0.010291 [API:8081]10.0.0.23 - - [2025-12-15 04:20:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.076972 [API:8081]10.0.0.23 - - [2025-12-15 04:20:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.061456 [API:8081]10.0.0.23 - - [2025-12-15 04:20:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.011136 [API:8081]10.0.0.23 - - [2025-12-15 04:20:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.010031 [API:8081]10.0.0.23 - - [2025-12-15 04:20:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28804584:ctest-TestRbacBasic-28804584-00777798?flat HTTP/1.1" 401 205 0.000287 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ctest-TestRbacBasic-97035378 as ['ctest-TestRbacBasic-18401541'] to R virtual-network in ctest-TestRbacBasic-28804584 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-28804584', 'ctest-TestRbacBasic-28804584-00777798'], 'virtual_network', '36d927f4-39bb-4b16-8722-87c75c255f67', "Permission Denied for ctest-TestRbacBasic-97035378 as ['ctest-TestRbacBasic-18401541'] to R virtual-network in ctest-TestRbacBasic-28804584"),) [API:8081]10.0.0.23 - - [2025-12-15 04:20:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28804584:ctest-TestRbacBasic-28804584-00777798?flat HTTP/1.1" 403 198 0.121444 [API:8081]10.0.0.23 - - [2025-12-15 04:20:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.059086 [API:8081]10.0.0.23 - - [2025-12-15 04:20:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28804584:ctest-TestRbacBasic-28804584-00777798?flat HTTP/1.1" 200 2116 0.067507 [API:8081]10.0.0.23 - - [2025-12-15 04:20:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.064388 --- 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-97035378 as ['ctest-TestRbacBasic-18401541'] to R virtual-network in ctest-TestRbacBasic-28804584 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-28804584', 'ctest-TestRbacBasic-28804584-00777798'], 'virtual_network', '36d927f4-39bb-4b16-8722-87c75c255f67', "Permission Denied for ctest-TestRbacBasic-97035378 as ['ctest-TestRbacBasic-18401541'] to R virtual-network in ctest-TestRbacBasic-28804584"),) [API:8081]10.0.0.23 - - [2025-12-15 04:20:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28804584:ctest-TestRbacBasic-28804584-00777798?flat HTTP/1.1" 403 198 0.042253 --- 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-97035378 as ['ctest-TestRbacBasic-18401541'] to R virtual-network in ctest-TestRbacBasic-28804584 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-28804584', 'ctest-TestRbacBasic-28804584-00777798'], 'virtual_network', '36d927f4-39bb-4b16-8722-87c75c255f67', "Permission Denied for ctest-TestRbacBasic-97035378 as ['ctest-TestRbacBasic-18401541'] to R virtual-network in ctest-TestRbacBasic-28804584"),) [API:8081]10.0.0.23 - - [2025-12-15 04:20:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28804584:ctest-TestRbacBasic-28804584-00777798?flat HTTP/1.1" 403 198 0.103141 [API:8081]10.0.0.23 - - [2025-12-15 04:20:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.064522 [API:8081]10.0.0.23 - - [2025-12-15 04:20:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28804584:ctest-TestRbacBasic-28804584-00777798?flat HTTP/1.1" 200 2116 0.059006 [API:8081]10.0.0.23 - - [2025-12-15 04:20:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.055174 [API:8081]10.0.0.23 - - [2025-12-15 04:20:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28804584:ctest-TestRbacBasic-28804584-00777798?flat HTTP/1.1" 401 205 0.000296 --- 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-26190766 as ['ctest-TestRbacBasic-44958103'] to R virtual-network in ctest-TestRbacBasic-28804584 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-28804584', 'ctest-TestRbacBasic-28804584-00777798'], 'virtual_network', '36d927f4-39bb-4b16-8722-87c75c255f67', "Permission Denied for ctest-TestRbacBasic-26190766 as ['ctest-TestRbacBasic-44958103'] to R virtual-network in ctest-TestRbacBasic-28804584"),) [API:8081]10.0.0.23 - - [2025-12-15 04:20:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28804584:ctest-TestRbacBasic-28804584-00777798?flat HTTP/1.1" 403 198 0.097028 [API:8081]10.0.0.23 - - [2025-12-15 04:20:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.110883 [API:8081]10.0.0.23 - - [2025-12-15 04:20:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28804584:ctest-TestRbacBasic-28804584-00777798?flat HTTP/1.1" 200 2116 0.060589 [API:8081]10.0.0.23 - - [2025-12-15 04:20:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.049852 [API:8081]10.0.0.23 - - [2025-12-15 04:20:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.078959 [API:8081]10.0.0.23 - - [2025-12-15 04:20:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.009903 [API:8081]10.0.0.23 - - [2025-12-15 04:21:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-28804584:a8c5fbfa-a7b6-4747-b79f-190fc7497fe5?flat HTTP/1.1" 200 5245 0.051291 [API:8081]10.0.0.23 - - [2025-12-15 04:21:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-28804584:a8c5fbfa-a7b6-4747-b79f-190fc7497fe5?flat HTTP/1.1" 200 5245 0.050443 [API:8081]10.0.0.23 - - [2025-12-15 04:21:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-28804584:a8c5fbfa-a7b6-4747-b79f-190fc7497fe5?flat HTTP/1.1" 200 5245 0.055442 [API:8081]10.0.0.23 - - [2025-12-15 04:21:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28804584:ctest-TestRbacBasic-28804584-62191414?flat HTTP/1.1" 200 3509 0.048629 [API:8081]10.0.0.23 - - [2025-12-15 04:21:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.029169 [API:8081]10.0.0.23 - - [2025-12-15 04:21:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.089380 [API:8081]10.0.0.23 - - [2025-12-15 04:21:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32557 0.022708 [API:8081]10.0.0.23 - - [2025-12-15 04:21:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.029791 [API:8081]10.0.0.23 - - [2025-12-15 04:21:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.079723 [API:8081]10.0.0.23 - - [2025-12-15 04:21:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32557 0.023790 [API:8081]10.0.0.23 - - [2025-12-15 04:21:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.039551 [API:8081]10.0.0.23 - - [2025-12-15 04:21:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28804584:ctest-TestRbacBasic-28804584-62191414?flat HTTP/1.1" 200 3509 0.078358 [API:8081]10.0.0.23 - - [2025-12-15 04:21:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.056439 [API:8081]10.0.0.23 - - [2025-12-15 04:21:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.040881 [API:8081]10.0.0.23 - - [2025-12-15 04:21:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.097532 [API:8081]10.0.0.23 - - [2025-12-15 04:21:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32557 0.026240 [API:8081]10.0.0.23 - - [2025-12-15 04:21:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32557 0.022835 [API:8081]10.0.0.23 - - [2025-12-15 04:21:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32557 0.023292 [API:8081]10.0.0.23 - - [2025-12-15 04:21:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32557 0.023419 [API:8081]10.0.0.23 - - [2025-12-15 04:21:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32557 0.021547 [API:8081]10.0.0.23 - - [2025-12-15 04:21:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32557 0.022588 [API:8081]10.0.0.23 - - [2025-12-15 04:21:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28804584:ctest-TestRbacBasic-28804584-62191414?flat HTTP/1.1" 200 6887 0.013185 [API:8081]10.0.0.23 - - [2025-12-15 04:21:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008329 [Introspect:8090]10.0.0.23 - - [2025-12-15 04:21:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001042 [API:8081]10.0.0.23 - - [2025-12-15 04:21:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-12-15 04:21:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.083782 [API:8081]10.0.0.23 - - [2025-12-15 04:22:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057725 [API:8081]10.0.0.23 - - [2025-12-15 04:23:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.054286 [API:8081]10.0.0.65 - - [2025-12-15 04:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.65 - - [2025-12-15 04:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.65 - - [2025-12-15 04:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.65 - - [2025-12-15 04:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.50 - - [2025-12-15 04:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.23 - - [2025-12-15 04:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.50 - - [2025-12-15 04:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.23 - - [2025-12-15 04:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.23 - - [2025-12-15 04:23:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.23 - - [2025-12-15 04:23:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.50 - - [2025-12-15 04:23:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.50 - - [2025-12-15 04:23:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2025-12-15 04:24:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-89253461:529efafe-881f-4011-b0eb-5b7cc31f90a7?flat HTTP/1.1" 200 5377 0.020946 [API:8081]10.0.0.23 - - [2025-12-15 04:24:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-89253461:529efafe-881f-4011-b0eb-5b7cc31f90a7?flat HTTP/1.1" 200 5377 0.060981 [API:8081]10.0.0.23 - - [2025-12-15 04:24:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-89253461:529efafe-881f-4011-b0eb-5b7cc31f90a7?flat HTTP/1.1" 200 5377 0.075463 [API:8081]10.0.0.23 - - [2025-12-15 04:24:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-89253461:ctest-vn1-88149774?flat HTTP/1.1" 200 9428 0.024532 [API:8081]10.0.0.23 - - [2025-12-15 04:24:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25337 0.018290 [API:8081]10.0.0.23 - - [2025-12-15 04:24:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25337 0.023577 [API:8081]10.0.0.23 - - [2025-12-15 04:24:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010326 [API:8081]10.0.0.23 - - [2025-12-15 04:24:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-89253461:2093f92b-bf77-49d9-9519-cd64094b4432?flat HTTP/1.1" 200 5366 0.023532 [API:8081]10.0.0.23 - - [2025-12-15 04:24:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-89253461:2093f92b-bf77-49d9-9519-cd64094b4432?flat HTTP/1.1" 200 5366 0.017310 [API:8081]10.0.0.23 - - [2025-12-15 04:24:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-89253461:2093f92b-bf77-49d9-9519-cd64094b4432?flat HTTP/1.1" 200 5366 0.021583 [API:8081]10.0.0.23 - - [2025-12-15 04:24:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-89253461:ctest-vn1-88149774?flat HTTP/1.1" 200 9428 0.025139 [API:8081]10.0.0.23 - - [2025-12-15 04:24:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.027109 [API:8081]10.0.0.23 - - [2025-12-15 04:24:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.028909 [API:8081]10.0.0.23 - - [2025-12-15 04:24:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011328 [API:8081]10.0.0.23 - - [2025-12-15 04:24:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.022515 [API:8081]10.0.0.23 - - [2025-12-15 04:24:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.028537 [API:8081]10.0.0.23 - - [2025-12-15 04:24:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.024424 [API:8081]10.0.0.23 - - [2025-12-15 04:24:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-89253461:ctest-vn1-88149774?flat HTTP/1.1" 200 7669 0.020000 [API:8081]10.0.0.23 - - [2025-12-15 04:24:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.013012 [API:8081]10.0.0.23 - - [2025-12-15 04:24:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25337 0.023216 [API:8081]10.0.0.23 - - [2025-12-15 04:24:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.020133 [API:8081]10.0.0.23 - - [2025-12-15 04:24:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.018049 [API:8081]10.0.0.23 - - [2025-12-15 04:24:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-89253461:ctest-vn1-88149774?flat HTTP/1.1" 200 4921 0.011261 [API:8081]10.0.0.23 - - [2025-12-15 04:24:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007542 [API:8081]10.0.0.23 - - [2025-12-15 04:24:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.011085 [API:8081]10.0.0.23 - - [2025-12-15 04:24:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.009514 [API:8081]10.0.0.23 - - [2025-12-15 04:25:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067698 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:25:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003094 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:25:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003607 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:25:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003341 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:25:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004442 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:25:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003187 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:25:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002659 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:25:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003002 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:25:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003404 [API:8081]10.0.0.23 - - [2025-12-15 04:26:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.058541 [API:8081]10.0.0.23 - - [2025-12-15 04:26:41] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2025-12-15 04:26:41] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.50 - - [2025-12-15 04:27:11] "GET /analytics HTTP/1.1" 401 205 0.000211 [API:8081]10.0.0.50 - - [2025-12-15 04:27:11] "GET /analytics HTTP/1.1" 401 205 0.000129 [API:8081]10.0.0.65 - - [2025-12-15 04:27:11] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.65 - - [2025-12-15 04:27:11] "GET /analytics HTTP/1.1" 401 205 0.000135 [Introspect:8090]10.0.0.23 - - [2025-12-15 04:27:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001040 [API:8081]10.0.0.23 - - [2025-12-15 04:27:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4894-1?flat HTTP/1.1" 200 11962 0.392501 [API:8081]10.0.0.23 - - [2025-12-15 04:27:49] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4894-1?flat HTTP/1.1" 200 6057 0.077481 [API:8081]10.0.0.23 - - [2025-12-15 04:27:49] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4894-2?flat HTTP/1.1" 200 6055 0.453935 [API:8081]10.0.0.23 - - [2025-12-15 04:27:49] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4894-3?flat HTTP/1.1" 200 3960 0.014317 [API:8081]10.0.0.23 - - [2025-12-15 04:27:49] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?flat HTTP/1.1" 200 7614 0.018860 [API:8081]10.0.0.23 - - [2025-12-15 04:27:49] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?flat HTTP/1.1" 200 6129 0.021486 [API:8081]10.0.0.23 - - [2025-12-15 04:27:49] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?flat HTTP/1.1" 200 6129 0.013113 [API:8081]10.0.0.23 - - [2025-12-15 04:27:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.009050 [API:8081]10.0.0.23 - - [2025-12-15 04:28:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064889 [API:8081]10.0.0.23 - - [2025-12-15 04:28:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-89253461:c42e5312-e8d5-4721-ab26-316d0fea21c9?flat HTTP/1.1" 200 5244 0.018201 [API:8081]10.0.0.23 - - [2025-12-15 04:28:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-89253461:c42e5312-e8d5-4721-ab26-316d0fea21c9?flat HTTP/1.1" 200 5244 0.012702 [API:8081]10.0.0.23 - - [2025-12-15 04:28:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-89253461:c42e5312-e8d5-4721-ab26-316d0fea21c9?flat HTTP/1.1" 200 5244 0.016073 [API:8081]10.0.0.23 - - [2025-12-15 04:28:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-89253461:ctest-vn1-14067379?flat HTTP/1.1" 200 7111 0.015040 [API:8081]10.0.0.23 - - [2025-12-15 04:28:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32243 0.022318 [API:8081]10.0.0.23 - - [2025-12-15 04:28:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32243 0.025084 [API:8081]10.0.0.23 - - [2025-12-15 04:28:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008938 [API:8081]10.0.0.65 - - [2025-12-15 04:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.65 - - [2025-12-15 04:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.65 - - [2025-12-15 04:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.65 - - [2025-12-15 04:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.50 - - [2025-12-15 04:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.23 - - [2025-12-15 04:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.50 - - [2025-12-15 04:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.23 - - [2025-12-15 04:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2025-12-15 04:28:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.23 - - [2025-12-15 04:28:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.50 - - [2025-12-15 04:28:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.50 - - [2025-12-15 04:28:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2025-12-15 04:29:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.055543 [API:8081]10.0.0.23 - - [2025-12-15 04:29:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-89253461:4809f5ba-7994-41eb-ac9f-70ea99d005d9?flat HTTP/1.1" 200 5243 0.013340 [API:8081]10.0.0.23 - - [2025-12-15 04:29:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-89253461:4809f5ba-7994-41eb-ac9f-70ea99d005d9?flat HTTP/1.1" 200 5243 0.014114 [API:8081]10.0.0.23 - - [2025-12-15 04:29:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-89253461:4809f5ba-7994-41eb-ac9f-70ea99d005d9?flat HTTP/1.1" 200 5243 0.013302 [API:8081]10.0.0.23 - - [2025-12-15 04:29:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-89253461:ctest-vn2-22684358?flat HTTP/1.1" 200 6994 0.027925 [API:8081]10.0.0.23 - - [2025-12-15 04:29:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32539 0.036376 [API:8081]10.0.0.23 - - [2025-12-15 04:29:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32539 0.024035 [API:8081]10.0.0.23 - - [2025-12-15 04:29:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009507 [API:8081]10.0.0.23 - - [2025-12-15 04:30:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32545 0.022612 [API:8081]10.0.0.23 - - [2025-12-15 04:30:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32548 0.034554 [API:8081]10.0.0.23 - - [2025-12-15 04:30:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-89253461:ctest-vn2-22684358?flat HTTP/1.1" 200 7855 0.016835 [API:8081]10.0.0.23 - - [2025-12-15 04:30:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.063120 [API:8081]10.0.0.23 - - [2025-12-15 04:30:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32274 0.031301 [API:8081]10.0.0.23 - - [2025-12-15 04:30:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32274 0.027414 [API:8081]10.0.0.23 - - [2025-12-15 04:30:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32277 0.023239 [API:8081]10.0.0.23 - - [2025-12-15 04:30:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-89253461:ctest-vn1-14067379?flat HTTP/1.1" 200 7943 0.018197 [API:8081]10.0.0.23 - - [2025-12-15 04:30:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009681 [API:8081]10.0.0.23 - - [2025-12-15 04:31:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.105448 [API:8081]10.0.0.23 - - [2025-12-15 04:31:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-37340115:3f908729-6b9f-44db-bee5-1d872f5cc96b?flat HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.23 - - [2025-12-15 04:31:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-37340115:3f908729-6b9f-44db-bee5-1d872f5cc96b?flat HTTP/1.1" 200 5230 0.058624 [API:8081]10.0.0.23 - - [2025-12-15 04:31:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-37340115:3f908729-6b9f-44db-bee5-1d872f5cc96b?flat HTTP/1.1" 200 5230 0.058938 [API:8081]10.0.0.23 - - [2025-12-15 04:31:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-37340115:3f908729-6b9f-44db-bee5-1d872f5cc96b?flat HTTP/1.1" 200 5230 0.054112 [API:8081]10.0.0.23 - - [2025-12-15 04:31:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-37340115:ctest-vn-13850569?flat HTTP/1.1" 200 3989 0.011501 [API:8081]10.0.0.23 - - [2025-12-15 04:31:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.022233 [API:8081]10.0.0.23 - - [2025-12-15 04:31:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.023805 [API:8081]10.0.0.23 - - [2025-12-15 04:31:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007909 [API:8081]10.0.0.23 - - [2025-12-15 04:31:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-37340115:52532d2d-007e-43bd-8bb4-59a783db96cf?flat HTTP/1.1" 200 5230 0.026904 [API:8081]10.0.0.23 - - [2025-12-15 04:31:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-37340115:52532d2d-007e-43bd-8bb4-59a783db96cf?flat HTTP/1.1" 200 5230 0.019514 [API:8081]10.0.0.23 - - [2025-12-15 04:31:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-37340115:52532d2d-007e-43bd-8bb4-59a783db96cf?flat HTTP/1.1" 200 5230 0.014886 [API:8081]10.0.0.23 - - [2025-12-15 04:31:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-37340115:ctest-vn-84786995?flat HTTP/1.1" 200 3990 0.013641 [API:8081]10.0.0.23 - - [2025-12-15 04:31:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32292 0.023953 [API:8081]10.0.0.23 - - [2025-12-15 04:31:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32292 0.024433 [API:8081]10.0.0.23 - - [2025-12-15 04:31:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009053 [API:8081]10.0.0.23 - - [2025-12-15 04:32:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32302 0.025357 [API:8081]10.0.0.23 - - [2025-12-15 04:32:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32302 0.026411 [API:8081]10.0.0.23 - - [2025-12-15 04:32:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32305 0.039053 [API:8081]10.0.0.23 - - [2025-12-15 04:32:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-37340115:ctest-vn-84786995?flat HTTP/1.1" 200 6177 0.012767 [API:8081]10.0.0.23 - - [2025-12-15 04:32:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008324 [API:8081]10.0.0.23 - - [2025-12-15 04:32:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32573 0.023476 [API:8081]10.0.0.23 - - [2025-12-15 04:32:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32573 0.027506 [API:8081]10.0.0.23 - - [2025-12-15 04:32:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32573 0.022423 [API:8081]10.0.0.23 - - [2025-12-15 04:32:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.056927 [API:8081]10.0.0.23 - - [2025-12-15 04:32:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32573 0.024049 [API:8081]10.0.0.23 - - [2025-12-15 04:32:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32573 0.039690 [API:8081]10.0.0.23 - - [2025-12-15 04:32:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32573 0.024589 [API:8081]10.0.0.23 - - [2025-12-15 04:32:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4894-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32573 0.024463 [API:8081]10.0.0.23 - - [2025-12-15 04:32:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-37340115:ctest-vn-13850569?flat HTTP/1.1" 200 6186 0.012422 [API:8081]10.0.0.23 - - [2025-12-15 04:32:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010448 [API:8081]10.0.0.23 - - [2025-12-15 04:32:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2025-12-15 04:32:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.056926 [API:8081]10.0.0.23 - - [2025-12-15 04:32:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.053101 [API:8081]10.0.0.65 - - [2025-12-15 04:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.65 - - [2025-12-15 04:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.65 - - [2025-12-15 04:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.65 - - [2025-12-15 04:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.50 - - [2025-12-15 04:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2025-12-15 04:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.50 - - [2025-12-15 04:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2025-12-15 04:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2025-12-15 04:33:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.23 - - [2025-12-15 04:33:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.50 - - [2025-12-15 04:33:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.50 - - [2025-12-15 04:33:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2025-12-15 04:34:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058366 [API:8081]10.0.0.23 - - [2025-12-15 04:35:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.064984 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:35:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003309 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:35:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002635 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:35:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003110 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:35:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002688 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:35:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002774 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:35:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002549 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:35:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002520 [LOCAL API:8181]127.0.0.1 - - [2025-12-15 04:35:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4894-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002664 [API:8081]10.0.0.23 - - [2025-12-15 04:36:41] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-12-15 04:36:41] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.50 - - [2025-12-15 04:37:11] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.50 - - [2025-12-15 04:37:11] "GET /analytics HTTP/1.1" 401 205 0.000187 [API:8081]10.0.0.65 - - [2025-12-15 04:37:11] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.65 - - [2025-12-15 04:37:11] "GET /analytics HTTP/1.1" 401 205 0.000167 [API:8081]10.0.0.23 - - [2025-12-15 04:37:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056273 [API:8081]10.0.0.23 - - [2025-12-15 04:38:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.101155 [API:8081]10.0.0.23 - - [2025-12-15 04:38:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2025-12-15 04:38:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.080635 [API:8081]10.0.0.65 - - [2025-12-15 04:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.65 - - [2025-12-15 04:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.65 - - [2025-12-15 04:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.65 - - [2025-12-15 04:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.50 - - [2025-12-15 04:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.23 - - [2025-12-15 04:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.50 - - [2025-12-15 04:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2025-12-15 04:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.23 - - [2025-12-15 04:38:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2025-12-15 04:38:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.50 - - [2025-12-15 04:38:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.50 - - [2025-12-15 04:38:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.23 - - [2025-12-15 04:40:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061738 [API:8081]10.0.0.23 - - [2025-12-15 04:41:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.056216 [API:8081]10.0.0.23 - - [2025-12-15 04:43:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068919 [API:8081]10.0.0.65 - - [2025-12-15 04:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.65 - - [2025-12-15 04:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.65 - - [2025-12-15 04:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.65 - - [2025-12-15 04:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.50 - - [2025-12-15 04:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.23 - - [2025-12-15 04:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.50 - - [2025-12-15 04:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.23 - - [2025-12-15 04:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2025-12-15 04:43:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2025-12-15 04:43:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.50 - - [2025-12-15 04:43:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.50 - - [2025-12-15 04:43:48] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2025-12-15 04:44:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.055963 [Introspect:8090]10.0.0.23 - - [2025-12-15 04:45:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001048