++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Thu Mar 12 02:05:35 AM UTC 2026 ===================' INFO: =================== Thu Mar 12 02:05:35 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ head -n 1 +++ grep 'inet ' +++ awk '{print $2}' +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ 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.27,10.0.0.73,10.0.0.131 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.27,10.0.0.73,10.0.0.131 ++ ANALYTICSDB_NODES=10.0.0.27,10.0.0.73,10.0.0.131 ++ ANALYTICS_SNMP_NODES=10.0.0.27,10.0.0.73,10.0.0.131 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8081 ' +++ '[' -n '10.0.0.27:8081 10.0.0.73:8081 10.0.0.131:8081 ' ']' +++ echo '10.0.0.27:8081 10.0.0.73:8081 10.0.0.131:8081' ++ ANALYTICS_SERVERS='10.0.0.27:8081 10.0.0.73:8081 10.0.0.131: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9042 ' +++ '[' -n '10.0.0.27:9042 10.0.0.73:9042 10.0.0.131:9042 ' ']' +++ echo '10.0.0.27:9042 10.0.0.73:9042 10.0.0.131:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.27:9042 10.0.0.73:9042 10.0.0.131:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.27,10.0.0.73,10.0.0.131 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8086 ' +++ '[' -n '10.0.0.27:8086 10.0.0.73:8086 10.0.0.131:8086 ' ']' +++ echo '10.0.0.27:8086 10.0.0.73:8086 10.0.0.131:8086' ++ COLLECTOR_SERVERS='10.0.0.27:8086 10.0.0.73:8086 10.0.0.131: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.27,10.0.0.73,10.0.0.131 ++ CONFIGDB_NODES=10.0.0.27,10.0.0.73,10.0.0.131 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8082 ' +++ '[' -n '10.0.0.27:8082 10.0.0.73:8082 10.0.0.131:8082 ' ']' +++ echo '10.0.0.27:8082 10.0.0.73:8082 10.0.0.131:8082' ++ CONFIG_SERVERS='10.0.0.27:8082 10.0.0.73:8082 10.0.0.131: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9161 ' +++ '[' -n '10.0.0.27:9161 10.0.0.73:9161 10.0.0.131:9161 ' ']' +++ echo '10.0.0.27:9161 10.0.0.73:9161 10.0.0.131:9161' ++ CONFIGDB_SERVERS='10.0.0.27:9161 10.0.0.73:9161 10.0.0.131: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9041 ' +++ '[' -n '10.0.0.27:9041 10.0.0.73:9041 10.0.0.131:9041 ' ']' +++ echo '10.0.0.27:9041 10.0.0.73:9041 10.0.0.131:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.27:9041 10.0.0.73:9041 10.0.0.131:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.17,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.17,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.27,10.0.0.73,10.0.0.131 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:2181, +++ '[' -n 10.0.0.27:2181,10.0.0.73:2181,10.0.0.131:2181, ']' +++ echo 10.0.0.27:2181,10.0.0.73:2181,10.0.0.131:2181 ++ ZOOKEEPER_SERVERS=10.0.0.27:2181,10.0.0.73:2181,10.0.0.131: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:2181 ' +++ '[' -n '10.0.0.27:2181 10.0.0.73:2181 10.0.0.131:2181 ' ']' +++ echo '10.0.0.27:2181 10.0.0.73:2181 10.0.0.131:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.27:2181 10.0.0.73:2181 10.0.0.131:2181' ++ RABBITMQ_NODES=10.0.0.27,10.0.0.73,10.0.0.131 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:5673, +++ '[' -n 10.0.0.27:5673,10.0.0.73:5673,10.0.0.131:5673, ']' +++ echo 10.0.0.27:5673,10.0.0.73:5673,10.0.0.131:5673 ++ RABBITMQ_SERVERS=10.0.0.27:5673,10.0.0.73:5673,10.0.0.131: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:6379 ' +++ '[' -n '10.0.0.27:6379 10.0.0.73:6379 10.0.0.131:6379 ' ']' +++ echo '10.0.0.27:6379 10.0.0.73:6379 10.0.0.131:6379' ++ REDIS_SERVERS='10.0.0.27:6379 10.0.0.73:6379 10.0.0.131: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.27,10.0.0.73,10.0.0.131 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9092 ' +++ '[' -n '10.0.0.27:9092 10.0.0.73:9092 10.0.0.131:9092 ' ']' +++ echo '10.0.0.27:9092 10.0.0.73:9092 10.0.0.131:9092' ++ KAFKA_SERVERS='10.0.0.27:9092 10.0.0.73:9092 10.0.0.131: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.27 ++ 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.27,10.0.0.73,10.0.0.131 ++ 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.27,10.0.0.73,10.0.0.131 ++ 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.27,10.0.0.73,10.0.0.131 ++ cut -d , -f 1 + local cassandra=10.0.0.27 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.27 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.27,10.0.0.73,10.0.0.131 +++ local servers=10.0.0.27,10.0.0.73,10.0.0.131 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ sort ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host +++ local local_ips=,10.0.0.27,10.20.0.25,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ echo 10.0.0.27 1 +++ return ++ local ip=10.0.0.27 ++ [[ -z 10.0.0.27 ]] ++ echo 10.0.0.27 + host_ip=10.0.0.27 + 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' ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ cut -d = -f 1 ++ sort + 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:1001: 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:1012: 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:1017: 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:1032: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: 03/12/2026 02:05:42.739 7f30e3345380 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/12/2026 02:05:42.940 7f30e3345380 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 03/12/2026 02:05:42.951 7f30e3345380 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/12/2026 02:05:42.951 7f30e3345380 [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.27: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.27 - - [2026-03-12 02:05:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.089966 [API:8081]10.0.0.73 - - [2026-03-12 02:06:21] "GET /analytics HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.73 - - [2026-03-12 02:06:21] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.131 - - [2026-03-12 02:06:21] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.131 - - [2026-03-12 02:06:21] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.27 - - [2026-03-12 02:06:23] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.27 - - [2026-03-12 02:06:23] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.73 - - [2026-03-12 02:06:52] "GET /analytics HTTP/1.1" 401 205 0.000401 [API:8081]10.0.0.73 - - [2026-03-12 02:06:52] "GET /analytics HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.131 - - [2026-03-12 02:06:52] "GET /analytics HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.131 - - [2026-03-12 02:06:52] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.27 - - [2026-03-12 02:06:54] "GET /analytics HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.27 - - [2026-03-12 02:06:54] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.73 - - [2026-03-12 02:07:22] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.73 - - [2026-03-12 02:07:22] "GET /analytics HTTP/1.1" 401 205 0.000137 [API:8081]10.0.0.131 - - [2026-03-12 02:07:22] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.131 - - [2026-03-12 02:07:22] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.27 - - [2026-03-12 02:07:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.061464 [API:8081]10.0.0.27 - - [2026-03-12 02:08:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.072475 [API:8081]10.0.0.131 - - [2026-03-12 02:09:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.131 - - [2026-03-12 02:09:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.73 - - [2026-03-12 02:09:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.73 - - [2026-03-12 02:09:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.131 - - [2026-03-12 02:09:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.73 - - [2026-03-12 02:09:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.131 - - [2026-03-12 02:09:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.73 - - [2026-03-12 02:09:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.27 - - [2026-03-12 02:09:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000592 [API:8081]10.0.0.27 - - [2026-03-12 02:09:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2026-03-12 02:09:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2026-03-12 02:09:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [Introspect:8090]10.0.0.27 - - [2026-03-12 02:09:17] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001089 [Introspect:8090]10.0.0.27 - - [2026-03-12 02:09:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001004 [Introspect:8090]10.0.0.27 - - [2026-03-12 02:10:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001180 [Introspect:8090]10.0.0.27 - - [2026-03-12 02:10:47] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000514 [API:8081]10.0.0.27 - - [2026-03-12 02:10:48] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.27 - - [2026-03-12 02:10:48] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-1:Control:contrail-control:0?flat HTTP/1.1" 200 28327 0.096552 [API:8081]10.0.0.27 - - [2026-03-12 02:10:48] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16353 0.079828 [API:8081]10.0.0.27 - - [2026-03-12 02:10:48] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-2:Control:contrail-control:0?flat HTTP/1.1" 200 35669 0.079813 [API:8081]10.0.0.27 - - [2026-03-12 02:10:48] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16353 0.021317 [API:8081]10.0.0.27 - - [2026-03-12 02:10:48] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-3:Control:contrail-control:0?flat HTTP/1.1" 200 38725 0.032326 [API:8081]10.0.0.27 - - [2026-03-12 02:10:48] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13602 0.024065 [API:8081]10.0.0.27 - - [2026-03-12 02:10:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20486 0.023110 [API:8081]10.0.0.27 - - [2026-03-12 02:10:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.019539 [API:8081]10.0.0.27 - - [2026-03-12 02:10:48] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3710 0.017504 [API:8081]10.0.0.27 - - [2026-03-12 02:10:48] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3378 0.016514 [API:8081]10.0.0.27 - - [2026-03-12 02:10:48] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.010955 [API:8081]10.0.0.27 - - [2026-03-12 02:10:48] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4623 0.017066 [API:8081]10.0.0.27 - - [2026-03-12 02:10:48] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4315 0.019060 [API:8081]10.0.0.27 - - [2026-03-12 02:10:48] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4615 0.014043 [API:8081]10.0.0.27 - - [2026-03-12 02:10:48] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.009278 [API:8081]10.0.0.27 - - [2026-03-12 02:10:48] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.012372 [API:8081]10.0.0.27 - - [2026-03-12 02:10:48] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.013200 [API:8081]10.0.0.27 - - [2026-03-12 02:10:48] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.013144 [API:8081]10.0.0.27 - - [2026-03-12 02:10:49] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.015751 [API:8081]10.0.0.27 - - [2026-03-12 02:10:49] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.013138 [API:8081]10.0.0.27 - - [2026-03-12 02:10:49] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.015139 [API:8081]10.0.0.27 - - [2026-03-12 02:10:49] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.016615 [API:8081]10.0.0.27 - - [2026-03-12 02:10:49] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.017824 [API:8081]10.0.0.27 - - [2026-03-12 02:10:49] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.016612 [API:8081]10.0.0.27 - - [2026-03-12 02:10:49] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14828 0.020277 [API:8081]10.0.0.27 - - [2026-03-12 02:10:49] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.013308 [API:8081]10.0.0.27 - - [2026-03-12 02:10:49] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14819 0.019142 [API:8081]10.0.0.27 - - [2026-03-12 02:10:49] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.020706 [API:8081]10.0.0.27 - - [2026-03-12 02:10:49] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14828 0.018013 [API:8081]10.0.0.27 - - [2026-03-12 02:10:49] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.017941 [API:8081]10.0.0.27 - - [2026-03-12 02:10:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20486 0.018960 [API:8081]10.0.0.27 - - [2026-03-12 02:10:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.022930 [API:8081]10.0.0.27 - - [2026-03-12 02:10:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20486 0.016863 [API:8081]10.0.0.27 - - [2026-03-12 02:10:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.052344 [API:8081]10.0.0.27 - - [2026-03-12 02:10:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20486 0.016102 [API:8081]10.0.0.27 - - [2026-03-12 02:10:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3266 0.013500 [API:8081]10.0.0.27 - - [2026-03-12 02:10:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.020925 [API:8081]10.0.0.27 - - [2026-03-12 02:10:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.017710 [API:8081]10.0.0.27 - - [2026-03-12 02:10:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3382 0.011755 [API:8081]10.0.0.27 - - [2026-03-12 02:10:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14828 0.017285 [API:8081]10.0.0.27 - - [2026-03-12 02:10:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.014401 [API:8081]10.0.0.27 - - [2026-03-12 02:10:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.018845 [API:8081]10.0.0.27 - - [2026-03-12 02:10:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14819 0.018983 [API:8081]10.0.0.27 - - [2026-03-12 02:10:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.015416 [API:8081]10.0.0.27 - - [2026-03-12 02:10:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3382 0.012686 [API:8081]10.0.0.27 - - [2026-03-12 02:10:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14829 0.014786 [API:8081]10.0.0.27 - - [2026-03-12 02:10:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.013629 [API:8081]10.0.0.27 - - [2026-03-12 02:10:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.013281 [API:8081]10.0.0.27 - - [2026-03-12 02:10:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.016933 [API:8081]10.0.0.27 - - [2026-03-12 02:10:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.014627 [API:8081]10.0.0.27 - - [2026-03-12 02:10:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3982 0.014810 [API:8081]10.0.0.27 - - [2026-03-12 02:10:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.016239 [API:8081]10.0.0.27 - - [2026-03-12 02:10:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.022875 [API:8081]10.0.0.27 - - [2026-03-12 02:10:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4623 0.011984 [API:8081]10.0.0.27 - - [2026-03-12 02:10:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4315 0.012220 [API:8081]10.0.0.27 - - [2026-03-12 02:10:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4615 0.013355 [API:8081]10.0.0.27 - - [2026-03-12 02:10:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-1:Control:contrail-control:0?flat HTTP/1.1" 200 28327 0.021772 [API:8081]10.0.0.27 - - [2026-03-12 02:10:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3380 0.013055 [API:8081]10.0.0.27 - - [2026-03-12 02:10:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16353 0.018747 [API:8081]10.0.0.27 - - [2026-03-12 02:10:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-2:Control:contrail-control:0?flat HTTP/1.1" 200 35669 0.023199 [API:8081]10.0.0.27 - - [2026-03-12 02:10:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.012793 [API:8081]10.0.0.27 - - [2026-03-12 02:10:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16353 0.018515 [API:8081]10.0.0.27 - - [2026-03-12 02:10:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-3:Control:contrail-control:0?flat HTTP/1.1" 200 38725 0.022666 [API:8081]10.0.0.27 - - [2026-03-12 02:10:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3380 0.012451 [API:8081]10.0.0.27 - - [2026-03-12 02:10:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5460-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13602 0.015948 [API:8081]10.0.0.27 - - [2026-03-12 02:10:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5460-1?flat HTTP/1.1" 200 12008 0.016492 [API:8081]10.0.0.27 - - [2026-03-12 02:10:54] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?flat HTTP/1.1" 200 15857 0.020769 [API:8081]10.0.0.27 - - [2026-03-12 02:10:54] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?flat HTTP/1.1" 200 15207 0.019082 [API:8081]10.0.0.27 - - [2026-03-12 02:10:55] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?flat HTTP/1.1" 200 17599 0.019502 [API:8081]10.0.0.27 - - [2026-03-12 02:10:55] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?flat HTTP/1.1" 200 15857 0.025311 [API:8081]10.0.0.27 - - [2026-03-12 02:10:55] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?flat HTTP/1.1" 200 15207 0.019235 [API:8081]10.0.0.27 - - [2026-03-12 02:10:55] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?flat HTTP/1.1" 200 17599 0.019838 [API:8081]10.0.0.27 - - [2026-03-12 02:10:55] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?flat HTTP/1.1" 200 15857 0.021909 [API:8081]10.0.0.27 - - [2026-03-12 02:10:55] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?flat HTTP/1.1" 200 15207 0.018279 [API:8081]10.0.0.27 - - [2026-03-12 02:10:55] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?flat HTTP/1.1" 200 17599 0.016945 [API:8081]10.0.0.27 - - [2026-03-12 02:10:55] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?flat HTTP/1.1" 200 15857 0.019726 [API:8081]10.0.0.27 - - [2026-03-12 02:10:55] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?flat HTTP/1.1" 200 15207 0.018477 [API:8081]10.0.0.27 - - [2026-03-12 02:10:55] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?flat HTTP/1.1" 200 17599 0.017757 [API:8081]10.0.0.27 - - [2026-03-12 02:10:56] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5460-1?flat HTTP/1.1" 200 7997 0.017046 [API:8081]10.0.0.27 - - [2026-03-12 02:10:56] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5460-2?flat HTTP/1.1" 200 7997 0.016443 [API:8081]10.0.0.27 - - [2026-03-12 02:10:56] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5460-3?flat HTTP/1.1" 200 8000 0.016783 [API:8081]10.0.0.27 - - [2026-03-12 02:10:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.350137 [API:8081]10.0.0.27 - - [2026-03-12 02:11:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.27 - - [2026-03-12 02:11:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.119071 [API:8081]10.0.0.27 - - [2026-03-12 02:11:19] "POST /analytics/query HTTP/1.1" 200 54708 1.063156 [API:8081]10.0.0.27 - - [2026-03-12 02:11:20] "POST /analytics/query HTTP/1.1" 200 5866 1.075047 [API:8081]10.0.0.27 - - [2026-03-12 02:11:21] "POST /analytics/query HTTP/1.1" 200 871 1.034888 [API:8081]10.0.0.27 - - [2026-03-12 02:11:22] "POST /analytics/query HTTP/1.1" 200 5866 1.021307 [API:8081]10.0.0.27 - - [2026-03-12 02:11:23] "POST /analytics/query HTTP/1.1" 200 871 1.018752 [API:8081]10.0.0.27 - - [2026-03-12 02:11:33] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000935 [API:8081]10.0.0.27 - - [2026-03-12 02:12:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.075428 [API:8081]10.0.0.27 - - [2026-03-12 02:14:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.139223 [API:8081]10.0.0.131 - - [2026-03-12 02:14:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.131 - - [2026-03-12 02:14:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.73 - - [2026-03-12 02:14:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.73 - - [2026-03-12 02:14:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.131 - - [2026-03-12 02:14:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.73 - - [2026-03-12 02:14:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.131 - - [2026-03-12 02:14:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000621 [API:8081]10.0.0.73 - - [2026-03-12 02:14:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.27 - - [2026-03-12 02:14:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.27 - - [2026-03-12 02:14:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.27 - - [2026-03-12 02:14:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.27 - - [2026-03-12 02:14:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.27 - - [2026-03-12 02:14:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.27 - - [2026-03-12 02:14:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1434 0.057822 [API:8081]10.0.0.27 - - [2026-03-12 02:14:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1666 0.059284 [API:8081]10.0.0.27 - - [2026-03-12 02:15:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.078967 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:15:43] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003295 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:15:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003942 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:15:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003415 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:15:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003182 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:15:43] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003422 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:15:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002796 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:15:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002388 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:15:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002384 [API:8081]10.0.0.27 - - [2026-03-12 02:16:54] "GET /analytics HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.27 - - [2026-03-12 02:16:54] "GET /analytics HTTP/1.1" 401 205 0.000192 [API:8081]10.0.0.27 - - [2026-03-12 02:17:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060789 [API:8081]10.0.0.73 - - [2026-03-12 02:17:22] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.73 - - [2026-03-12 02:17:22] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.131 - - [2026-03-12 02:17:22] "GET /analytics HTTP/1.1" 401 205 0.000213 [API:8081]10.0.0.131 - - [2026-03-12 02:17:22] "GET /analytics HTTP/1.1" 401 205 0.000145 [API:8081]10.0.0.27 - - [2026-03-12 02:18:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.190897 [API:8081]10.0.0.131 - - [2026-03-12 02:19:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.131 - - [2026-03-12 02:19:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.73 - - [2026-03-12 02:19:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.73 - - [2026-03-12 02:19:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.131 - - [2026-03-12 02:19:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.73 - - [2026-03-12 02:19:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.131 - - [2026-03-12 02:19:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.73 - - [2026-03-12 02:19:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000483 [API:8081]10.0.0.27 - - [2026-03-12 02:19:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.27 - - [2026-03-12 02:19:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2026-03-12 02:19:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.27 - - [2026-03-12 02:19:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2026-03-12 02:20:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077898 [API:8081]10.0.0.27 - - [2026-03-12 02:20:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2026-03-12 02:20:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.054142 [API:8081]10.0.0.27 - - [2026-03-12 02:20:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.062525 [API:8081]10.0.0.27 - - [2026-03-12 02:21:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.102609 [API:8081]10.0.0.27 - - [2026-03-12 02:22:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1586 0.008717 [API:8081]10.0.0.27 - - [2026-03-12 02:22:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1814 0.008894 [API:8081]10.0.0.27 - - [2026-03-12 02:22:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2042 0.064545 [API:8081]10.0.0.27 - - [2026-03-12 02:22:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2270 0.009691 [API:8081]10.0.0.27 - - [2026-03-12 02:23:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068352 [API:8081]10.0.0.131 - - [2026-03-12 02:24:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.131 - - [2026-03-12 02:24:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.73 - - [2026-03-12 02:24:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.73 - - [2026-03-12 02:24:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.131 - - [2026-03-12 02:24:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.73 - - [2026-03-12 02:24:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.131 - - [2026-03-12 02:24:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.73 - - [2026-03-12 02:24:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.27 - - [2026-03-12 02:24:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.27 - - [2026-03-12 02:24:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.27 - - [2026-03-12 02:24:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.27 - - [2026-03-12 02:24:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.27 - - [2026-03-12 02:24:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.069454 [API:8081]10.0.0.27 - - [2026-03-12 02:25:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24568 0.019437 [API:8081]10.0.0.27 - - [2026-03-12 02:25:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24568 0.016919 [API:8081]10.0.0.27 - - [2026-03-12 02:25:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24568 0.015805 [API:8081]10.0.0.27 - - [2026-03-12 02:25:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24568 0.019191 [API:8081]10.0.0.27 - - [2026-03-12 02:25:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-80108997:ctest-vnet1-30983412?flat HTTP/1.1" 200 8246 0.015112 [API:8081]10.0.0.27 - - [2026-03-12 02:25:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010545 [API:8081]10.0.0.27 - - [2026-03-12 02:25:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24568 0.019489 [API:8081]10.0.0.27 - - [2026-03-12 02:25:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.021538 [API:8081]10.0.0.27 - - [2026-03-12 02:25:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-80108997:ctest-vnet0-22447042?flat HTTP/1.1" 200 8244 0.013262 [API:8081]10.0.0.27 - - [2026-03-12 02:25:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009439 [API:8081]10.0.0.27 - - [2026-03-12 02:25:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.058002 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:25:43] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002613 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:25:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003625 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:25:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002737 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:25:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002824 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:25:43] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003075 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:25:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002765 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:25:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002891 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:25:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002823 [API:8081]10.0.0.27 - - [2026-03-12 02:26:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061281 [API:8081]10.0.0.27 - - [2026-03-12 02:26:54] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.27 - - [2026-03-12 02:26:54] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.27 - - [2026-03-12 02:27:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.057548 [API:8081]10.0.0.73 - - [2026-03-12 02:27:22] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.73 - - [2026-03-12 02:27:22] "GET /analytics HTTP/1.1" 401 205 0.000142 [API:8081]10.0.0.131 - - [2026-03-12 02:27:22] "GET /analytics HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.131 - - [2026-03-12 02:27:22] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.27 - - [2026-03-12 02:27:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.27 - - [2026-03-12 02:27:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1378 0.060172 [API:8081]10.0.0.27 - - [2026-03-12 02:28:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.065145 [API:8081]10.0.0.27 - - [2026-03-12 02:28:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.090645 [API:8081]10.0.0.27 - - [2026-03-12 02:28:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.018257 [API:8081]10.0.0.27 - - [2026-03-12 02:28:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.018754 [API:8081]10.0.0.27 - - [2026-03-12 02:28:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.018291 [API:8081]10.0.0.27 - - [2026-03-12 02:29:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.019614 [API:8081]10.0.0.27 - - [2026-03-12 02:29:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-97262258:ctest-vnet0-84716474?flat HTTP/1.1" 200 7202 0.011943 [API:8081]10.0.0.27 - - [2026-03-12 02:29:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010092 [API:8081]10.0.0.131 - - [2026-03-12 02:29:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.131 - - [2026-03-12 02:29:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.73 - - [2026-03-12 02:29:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.73 - - [2026-03-12 02:29:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.131 - - [2026-03-12 02:29:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.73 - - [2026-03-12 02:29:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.131 - - [2026-03-12 02:29:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.73 - - [2026-03-12 02:29:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.27 - - [2026-03-12 02:29:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.27 - - [2026-03-12 02:29:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.27 - - [2026-03-12 02:29:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.27 - - [2026-03-12 02:29:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.27 - - [2026-03-12 02:29:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.27 - - [2026-03-12 02:29:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.058517 [API:8081]10.0.0.27 - - [2026-03-12 02:29:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054508 [API:8081]10.0.0.27 - - [2026-03-12 02:29:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.27 - - [2026-03-12 02:29:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.060936 [API:8081]10.0.0.27 - - [2026-03-12 02:29:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.055815 [API:8081]10.0.0.27 - - [2026-03-12 02:29:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.050832 [API:8081]10.0.0.27 - - [2026-03-12 02:30:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.061338 [API:8081]10.0.0.27 - - [2026-03-12 02:30:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-89262356:1e42f105-de6c-4050-9950-4a1801e42907?flat HTTP/1.1" 200 5228 0.016109 [API:8081]10.0.0.27 - - [2026-03-12 02:30:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-89262356:1e42f105-de6c-4050-9950-4a1801e42907?flat HTTP/1.1" 200 5228 0.015634 [API:8081]10.0.0.27 - - [2026-03-12 02:30:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-89262356:1e42f105-de6c-4050-9950-4a1801e42907?flat HTTP/1.1" 200 5228 0.015714 [API:8081]10.0.0.27 - - [2026-03-12 02:30:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-89262356:ctest-VN1-04120517?flat HTTP/1.1" 200 8555 0.015990 [API:8081]10.0.0.27 - - [2026-03-12 02:30:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.024051 [API:8081]10.0.0.27 - - [2026-03-12 02:30:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.018951 [API:8081]10.0.0.27 - - [2026-03-12 02:30:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009775 [API:8081]10.0.0.27 - - [2026-03-12 02:30:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-89262356:cb2e43f2-1112-4e1d-b8bf-5126cd4c32db?flat HTTP/1.1" 200 5344 0.012169 [API:8081]10.0.0.27 - - [2026-03-12 02:30:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-89262356:cb2e43f2-1112-4e1d-b8bf-5126cd4c32db?flat HTTP/1.1" 200 5344 0.012315 [API:8081]10.0.0.27 - - [2026-03-12 02:30:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-89262356:cb2e43f2-1112-4e1d-b8bf-5126cd4c32db?flat HTTP/1.1" 200 5344 0.014197 [API:8081]10.0.0.27 - - [2026-03-12 02:30:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-89262356:ctest-VN2-99788136?flat HTTP/1.1" 200 9006 0.013500 [API:8081]10.0.0.27 - - [2026-03-12 02:30:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24578 0.015581 [API:8081]10.0.0.27 - - [2026-03-12 02:30:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24578 0.017060 [API:8081]10.0.0.27 - - [2026-03-12 02:30:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008003 [API:8081]10.0.0.27 - - [2026-03-12 02:30:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-89262356:ad4fd103-6afc-480c-8271-dd2fb0b8b596?flat HTTP/1.1" 200 5090 0.012693 [API:8081]10.0.0.27 - - [2026-03-12 02:30:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-89262356:ad4fd103-6afc-480c-8271-dd2fb0b8b596?flat HTTP/1.1" 200 5090 0.018095 [API:8081]10.0.0.27 - - [2026-03-12 02:30:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-89262356:ad4fd103-6afc-480c-8271-dd2fb0b8b596?flat HTTP/1.1" 200 5090 0.018796 [API:8081]10.0.0.27 - - [2026-03-12 02:30:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-89262356:ctest-VN3-61028597?flat HTTP/1.1" 200 7442 0.016002 [API:8081]10.0.0.27 - - [2026-03-12 02:30:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.021048 [API:8081]10.0.0.27 - - [2026-03-12 02:30:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.020052 [API:8081]10.0.0.27 - - [2026-03-12 02:30:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008544 [API:8081]10.0.0.27 - - [2026-03-12 02:31:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.022689 [API:8081]10.0.0.27 - - [2026-03-12 02:31:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.020710 [API:8081]10.0.0.27 - - [2026-03-12 02:31:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.021006 [API:8081]10.0.0.27 - - [2026-03-12 02:31:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.019390 [API:8081]10.0.0.27 - - [2026-03-12 02:31:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.018363 [API:8081]10.0.0.27 - - [2026-03-12 02:31:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.027549 [API:8081]10.0.0.27 - - [2026-03-12 02:31:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.021260 [API:8081]10.0.0.27 - - [2026-03-12 02:31:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.025221 [API:8081]10.0.0.27 - - [2026-03-12 02:31:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-89262356:ctest-VN3-61028597?flat HTTP/1.1" 200 6215 0.016222 [API:8081]10.0.0.27 - - [2026-03-12 02:31:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009612 [API:8081]10.0.0.27 - - [2026-03-12 02:31:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24585 0.018383 [API:8081]10.0.0.27 - - [2026-03-12 02:31:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24585 0.018542 [API:8081]10.0.0.27 - - [2026-03-12 02:31:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24585 0.018140 [API:8081]10.0.0.27 - - [2026-03-12 02:31:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24585 0.016955 [API:8081]10.0.0.27 - - [2026-03-12 02:31:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24585 0.017100 [API:8081]10.0.0.27 - - [2026-03-12 02:31:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24585 0.022650 [API:8081]10.0.0.27 - - [2026-03-12 02:31:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24585 0.016028 [API:8081]10.0.0.27 - - [2026-03-12 02:31:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24585 0.024569 [API:8081]10.0.0.27 - - [2026-03-12 02:31:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-89262356:ctest-VN2-99788136?flat HTTP/1.1" 200 6545 0.019998 [API:8081]10.0.0.27 - - [2026-03-12 02:31:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012744 [API:8081]10.0.0.27 - - [2026-03-12 02:31:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.019485 [API:8081]10.0.0.27 - - [2026-03-12 02:31:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.022093 [API:8081]10.0.0.27 - - [2026-03-12 02:31:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-89262356:ctest-VN1-04120517?flat HTTP/1.1" 200 6769 0.013250 [API:8081]10.0.0.27 - - [2026-03-12 02:31:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009533 [API:8081]10.0.0.27 - - [2026-03-12 02:32:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.27 - - [2026-03-12 02:32:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.056878 [API:8081]10.0.0.27 - - [2026-03-12 02:32:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.057983 [API:8081]10.0.0.27 - - [2026-03-12 02:32:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.057405 [API:8081]10.0.0.27 - - [2026-03-12 02:32:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.108931 [API:8081]10.0.0.27 - - [2026-03-12 02:33:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-55553372:90d8960c-81c8-4907-b474-c34011d37c93?flat HTTP/1.1" 200 5362 0.013246 [API:8081]10.0.0.27 - - [2026-03-12 02:33:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-55553372:90d8960c-81c8-4907-b474-c34011d37c93?flat HTTP/1.1" 200 5362 0.013582 [API:8081]10.0.0.27 - - [2026-03-12 02:33:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-55553372:90d8960c-81c8-4907-b474-c34011d37c93?flat HTTP/1.1" 200 5362 0.013469 [API:8081]10.0.0.27 - - [2026-03-12 02:33:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-55553372:90d8960c-81c8-4907-b474-c34011d37c93?flat HTTP/1.1" 200 5362 0.014431 [API:8081]10.0.0.27 - - [2026-03-12 02:33:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-55553372:ctest-VN1-47325297?flat HTTP/1.1" 200 9450 0.016236 [API:8081]10.0.0.27 - - [2026-03-12 02:33:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.025294 [API:8081]10.0.0.27 - - [2026-03-12 02:33:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.017939 [API:8081]10.0.0.27 - - [2026-03-12 02:33:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010142 [API:8081]10.0.0.27 - - [2026-03-12 02:33:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-55553372:ee714ee2-a16f-420c-85cc-9ca50c2c27f8?flat HTTP/1.1" 200 5221 0.012388 [API:8081]10.0.0.27 - - [2026-03-12 02:33:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-55553372:ee714ee2-a16f-420c-85cc-9ca50c2c27f8?flat HTTP/1.1" 200 5221 0.013187 [API:8081]10.0.0.27 - - [2026-03-12 02:33:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-55553372:ee714ee2-a16f-420c-85cc-9ca50c2c27f8?flat HTTP/1.1" 200 5221 0.014101 [API:8081]10.0.0.27 - - [2026-03-12 02:33:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-55553372:ee714ee2-a16f-420c-85cc-9ca50c2c27f8?flat HTTP/1.1" 200 5221 0.014182 [API:8081]10.0.0.27 - - [2026-03-12 02:33:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-55553372:ctest-VN2-72980886?flat HTTP/1.1" 200 8639 0.018782 [API:8081]10.0.0.27 - - [2026-03-12 02:33:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.020327 [API:8081]10.0.0.27 - - [2026-03-12 02:33:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.020085 [API:8081]10.0.0.27 - - [2026-03-12 02:33:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008041 [API:8081]10.0.0.27 - - [2026-03-12 02:33:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-55553372:f6a0b0ec-99c7-4276-9fbe-ee6214ad21a1?flat HTTP/1.1" 200 5228 0.013830 [API:8081]10.0.0.27 - - [2026-03-12 02:33:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-55553372:f6a0b0ec-99c7-4276-9fbe-ee6214ad21a1?flat HTTP/1.1" 200 5228 0.013674 [API:8081]10.0.0.27 - - [2026-03-12 02:33:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-55553372:f6a0b0ec-99c7-4276-9fbe-ee6214ad21a1?flat HTTP/1.1" 200 5228 0.013680 [API:8081]10.0.0.27 - - [2026-03-12 02:33:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-55553372:f6a0b0ec-99c7-4276-9fbe-ee6214ad21a1?flat HTTP/1.1" 200 5228 0.014281 [API:8081]10.0.0.27 - - [2026-03-12 02:33:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-55553372:ctest-VN3-17970393?flat HTTP/1.1" 200 8210 0.017380 [API:8081]10.0.0.27 - - [2026-03-12 02:33:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.022579 [API:8081]10.0.0.27 - - [2026-03-12 02:33:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.021422 [API:8081]10.0.0.27 - - [2026-03-12 02:33:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010564 [API:8081]10.0.0.27 - - [2026-03-12 02:33:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.057600 [API:8081]10.0.0.27 - - [2026-03-12 02:33:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.019884 [API:8081]10.0.0.27 - - [2026-03-12 02:33:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-55553372:ctest-VN3-17970393?flat HTTP/1.1" 200 6971 0.014223 [API:8081]10.0.0.27 - - [2026-03-12 02:33:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009630 [API:8081]10.0.0.27 - - [2026-03-12 02:34:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.020885 [API:8081]10.0.0.27 - - [2026-03-12 02:34:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.018147 [API:8081]10.0.0.27 - - [2026-03-12 02:34:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.032939 [API:8081]10.0.0.131 - - [2026-03-12 02:34:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.131 - - [2026-03-12 02:34:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.73 - - [2026-03-12 02:34:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.73 - - [2026-03-12 02:34:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.27 - - [2026-03-12 02:34:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.017569 [API:8081]10.0.0.131 - - [2026-03-12 02:34:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.73 - - [2026-03-12 02:34:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.131 - - [2026-03-12 02:34:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.73 - - [2026-03-12 02:34:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.27 - - [2026-03-12 02:34:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.27 - - [2026-03-12 02:34:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.27 - - [2026-03-12 02:34:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.27 - - [2026-03-12 02:34:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.27 - - [2026-03-12 02:34:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.017436 [API:8081]10.0.0.27 - - [2026-03-12 02:34:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.019999 [API:8081]10.0.0.27 - - [2026-03-12 02:34:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.019879 [API:8081]10.0.0.27 - - [2026-03-12 02:34:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.020505 [API:8081]10.0.0.27 - - [2026-03-12 02:34:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-55553372:ctest-VN2-72980886?flat HTTP/1.1" 200 7315 0.015343 [API:8081]10.0.0.27 - - [2026-03-12 02:34:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009148 [API:8081]10.0.0.27 - - [2026-03-12 02:34:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.022742 [API:8081]10.0.0.27 - - [2026-03-12 02:34:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.017938 [API:8081]10.0.0.27 - - [2026-03-12 02:34:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-55553372:ctest-VN1-47325297?flat HTTP/1.1" 200 7643 0.014379 [API:8081]10.0.0.27 - - [2026-03-12 02:34:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008079 [API:8081]10.0.0.27 - - [2026-03-12 02:34:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.27 - - [2026-03-12 02:34:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.054120 [API:8081]10.0.0.27 - - [2026-03-12 02:34:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.055931 [API:8081]10.0.0.27 - - [2026-03-12 02:35:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062089 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:35:43] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002822 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:35:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002542 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:35:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002626 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:35:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002461 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:35:43] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002688 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:35:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003073 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:35:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002399 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:35:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002906 [API:8081]10.0.0.27 - - [2026-03-12 02:36:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.054510 [API:8081]10.0.0.27 - - [2026-03-12 02:36:54] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.27 - - [2026-03-12 02:36:54] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.27 - - [2026-03-12 02:37:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.27 - - [2026-03-12 02:37:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.058217 [API:8081]10.0.0.73 - - [2026-03-12 02:37:22] "GET /analytics HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.73 - - [2026-03-12 02:37:22] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.131 - - [2026-03-12 02:37:22] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.131 - - [2026-03-12 02:37:22] "GET /analytics HTTP/1.1" 401 205 0.000121 [API:8081]10.0.0.27 - - [2026-03-12 02:38:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062420 [API:8081]10.0.0.27 - - [2026-03-12 02:39:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.064394 [API:8081]10.0.0.27 - - [2026-03-12 02:39:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.033653 [API:8081]10.0.0.131 - - [2026-03-12 02:39:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.131 - - [2026-03-12 02:39:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.73 - - [2026-03-12 02:39:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.73 - - [2026-03-12 02:39:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.131 - - [2026-03-12 02:39:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.73 - - [2026-03-12 02:39:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.131 - - [2026-03-12 02:39:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.73 - - [2026-03-12 02:39:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.27 - - [2026-03-12 02:39:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.27 - - [2026-03-12 02:39:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2026-03-12 02:39:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.27 - - [2026-03-12 02:39:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.079854 [API:8081]10.0.0.27 - - [2026-03-12 02:39:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2026-03-12 02:39:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.017764 [API:8081]10.0.0.27 - - [2026-03-12 02:39:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.020464 [API:8081]10.0.0.27 - - [2026-03-12 02:39:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.018158 [API:8081]10.0.0.27 - - [2026-03-12 02:39:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.054644 [API:8081]10.0.0.27 - - [2026-03-12 02:39:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.020205 [API:8081]10.0.0.27 - - [2026-03-12 02:39:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.022772 [API:8081]10.0.0.27 - - [2026-03-12 02:39:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.022492 [API:8081]10.0.0.27 - - [2026-03-12 02:39:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-07664404:ctest-vnet0-06933436?flat HTTP/1.1" 200 7967 0.013453 [API:8081]10.0.0.27 - - [2026-03-12 02:39:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008873 [API:8081]10.0.0.27 - - [2026-03-12 02:39:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.27 - - [2026-03-12 02:39:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.055842 [API:8081]10.0.0.27 - - [2026-03-12 02:39:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1362 0.047487 [API:8081]10.0.0.27 - - [2026-03-12 02:41:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053881 [API:8081]10.0.0.27 - - [2026-03-12 02:42:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.053713 [API:8081]10.0.0.27 - - [2026-03-12 02:43:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.020005 [API:8081]10.0.0.27 - - [2026-03-12 02:43:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.095025 [API:8081]10.0.0.27 - - [2026-03-12 02:43:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.017970 [API:8081]10.0.0.27 - - [2026-03-12 02:43:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.020204 [API:8081]10.0.0.27 - - [2026-03-12 02:43:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.017632 [API:8081]10.0.0.27 - - [2026-03-12 02:43:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.023334 [API:8081]10.0.0.27 - - [2026-03-12 02:43:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-74000679:ctest-vnet1-38326430?flat HTTP/1.1" 200 7306 0.015538 [API:8081]10.0.0.27 - - [2026-03-12 02:43:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009465 [API:8081]10.0.0.27 - - [2026-03-12 02:43:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24616 0.019374 [API:8081]10.0.0.27 - - [2026-03-12 02:43:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24616 0.022533 [API:8081]10.0.0.27 - - [2026-03-12 02:43:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-74000679:ctest-vnet0-01009225?flat HTTP/1.1" 200 6959 0.014397 [API:8081]10.0.0.27 - - [2026-03-12 02:43:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009496 [API:8081]10.0.0.27 - - [2026-03-12 02:43:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2026-03-12 02:43:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.056894 [API:8081]10.0.0.27 - - [2026-03-12 02:43:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1386 0.062087 [API:8081]10.0.0.131 - - [2026-03-12 02:44:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001161 [API:8081]10.0.0.131 - - [2026-03-12 02:44:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.73 - - [2026-03-12 02:44:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000433 [API:8081]10.0.0.73 - - [2026-03-12 02:44:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.131 - - [2026-03-12 02:44:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.73 - - [2026-03-12 02:44:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.131 - - [2026-03-12 02:44:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.73 - - [2026-03-12 02:44:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.27 - - [2026-03-12 02:44:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.27 - - [2026-03-12 02:44:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2026-03-12 02:44:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2026-03-12 02:44:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.27 - - [2026-03-12 02:44:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060594 [API:8081]10.0.0.27 - - [2026-03-12 02:45:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.078311 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:45:43] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003002 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:45:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002960 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:45:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002882 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:45:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002729 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:45:43] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003259 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:45:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002660 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:45:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002674 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:45:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002402 [API:8081]10.0.0.27 - - [2026-03-12 02:46:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.019600 [API:8081]10.0.0.27 - - [2026-03-12 02:46:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.059302 [API:8081]10.0.0.27 - - [2026-03-12 02:46:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.021394 [API:8081]10.0.0.27 - - [2026-03-12 02:46:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-12136773:ctest-vnet1-24660230?flat HTTP/1.1" 200 8068 0.014331 [API:8081]10.0.0.27 - - [2026-03-12 02:46:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009832 [API:8081]10.0.0.27 - - [2026-03-12 02:46:54] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.27 - - [2026-03-12 02:46:54] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.27 - - [2026-03-12 02:46:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.022291 [API:8081]10.0.0.27 - - [2026-03-12 02:46:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.020044 [API:8081]10.0.0.27 - - [2026-03-12 02:47:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.018425 [API:8081]10.0.0.27 - - [2026-03-12 02:47:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-12136773:ctest-vnet0-30442898?flat HTTP/1.1" 200 7709 0.015464 [API:8081]10.0.0.27 - - [2026-03-12 02:47:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011168 [API:8081]10.0.0.73 - - [2026-03-12 02:47:22] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.73 - - [2026-03-12 02:47:22] "GET /analytics HTTP/1.1" 401 205 0.000131 [API:8081]10.0.0.131 - - [2026-03-12 02:47:22] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.131 - - [2026-03-12 02:47:22] "GET /analytics HTTP/1.1" 401 205 0.000134 [API:8081]10.0.0.27 - - [2026-03-12 02:47:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068422 [API:8081]10.0.0.27 - - [2026-03-12 02:48:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.061396 [API:8081]10.0.0.131 - - [2026-03-12 02:49:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.131 - - [2026-03-12 02:49:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.73 - - [2026-03-12 02:49:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.73 - - [2026-03-12 02:49:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.131 - - [2026-03-12 02:49:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.73 - - [2026-03-12 02:49:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.131 - - [2026-03-12 02:49:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.73 - - [2026-03-12 02:49:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.27 - - [2026-03-12 02:49:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2026-03-12 02:49:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.27 - - [2026-03-12 02:49:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.27 - - [2026-03-12 02:49:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.27 - - [2026-03-12 02:50:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060786 [API:8081]10.0.0.27 - - [2026-03-12 02:50:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.27 - - [2026-03-12 02:50:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.054077 [API:8081]10.0.0.27 - - [2026-03-12 02:51:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.062404 [API:8081]10.0.0.27 - - [2026-03-12 02:51:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1132 0.088372 [API:8081]10.0.0.27 - - [2026-03-12 02:53:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2026-03-12 02:53:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1260 0.054016 [API:8081]10.0.0.27 - - [2026-03-12 02:53:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088258 [API:8081]10.0.0.131 - - [2026-03-12 02:54:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.131 - - [2026-03-12 02:54:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.73 - - [2026-03-12 02:54:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.73 - - [2026-03-12 02:54:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.131 - - [2026-03-12 02:54:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.73 - - [2026-03-12 02:54:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.131 - - [2026-03-12 02:54:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.73 - - [2026-03-12 02:54:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.27 - - [2026-03-12 02:54:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.27 - - [2026-03-12 02:54:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.27 - - [2026-03-12 02:54:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.27 - - [2026-03-12 02:54:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.27 - - [2026-03-12 02:54:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-33791899:4d5a57a6-d25f-45d5-8ecb-ddaf4e430685?flat HTTP/1.1" 200 5821 0.058429 [API:8081]10.0.0.27 - - [2026-03-12 02:54:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-33791899:4d5a57a6-d25f-45d5-8ecb-ddaf4e430685?flat HTTP/1.1" 200 5821 0.014839 [API:8081]10.0.0.27 - - [2026-03-12 02:54:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-33791899:4d5a57a6-d25f-45d5-8ecb-ddaf4e430685?flat HTTP/1.1" 200 5821 0.067308 [API:8081]10.0.0.27 - - [2026-03-12 02:54:14] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-33791899:ctest-SecurityGroupBasicRegressionTests1Ipv6-33791899-88688949?flat HTTP/1.1" 200 10796 0.016347 [API:8081]10.0.0.27 - - [2026-03-12 02:54:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.029931 [API:8081]10.0.0.27 - - [2026-03-12 02:54:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.017421 [API:8081]10.0.0.27 - - [2026-03-12 02:54:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010215 [API:8081]10.0.0.27 - - [2026-03-12 02:54:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.053375 [API:8081]10.0.0.27 - - [2026-03-12 02:54:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-33791899:c2b3a700-c763-4444-bec7-33fd29f07033?flat HTTP/1.1" 200 5693 0.011881 [API:8081]10.0.0.27 - - [2026-03-12 02:54:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-33791899:c2b3a700-c763-4444-bec7-33fd29f07033?flat HTTP/1.1" 200 5693 0.013131 [API:8081]10.0.0.27 - - [2026-03-12 02:54:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-33791899:c2b3a700-c763-4444-bec7-33fd29f07033?flat HTTP/1.1" 200 5693 0.011442 [API:8081]10.0.0.27 - - [2026-03-12 02:54:35] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-33791899:ctest-SecurityGroupBasicRegressionTests1Ipv6-33791899-88688949?flat HTTP/1.1" 200 11801 0.016460 [API:8081]10.0.0.27 - - [2026-03-12 02:54:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24626 0.024324 [API:8081]10.0.0.27 - - [2026-03-12 02:54:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24626 0.022275 [API:8081]10.0.0.27 - - [2026-03-12 02:54:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009670 [API:8081]10.0.0.27 - - [2026-03-12 02:55:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.018113 [API:8081]10.0.0.27 - - [2026-03-12 02:55:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.016757 [API:8081]10.0.0.27 - - [2026-03-12 02:55:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.017133 [API:8081]10.0.0.27 - - [2026-03-12 02:55:24] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-33791899:ctest-SecurityGroupBasicRegressionTests1Ipv6-33791899-88688949?flat HTTP/1.1" 200 11710 0.015908 [API:8081]10.0.0.27 - - [2026-03-12 02:55:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007727 [API:8081]10.0.0.27 - - [2026-03-12 02:55:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.020166 [API:8081]10.0.0.27 - - [2026-03-12 02:55:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.028887 [API:8081]10.0.0.27 - - [2026-03-12 02:55:30] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-33791899:ctest-SecurityGroupBasicRegressionTests1Ipv6-33791899-88688949?flat HTTP/1.1" 200 8804 0.016120 [API:8081]10.0.0.27 - - [2026-03-12 02:55:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009778 [API:8081]10.0.0.27 - - [2026-03-12 02:55:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.27 - - [2026-03-12 02:55:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1280 0.059783 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:55:43] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.011621 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:55:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003136 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:55:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002725 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:55:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006893 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:55:43] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.007741 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:55:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.009983 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:55:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003430 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 02:55:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003978 [API:8081]10.0.0.27 - - [2026-03-12 02:56:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-89374841:45d4e4f0-a7ff-4730-bac9-4f0ee4c8670a?flat HTTP/1.1" 200 5804 0.063834 [API:8081]10.0.0.27 - - [2026-03-12 02:56:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-89374841:45d4e4f0-a7ff-4730-bac9-4f0ee4c8670a?flat HTTP/1.1" 200 5804 0.060225 [API:8081]10.0.0.27 - - [2026-03-12 02:56:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-89374841:45d4e4f0-a7ff-4730-bac9-4f0ee4c8670a?flat HTTP/1.1" 200 5804 0.012317 [API:8081]10.0.0.27 - - [2026-03-12 02:56:26] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-89374841:ctest-SecurityGroupBasicRegressionTests1_contrail-89374841-04790429?flat HTTP/1.1" 200 4446 0.012499 [API:8081]10.0.0.27 - - [2026-03-12 02:56:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.016819 [API:8081]10.0.0.27 - - [2026-03-12 02:56:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.017441 [API:8081]10.0.0.27 - - [2026-03-12 02:56:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008341 [API:8081]10.0.0.27 - - [2026-03-12 02:56:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056489 [API:8081]10.0.0.27 - - [2026-03-12 02:56:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-89374841:51c342dc-ef09-44fc-9fbb-7471510fab48?flat HTTP/1.1" 200 5667 0.019205 [API:8081]10.0.0.27 - - [2026-03-12 02:56:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-89374841:51c342dc-ef09-44fc-9fbb-7471510fab48?flat HTTP/1.1" 200 5667 0.031565 [API:8081]10.0.0.27 - - [2026-03-12 02:56:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-89374841:51c342dc-ef09-44fc-9fbb-7471510fab48?flat HTTP/1.1" 200 5667 0.017681 [API:8081]10.0.0.27 - - [2026-03-12 02:56:46] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-89374841:ctest-SecurityGroupBasicRegressionTests1_contrail-89374841-04790429?flat HTTP/1.1" 200 11512 0.025658 [API:8081]10.0.0.27 - - [2026-03-12 02:56:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.037474 [API:8081]10.0.0.27 - - [2026-03-12 02:56:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.020351 [API:8081]10.0.0.27 - - [2026-03-12 02:56:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009860 [API:8081]10.0.0.27 - - [2026-03-12 02:56:54] "GET /analytics HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.27 - - [2026-03-12 02:56:54] "GET /analytics HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.73 - - [2026-03-12 02:57:22] "GET /analytics HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.73 - - [2026-03-12 02:57:22] "GET /analytics HTTP/1.1" 401 205 0.000135 [API:8081]10.0.0.131 - - [2026-03-12 02:57:22] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.131 - - [2026-03-12 02:57:22] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.27 - - [2026-03-12 02:57:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.055643 [API:8081]10.0.0.27 - - [2026-03-12 02:58:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.017061 [API:8081]10.0.0.27 - - [2026-03-12 02:58:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.019002 [API:8081]10.0.0.27 - - [2026-03-12 02:58:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.036917 [API:8081]10.0.0.27 - - [2026-03-12 02:58:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.019063 [API:8081]10.0.0.27 - - [2026-03-12 02:58:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.024218 [API:8081]10.0.0.27 - - [2026-03-12 02:58:53] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-89374841:ctest-SecurityGroupBasicRegressionTests1_contrail-89374841-04790429?flat HTTP/1.1" 200 11576 0.017669 [API:8081]10.0.0.27 - - [2026-03-12 02:58:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009733 [API:8081]10.0.0.27 - - [2026-03-12 02:58:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.018859 [API:8081]10.0.0.27 - - [2026-03-12 02:58:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.017116 [API:8081]10.0.0.27 - - [2026-03-12 02:58:58] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-89374841:ctest-SecurityGroupBasicRegressionTests1_contrail-89374841-04790429?flat HTTP/1.1" 200 8426 0.013113 [API:8081]10.0.0.27 - - [2026-03-12 02:58:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009297 [API:8081]10.0.0.131 - - [2026-03-12 02:59:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.131 - - [2026-03-12 02:59:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.73 - - [2026-03-12 02:59:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.73 - - [2026-03-12 02:59:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.27 - - [2026-03-12 02:59:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.131 - - [2026-03-12 02:59:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.73 - - [2026-03-12 02:59:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.27 - - [2026-03-12 02:59:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1244 0.124324 [API:8081]10.0.0.131 - - [2026-03-12 02:59:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000205 [API:8081]10.0.0.73 - - [2026-03-12 02:59:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.27 - - [2026-03-12 02:59:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2026-03-12 02:59:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.27 - - [2026-03-12 02:59:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.27 - - [2026-03-12 02:59:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.27 - - [2026-03-12 02:59:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057698 [API:8081]10.0.0.27 - - [2026-03-12 02:59:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-84016049:dab9ce38-d44e-4d27-83e6-035d4b6c5442?flat HTTP/1.1" 200 5681 0.061382 [API:8081]10.0.0.27 - - [2026-03-12 02:59:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-84016049:dab9ce38-d44e-4d27-83e6-035d4b6c5442?flat HTTP/1.1" 200 5681 0.015919 [API:8081]10.0.0.27 - - [2026-03-12 02:59:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-84016049:dab9ce38-d44e-4d27-83e6-035d4b6c5442?flat HTTP/1.1" 200 5681 0.059261 [API:8081]10.0.0.27 - - [2026-03-12 02:59:55] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-84016049:ctest-SecurityGroupBasicRegressionTests1-84016049-46095387?flat HTTP/1.1" 200 9929 0.019741 [API:8081]10.0.0.27 - - [2026-03-12 02:59:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.022316 [API:8081]10.0.0.27 - - [2026-03-12 02:59:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.019576 [API:8081]10.0.0.27 - - [2026-03-12 02:59:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009920 [API:8081]10.0.0.27 - - [2026-03-12 03:00:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.077004 [API:8081]10.0.0.27 - - [2026-03-12 03:01:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-84016049:2717d7e2-ebf6-4c48-8f6f-669e6f5917fa?flat HTTP/1.1" 200 5685 0.013154 [API:8081]10.0.0.27 - - [2026-03-12 03:01:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-84016049:2717d7e2-ebf6-4c48-8f6f-669e6f5917fa?flat HTTP/1.1" 200 5685 0.013049 [API:8081]10.0.0.27 - - [2026-03-12 03:01:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-84016049:2717d7e2-ebf6-4c48-8f6f-669e6f5917fa?flat HTTP/1.1" 200 5685 0.013784 [API:8081]10.0.0.27 - - [2026-03-12 03:01:07] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-84016049:ctest-SecurityGroupBasicRegressionTests1-84016049-46095387?flat HTTP/1.1" 200 11288 0.022165 [API:8081]10.0.0.27 - - [2026-03-12 03:01:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.020579 [API:8081]10.0.0.27 - - [2026-03-12 03:01:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.017788 [API:8081]10.0.0.27 - - [2026-03-12 03:01:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008474 [API:8081]10.0.0.27 - - [2026-03-12 03:02:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081838 [API:8081]10.0.0.27 - - [2026-03-12 03:03:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.066674 [API:8081]10.0.0.131 - - [2026-03-12 03:04:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.131 - - [2026-03-12 03:04:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.73 - - [2026-03-12 03:04:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.73 - - [2026-03-12 03:04:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.131 - - [2026-03-12 03:04:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.73 - - [2026-03-12 03:04:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.131 - - [2026-03-12 03:04:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.73 - - [2026-03-12 03:04:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2026-03-12 03:04:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.27 - - [2026-03-12 03:04:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.27 - - [2026-03-12 03:04:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.27 - - [2026-03-12 03:04:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.27 - - [2026-03-12 03:05:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079213 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:05:43] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002551 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:05:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002578 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:05:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002667 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:05:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002895 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:05:43] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003469 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:05:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003247 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:05:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002795 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:05:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002315 [API:8081]10.0.0.27 - - [2026-03-12 03:06:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.059332 [API:8081]10.0.0.27 - - [2026-03-12 03:06:54] "GET /analytics HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.27 - - [2026-03-12 03:06:54] "GET /analytics HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.73 - - [2026-03-12 03:07:22] "GET /analytics HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.73 - - [2026-03-12 03:07:22] "GET /analytics HTTP/1.1" 401 205 0.000137 [API:8081]10.0.0.131 - - [2026-03-12 03:07:22] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.131 - - [2026-03-12 03:07:22] "GET /analytics HTTP/1.1" 401 205 0.000151 [API:8081]10.0.0.27 - - [2026-03-12 03:08:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.059387 [API:8081]10.0.0.27 - - [2026-03-12 03:08:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.091508 [API:8081]10.0.0.27 - - [2026-03-12 03:08:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.086228 [API:8081]10.0.0.27 - - [2026-03-12 03:08:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.018108 [API:8081]10.0.0.27 - - [2026-03-12 03:08:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.018062 [API:8081]10.0.0.27 - - [2026-03-12 03:08:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.017794 [API:8081]10.0.0.27 - - [2026-03-12 03:08:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.019376 [API:8081]10.0.0.27 - - [2026-03-12 03:08:24] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-84016049:ctest-SecurityGroupBasicRegressionTests1-84016049-46095387?flat HTTP/1.1" 200 10757 0.016669 [API:8081]10.0.0.27 - - [2026-03-12 03:08:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008572 [API:8081]10.0.0.27 - - [2026-03-12 03:08:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.020732 [API:8081]10.0.0.27 - - [2026-03-12 03:08:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.018912 [API:8081]10.0.0.27 - - [2026-03-12 03:08:30] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-84016049:ctest-SecurityGroupBasicRegressionTests1-84016049-46095387?flat HTTP/1.1" 200 7960 0.013917 [API:8081]10.0.0.27 - - [2026-03-12 03:08:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009956 [API:8081]10.0.0.27 - - [2026-03-12 03:08:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.409580 [API:8081]10.0.0.27 - - [2026-03-12 03:08:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2026-03-12 03:08:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.122693 [API:8081]10.0.0.27 - - [2026-03-12 03:08:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.076000 [API:8081]10.0.0.27 - - [2026-03-12 03:08:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1766 0.050596 [API:8081]10.0.0.27 - - [2026-03-12 03:09:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.012810 [API:8081]10.0.0.27 - - [2026-03-12 03:09:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.007993 [API:8081]10.0.0.27 - - [2026-03-12 03:09:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.007695 [API:8081]10.0.0.131 - - [2026-03-12 03:09:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.131 - - [2026-03-12 03:09:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000204 [API:8081]10.0.0.73 - - [2026-03-12 03:09:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.73 - - [2026-03-12 03:09:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.131 - - [2026-03-12 03:09:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.73 - - [2026-03-12 03:09:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.131 - - [2026-03-12 03:09:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.73 - - [2026-03-12 03:09:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.27 - - [2026-03-12 03:09:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.27 - - [2026-03-12 03:09:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.27 - - [2026-03-12 03:09:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1776 0.019671 [API:8081]10.0.0.27 - - [2026-03-12 03:09:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.27 - - [2026-03-12 03:09:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.27 - - [2026-03-12 03:09:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2002 0.009809 [API:8081]10.0.0.27 - - [2026-03-12 03:09:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.27 - - [2026-03-12 03:09:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.057336 [API:8081]10.0.0.27 - - [2026-03-12 03:09:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1342 0.059208 [API:8081]10.0.0.27 - - [2026-03-12 03:09:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.056518 [API:8081]10.0.0.27 - - [2026-03-12 03:09:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.017112 [API:8081]10.0.0.27 - - [2026-03-12 03:09:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.011289 [API:8081]10.0.0.27 - - [2026-03-12 03:09:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.008375 [API:8081]10.0.0.27 - - [2026-03-12 03:09:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.091239 [API:8081]10.0.0.27 - - [2026-03-12 03:09:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.27 - - [2026-03-12 03:09:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.056803 [API:8081]10.0.0.27 - - [2026-03-12 03:10:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.059881 [API:8081]10.0.0.27 - - [2026-03-12 03:10:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.060512 [API:8081]10.0.0.27 - - [2026-03-12 03:10:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.010146 [API:8081]10.0.0.27 - - [2026-03-12 03:10:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.009632 [API:8081]10.0.0.27 - - [2026-03-12 03:10:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.009748 [API:8081]10.0.0.27 - - [2026-03-12 03:10:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.008810 [API:8081]10.0.0.27 - - [2026-03-12 03:10:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1982 0.009329 [API:8081]10.0.0.27 - - [2026-03-12 03:10:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.27 - - [2026-03-12 03:10:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.058444 [API:8081]10.0.0.27 - - [2026-03-12 03:10:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.058147 [API:8081]10.0.0.27 - - [2026-03-12 03:10:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1564 0.052569 [API:8081]10.0.0.27 - - [2026-03-12 03:10:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1796 0.008071 [API:8081]10.0.0.27 - - [2026-03-12 03:10:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2030 0.008746 [API:8081]10.0.0.27 - - [2026-03-12 03:11:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062183 [API:8081]10.0.0.27 - - [2026-03-12 03:12:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.059092 [API:8081]10.0.0.131 - - [2026-03-12 03:14:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.131 - - [2026-03-12 03:14:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.73 - - [2026-03-12 03:14:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.73 - - [2026-03-12 03:14:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.131 - - [2026-03-12 03:14:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.73 - - [2026-03-12 03:14:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000384 [API:8081]10.0.0.131 - - [2026-03-12 03:14:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000437 [API:8081]10.0.0.73 - - [2026-03-12 03:14:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000395 [API:8081]10.0.0.27 - - [2026-03-12 03:14:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000406 [API:8081]10.0.0.27 - - [2026-03-12 03:14:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001421 [API:8081]10.0.0.27 - - [2026-03-12 03:14:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.27 - - [2026-03-12 03:14:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.27 - - [2026-03-12 03:14:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056668 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:15:43] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005198 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:15:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003140 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:15:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004366 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:15:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003584 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:15:43] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.008539 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:15:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002934 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:15:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002493 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:15:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002491 [API:8081]10.0.0.27 - - [2026-03-12 03:15:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.060138 [API:8081]10.0.0.27 - - [2026-03-12 03:16:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.27 - - [2026-03-12 03:16:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.062358 [API:8081]10.0.0.27 - - [2026-03-12 03:16:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1554 0.065587 [API:8081]10.0.0.27 - - [2026-03-12 03:16:54] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.27 - - [2026-03-12 03:16:54] "GET /analytics HTTP/1.1" 401 205 0.000131 [API:8081]10.0.0.73 - - [2026-03-12 03:17:22] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.73 - - [2026-03-12 03:17:22] "GET /analytics HTTP/1.1" 401 205 0.000135 [API:8081]10.0.0.131 - - [2026-03-12 03:17:23] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.131 - - [2026-03-12 03:17:23] "GET /analytics HTTP/1.1" 401 205 0.000135 [API:8081]10.0.0.27 - - [2026-03-12 03:17:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065456 [API:8081]10.0.0.27 - - [2026-03-12 03:18:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.068482 [API:8081]10.0.0.131 - - [2026-03-12 03:19:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.131 - - [2026-03-12 03:19:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.73 - - [2026-03-12 03:19:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.73 - - [2026-03-12 03:19:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.131 - - [2026-03-12 03:19:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.73 - - [2026-03-12 03:19:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.131 - - [2026-03-12 03:19:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.73 - - [2026-03-12 03:19:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.27 - - [2026-03-12 03:19:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2026-03-12 03:19:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.27 - - [2026-03-12 03:19:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.27 - - [2026-03-12 03:19:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2026-03-12 03:20:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000694 [API:8081]10.0.0.27 - - [2026-03-12 03:20:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1120 0.068958 [API:8081]10.0.0.27 - - [2026-03-12 03:20:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066916 [API:8081]10.0.0.27 - - [2026-03-12 03:21:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.27 - - [2026-03-12 03:21:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1342 0.062903 [API:8081]10.0.0.27 - - [2026-03-12 03:21:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.057907 [API:8081]10.0.0.27 - - [2026-03-12 03:23:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058288 [API:8081]10.0.0.131 - - [2026-03-12 03:24:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.131 - - [2026-03-12 03:24:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.73 - - [2026-03-12 03:24:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.73 - - [2026-03-12 03:24:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.131 - - [2026-03-12 03:24:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.73 - - [2026-03-12 03:24:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.131 - - [2026-03-12 03:24:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.73 - - [2026-03-12 03:24:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.27 - - [2026-03-12 03:24:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.27 - - [2026-03-12 03:24:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2026-03-12 03:24:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.27 - - [2026-03-12 03:24:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.27 - - [2026-03-12 03:24:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.062939 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:25:43] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002758 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:25:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002754 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:25:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002779 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:25:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002929 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:25:43] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003697 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:25:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003242 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:25:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003150 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:25:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003240 [API:8081]10.0.0.27 - - [2026-03-12 03:26:54] "GET /analytics HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.27 - - [2026-03-12 03:26:54] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.27 - - [2026-03-12 03:27:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.358011 [API:8081]10.0.0.27 - - [2026-03-12 03:27:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.27 - - [2026-03-12 03:27:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.063977 [API:8081]10.0.0.73 - - [2026-03-12 03:27:22] "GET /analytics HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.73 - - [2026-03-12 03:27:22] "GET /analytics HTTP/1.1" 401 205 0.000136 [API:8081]10.0.0.131 - - [2026-03-12 03:27:23] "GET /analytics HTTP/1.1" 401 205 0.000204 [API:8081]10.0.0.131 - - [2026-03-12 03:27:23] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.27 - - [2026-03-12 03:28:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.064426 [API:8081]10.0.0.131 - - [2026-03-12 03:29:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.131 - - [2026-03-12 03:29:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.73 - - [2026-03-12 03:29:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.73 - - [2026-03-12 03:29:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.131 - - [2026-03-12 03:29:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.73 - - [2026-03-12 03:29:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.131 - - [2026-03-12 03:29:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.73 - - [2026-03-12 03:29:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.27 - - [2026-03-12 03:29:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.27 - - [2026-03-12 03:29:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.27 - - [2026-03-12 03:29:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.27 - - [2026-03-12 03:29:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.27 - - [2026-03-12 03:30:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063335 [API:8081]10.0.0.27 - - [2026-03-12 03:31:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.080645 [API:8081]10.0.0.27 - - [2026-03-12 03:32:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-23299716:f56ae47d-fa82-49ce-8b97-50abda33bc8c?flat HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.27 - - [2026-03-12 03:32:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-23299716:f56ae47d-fa82-49ce-8b97-50abda33bc8c?flat HTTP/1.1" 200 5116 0.070727 [API:8081]10.0.0.27 - - [2026-03-12 03:32:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-23299716:f56ae47d-fa82-49ce-8b97-50abda33bc8c?flat HTTP/1.1" 200 5116 0.074217 [API:8081]10.0.0.27 - - [2026-03-12 03:32:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-23299716:f56ae47d-fa82-49ce-8b97-50abda33bc8c?flat HTTP/1.1" 200 5116 0.069576 [API:8081]10.0.0.27 - - [2026-03-12 03:32:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-23299716:ctest-random-27100185?flat HTTP/1.1" 200 3386 0.018870 [API:8081]10.0.0.27 - - [2026-03-12 03:32:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.032884 [API:8081]10.0.0.27 - - [2026-03-12 03:32:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.021002 [API:8081]10.0.0.27 - - [2026-03-12 03:32:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.013417 [API:8081]10.0.0.27 - - [2026-03-12 03:32:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.010314 [API:8081]10.0.0.27 - - [2026-03-12 03:32:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.017936 [API:8081]10.0.0.27 - - [2026-03-12 03:32:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.021495 [API:8081]10.0.0.27 - - [2026-03-12 03:32:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.019541 [API:8081]10.0.0.27 - - [2026-03-12 03:32:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.019632 [API:8081]10.0.0.27 - - [2026-03-12 03:32:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.018898 [API:8081]10.0.0.27 - - [2026-03-12 03:32:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-23299716:ctest-random-27100185?flat HTTP/1.1" 200 3999 0.012471 [API:8081]10.0.0.27 - - [2026-03-12 03:32:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008315 [API:8081]10.0.0.27 - - [2026-03-12 03:33:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077058 [API:8081]10.0.0.27 - - [2026-03-12 03:34:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.064761 [API:8081]10.0.0.131 - - [2026-03-12 03:34:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.131 - - [2026-03-12 03:34:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.73 - - [2026-03-12 03:34:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.73 - - [2026-03-12 03:34:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.131 - - [2026-03-12 03:34:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.73 - - [2026-03-12 03:34:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.131 - - [2026-03-12 03:34:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.73 - - [2026-03-12 03:34:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.27 - - [2026-03-12 03:34:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.27 - - [2026-03-12 03:34:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.27 - - [2026-03-12 03:34:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.27 - - [2026-03-12 03:34:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.27 - - [2026-03-12 03:35:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.27 - - [2026-03-12 03:35:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.090637 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:35:43] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004441 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:35:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003242 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:35:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002865 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:35:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002910 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:35:43] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002982 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:35:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002664 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:35:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002539 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:35:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002592 [API:8081]10.0.0.27 - - [2026-03-12 03:36:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063249 [API:8081]10.0.0.27 - - [2026-03-12 03:36:54] "GET /analytics HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.27 - - [2026-03-12 03:36:54] "GET /analytics HTTP/1.1" 401 205 0.000129 [API:8081]10.0.0.27 - - [2026-03-12 03:37:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.060104 [API:8081]10.0.0.73 - - [2026-03-12 03:37:22] "GET /analytics HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.73 - - [2026-03-12 03:37:22] "GET /analytics HTTP/1.1" 401 205 0.000192 [API:8081]10.0.0.131 - - [2026-03-12 03:37:23] "GET /analytics HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.131 - - [2026-03-12 03:37:23] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.27 - - [2026-03-12 03:39:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.095335 [API:8081]10.0.0.131 - - [2026-03-12 03:39:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.131 - - [2026-03-12 03:39:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.73 - - [2026-03-12 03:39:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.73 - - [2026-03-12 03:39:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.131 - - [2026-03-12 03:39:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.73 - - [2026-03-12 03:39:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.131 - - [2026-03-12 03:39:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.73 - - [2026-03-12 03:39:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.27 - - [2026-03-12 03:39:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.27 - - [2026-03-12 03:39:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.27 - - [2026-03-12 03:39:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.27 - - [2026-03-12 03:39:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.27 - - [2026-03-12 03:40:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.079053 [API:8081]10.0.0.27 - - [2026-03-12 03:40:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.27 - - [2026-03-12 03:40:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1118 0.058347 [API:8081]10.0.0.27 - - [2026-03-12 03:42:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061243 [API:8081]10.0.0.27 - - [2026-03-12 03:42:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.27 - - [2026-03-12 03:42:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1148 0.070282 [API:8081]10.0.0.27 - - [2026-03-12 03:43:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.074278 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:24] "POST /analytics/query HTTP/1.1" 202 179 0.010359 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:24] "GET /analytics/query/9f2210a2-1dc5-11f1-8ee0-00000a00001b HTTP/1.1" 200 221 0.001942 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:24] "GET /analytics/query/9f2210a2-1dc5-11f1-8ee0-00000a00001b HTTP/1.1" 200 221 0.002351 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:25] "GET /analytics/query/9f2210a2-1dc5-11f1-8ee0-00000a00001b HTTP/1.1" 200 338 0.002012 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:25] "GET /analytics/query/9f2210a2-1dc5-11f1-8ee0-00000a00001b/chunk-final/0 HTTP/1.1" 200 856 0.005408 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:25] "POST /analytics/query HTTP/1.1" 202 179 0.005229 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:25] "GET /analytics/query/a0142956-1dc5-11f1-818d-00000a00001b HTTP/1.1" 200 221 0.001971 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:26] "GET /analytics/query/a0142956-1dc5-11f1-818d-00000a00001b HTTP/1.1" 200 221 0.002574 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:26] "GET /analytics/query/a0142956-1dc5-11f1-818d-00000a00001b HTTP/1.1" 200 338 0.002000 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:26] "GET /analytics/query/a0142956-1dc5-11f1-818d-00000a00001b/chunk-final/0 HTTP/1.1" 200 856 0.002376 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:27] "POST /analytics/query HTTP/1.1" 202 179 0.004529 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:27] "GET /analytics/query/a1032bfe-1dc5-11f1-bb3d-00000a00001b HTTP/1.1" 200 221 0.001500 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:27] "GET /analytics/query/a1032bfe-1dc5-11f1-bb3d-00000a00001b HTTP/1.1" 200 339 0.002116 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:27] "GET /analytics/query/a1032bfe-1dc5-11f1-bb3d-00000a00001b/chunk-final/0 HTTP/1.1" 200 15062 0.003630 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:28] "POST /analytics/query HTTP/1.1" 202 179 0.027047 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:28] "GET /analytics/query/a1a7b16a-1dc5-11f1-bb9d-00000a00001b HTTP/1.1" 200 221 0.003277 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:28] "GET /analytics/query/a1a7b16a-1dc5-11f1-bb9d-00000a00001b HTTP/1.1" 200 339 0.002011 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:28] "GET /analytics/query/a1a7b16a-1dc5-11f1-bb9d-00000a00001b/chunk-final/0 HTTP/1.1" 200 15062 0.002297 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:29] "POST /analytics/query HTTP/1.1" 202 179 0.004759 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:29] "GET /analytics/query/a258a89e-1dc5-11f1-b81e-00000a00001b HTTP/1.1" 200 221 0.001592 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:29] "GET /analytics/query/a258a89e-1dc5-11f1-b81e-00000a00001b HTTP/1.1" 200 339 0.001834 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:29] "GET /analytics/query/a258a89e-1dc5-11f1-b81e-00000a00001b/chunk-final/0 HTTP/1.1" 200 6987 0.002008 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:33] "GET /analytics/tables HTTP/1.1" 200 76090 0.003934 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:33] "POST /analytics/query HTTP/1.1" 202 179 0.005468 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:33] "GET /analytics/query/a4d8d801-1dc5-11f1-a8b3-00000a00001b HTTP/1.1" 200 221 0.004697 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:34] "GET /analytics/query/a4d8d801-1dc5-11f1-a8b3-00000a00001b HTTP/1.1" 200 340 0.001918 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:34] "GET /analytics/query/a4d8d801-1dc5-11f1-a8b3-00000a00001b/chunk-final/0 HTTP/1.1" 200 322905 0.008949 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:34] "GET /analytics/tables HTTP/1.1" 200 76090 0.003478 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:35] "GET /analytics/tables HTTP/1.1" 200 76090 0.003455 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:35] "POST /analytics/query HTTP/1.1" 202 179 0.003623 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:35] "GET /analytics/query/a5db9cbe-1dc5-11f1-97fc-00000a00001b HTTP/1.1" 200 221 0.018501 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:35] "GET /analytics/query/a5db9cbe-1dc5-11f1-97fc-00000a00001b HTTP/1.1" 200 338 0.001852 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:35] "GET /analytics/query/a5db9cbe-1dc5-11f1-97fc-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.001815 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:35] "POST /analytics/query HTTP/1.1" 202 179 0.004837 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:35] "GET /analytics/query/a62dde20-1dc5-11f1-9284-00000a00001b HTTP/1.1" 200 221 0.008293 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:36] "GET /analytics/query/a62dde20-1dc5-11f1-9284-00000a00001b HTTP/1.1" 200 338 0.001902 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:36] "GET /analytics/query/a62dde20-1dc5-11f1-9284-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.001518 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:36] "POST /analytics/query HTTP/1.1" 202 179 0.004506 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:36] "GET /analytics/query/a67f5574-1dc5-11f1-acd8-00000a00001b HTTP/1.1" 200 221 0.004066 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:36] "GET /analytics/query/a67f5574-1dc5-11f1-acd8-00000a00001b HTTP/1.1" 200 338 0.001862 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:36] "GET /analytics/query/a67f5574-1dc5-11f1-acd8-00000a00001b/chunk-final/0 HTTP/1.1" 200 9807 0.001902 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:36] "POST /analytics/query HTTP/1.1" 202 179 0.006346 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:36] "GET /analytics/query/a6d03c1f-1dc5-11f1-b182-00000a00001b HTTP/1.1" 200 221 0.001995 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:37] "GET /analytics/query/a6d03c1f-1dc5-11f1-b182-00000a00001b HTTP/1.1" 200 338 0.002588 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:37] "GET /analytics/query/a6d03c1f-1dc5-11f1-b182-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.004987 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:37] "POST /analytics/query HTTP/1.1" 202 179 0.006951 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:37] "GET /analytics/query/a72619b0-1dc5-11f1-95b1-00000a00001b HTTP/1.1" 200 221 0.003542 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:38] "GET /analytics/query/a72619b0-1dc5-11f1-95b1-00000a00001b HTTP/1.1" 200 338 0.002458 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:38] "GET /analytics/query/a72619b0-1dc5-11f1-95b1-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.002117 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:38] "POST /analytics/query HTTP/1.1" 202 179 0.005782 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:38] "GET /analytics/query/a7783fa7-1dc5-11f1-8441-00000a00001b HTTP/1.1" 200 221 0.003046 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:38] "GET /analytics/query/a7783fa7-1dc5-11f1-8441-00000a00001b HTTP/1.1" 200 338 0.002318 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:38] "GET /analytics/query/a7783fa7-1dc5-11f1-8441-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.001690 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:38] "POST /analytics/query HTTP/1.1" 202 179 0.004128 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:38] "GET /analytics/query/a7cac262-1dc5-11f1-af1a-00000a00001b HTTP/1.1" 200 221 0.002880 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:39] "GET /analytics/query/a7cac262-1dc5-11f1-af1a-00000a00001b HTTP/1.1" 200 338 0.002512 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:39] "GET /analytics/query/a7cac262-1dc5-11f1-af1a-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.001655 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:39] "POST /analytics/query HTTP/1.1" 202 179 0.005140 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:39] "GET /analytics/query/a81c49fd-1dc5-11f1-80cc-00000a00001b HTTP/1.1" 200 221 0.003443 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:39] "GET /analytics/query/a81c49fd-1dc5-11f1-80cc-00000a00001b HTTP/1.1" 200 338 0.001940 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:39] "GET /analytics/query/a81c49fd-1dc5-11f1-80cc-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.001589 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:39] "POST /analytics/query HTTP/1.1" 202 179 0.004433 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:39] "GET /analytics/query/a86dc6a4-1dc5-11f1-9a76-00000a00001b HTTP/1.1" 200 221 0.003051 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:40] "GET /analytics/query/a86dc6a4-1dc5-11f1-9a76-00000a00001b HTTP/1.1" 200 338 0.001812 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:40] "GET /analytics/query/a86dc6a4-1dc5-11f1-9a76-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.001530 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:40] "POST /analytics/query HTTP/1.1" 202 179 0.009927 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:40] "GET /analytics/query/a8be40d5-1dc5-11f1-99e5-00000a00001b HTTP/1.1" 200 221 0.007446 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:40] "GET /analytics/query/a8be40d5-1dc5-11f1-99e5-00000a00001b HTTP/1.1" 200 338 0.001993 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:40] "GET /analytics/query/a8be40d5-1dc5-11f1-99e5-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.001638 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:40] "POST /analytics/query HTTP/1.1" 202 179 0.005121 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:40] "GET /analytics/query/a90fd8c6-1dc5-11f1-9cd4-00000a00001b HTTP/1.1" 200 221 0.002267 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:41] "GET /analytics/query/a90fd8c6-1dc5-11f1-9cd4-00000a00001b HTTP/1.1" 200 338 0.001922 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:41] "GET /analytics/query/a90fd8c6-1dc5-11f1-9cd4-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.001899 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:41] "POST /analytics/query HTTP/1.1" 202 179 0.006157 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:41] "GET /analytics/query/a9601825-1dc5-11f1-ba84-00000a00001b HTTP/1.1" 200 221 0.004764 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:41] "GET /analytics/query/a9601825-1dc5-11f1-ba84-00000a00001b HTTP/1.1" 200 338 0.002067 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:41] "GET /analytics/query/a9601825-1dc5-11f1-ba84-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.001686 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:42] "GET /analytics/tables HTTP/1.1" 200 76090 0.003661 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:42] "GET /analytics/tables HTTP/1.1" 200 76090 0.003871 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:42] "POST /analytics/query HTTP/1.1" 202 179 0.015060 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:42] "GET /analytics/query/aa5f9376-1dc5-11f1-8b34-00000a00001b HTTP/1.1" 200 221 0.002169 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:43] "GET /analytics/query/aa5f9376-1dc5-11f1-8b34-00000a00001b HTTP/1.1" 200 340 0.002782 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:43] "GET /analytics/query/aa5f9376-1dc5-11f1-8b34-00000a00001b/chunk-final/0 HTTP/1.1" 200 1558463 0.020252 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:43] "POST /analytics/query HTTP/1.1" 202 179 0.005793 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:43] "GET /analytics/query/aabe7069-1dc5-11f1-a5b6-00000a00001b HTTP/1.1" 200 221 0.010396 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:44] "GET /analytics/query/aabe7069-1dc5-11f1-a5b6-00000a00001b HTTP/1.1" 200 340 0.002260 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:44] "GET /analytics/query/aabe7069-1dc5-11f1-a5b6-00000a00001b/chunk-final/0 HTTP/1.1" 200 1559849 0.020173 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:44] "GET /analytics/tables HTTP/1.1" 200 76090 0.003968 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:45] "GET /analytics/tables HTTP/1.1" 200 76090 0.003822 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:45] "GET /analytics/tables HTTP/1.1" 200 76090 0.003631 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:46] "GET /analytics/tables HTTP/1.1" 200 76090 0.003360 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:47] "GET /analytics/tables HTTP/1.1" 200 76090 0.004775 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:47] "POST /analytics/query HTTP/1.1" 202 179 0.005441 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:47] "GET /analytics/query/acd95796-1dc5-11f1-9dd1-00000a00001b HTTP/1.1" 200 221 0.004195 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:47] "GET /analytics/query/acd95796-1dc5-11f1-9dd1-00000a00001b HTTP/1.1" 200 339 0.002057 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:47] "GET /analytics/query/acd95796-1dc5-11f1-9dd1-00000a00001b/chunk-final/0 HTTP/1.1" 200 43908 0.004836 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:48] "GET /analytics/tables HTTP/1.1" 200 76090 0.004822 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:48] "POST /analytics/query HTTP/1.1" 202 179 0.025957 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:48] "GET /analytics/query/ad85cc28-1dc5-11f1-886c-00000a00001b HTTP/1.1" 200 221 0.008339 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:48] "GET /analytics/query/ad85cc28-1dc5-11f1-886c-00000a00001b HTTP/1.1" 200 341 0.001927 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:48] "GET /analytics/query/ad85cc28-1dc5-11f1-886c-00000a00001b/chunk-final/0 HTTP/1.1" 200 785117 0.053118 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:49] "GET /analytics/tables HTTP/1.1" 200 76090 0.004025 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:50] "GET /analytics/tables HTTP/1.1" 200 76090 0.003769 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:53] "GET /analytics/tables HTTP/1.1" 200 76090 0.003698 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:54] "POST /analytics/query HTTP/1.1" 200 145 1.010669 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:54] "GET /analytics/tables HTTP/1.1" 200 76090 0.003565 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:55] "POST /analytics/query HTTP/1.1" 200 2197 1.010077 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:56] "GET /analytics/tables HTTP/1.1" 200 76090 0.003433 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:57] "POST /analytics/query HTTP/1.1" 200 765 1.009650 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:58] "GET /analytics/tables HTTP/1.1" 200 76090 0.003509 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:59] "POST /analytics/query HTTP/1.1" 200 2829 1.011726 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:43:59] "GET /analytics/tables HTTP/1.1" 200 76090 0.003802 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:44:00] "POST /analytics/query HTTP/1.1" 200 258 1.010798 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:44:01] "GET /analytics/tables HTTP/1.1" 200 76090 0.003547 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:44:02] "POST /analytics/query HTTP/1.1" 200 1267 1.009548 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:44:02] "GET /analytics/tables HTTP/1.1" 200 76090 0.003638 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:44:03] "POST /analytics/query HTTP/1.1" 200 2829 1.011201 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:44:04] "GET /analytics/tables HTTP/1.1" 200 76090 0.003586 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:44:05] "POST /analytics/query HTTP/1.1" 200 825 1.011582 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:44:05] "GET /analytics/tables HTTP/1.1" 200 76090 0.003414 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:44:07] "POST /analytics/query HTTP/1.1" 200 141399 1.016137 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:44:07] "GET /analytics/tables HTTP/1.1" 200 76090 0.005134 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:44:08] "POST /analytics/query HTTP/1.1" 200 631 1.010184 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:44:09] "GET /analytics/tables HTTP/1.1" 200 76090 0.003839 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:44:10] "POST /analytics/query HTTP/1.1" 200 258 1.012607 [API:8081]10.0.0.131 - - [2026-03-12 03:44:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.131 - - [2026-03-12 03:44:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:44:10] "GET /analytics/tables HTTP/1.1" 200 76090 0.010535 [API:8081]10.0.0.73 - - [2026-03-12 03:44:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.73 - - [2026-03-12 03:44:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.131 - - [2026-03-12 03:44:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.73 - - [2026-03-12 03:44:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.131 - - [2026-03-12 03:44:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.73 - - [2026-03-12 03:44:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.27 - - [2026-03-12 03:44:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.27 - - [2026-03-12 03:44:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:44:11] "POST /analytics/query HTTP/1.1" 200 596 1.011884 [API:8081]10.0.0.27 - - [2026-03-12 03:44:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.27 - - [2026-03-12 03:44:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:44:12] "GET /analytics/tables HTTP/1.1" 200 76090 0.004066 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:44:13] "POST /analytics/query HTTP/1.1" 200 1427 1.009862 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:44:14] "GET /analytics/tables HTTP/1.1" 200 76090 0.003670 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:44:15] "POST /analytics/query HTTP/1.1" 200 596 1.010641 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:44:15] "GET /analytics/tables HTTP/1.1" 200 76090 0.003468 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:44:16] "POST /analytics/query HTTP/1.1" 200 236 1.032063 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:44:17] "GET /analytics/tables HTTP/1.1" 200 76090 0.004003 [API:8081]10.0.0.27 - - [2026-03-12 03:44:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.27 - - [2026-03-12 03:44:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1158 0.056877 [API:8081]10.0.0.27 - - [2026-03-12 03:45:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.121230 [API:8081]10.0.0.27 - - [2026-03-12 03:45:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.113029 [API:8081]10.0.0.27 - - [2026-03-12 03:45:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.012613 [API:8081]10.0.0.27 - - [2026-03-12 03:45:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081578 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:45:43] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002796 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:45:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002869 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:45:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003196 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:45:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002650 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:45:43] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002862 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:45:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002429 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:45:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002395 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:45:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002287 [API:8081]10.0.0.27 - - [2026-03-12 03:45:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.010982 [API:8081]10.0.0.27 - - [2026-03-12 03:45:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.008251 [API:8081]10.0.0.27 - - [2026-03-12 03:45:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009214 [API:8081]10.0.0.27 - - [2026-03-12 03:45:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.010574 [API:8081]10.0.0.27 - - [2026-03-12 03:45:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009768 [API:8081]10.0.0.27 - - [2026-03-12 03:46:12] "POST /analytics/query HTTP/1.1" 200 222 1.017554 [API:8081]10.0.0.27 - - [2026-03-12 03:46:13] "POST /analytics/query HTTP/1.1" 200 222 1.017828 [API:8081]10.0.0.27 - - [2026-03-12 03:46:14] "POST /analytics/query HTTP/1.1" 200 353 1.015492 [API:8081]10.0.0.27 - - [2026-03-12 03:46:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.061986 [API:8081]10.0.0.27 - - [2026-03-12 03:46:54] "GET /analytics HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.27 - - [2026-03-12 03:46:54] "GET /analytics HTTP/1.1" 401 205 0.000127 [API:8081]10.0.0.73 - - [2026-03-12 03:47:22] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.73 - - [2026-03-12 03:47:22] "GET /analytics HTTP/1.1" 401 205 0.000122 [API:8081]10.0.0.131 - - [2026-03-12 03:47:23] "GET /analytics HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.131 - - [2026-03-12 03:47:23] "GET /analytics HTTP/1.1" 401 205 0.000120 [API:8081]10.0.0.27 - - [2026-03-12 03:48:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063465 [API:8081]10.0.0.131 - - [2026-03-12 03:49:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.131 - - [2026-03-12 03:49:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.73 - - [2026-03-12 03:49:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.73 - - [2026-03-12 03:49:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.131 - - [2026-03-12 03:49:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.73 - - [2026-03-12 03:49:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000401 [API:8081]10.0.0.131 - - [2026-03-12 03:49:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.73 - - [2026-03-12 03:49:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.27 - - [2026-03-12 03:49:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.27 - - [2026-03-12 03:49:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.27 - - [2026-03-12 03:49:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.27 - - [2026-03-12 03:49:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.27 - - [2026-03-12 03:49:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.066949 [API:8081]10.0.0.27 - - [2026-03-12 03:49:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26214 0.021088 [API:8081]10.0.0.27 - - [2026-03-12 03:49:35] "POST /analytics/query HTTP/1.1" 200 507 1.018901 [API:8081]10.0.0.27 - - [2026-03-12 03:49:36] "POST /analytics/query HTTP/1.1" 200 353 1.056095 [API:8081]10.0.0.27 - - [2026-03-12 03:49:37] "POST /analytics/query HTTP/1.1" 200 353 1.020954 [API:8081]10.0.0.27 - - [2026-03-12 03:51:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074444 [API:8081]10.0.0.27 - - [2026-03-12 03:52:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.070267 [API:8081]10.0.0.131 - - [2026-03-12 03:54:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.131 - - [2026-03-12 03:54:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.73 - - [2026-03-12 03:54:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.73 - - [2026-03-12 03:54:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.131 - - [2026-03-12 03:54:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.73 - - [2026-03-12 03:54:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.131 - - [2026-03-12 03:54:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.73 - - [2026-03-12 03:54:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.27 - - [2026-03-12 03:54:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.27 - - [2026-03-12 03:54:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.27 - - [2026-03-12 03:54:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2026-03-12 03:54:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.27 - - [2026-03-12 03:54:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063257 [API:8081]10.0.0.27 - - [2026-03-12 03:55:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.068633 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:55:43] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002818 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:55:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002808 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:55:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002913 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:55:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002511 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:55:43] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003440 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:55:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002610 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:55:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002766 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 03:55:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002261 [API:8081]10.0.0.27 - - [2026-03-12 03:56:54] "GET /analytics HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.27 - - [2026-03-12 03:56:54] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.27 - - [2026-03-12 03:57:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075339 [API:8081]10.0.0.73 - - [2026-03-12 03:57:22] "GET /analytics HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.73 - - [2026-03-12 03:57:22] "GET /analytics HTTP/1.1" 401 205 0.000176 [API:8081]10.0.0.131 - - [2026-03-12 03:57:23] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.131 - - [2026-03-12 03:57:23] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.27 - - [2026-03-12 03:58:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.065788 [API:8081]10.0.0.131 - - [2026-03-12 03:59:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.131 - - [2026-03-12 03:59:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.73 - - [2026-03-12 03:59:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.73 - - [2026-03-12 03:59:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.131 - - [2026-03-12 03:59:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.73 - - [2026-03-12 03:59:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.131 - - [2026-03-12 03:59:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000589 [API:8081]10.0.0.73 - - [2026-03-12 03:59:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.27 - - [2026-03-12 03:59:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2026-03-12 03:59:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.27 - - [2026-03-12 03:59:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2026-03-12 03:59:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2026-03-12 04:00:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069648 [API:8081]10.0.0.27 - - [2026-03-12 04:01:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.071502 [API:8081]10.0.0.27 - - [2026-03-12 04:02:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2026-03-12 04:02:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.064080 [API:8081]10.0.0.27 - - [2026-03-12 04:02:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-87313697:79543330-ccb4-4797-bac2-d6b64b2da959?flat HTTP/1.1" 200 5199 0.073042 [API:8081]10.0.0.27 - - [2026-03-12 04:02:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-87313697:79543330-ccb4-4797-bac2-d6b64b2da959?flat HTTP/1.1" 200 5199 0.080310 [API:8081]10.0.0.27 - - [2026-03-12 04:02:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-87313697:79543330-ccb4-4797-bac2-d6b64b2da959?flat HTTP/1.1" 200 5199 0.014747 [API:8081]10.0.0.27 - - [2026-03-12 04:02:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-87313697:EVPN-VN1?flat HTTP/1.1" 200 7822 0.017295 [API:8081]10.0.0.27 - - [2026-03-12 04:02:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26216 0.020615 [API:8081]10.0.0.27 - - [2026-03-12 04:02:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26216 0.020333 [API:8081]10.0.0.27 - - [2026-03-12 04:02:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009062 [API:8081]10.0.0.27 - - [2026-03-12 04:02:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-87313697:e1529b03-7419-4806-a17f-f2be1527534a?flat HTTP/1.1" 200 5063 0.012778 [API:8081]10.0.0.27 - - [2026-03-12 04:02:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-87313697:e1529b03-7419-4806-a17f-f2be1527534a?flat HTTP/1.1" 200 5063 0.012806 [API:8081]10.0.0.27 - - [2026-03-12 04:02:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-87313697:e1529b03-7419-4806-a17f-f2be1527534a?flat HTTP/1.1" 200 5063 0.016267 [API:8081]10.0.0.27 - - [2026-03-12 04:02:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-87313697:EVPN-VN1?flat HTTP/1.1" 200 7822 0.016869 [API:8081]10.0.0.27 - - [2026-03-12 04:02:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26212 0.019868 [API:8081]10.0.0.27 - - [2026-03-12 04:02:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26212 0.018860 [API:8081]10.0.0.27 - - [2026-03-12 04:02:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009369 [API:8081]10.0.0.27 - - [2026-03-12 04:03:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062890 [API:8081]10.0.0.131 - - [2026-03-12 04:04:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.131 - - [2026-03-12 04:04:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.73 - - [2026-03-12 04:04:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.73 - - [2026-03-12 04:04:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.131 - - [2026-03-12 04:04:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.73 - - [2026-03-12 04:04:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.131 - - [2026-03-12 04:04:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.73 - - [2026-03-12 04:04:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.27 - - [2026-03-12 04:04:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.27 - - [2026-03-12 04:04:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.27 - - [2026-03-12 04:04:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000395 [API:8081]10.0.0.27 - - [2026-03-12 04:04:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.27 - - [2026-03-12 04:04:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.059707 [API:8081]10.0.0.27 - - [2026-03-12 04:05:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-87313697:79543330-ccb4-4797-bac2-d6b64b2da959?flat HTTP/1.1" 200 5203 0.015981 [API:8081]10.0.0.27 - - [2026-03-12 04:05:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-87313697:79543330-ccb4-4797-bac2-d6b64b2da959?flat HTTP/1.1" 200 5203 0.018635 [API:8081]10.0.0.27 - - [2026-03-12 04:05:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-87313697:79543330-ccb4-4797-bac2-d6b64b2da959?flat HTTP/1.1" 200 5203 0.015958 [API:8081]10.0.0.27 - - [2026-03-12 04:05:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-87313697:EVPN-VN1?flat HTTP/1.1" 200 8590 0.019455 [API:8081]10.0.0.27 - - [2026-03-12 04:05:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21663 0.022094 [API:8081]10.0.0.27 - - [2026-03-12 04:05:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21663 0.020478 [API:8081]10.0.0.27 - - [2026-03-12 04:05:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008815 [API:8081]10.0.0.27 - - [2026-03-12 04:05:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-87313697:e1529b03-7419-4806-a17f-f2be1527534a?flat HTTP/1.1" 200 5207 0.012836 [API:8081]10.0.0.27 - - [2026-03-12 04:05:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-87313697:e1529b03-7419-4806-a17f-f2be1527534a?flat HTTP/1.1" 200 5207 0.012430 [API:8081]10.0.0.27 - - [2026-03-12 04:05:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-87313697:e1529b03-7419-4806-a17f-f2be1527534a?flat HTTP/1.1" 200 5207 0.012414 [API:8081]10.0.0.27 - - [2026-03-12 04:05:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-87313697:EVPN-VN1?flat HTTP/1.1" 200 8590 0.017357 [API:8081]10.0.0.27 - - [2026-03-12 04:05:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21047 0.016288 [API:8081]10.0.0.27 - - [2026-03-12 04:05:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21047 0.015560 [API:8081]10.0.0.27 - - [2026-03-12 04:05:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009274 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 04:05:43] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002711 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 04:05:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002956 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 04:05:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002446 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 04:05:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002657 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 04:05:43] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003064 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 04:05:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002601 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 04:05:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002608 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 04:05:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002403 [API:8081]10.0.0.27 - - [2026-03-12 04:06:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24667 0.021908 [API:8081]10.0.0.27 - - [2026-03-12 04:06:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-87313697:EVPN-VN1?flat HTTP/1.1" 200 8520 0.018506 [API:8081]10.0.0.27 - - [2026-03-12 04:06:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010596 [API:8081]10.0.0.27 - - [2026-03-12 04:06:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061751 [API:8081]10.0.0.27 - - [2026-03-12 04:06:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25282 0.023237 [API:8081]10.0.0.27 - - [2026-03-12 04:06:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25282 0.022962 [API:8081]10.0.0.27 - - [2026-03-12 04:06:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25282 0.023523 [API:8081]10.0.0.27 - - [2026-03-12 04:06:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25282 0.026145 [API:8081]10.0.0.27 - - [2026-03-12 04:06:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-87313697:EVPN-VN1?flat HTTP/1.1" 200 5988 0.014797 [API:8081]10.0.0.27 - - [2026-03-12 04:06:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.014111 [API:8081]10.0.0.27 - - [2026-03-12 04:06:54] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.27 - - [2026-03-12 04:06:54] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.73 - - [2026-03-12 04:07:22] "GET /analytics HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.73 - - [2026-03-12 04:07:22] "GET /analytics HTTP/1.1" 401 205 0.000131 [API:8081]10.0.0.131 - - [2026-03-12 04:07:23] "GET /analytics HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.131 - - [2026-03-12 04:07:23] "GET /analytics HTTP/1.1" 401 205 0.000137 [API:8081]10.0.0.27 - - [2026-03-12 04:07:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.100870 [API:8081]10.0.0.27 - - [2026-03-12 04:09:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-37614979:ctest-TestRbac-37614979-64706795?flat HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.27 - - [2026-03-12 04:09:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-37614979:ctest-TestRbac-37614979-64706795?flat HTTP/1.1" 200 2078 0.433797 [API:8081]10.0.0.27 - - [2026-03-12 04:09:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.121974 [API:8081]10.0.0.27 - - [2026-03-12 04:09:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-37614979:ctest-TestRbac-37614979-64706795?flat HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2026-03-12 04:09:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-37614979:ctest-TestRbac-37614979-64706795?flat HTTP/1.1" 200 2078 0.144862 [API:8081]10.0.0.27 - - [2026-03-12 04:09:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.085876 [API:8081]10.0.0.131 - - [2026-03-12 04:09:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.131 - - [2026-03-12 04:09:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.73 - - [2026-03-12 04:09:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.73 - - [2026-03-12 04:09:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.131 - - [2026-03-12 04:09:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.73 - - [2026-03-12 04:09:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.131 - - [2026-03-12 04:09:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.73 - - [2026-03-12 04:09:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.27 - - [2026-03-12 04:09:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.27 - - [2026-03-12 04:09:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.27 - - [2026-03-12 04:09:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.27 - - [2026-03-12 04:09:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.27 - - [2026-03-12 04:09:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055224 [API:8081]10.0.0.27 - - [2026-03-12 04:09:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-21589295:9461476e-e4c7-40ca-ac6c-5b3c34fc20f3?flat HTTP/1.1" 200 5322 0.052056 [API:8081]10.0.0.27 - - [2026-03-12 04:09:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-21589295:9461476e-e4c7-40ca-ac6c-5b3c34fc20f3?flat HTTP/1.1" 200 5322 0.053227 [API:8081]10.0.0.27 - - [2026-03-12 04:09:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-21589295:9461476e-e4c7-40ca-ac6c-5b3c34fc20f3?flat HTTP/1.1" 200 5322 0.058243 [API:8081]10.0.0.27 - - [2026-03-12 04:09:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-37614979:ctest-TestRbac-37614979-64706795?flat HTTP/1.1" 200 8376 0.051705 [API:8081]10.0.0.27 - - [2026-03-12 04:09:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.057534 [API:8081]10.0.0.27 - - [2026-03-12 04:09:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.127168 [API:8081]10.0.0.27 - - [2026-03-12 04:09:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.27 - - [2026-03-12 04:09:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24715 0.063293 [API:8081]10.0.0.27 - - [2026-03-12 04:09:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.039362 [API:8081]10.0.0.27 - - [2026-03-12 04:09:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.136359 [API:8081]10.0.0.27 - - [2026-03-12 04:09:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24715 0.083669 [API:8081]10.0.0.27 - - [2026-03-12 04:09:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.046282 [API:8081]10.0.0.27 - - [2026-03-12 04:09:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.092061 [API:8081]10.0.0.27 - - [2026-03-12 04:09:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.129295 [API:8081]10.0.0.27 - - [2026-03-12 04:09:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24715 0.026026 [API:8081]10.0.0.27 - - [2026-03-12 04:09:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24715 0.097422 [API:8081]10.0.0.27 - - [2026-03-12 04:09:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24715 0.019544 [API:8081]10.0.0.27 - - [2026-03-12 04:09:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24715 0.019146 [API:8081]10.0.0.27 - - [2026-03-12 04:09:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.016661 [API:8081]10.0.0.27 - - [2026-03-12 04:10:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.018487 [API:8081]10.0.0.27 - - [2026-03-12 04:10:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.043703 [API:8081]10.0.0.27 - - [2026-03-12 04:10:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.017689 [API:8081]10.0.0.27 - - [2026-03-12 04:10:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.019491 [API:8081]10.0.0.27 - - [2026-03-12 04:10:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-37614979:ctest-TestRbac-37614979-64706795?flat HTTP/1.1" 200 6496 0.014090 [API:8081]10.0.0.27 - - [2026-03-12 04:10:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009548 [API:8081]10.0.0.27 - - [2026-03-12 04:10:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92049806:ctest-TestRbacBasic-92049806-61647033?flat HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.27 - - [2026-03-12 04:10:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92049806:ctest-TestRbacBasic-92049806-61647033?flat HTTP/1.1" 200 2114 0.094107 [API:8081]10.0.0.27 - - [2026-03-12 04:10:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92049806:ctest-TestRbacBasic-92049806-61647033?flat HTTP/1.1" 401 205 0.000226 --- 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-15188649'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-73896588' RBAC: ctest-TestRbacBasic-36937298 doesn't have read permission in project 'dc735f319c96469f992ef432a41f195a' 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-92049806', 'ctest-TestRbacBasic-92049806-61647033'], 'virtual_network', '6fda2206-eb03-4c8f-9867-0814eeeb798e', "Permission Denied for ['ctest-TestRbacBasic-15188649'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-73896588' RBAC: ctest-TestRbacBasic-36937298 doesn't have read permission in project 'dc735f319c96469f992ef432a41f195a'"),) [API:8081]10.0.0.27 - - [2026-03-12 04:10:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92049806:ctest-TestRbacBasic-92049806-61647033?flat HTTP/1.1" 403 198 0.115342 [API:8081]10.0.0.27 - - [2026-03-12 04:10:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92049806:ctest-TestRbacBasic-92049806-61647033?flat HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.27 - - [2026-03-12 04:10:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92049806:ctest-TestRbacBasic-92049806-61647033?flat HTTP/1.1" 200 2114 0.066483 [API:8081]10.0.0.27 - - [2026-03-12 04:10:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.081549 [API:8081]10.0.0.27 - - [2026-03-12 04:10:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.071568 [API:8081]10.0.0.27 - - [2026-03-12 04:10:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1406 0.054646 --- 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-15188649'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-92049806' RBAC: ctest-TestRbacBasic-36937298 doesn't have read permission in project '472c370a88b04ad2b1075b04ee61c43d' 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-92049806', 'ctest-TestRbacBasic-92049806-61647033'], 'virtual_network', '6fda2206-eb03-4c8f-9867-0814eeeb798e', "Permission Denied for ['ctest-TestRbacBasic-15188649'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-92049806' RBAC: ctest-TestRbacBasic-36937298 doesn't have read permission in project '472c370a88b04ad2b1075b04ee61c43d'"),) [API:8081]10.0.0.27 - - [2026-03-12 04:10:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92049806:ctest-TestRbacBasic-92049806-61647033?flat HTTP/1.1" 403 198 0.037899 --- 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-15188649'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-92049806' RBAC: ctest-TestRbacBasic-36937298 doesn't have read permission in project '472c370a88b04ad2b1075b04ee61c43d' 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-92049806', 'ctest-TestRbacBasic-92049806-61647033'], 'virtual_network', '6fda2206-eb03-4c8f-9867-0814eeeb798e', "Permission Denied for ['ctest-TestRbacBasic-15188649'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-92049806' RBAC: ctest-TestRbacBasic-36937298 doesn't have read permission in project '472c370a88b04ad2b1075b04ee61c43d'"),) [API:8081]10.0.0.27 - - [2026-03-12 04:10:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92049806:ctest-TestRbacBasic-92049806-61647033?flat HTTP/1.1" 403 198 0.093064 [API:8081]10.0.0.27 - - [2026-03-12 04:10:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92049806:ctest-TestRbacBasic-92049806-61647033?flat HTTP/1.1" 200 2118 0.054973 [API:8081]10.0.0.27 - - [2026-03-12 04:10:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92049806:ctest-TestRbacBasic-92049806-61647033?flat HTTP/1.1" 200 2118 0.011856 [API:8081]10.0.0.27 - - [2026-03-12 04:10:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.071631 [API:8081]10.0.0.27 - - [2026-03-12 04:10:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.262161 [API:8081]10.0.0.27 - - [2026-03-12 04:10:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.060997 [API:8081]10.0.0.27 - - [2026-03-12 04:10:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1406 0.009534 [API:8081]10.0.0.27 - - [2026-03-12 04:10:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.075258 [API:8081]10.0.0.27 - - [2026-03-12 04:10:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-20043214:ctest-TestRbacBasic-20043214-08565203?flat HTTP/1.1" 401 205 0.000289 --- 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-96699155 as ['ctest-TestRbacBasic-53799554'] to R virtual-network in ctest-TestRbacBasic-20043214 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-20043214', 'ctest-TestRbacBasic-20043214-08565203'], 'virtual_network', '1910d5b6-9062-433c-b84b-02b3cdc963de', "Permission Denied for ctest-TestRbacBasic-96699155 as ['ctest-TestRbacBasic-53799554'] to R virtual-network in ctest-TestRbacBasic-20043214"),) [API:8081]10.0.0.27 - - [2026-03-12 04:10:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-20043214:ctest-TestRbacBasic-20043214-08565203?flat HTTP/1.1" 403 198 0.118278 [API:8081]10.0.0.27 - - [2026-03-12 04:10:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.082631 [API:8081]10.0.0.27 - - [2026-03-12 04:10:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-20043214:ctest-TestRbacBasic-20043214-08565203?flat HTTP/1.1" 200 2115 0.069011 [API:8081]10.0.0.27 - - [2026-03-12 04:10:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.065553 --- 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-96699155 as ['ctest-TestRbacBasic-53799554'] to R virtual-network in ctest-TestRbacBasic-20043214 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-20043214', 'ctest-TestRbacBasic-20043214-08565203'], 'virtual_network', '1910d5b6-9062-433c-b84b-02b3cdc963de', "Permission Denied for ctest-TestRbacBasic-96699155 as ['ctest-TestRbacBasic-53799554'] to R virtual-network in ctest-TestRbacBasic-20043214"),) [API:8081]10.0.0.27 - - [2026-03-12 04:10:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-20043214:ctest-TestRbacBasic-20043214-08565203?flat HTTP/1.1" 403 198 0.060690 --- 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-96699155 as ['ctest-TestRbacBasic-53799554'] to R virtual-network in ctest-TestRbacBasic-20043214 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-20043214', 'ctest-TestRbacBasic-20043214-08565203'], 'virtual_network', '1910d5b6-9062-433c-b84b-02b3cdc963de', "Permission Denied for ctest-TestRbacBasic-96699155 as ['ctest-TestRbacBasic-53799554'] to R virtual-network in ctest-TestRbacBasic-20043214"),) [API:8081]10.0.0.27 - - [2026-03-12 04:10:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-20043214:ctest-TestRbacBasic-20043214-08565203?flat HTTP/1.1" 403 198 0.136747 [API:8081]10.0.0.27 - - [2026-03-12 04:10:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.071538 [API:8081]10.0.0.27 - - [2026-03-12 04:10:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-20043214:ctest-TestRbacBasic-20043214-08565203?flat HTTP/1.1" 200 2115 0.053797 [API:8081]10.0.0.27 - - [2026-03-12 04:10:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.053421 [API:8081]10.0.0.27 - - [2026-03-12 04:10:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-20043214:ctest-TestRbacBasic-20043214-08565203?flat HTTP/1.1" 401 205 0.000258 --- 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-36937298 as ['ctest-TestRbacBasic-15188649'] to R virtual-network in ctest-TestRbacBasic-20043214 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-20043214', 'ctest-TestRbacBasic-20043214-08565203'], 'virtual_network', '1910d5b6-9062-433c-b84b-02b3cdc963de', "Permission Denied for ctest-TestRbacBasic-36937298 as ['ctest-TestRbacBasic-15188649'] to R virtual-network in ctest-TestRbacBasic-20043214"),) [API:8081]10.0.0.27 - - [2026-03-12 04:10:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-20043214:ctest-TestRbacBasic-20043214-08565203?flat HTTP/1.1" 403 198 0.093175 [API:8081]10.0.0.27 - - [2026-03-12 04:10:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.053797 [API:8081]10.0.0.27 - - [2026-03-12 04:10:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-20043214:ctest-TestRbacBasic-20043214-08565203?flat HTTP/1.1" 200 2115 0.048046 [API:8081]10.0.0.27 - - [2026-03-12 04:10:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.102906 [API:8081]10.0.0.27 - - [2026-03-12 04:10:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.008409 [API:8081]10.0.0.27 - - [2026-03-12 04:10:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1406 0.009226 [API:8081]10.0.0.27 - - [2026-03-12 04:11:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-20043214:4c1f375b-5676-42ef-be9a-8c50b01a8b01?flat HTTP/1.1" 200 5240 0.062737 [API:8081]10.0.0.27 - - [2026-03-12 04:11:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-20043214:4c1f375b-5676-42ef-be9a-8c50b01a8b01?flat HTTP/1.1" 200 5240 0.060528 [API:8081]10.0.0.27 - - [2026-03-12 04:11:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-20043214:4c1f375b-5676-42ef-be9a-8c50b01a8b01?flat HTTP/1.1" 200 5240 0.060485 [API:8081]10.0.0.27 - - [2026-03-12 04:11:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-20043214:ctest-TestRbacBasic-20043214-71714456?flat HTTP/1.1" 200 3505 0.053831 [API:8081]10.0.0.27 - - [2026-03-12 04:11:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.031024 [API:8081]10.0.0.27 - - [2026-03-12 04:11:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.090050 [API:8081]10.0.0.27 - - [2026-03-12 04:11:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.017283 [API:8081]10.0.0.27 - - [2026-03-12 04:11:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.041211 [API:8081]10.0.0.27 - - [2026-03-12 04:11:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.077774 [API:8081]10.0.0.27 - - [2026-03-12 04:11:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.018203 [API:8081]10.0.0.27 - - [2026-03-12 04:11:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.037741 [API:8081]10.0.0.27 - - [2026-03-12 04:11:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-20043214:ctest-TestRbacBasic-20043214-71714456?flat HTTP/1.1" 200 3505 0.083341 [API:8081]10.0.0.27 - - [2026-03-12 04:11:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.057285 [API:8081]10.0.0.27 - - [2026-03-12 04:11:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.039812 [API:8081]10.0.0.27 - - [2026-03-12 04:11:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.095962 [API:8081]10.0.0.27 - - [2026-03-12 04:11:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.022210 [API:8081]10.0.0.27 - - [2026-03-12 04:11:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.017220 [API:8081]10.0.0.27 - - [2026-03-12 04:11:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.020396 [API:8081]10.0.0.27 - - [2026-03-12 04:11:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.024080 [API:8081]10.0.0.27 - - [2026-03-12 04:11:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.018415 [API:8081]10.0.0.27 - - [2026-03-12 04:11:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.019684 [API:8081]10.0.0.27 - - [2026-03-12 04:11:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-20043214:ctest-TestRbacBasic-20043214-71714456?flat HTTP/1.1" 200 6883 0.014016 [API:8081]10.0.0.27 - - [2026-03-12 04:11:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009100 [Introspect:8090]10.0.0.27 - - [2026-03-12 04:11:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001008 [API:8081]10.0.0.27 - - [2026-03-12 04:11:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.27 - - [2026-03-12 04:11:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.066409 [API:8081]10.0.0.27 - - [2026-03-12 04:12:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074463 [API:8081]10.0.0.27 - - [2026-03-12 04:13:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.056483 [API:8081]10.0.0.131 - - [2026-03-12 04:14:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.131 - - [2026-03-12 04:14:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.73 - - [2026-03-12 04:14:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.73 - - [2026-03-12 04:14:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.131 - - [2026-03-12 04:14:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.73 - - [2026-03-12 04:14:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.131 - - [2026-03-12 04:14:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.73 - - [2026-03-12 04:14:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.27 - - [2026-03-12 04:14:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.27 - - [2026-03-12 04:14:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.27 - - [2026-03-12 04:14:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.27 - - [2026-03-12 04:14:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2026-03-12 04:14:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-36038436:9291b500-61d5-410e-b809-a4ad48647464?flat HTTP/1.1" 200 5437 0.015812 [API:8081]10.0.0.27 - - [2026-03-12 04:14:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-36038436:9291b500-61d5-410e-b809-a4ad48647464?flat HTTP/1.1" 200 5437 0.065090 [API:8081]10.0.0.27 - - [2026-03-12 04:14:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-36038436:9291b500-61d5-410e-b809-a4ad48647464?flat HTTP/1.1" 200 5437 0.057715 [API:8081]10.0.0.27 - - [2026-03-12 04:14:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-36038436:ctest-vn1-79483773?flat HTTP/1.1" 200 9540 0.016941 [API:8081]10.0.0.27 - - [2026-03-12 04:14:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.028771 [API:8081]10.0.0.27 - - [2026-03-12 04:14:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.022060 [API:8081]10.0.0.27 - - [2026-03-12 04:14:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009004 [API:8081]10.0.0.27 - - [2026-03-12 04:15:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-36038436:d59f9be1-47b5-49f7-a8e8-0a81070f7b27?flat HTTP/1.1" 200 5491 0.015279 [API:8081]10.0.0.27 - - [2026-03-12 04:15:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-36038436:d59f9be1-47b5-49f7-a8e8-0a81070f7b27?flat HTTP/1.1" 200 5491 0.014977 [API:8081]10.0.0.27 - - [2026-03-12 04:15:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-36038436:d59f9be1-47b5-49f7-a8e8-0a81070f7b27?flat HTTP/1.1" 200 5491 0.016707 [API:8081]10.0.0.27 - - [2026-03-12 04:15:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-36038436:ctest-vn1-79483773?flat HTTP/1.1" 200 9540 0.020404 [API:8081]10.0.0.27 - - [2026-03-12 04:15:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24726 0.020531 [API:8081]10.0.0.27 - - [2026-03-12 04:15:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24726 0.020555 [API:8081]10.0.0.27 - - [2026-03-12 04:15:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010567 [API:8081]10.0.0.27 - - [2026-03-12 04:15:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24726 0.018787 [API:8081]10.0.0.27 - - [2026-03-12 04:15:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-36038436:ctest-vn1-79483773?flat HTTP/1.1" 200 7668 0.016600 [API:8081]10.0.0.27 - - [2026-03-12 04:15:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008706 [API:8081]10.0.0.27 - - [2026-03-12 04:15:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.023059 [API:8081]10.0.0.27 - - [2026-03-12 04:15:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.023477 [API:8081]10.0.0.27 - - [2026-03-12 04:15:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25342 0.019275 [API:8081]10.0.0.27 - - [2026-03-12 04:15:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-36038436:ctest-vn1-79483773?flat HTTP/1.1" 200 4920 0.014595 [API:8081]10.0.0.27 - - [2026-03-12 04:15:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008887 [API:8081]10.0.0.27 - - [2026-03-12 04:15:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.009222 [API:8081]10.0.0.27 - - [2026-03-12 04:15:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.008357 [API:8081]10.0.0.27 - - [2026-03-12 04:15:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070712 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 04:15:43] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003201 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 04:15:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003461 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 04:15:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003385 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 04:15:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003509 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 04:15:43] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003373 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 04:15:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002889 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 04:15:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002743 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 04:15:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002367 [API:8081]10.0.0.27 - - [2026-03-12 04:16:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.085782 [API:8081]10.0.0.27 - - [2026-03-12 04:16:54] "GET /analytics HTTP/1.1" 401 205 0.000496 [API:8081]10.0.0.27 - - [2026-03-12 04:16:54] "GET /analytics HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.73 - - [2026-03-12 04:17:22] "GET /analytics HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.73 - - [2026-03-12 04:17:22] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.131 - - [2026-03-12 04:17:23] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.131 - - [2026-03-12 04:17:23] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.27 - - [2026-03-12 04:18:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.373755 [Introspect:8090]10.0.0.27 - - [2026-03-12 04:18:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.000997 [API:8081]10.0.0.27 - - [2026-03-12 04:18:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5460-1?flat HTTP/1.1" 200 12077 0.420295 [API:8081]10.0.0.27 - - [2026-03-12 04:18:50] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5460-1?flat HTTP/1.1" 200 6060 0.400973 [API:8081]10.0.0.27 - - [2026-03-12 04:18:50] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5460-2?flat HTTP/1.1" 200 6058 0.066190 [API:8081]10.0.0.27 - - [2026-03-12 04:18:50] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5460-3?flat HTTP/1.1" 200 3963 0.014563 [API:8081]10.0.0.27 - - [2026-03-12 04:18:50] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?flat HTTP/1.1" 200 7633 0.016804 [API:8081]10.0.0.27 - - [2026-03-12 04:18:50] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?flat HTTP/1.1" 200 6141 0.016047 [API:8081]10.0.0.27 - - [2026-03-12 04:18:50] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?flat HTTP/1.1" 200 6139 0.016247 [API:8081]10.0.0.27 - - [2026-03-12 04:18:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.010410 [API:8081]10.0.0.131 - - [2026-03-12 04:19:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.131 - - [2026-03-12 04:19:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.73 - - [2026-03-12 04:19:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.73 - - [2026-03-12 04:19:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.131 - - [2026-03-12 04:19:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.73 - - [2026-03-12 04:19:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.131 - - [2026-03-12 04:19:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.73 - - [2026-03-12 04:19:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.27 - - [2026-03-12 04:19:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.27 - - [2026-03-12 04:19:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.27 - - [2026-03-12 04:19:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.27 - - [2026-03-12 04:19:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.27 - - [2026-03-12 04:19:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-36038436:9c1eef7b-7f6a-49d2-a55e-6ba47345ca09?flat HTTP/1.1" 200 5243 0.013338 [API:8081]10.0.0.27 - - [2026-03-12 04:19:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-36038436:9c1eef7b-7f6a-49d2-a55e-6ba47345ca09?flat HTTP/1.1" 200 5243 0.012752 [API:8081]10.0.0.27 - - [2026-03-12 04:19:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-36038436:9c1eef7b-7f6a-49d2-a55e-6ba47345ca09?flat HTTP/1.1" 200 5243 0.013643 [API:8081]10.0.0.27 - - [2026-03-12 04:19:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-36038436:ctest-vn1-63134522?flat HTTP/1.1" 200 7127 0.018504 [API:8081]10.0.0.27 - - [2026-03-12 04:19:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32246 0.021406 [API:8081]10.0.0.27 - - [2026-03-12 04:19:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32246 0.021750 [API:8081]10.0.0.27 - - [2026-03-12 04:19:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007732 [API:8081]10.0.0.27 - - [2026-03-12 04:19:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.059835 [API:8081]10.0.0.27 - - [2026-03-12 04:20:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-36038436:f297f010-90c0-459a-8bfc-c31ce46b839d?flat HTTP/1.1" 200 5243 0.015719 [API:8081]10.0.0.27 - - [2026-03-12 04:20:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-36038436:f297f010-90c0-459a-8bfc-c31ce46b839d?flat HTTP/1.1" 200 5243 0.014386 [API:8081]10.0.0.27 - - [2026-03-12 04:20:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-36038436:f297f010-90c0-459a-8bfc-c31ce46b839d?flat HTTP/1.1" 200 5243 0.015439 [API:8081]10.0.0.27 - - [2026-03-12 04:20:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-36038436:ctest-vn2-66687140?flat HTTP/1.1" 200 6982 0.026188 [API:8081]10.0.0.27 - - [2026-03-12 04:20:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32261 0.027101 [API:8081]10.0.0.27 - - [2026-03-12 04:20:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5460-1?flat HTTP/1.1" 200 12401 0.020024 [API:8081]10.0.0.27 - - [2026-03-12 04:20:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32261 0.026041 [API:8081]10.0.0.27 - - [2026-03-12 04:20:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5460-1?flat HTTP/1.1" 200 12401 0.020196 [API:8081]10.0.0.27 - - [2026-03-12 04:20:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009605 [API:8081]10.0.0.27 - - [2026-03-12 04:21:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32271 0.027363 [API:8081]10.0.0.27 - - [2026-03-12 04:21:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5460-1?flat HTTP/1.1" 200 12897 0.019774 [API:8081]10.0.0.27 - - [2026-03-12 04:21:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32273 0.024548 [API:8081]10.0.0.27 - - [2026-03-12 04:21:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5460-1?flat HTTP/1.1" 200 12795 0.022899 [API:8081]10.0.0.27 - - [2026-03-12 04:21:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-36038436:ctest-vn2-66687140?flat HTTP/1.1" 200 7867 0.019355 [API:8081]10.0.0.27 - - [2026-03-12 04:21:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010189 [API:8081]10.0.0.27 - - [2026-03-12 04:21:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32277 0.025483 [API:8081]10.0.0.27 - - [2026-03-12 04:21:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32280 0.022914 [API:8081]10.0.0.27 - - [2026-03-12 04:21:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-36038436:ctest-vn1-63134522?flat HTTP/1.1" 200 7931 0.018319 [API:8081]10.0.0.27 - - [2026-03-12 04:21:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010281 [API:8081]10.0.0.27 - - [2026-03-12 04:21:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057734 [API:8081]10.0.0.27 - - [2026-03-12 04:22:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-70719609:c0e8902f-03f5-4b98-9846-6732bd2e8838?flat HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.27 - - [2026-03-12 04:22:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-70719609:c0e8902f-03f5-4b98-9846-6732bd2e8838?flat HTTP/1.1" 200 5230 0.067156 [API:8081]10.0.0.27 - - [2026-03-12 04:22:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-70719609:c0e8902f-03f5-4b98-9846-6732bd2e8838?flat HTTP/1.1" 200 5230 0.061887 [API:8081]10.0.0.27 - - [2026-03-12 04:22:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-70719609:c0e8902f-03f5-4b98-9846-6732bd2e8838?flat HTTP/1.1" 200 5230 0.070108 [API:8081]10.0.0.27 - - [2026-03-12 04:22:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-70719609:ctest-vn-92513125?flat HTTP/1.1" 200 3994 0.021211 [API:8081]10.0.0.27 - - [2026-03-12 04:22:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32294 0.026564 [API:8081]10.0.0.27 - - [2026-03-12 04:22:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5460-1?flat HTTP/1.1" 200 12818 0.019745 [API:8081]10.0.0.27 - - [2026-03-12 04:22:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32294 0.024200 [API:8081]10.0.0.27 - - [2026-03-12 04:22:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5460-1?flat HTTP/1.1" 200 12818 0.020763 [API:8081]10.0.0.27 - - [2026-03-12 04:22:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008597 [API:8081]10.0.0.27 - - [2026-03-12 04:22:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.084434 [API:8081]10.0.0.27 - - [2026-03-12 04:22:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-70719609:80efcad0-c110-4188-bf77-0a6021c699e9?flat HTTP/1.1" 200 5236 0.017888 [API:8081]10.0.0.27 - - [2026-03-12 04:22:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-70719609:80efcad0-c110-4188-bf77-0a6021c699e9?flat HTTP/1.1" 200 5236 0.017213 [API:8081]10.0.0.27 - - [2026-03-12 04:22:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-70719609:80efcad0-c110-4188-bf77-0a6021c699e9?flat HTTP/1.1" 200 5236 0.016350 [API:8081]10.0.0.27 - - [2026-03-12 04:22:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-70719609:ctest-vn-06928007?flat HTTP/1.1" 200 3996 0.014683 [API:8081]10.0.0.27 - - [2026-03-12 04:22:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32294 0.027516 [API:8081]10.0.0.27 - - [2026-03-12 04:22:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32294 0.026255 [API:8081]10.0.0.27 - - [2026-03-12 04:22:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.013315 [API:8081]10.0.0.27 - - [2026-03-12 04:23:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32304 0.023522 [API:8081]10.0.0.27 - - [2026-03-12 04:23:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32304 0.025182 [API:8081]10.0.0.27 - - [2026-03-12 04:23:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32308 0.035622 [API:8081]10.0.0.27 - - [2026-03-12 04:23:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-70719609:ctest-vn-06928007?flat HTTP/1.1" 200 6182 0.012726 [API:8081]10.0.0.27 - - [2026-03-12 04:23:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009167 [API:8081]10.0.0.27 - - [2026-03-12 04:23:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32307 0.023738 [API:8081]10.0.0.27 - - [2026-03-12 04:23:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5460-1?flat HTTP/1.1" 200 12930 0.020349 [API:8081]10.0.0.27 - - [2026-03-12 04:23:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32307 0.024693 [API:8081]10.0.0.27 - - [2026-03-12 04:23:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5460-1?flat HTTP/1.1" 200 12930 0.022515 [API:8081]10.0.0.27 - - [2026-03-12 04:23:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32307 0.029551 [API:8081]10.0.0.27 - - [2026-03-12 04:23:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5460-1?flat HTTP/1.1" 200 12930 0.026115 [API:8081]10.0.0.27 - - [2026-03-12 04:23:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32307 0.030939 [API:8081]10.0.0.27 - - [2026-03-12 04:23:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5460-1?flat HTTP/1.1" 200 12930 0.021571 [API:8081]10.0.0.27 - - [2026-03-12 04:23:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32307 0.024504 [API:8081]10.0.0.27 - - [2026-03-12 04:23:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5460-1?flat HTTP/1.1" 200 12930 0.022437 [API:8081]10.0.0.27 - - [2026-03-12 04:23:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32307 0.025450 [API:8081]10.0.0.27 - - [2026-03-12 04:23:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5460-1?flat HTTP/1.1" 200 12930 0.022196 [API:8081]10.0.0.27 - - [2026-03-12 04:23:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5460-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32307 0.025756 [API:8081]10.0.0.27 - - [2026-03-12 04:23:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5460-1?flat HTTP/1.1" 200 12543 0.020676 [API:8081]10.0.0.27 - - [2026-03-12 04:23:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-70719609:ctest-vn-92513125?flat HTTP/1.1" 200 6178 0.012949 [API:8081]10.0.0.27 - - [2026-03-12 04:23:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009686 [API:8081]10.0.0.27 - - [2026-03-12 04:23:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2026-03-12 04:23:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.095251 [API:8081]10.0.0.27 - - [2026-03-12 04:23:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.060004 [API:8081]10.0.0.131 - - [2026-03-12 04:24:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.131 - - [2026-03-12 04:24:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.73 - - [2026-03-12 04:24:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.73 - - [2026-03-12 04:24:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.131 - - [2026-03-12 04:24:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.73 - - [2026-03-12 04:24:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.131 - - [2026-03-12 04:24:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.73 - - [2026-03-12 04:24:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2026-03-12 04:24:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.27 - - [2026-03-12 04:24:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.27 - - [2026-03-12 04:24:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.27 - - [2026-03-12 04:24:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.27 - - [2026-03-12 04:24:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065559 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 04:25:43] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003550 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 04:25:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003420 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 04:25:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003247 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 04:25:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002799 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 04:25:43] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003468 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 04:25:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003147 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 04:25:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003123 [LOCAL API:8181]127.0.0.1 - - [2026-03-12 04:25:43] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5460-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002957 [API:8081]10.0.0.27 - - [2026-03-12 04:25:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.064307 [API:8081]10.0.0.27 - - [2026-03-12 04:26:54] "GET /analytics HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.27 - - [2026-03-12 04:26:54] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.73 - - [2026-03-12 04:27:23] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.73 - - [2026-03-12 04:27:23] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.131 - - [2026-03-12 04:27:23] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.131 - - [2026-03-12 04:27:23] "GET /analytics HTTP/1.1" 401 205 0.000190 [API:8081]10.0.0.27 - - [2026-03-12 04:27:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074240 [API:8081]10.0.0.27 - - [2026-03-12 04:28:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.072474 [API:8081]10.0.0.131 - - [2026-03-12 04:29:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.131 - - [2026-03-12 04:29:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.73 - - [2026-03-12 04:29:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.73 - - [2026-03-12 04:29:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.131 - - [2026-03-12 04:29:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.73 - - [2026-03-12 04:29:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.131 - - [2026-03-12 04:29:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.73 - - [2026-03-12 04:29:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.27 - - [2026-03-12 04:29:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.27 - - [2026-03-12 04:29:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2026-03-12 04:29:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2026-03-12 04:29:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.27 - - [2026-03-12 04:29:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.27 - - [2026-03-12 04:29:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.066040 [API:8081]10.0.0.27 - - [2026-03-12 04:30:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.099591 [API:8081]10.0.0.27 - - [2026-03-12 04:31:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.066970 [API:8081]10.0.0.27 - - [2026-03-12 04:33:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080584 [API:8081]10.0.0.131 - - [2026-03-12 04:34:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.131 - - [2026-03-12 04:34:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.73 - - [2026-03-12 04:34:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.73 - - [2026-03-12 04:34:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.131 - - [2026-03-12 04:34:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.73 - - [2026-03-12 04:34:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.131 - - [2026-03-12 04:34:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.73 - - [2026-03-12 04:34:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.27 - - [2026-03-12 04:34:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.27 - - [2026-03-12 04:34:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.27 - - [2026-03-12 04:34:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.27 - - [2026-03-12 04:34:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.27 - - [2026-03-12 04:34:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2541 0.063655 [Introspect:8090]10.0.0.27 - - [2026-03-12 04:35:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001058